Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1f955e71647518db448bbf4b9ef4efa533c230c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1f955e71647518db448bbf4b9ef4efa533c230c4)
  • Date: Wed, 15 Oct 2008 06:19:33 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/fping/CONFIGURE | 1 +
net/fping/DETAILS | 15 ++++++++-------
net/fping/HISTORY | 6 +++++-
net/fping/INSTALL | 5 +++++
net/fping/PRE_BUILD | 4 ++++
5 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit 9126ff88696f548a55484e92d4ebcafa19f1f6fe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fping: => ipv6 version

diff --git a/net/fping/CONFIGURE b/net/fping/CONFIGURE
new file mode 100755
index 0000000..94c6a6b
--- /dev/null
+++ b/net/fping/CONFIGURE
@@ -0,0 +1 @@
+config_query FPING_SUID_ROOT "Install $SPELL setuid root?" n
diff --git a/net/fping/DETAILS b/net/fping/DETAILS
index c9ff8d0..3ad288e 100755
--- a/net/fping/DETAILS
+++ b/net/fping/DETAILS
@@ -1,13 +1,14 @@
SPELL=fping
- VERSION=2.4b2_to
- SOURCE=fping-${VERSION}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/fping-${VERSION}
- SOURCE_URL[0]=http://www.fping.com/download/$SOURCE
-
SOURCE_HASH=sha512:f9622f222ef3b29fa9c7ef062c331300e9fff82a18466c902c3ac64ab583250830f3a70d4067a8889b369b82342a4ed4b9157e2475ddd2dcfe8235da503982a6
+ VERSION=2.4b2_to-ipv6
+ SOURCE=fping-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=http://www.mirrors.wiretapped.net/security/network-mapping/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3d1a76680d3a7cd361481d6e6de49797fbaf01422a73c784c8b667131afd56de2bfbbeb17014047cd2dea903f87d9f19e38ed7b0a5c2e8f2faf82759bf064ff9
WEB_SITE=http://www.fping.com/
ENTERED=20020326
KEYWORDS="net"
- SHORT="A utility to ping multiple hosts at once."
+ SHORT="utility to ping multiple hosts at once"
cat << EOF
- fping is different from ping in that you can specify any number of hosts on
the command line, or specify a file containing the lists of hosts to ping.
+fping is different from ping in that you can specify any number of hosts on
the
+command line, or specify a file containing the lists of hosts to ping.
EOF
diff --git a/net/fping/HISTORY b/net/fping/HISTORY
old mode 100755
new mode 100644
index a157fff..9f3b8de
--- a/net/fping/HISTORY
+++ b/net/fping/HISTORY
@@ -1,3 +1,8 @@
+2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4b2_to-ipv6; fixed source url
+ * CONFIGURE: added, for SUID config option
+ * PRE_BUILD: removed double-autoconfig
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -23,4 +28,3 @@

2002-03-26 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added file.
-
diff --git a/net/fping/INSTALL b/net/fping/INSTALL
new file mode 100755
index 0000000..2d78735
--- /dev/null
+++ b/net/fping/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ $FPING_SUID_ROOT == y ]]; then
+ chmod +s "$INSTALL_ROOT/usr/sbin/fping"
+fi
diff --git a/net/fping/PRE_BUILD b/net/fping/PRE_BUILD
new file mode 100755
index 0000000..be65d8c
--- /dev/null
+++ b/net/fping/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:&& \$(AUTOCONF)::" Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1f955e71647518db448bbf4b9ef4efa533c230c4), Vlad Glagolev, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page