Blame SPECS/traceroute.spec

b974d2
Summary: Traces the route taken by packets over an IPv4/IPv6 network
b974d2
Name: traceroute
b974d2
Epoch: 3
b974d2
Version: 2.1.0
b974d2
Release: 16%{?dist}
b974d2
License: GPLv2+
b974d2
URL:  http://traceroute.sourceforge.net
b974d2
Source0: https://downloads.sourceforge.net/project/traceroute/traceroute/traceroute-%{version}/traceroute-%{version}.tar.gz
b974d2
b974d2
Patch001: 001-review-of-CWE-170-CWE-772.patch
b974d2
b974d2
Provides: tcptraceroute = 1.5-1
b974d2
Obsoletes: tcptraceroute < 1.5-1
b974d2
b974d2
BuildRequires: make
b974d2
BuildRequires: gcc
b974d2
b974d2
b974d2
%description
b974d2
The traceroute utility displays the route used by IP packets on their
b974d2
way to a specified network (or Internet) host.  Traceroute displays
b974d2
the IP number and host name (if possible) of the machines along the
b974d2
route taken by the packets.  Traceroute is used as a network debugging
b974d2
tool.  If you're having network connectivity problems, traceroute will
b974d2
show you where the trouble is coming from along the route.
b974d2
b974d2
Install traceroute if you need a tool for diagnosing network connectivity
b974d2
problems.
b974d2
b974d2
b974d2
%prep
b974d2
%setup -q
b974d2
b974d2
%patch001 -p1
b974d2
b974d2
b974d2
%build
b974d2
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
b974d2
b974d2
b974d2
%install
b974d2
install -D -p -m755 traceroute/traceroute $RPM_BUILD_ROOT%{_bindir}/traceroute
b974d2
ln -s traceroute $RPM_BUILD_ROOT%{_bindir}/traceroute6
b974d2
install -D -p -m755 wrappers/tcptraceroute $RPM_BUILD_ROOT%{_bindir}/tcptraceroute
b974d2
install -D -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute.8
b974d2
ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute6.8
b974d2
ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/tcptraceroute.8
b974d2
b974d2
b974d2
%files
b974d2
%license COPYING
b974d2
%doc README TODO CREDITS
b974d2
%{_bindir}/*
b974d2
%{_mandir}/*/*
b974d2
b974d2
b974d2
%changelog
b974d2
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3:2.1.0-16
b974d2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b974d2
  Related: rhbz#1991688
