[Lunar-commits] <moonbase-other> traceroute: version bumped to 2.0.18.

Florin Braescu florin at lunar-linux.org
Sun Jul 29 15:08:14 CEST 2012


commit 1e630b6c0df99166b8df387590b6e25ac4a0ee4c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 29 Jul 2012 06:08:14 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1e630b6c0df99166b8df387590b6e25ac4a0ee4c

traceroute: version bumped to 2.0.18.

A more Linux specific implementation of traceroute program.
---
  net/traceroute/BUILD                                         +3/-3     
  net/traceroute/BUILD.x86_64                                  +0/-7     
  net/traceroute/DETAILS                                       +6/-5     
  3 files changed, 9 insertions (+), 15 deletions (-)

--- a/net/traceroute/BUILD
+++ b/net/traceroute/BUILD
@@ -1,6 +1,6 @@
 (
-  
-  default_build &&
-  cp -p traceroute.8 /usr/share/man/man8/
+
+  sedit "s:/usr/local:/usr:" Make.rules  &&
+  default_build
 
 ) > $C_FIFO 2>&1
--- a/net/traceroute/BUILD.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-  
-  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
-  default_build &&
-  cp -p traceroute.8 /usr/share/man/man8/
-
-) > $C_FIFO 2>&1
--- a/net/traceroute/DETAILS
+++ b/net/traceroute/DETAILS
@@ -1,12 +1,13 @@
           MODULE=traceroute
-         VERSION=1.4a12
+         VERSION=2.0.18
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.ee.lbl.gov/
-      SOURCE_VFY=sha1:4b40644db8f659ebd3511988d43050eadc8e0fbc
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:6bdccfd12f93b89aea53728b3c365db5a4362b6d
         WEB_SITE=ftp://ftp.ee.lbl.gov
          ENTERED=20010922
-         UPDATED=20010922
-           SHORT="traces the route Internet packets travel."
+         UPDATED=20120728
+           SHORT="traces the route Internet packets travel"
+
 cat << EOF
 Traceroute is a system administrator's utility to trace the route ip
 packets, from the current system, take in getting to the destination




More information about the Lunar-commits mailing list