| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: traceroute | Distribution: Red Hat (FC-4) |
| Version: 1.4a12 | Vendor: Red Hat, Inc. |
| Release: 26 | Build date: Fri Mar 4 10:51:20 2005 |
| Group: Applications/Internet | Build host: thor.perf.redhat.com |
| Size: 33335 | Source RPM: traceroute-1.4a12-26.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Url: ftp://ftp.ee.lbl.gov/ | |
| Summary: Traces the route taken by packets over a TCP/IP network. | |
The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where the trouble is coming from along the route. Install traceroute if you need a tool for diagnosing network connectivity problems.
BSD
internal MD5: cbf86a8b8461a67c90944a3c1964412f
GPG
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
- gcc4 rebuilt
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-25
- rebuilt
- verify icmp checksum only when -I used (#106013)
* Tue Oct 12 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24
- spec file updated (#135187)
* Wed Jun 16 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu May 13 2004 Phil Knirsch <pknirsch@redhat.com> 1.4a12-22
- Enabled PIE for traceroute.
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Sep 02 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20.1
- rebuilt
* Tue Sep 02 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20
- Added patch from Jesper Skriver supplied by Kaj J. Niemi to support
draft-ietf-mpls-icmp-02.txt.
* Fri Aug 29 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- move debuginfo stuff into proper rpms
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed May 14 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-17
- Bumped release and rebuilt
* Wed May 14 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-16
- Moved binary to /bin and symlink to old /usr/sbin place for compatibility.
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-15
- Bumped release and rebuilt
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-14
- Added -t option (#71790).
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-13
- Bumped release and rebuilt
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-12
- Switch to bz2 tarball to save space
- Added URL tag.
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-11
- Bumped release and rebuilt
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-10
- Added symlink to /usr/bin (#18313).
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.4a12-9
- rebuilt
* Wed Jan 08 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-8
- Yet another fix for that bug.
* Tue Nov 26 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-7
- Added fix for -i option (#78424).
* Sat Jun 22 2002 Tim Powers <timp@redhat.com> 1.4a12-6
- automated rebuild
* Thu Jun 20 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5
- Don't forcibly strip binaries
* Fri May 24 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jan 30 2002 Phil Knirsch <pknirsch@redhat.com>
- Bumped version number for rebuild
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
- Updated to 1.4a12
* Fri Dec 01 2000 Jeff Johnson <jbj@redhat.com>
- use RPM_OPT_FLAGS (#21279).
* Thu Oct 05 2000 Jeff Johnson <jbj@redhat.com>
- check max. packet length correctly (#15917).
- support LSRR correctly (#16281).
* Wed Jul 19 2000 Jeff Johnson <jbj@redhat.com>
- drop root privileges even earlier (#13466).
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Tue Jul 11 2000 Preston Brown <pbrown@redhat.com>
- bugfix for segfault with source routing (#13466)
- fix bug tracerouting thru aliased ethernet addresses (#9351)
* Mon Jun 19 2000 Jeff Johnson <jbj@redhat.com>
- FHS packaging.
* Sat Apr 29 2000 Bill Nottingham <notting@redhat.com>
- fix build with new stricter patch
* Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com>
- compress man pages.
* Fri Jan 14 2000 Bill Nottingham <notting@redhat.com>
- add patch for tracing to really long hostnames
* Fri May 28 1999 Richard Henderson <rth@twiddle.net>
- avoid unaligned traps writing into the output data area.
* Sat May 15 1999 Jeff Johnson <jbj@redhat.com>
- fix segfault when host cannot be reached through if (#2819)
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 14)
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
- strip binaries.
* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
- patch added to automatically determine interface to route through
* Fri Jan 22 1999 Jeff Johnson <jbj@redhat.com>
- use
CFLAGS="${CFLAGS:--O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m64}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m64}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m64}" ; export FFLAGS ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=x86_64-redhat-linux --host=x86_64-redhat-linux \
--target=x86_64-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info
- fix 64 bit problem on alpha (#919)
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
- configure fix for arm
* Tue Apr 28 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
* Tue Dec 16 1997 Cristian Gafton <gafton@redhat.com>
- updated the security patch (ouch!). Without the glibc fix, it could be
worthless anyway
* Sat Dec 13 1997 Cristian Gafton <gafton@redhat.com>
- added a security patch fix
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
- added fix from Christopher Seawood
* Tue Sep 23 1997 Erik Troan <ewt@redhat.com>
- updated to 1.4a5 for security fixes; release 1 is for RH 4.2, release 2
is against glibc
* Sat Jul 19 1997 Erik Troan <ewt@redhat.com>
- built against glibc
P•ç
Generated by rpm2html 1.8.1
Daniel Veillard, Thu Feb 28 03:22:01 2008