Skip to Content.
Sympa Menu

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

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 (0ac506f07032ec3ec4cdfb952d755368ba3cf8c5)
  • Date: Tue, 14 Oct 2008 19:30:32 -0500

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

net/traceroute/BUILD | 3 +--
net/traceroute/DETAILS | 31 ++++++++++++++++++++-----------
net/traceroute/HISTORY | 9 ++++++++-
net/traceroute/INSTALL | 3 ++-
net/traceroute/config.sub.patch | 12 ------------
5 files changed, 31 insertions(+), 27 deletions(-)

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

traceroute: => 2.0.12 -- new improved implementation

diff --git a/net/traceroute/BUILD b/net/traceroute/BUILD
index 08c9576..8f58e6d 100755
--- a/net/traceroute/BUILD
+++ b/net/traceroute/BUILD
@@ -1,2 +1 @@
-patch -p0 < $SPELL_DIRECTORY/config.sub.patch &&
-default_build
+make
diff --git a/net/traceroute/DETAILS b/net/traceroute/DETAILS
index 9e5d407..cf0dc3c 100755
--- a/net/traceroute/DETAILS
+++ b/net/traceroute/DETAILS
@@ -1,17 +1,26 @@
SPELL=traceroute
- VERSION=1.4a12
+ VERSION=2.0.12
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.ee.lbl.gov/$SOURCE
-
SOURCE_HASH=sha512:04d9de658a2eece192fb279ef6a837635c9d848872e1fb5bf3c5cefb8fcc9a174ee5d9606a3391a112e0856aa51b86e1949be70f9df4b44c25a8fcb748e5ceb0
- WEB_SITE=ftp://ftp.ee.lbl.gov
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://dmitry.butskoy.name/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3d2b56df28efa2d64bb83b9b3ff40abcf9eab0425f4f4693716bbc125c2ae2d34a755378e84ad4b35e4795105d65df09286797fcd5da0ccea66dd97fc52191a7
+ WEB_SITE=http://www.linuxfoundation.org/en/Net:Traceroute
ENTERED=20010922
- UPDATED=20041203
- LICENSE[0]=BSD
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
KEYWORDS="net"
- SHORT="Trace the route Internet packets travel."
+ SHORT="system administrators utility to trace the route IP
packets"
cat << EOF
-Traceroute is a system administrators utility to trace the route ip
-packets from the current system take in getting to some destination
-system.
+Traceroute is a system administrators utility to trace the route IP packets
take
+from a source system to some destination system.
+
+Traceroute uses the IP TTL (Time To Live) parameter to find the route. It
sends
+a packet with a TTL value equal to 1. The first router receives the packet
and
+decreases the TTL. With a TTL equal to 0, the router sends a timeout back to
+traceroute, with this packet, traceroute knows about the first router. Now,
+traceroute sends another packet with a TTL equal to 2. The first router
+decreases the TTL and sends the packet to the second router which decreases
it
+in turn: the TTL is equal to 0...
+
+With this method, traceroute can trace the route to a distant computer.
EOF
diff --git a/net/traceroute/HISTORY b/net/traceroute/HISTORY
index 46cf7b4..28a8c39 100644
--- a/net/traceroute/HISTORY
+++ b/net/traceroute/HISTORY
@@ -1,3 +1,11 @@
+2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated to 2.0.12 (another implementation written
especially
+ for Linux with IPv6 support, etc.); renewed urls; fixed the descs;
+ added licenses; quoting paths
+ * BUILD: use `make'; patch isn't needed anymore
+ * INSTALL: use prefix
+ * config.sub.patch: removed
+
2007-03-18 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: needs user/group bin

@@ -31,4 +39,3 @@
2002-08-07 Eric Sandall <sandalle AT sourcemage.org>
* USEGCC2: Removed USEGCC2, thanks to Rasmus Ory Nielsen
* HISTORY: Added HISTORY file
-
diff --git a/net/traceroute/INSTALL b/net/traceroute/INSTALL
index 318c432..b79f50d 100755
--- a/net/traceroute/INSTALL
+++ b/net/traceroute/INSTALL
@@ -1,2 +1,3 @@
create_account bin &&
-make install install-man
+
+make prefix="$INSTALL_ROOT/usr" install
diff --git a/net/traceroute/config.sub.patch b/net/traceroute/config.sub.patch
deleted file mode 100644
index c3569a1..0000000
--- a/net/traceroute/config.sub.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.sub.old 2000-02-02 16:53:22.000000000 -0800
-+++ config.sub 2005-04-04 23:12:05.000000000 -0700
-@@ -632,6 +631,9 @@
- pentiumii-* | pentium2-*)
- basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
- ;;
-+ x86_64-*)
-+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+ ;;
- pn)
- basic_machine=pn-gould
- ;;




Archive powered by MHonArc 2.6.24.

Top of Page