b974d2
b974d2
* Mon Jul 19 2021 Jan Macku <jamacku@redhat.com> - 3:2.1.0-15
b974d2
- review of CWE-170 and CWE-772 (#1938887)
b974d2
b974d2
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3:2.1.0-14
b974d2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b974d2
b974d2
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-13
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b974d2
b974d2
* Wed Jan 13 2021 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.0-13
b974d2
- Install into %{_bindir} (#1915614)
b974d2
b974d2
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-12
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b974d2
b974d2
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3:2.1.0-11
b974d2
- Use make macros
b974d2
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
b974d2
b974d2
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-10
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b974d2
b974d2
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-9
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b974d2
b974d2
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-8
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b974d2
b974d2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-7
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b974d2
b974d2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-6
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b974d2
b974d2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-5
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b974d2
b974d2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-4
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b974d2
b974d2
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-3
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b974d2
b974d2
* Thu Apr 28 2016 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.1.0-2
b974d2
- provide hardened build (#1330514)
b974d2
b974d2
* Tue Mar  8 2016 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.1.0-1
b974d2
- Upgrade to 2.1.0
b974d2
b974d2
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.0.20-5
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b974d2
b974d2
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.20-4
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b974d2
b974d2
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3:2.0.20-3
b974d2
- Rebuilt for Fedora 23 Change
b974d2
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
b974d2
b974d2
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.20-2
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b974d2
b974d2
* Wed Jun 18 2014 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.20-1
b974d2
- update to 2.0.20
b974d2
b974d2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-6
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b974d2
b974d2
* Tue Dec  3 2013 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.19-5
b974d2
- fix format-security issue (#1037363)
b974d2
b974d2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-4
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b974d2
b974d2
* Mon Apr 15 2013 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.19-3
b974d2
- describe all long options in man page (<jsynacek@redhat.com>, #950356)
b974d2
b974d2
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-2
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b974d2
b974d2
* Mon Dec 10 2012 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.19-1
b974d2
- update to 2.0.19 (add DCCP support)
b974d2
b974d2
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.18-4
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b974d2
b974d2
* Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> - 3:2.0.18-3
b974d2
- Make fedora-review friendly
b974d2
b974d2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.18-3
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b974d2
b974d2
* Wed Nov  2 2011 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.18-2
b974d2
- add wrapper for tcptraceroute (which is obsoleted now, #733030)
b974d2
b974d2
* Wed Aug 24 2011 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.18-1
b974d2
- update to 2.0.18 (make possible to use unprivileged icmp echo sockets)
b974d2
b974d2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.17-2
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b974d2
b974d2
* Tue Dec 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.17-1
b974d2
- update to 2.0.17 (makes possible to use Linux capabilities)
b974d2
b974d2
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 3:2.0.16-2
b974d2
- Rebuilt for gcc bug 634757
b974d2
b974d2
* Tue Sep 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.16-1
b974d2
- update to 2.0.16 (fix #631033)
b974d2
b974d2
* Wed Jul 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.15-1
b974d2
- update to 2.0.15
b974d2
b974d2
* Tue Apr 27 2010 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.14-1
b974d2
- update to 2.0.14 (fixes #583985)
b974d2
b974d2
* Thu Jan 07 2010 Jiri Skala <jskala@redhat.com> - 3:2.0.13-2
b974d2
- fixed Source0 link
b974d2
b974d2
* Tue Nov  3 2009 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.13-1
b974d2
- update to 2.0.13 (fixes #532346)
b974d2
b974d2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.12-3
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b974d2
b974d2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.12-2
b974d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b974d2
b974d2
* Wed Sep 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.12-1
b974d2
- update to 2.0.12 (fixes #461278 and #461626)
b974d2
- this release adds support for icmp extensions (including MPLS),
b974d2
  which was expected for a long time (#176588)
b974d2
- drop "tracert" symlink (#461109)
b974d2
b974d2
* Mon May 19 2008 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.11-1
b974d2
- update to 2.0.11
b974d2
b974d2
* Thu Apr 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name>  - 3:2.0.10-1
b974d2
- upgrade to 2.0.10 (fixes #245438 and ipv6 tracerouting for new kernels)
b974d2
b974d2
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3:2.0.9-2
b974d2
- Autorebuild for GCC 4.3
b974d2
b974d2
* Wed Oct 10 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.9-1
b974d2
- upgrade to new upstream traceroute-2.0.9
b974d2
b974d2
* Tue Sep 18 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.8-1
b974d2
- upgrade to new upstream traceroute-2.0.8
b974d2
- fixed traceroute.8 install source path and traceroute6.8 link source
b974d2
- fixed typo in Source0 URL
b974d2
b974d2
* Tue Aug 28 2007 Dmitry Butskoy <Dmitry@Butskoy.name>
b974d2
- Change URL and Source0 (upstream is at SourceForge now)
b974d2
b974d2
* Thu Aug 23 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.7-1
b974d2
- upgrade to new upstream traceroute-2.0.7
b974d2
- resolves: #249958: traceroute: useless debuginfo package
b974d2
b974d2
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.3-1.1.fc7
b974d2
- Resolves: #225063: Re-add Epoch to traceroute
b974d2
b974d2
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.3-1.fc7
b974d2
- Resolves: #222577 - man page with execute bit
b974d2
- Resolves: #223784 - new traceroute breaks scripts
b974d2
- Resolves: #223795 - /bin/tcptraceroute symlink occludes alternate tcptraceroute package
b974d2
b974d2
* Tue Nov 21 2006 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.2-1.fc7
b974d2
- new source
b974d2
- more accurate check_expired() routine.
b974d2
- some minor fixes.
b974d2
b974d2
* Mon Oct 30 2006 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.1-2
b974d2
- posted up lost epoch number
b974d2
b974d2
* Mon Oct 23 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.1-1
b974d2
- upgarde to 2.0.1
b974d2
- changed bindir to /bin
b974d2
- improoved time obtaining
b974d2
b974d2
* Thu Oct 19 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-2
b974d2
- fixed release numbering in spec file
b974d2
b974d2
* Tue Oct 17 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-1.fc7
b974d2
- new source
b974d2
- new features including ICMP support above all (#176587)
b974d2
- Thanks to Dmitry Butskoy
b974d2
b974d2
* Wed Jul 19 2006 Radek Vokal <rvokal@redhat.com> - 2:1.0.4-2
b974d2
- traceroute can not continue past destination host (#199342)
b974d2
b974d2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2.1
b974d2
- rebuild
b974d2
b974d2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2
b974d2
- bump again for double-long bug on ppc(64)
b974d2
b974d2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.1
b974d2
- rebuilt for new gcc4.1 snapshot and glibc changes
b974d2
b974d2
* Mon Jan 09 2006 Radek Vokal <rvokal@redhat.com> 1.0.4-1
b974d2
- upgrade to 1.0.4
b974d2
- proper fix for bug #173762
b974d2
b974d2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b974d2
- rebuilt
b974d2
b974d2
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-5
b974d2
- removed ICMP6_DST_UNREACH_NOTNEIGHBOR (#173762)
b974d2
b974d2
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-4
b974d2
- comaptibility patch, use -s and -i options
b974d2
b974d2
* Thu Nov 03 2005 Robert Scheck <redhat@linuxnetz.de> 1.0.3-3
b974d2
- enable working IPv6 support in traceroute
b974d2
- removed old compatibility links, nothing has SUID/SGID
b974d2
- added some documentation files
b974d2
- don't expand rpm macros in %%changelog
b974d2
b974d2
* Wed Nov 02 2005 Xose Vazquez Perez <xose.vazquez@gmail.com> 1.0.3-2
b974d2
- license is GPL
b974d2
- remove S_ISUID from /bin/traceroute
b974d2
- description of this implementation
b974d2
- s/$RPM_BUILD_ROOT/%%{buildroot}
b974d2
- man page needs 0644
b974d2
- link it agains relative paths, it works over NFS
b974d2
b974d2
* Wed Nov 02 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-1
b974d2
- new source 
b974d2
b974d2
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-27
b974d2
- fixed packet size for icmp checksum (#164466)
b974d2
- small buffer-overflow fixies
b974d2
b974d2
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
b974d2
- gcc4 rebuilt
b974d2
b974d2
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-25
b974d2
- rebuilt
b974d2
- verify icmp checksum only when -I used (#106013)
b974d2
b974d2
* Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24
b974d2
- spec file updated (#135187)
b974d2
b974d2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b974d2
- rebuilt
b974d2
b974d2
* Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 1.4a12-22
b974d2
- Enabled PIE for traceroute.
b974d2
b974d2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
b974d2
- rebuilt
b974d2
b974d2
* Mon Sep 01 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20.1
b974d2
- rebuilt
b974d2
b974d2
* Mon Sep 01 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20
b974d2
- Added patch from Jesper Skriver supplied by Kaj J. Niemi to support
b974d2
  draft-ietf-mpls-icmp-02.txt.
b974d2
b974d2
* Thu Aug 28 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b974d2
- move debuginfo stuff into proper rpms
b974d2
b974d2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b974d2
- rebuilt
b974d2
b974d2
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-17
b974d2
- Bumped release and rebuilt
b974d2
b974d2
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-16
b974d2
- Moved binary to /bin and symlink to old /usr/sbin place for compatibility.
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-15
b974d2
- Bumped release and rebuilt
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-14
b974d2
- Added -t option (#71790).
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-13
b974d2
- Bumped release and rebuilt
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-12
b974d2
- Switch to bz2 tarball to save space
b974d2
- Added URL tag.
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-11
b974d2
- Bumped release and rebuilt
b974d2
b974d2
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-10
b974d2
- Added symlink to /usr/bin (#18313).
b974d2
b974d2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.4a12-9
b974d2
- rebuilt
b974d2
b974d2
* Wed Jan 08 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-8
b974d2
- Yet another fix for that bug.
b974d2
b974d2
* Tue Nov 26 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-7
b974d2
- Added fix for -i option (#78424).
b974d2
b974d2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4a12-6
b974d2
- automated rebuild
b974d2
b974d2
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5
b974d2
- Don't forcibly strip binaries
b974d2
b974d2
* Thu May 23 2002 Tim Powers <timp@redhat.com>
b974d2
- automated rebuild
b974d2
b974d2
* Wed Jan 30 2002 Phil Knirsch <pknirsch@redhat.com>
b974d2
- Bumped version number for rebuild
b974d2
b974d2
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
b974d2
- Updated to 1.4a12
b974d2
b974d2
* Fri Dec  1 2000 Jeff Johnson <jbj@redhat.com>
b974d2
- use RPM_OPT_FLAGS (#21279).
b974d2
b974d2
* Wed Oct  4 2000 Jeff Johnson <jbj@redhat.com>
b974d2
- check max. packet length correctly (#15917).
b974d2
- support LSRR correctly (#16281).
b974d2
b974d2
* Tue Jul 18 2000 Jeff Johnson <jbj@redhat.com>
b974d2
- drop root privileges even earlier (#13466).
b974d2
b974d2
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
b974d2
- automatic rebuild
b974d2
b974d2
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
b974d2
- bugfix for segfault with source routing (#13466)
b974d2
- fix bug tracerouting thru aliased ethernet addresses (#9351)
b974d2
b974d2
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
b974d2
- FHS packaging.
b974d2
b974d2
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
b974d2
- fix build with new stricter patch
b974d2
b974d2
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
b974d2
- compress man pages.
b974d2
b974d2
* Fri Jan 14 2000 Bill Nottingham <notting@redhat.com>
b974d2
- add patch for tracing to really long hostnames
b974d2
b974d2
* Thu May 27 1999 Richard Henderson <rth@twiddle.net>
b974d2
- avoid unaligned traps writing into the output data area.
b974d2
b974d2
* Fri May 14 1999 Jeff Johnson <jbj@redhat.com>
b974d2
- fix segfault when host cannot be reached through if (#2819)
b974d2
b974d2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
b974d2
- auto rebuild in the new build environment (release 14)
b974d2
b974d2
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
b974d2
- strip binaries.
b974d2
b974d2
* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
b974d2
- patch added to automatically determine interface to route through
b974d2
b974d2
* Fri Jan 22 1999 Jeff Johnson <jbj@redhat.com>
b974d2
- use %%configure
b974d2
- fix 64 bit problem on alpha (#919)
b974d2
b974d2
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
b974d2
- configure fix for arm
b974d2
b974d2
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
b974d2
- translations modified for de, fr, tr
b974d2
b974d2
* Tue Dec 16 1997 Cristian Gafton <gafton@redhat.com>
b974d2
- updated the security patch (ouch!). Without the glibc fix, it could be
b974d2
  worthless anyway
b974d2
b974d2
* Sat Dec 13 1997 Cristian Gafton <gafton@redhat.com>
b974d2
- added a security patch fix
b974d2
b974d2
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
b974d2
- added fix from Christopher Seawood
b974d2
b974d2
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
b974d2
- updated to 1.4a5 for security fixes; release 1 is for RH 4.2, release 2
b974d2
  is against glibc
b974d2
b974d2
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
b974d2
- built against glibc