[Lunar-commits] <moonbase> iputils: version bumped to s20100214.
Florin Braescu
florin at lunar-linux.org
Mon Feb 22 15:51:14 CET 2010
commit bf21949e87ada1279a5bef0c710c40b142b9d0fd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 22 16:51:14 2010 +0200
iputils: version bumped to s20100214.
Bugfixes and enhacements.
---
net/iputils/BUILD | 35 +++++++++++++++++------------------
net/iputils/DETAILS | 9 +++------
2 files changed, 20 insertions(+), 24 deletions(-)
diff --git a/net/iputils/BUILD b/net/iputils/BUILD
index 1d1c5e9..efebc5f 100644
--- a/net/iputils/BUILD
+++ b/net/iputils/BUILD
@@ -1,33 +1,32 @@
(
patch_it $SOURCE2 0 &&
- patch_it $SOURCE3 1 &&
make &&
prepare_install &&
- install -c clockdiff /sbin &&
- install -c arping /sbin &&
- install -c ping -m 4711 /bin &&
- install -c ping6 -m 4711 /bin &&
- install -c rdisc /sbin &&
- install -c tracepath /bin &&
- install -c tracepath6 /bin &&
- install -c traceroute6 /bin &&
+ install -c clockdiff /sbin &&
+ install -c arping /sbin &&
+ install -c ping -m 4711 /bin &&
+ install -c ping6 -m 4711 /bin &&
+ install -c rdisc /sbin &&
+ install -c tracepath /bin &&
+ install -c tracepath6 /bin &&
+ install -c traceroute6 /bin &&
if module_installed docbook-utils ; then
make man &&
#install the docs
- install -c doc/clockdiff.8 /usr/share/man/man8 &&
- install -c doc/arping.8 /usr/share/man/man8 &&
- install -c doc/pg3.8 /usr/share/man/man8 &&
- install -c doc/ping.8 /usr/share/man/man8 &&
- install -c doc/rdisc.8 /usr/share/man/man8 &&
- install -c doc/rarpd.8 /usr/share/man/man8 &&
- install -c doc/tftpd.8 /usr/share/man/man8 &&
- install -c doc/tracepath.8 /usr/share/man/man8 &&
- install -c doc/traceroute6.8 /usr/share/man/man8
+ install -c doc/clockdiff.8 /usr/share/man/man8 &&
+ install -c doc/arping.8 /usr/share/man/man8 &&
+ install -c doc/pg3.8 /usr/share/man/man8 &&
+ install -c doc/ping.8 /usr/share/man/man8 &&
+ install -c doc/rdisc.8 /usr/share/man/man8 &&
+ install -c doc/rarpd.8 /usr/share/man/man8 &&
+ install -c doc/tftpd.8 /usr/share/man/man8 &&
+ install -c doc/tracepath.8 /usr/share/man/man8 &&
+ install -c doc/traceroute6.8 /usr/share/man/man8
fi
diff --git a/net/iputils/DETAILS b/net/iputils/DETAILS
index d087bbc..608bed3 100644
--- a/net/iputils/DETAILS
+++ b/net/iputils/DETAILS
@@ -1,17 +1,14 @@
MODULE=iputils
- VERSION=s20071127
+ VERSION=s20100214
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-20070202-makefile.patch
- SOURCE3=$MODULE-20070202-no-open-max.patch
SOURCE_URL=http://www.skbuff.net/iputils
SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
WEB_SITE=ftp://ftp.inr.ac.ru/ip-routing
- SOURCE_VFY=sha1:56c8b6c5999b96f47f5b3b37dcf014a33cc7cb22
+ SOURCE_VFY=sha1:01bc4f1c2588777af566b360f0554dc04cb42e29
SOURCE2_VFY=sha1:aef3be153f43179c09289028ad945669bd19a0f5
- SOURCE3_VFY=sha1:5505cc56d715b459549d6f227d5d29087fd23e5d
ENTERED=20021106
- UPDATED=20081027
+ UPDATED=20100222
PSAFE=no
SHORT="Essential utilities for IP networks"
More information about the Lunar-commits
mailing list