Skip to Content.
Sympa Menu

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

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 (b8de3e65d2c678b47fa19209499c8ca52c01d890)
  • Date: Wed, 15 Oct 2008 06:29:43 -0500

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

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

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

fping: updated to 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..105e6d0 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://unfix.org/projects/ipv6/$SOURCE
+
SOURCE_HASH=sha512:542b967193bdca4f38e5c2380286e78efba6ceb7cdf927d80b458333bcc0594db4c8000b94ef30dbdb6110be91851695008aa68ba8201c03514e4607ad0de7b8
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..96f533f
--- a/net/fping/HISTORY
+++ b/net/fping/HISTORY
@@ -1,3 +1,9 @@
+2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4b2_to-ipv6 (it has both now); fixed
+ SOURCE_URL[0]
+ * 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 +29,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..8b554fa
--- /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{,6}
+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 (b8de3e65d2c678b47fa19209499c8ca52c01d890), Vlad Glagolev, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page