2006-10-19 13:03:45 +00:00
|
|
|
Summary: Traces the route taken by packets over an IPv4/IPv6 network
|
2004-09-09 13:25:24 +00:00
|
|
|
Name: traceroute
|
2024-09-16 12:22:36 +00:00
|
|
|
Epoch: 3
|
2024-09-16 10:38:35 +00:00
|
|
|
Version: 2.1.6
|
2024-09-17 12:40:51 +00:00
|
|
|
Release: 2%{?dist}
|
2023-04-12 11:11:21 +00:00
|
|
|
License: GPL-2.0-or-later
|
2007-08-28 12:24:35 +00:00
|
|
|
URL: http://traceroute.sourceforge.net
|
2021-01-13 03:27:06 +00:00
|
|
|
Source0: https://downloads.sourceforge.net/project/traceroute/traceroute/traceroute-%{version}/traceroute-%{version}.tar.gz
|
2006-10-19 13:03:45 +00:00
|
|
|
|
2011-11-02 16:34:06 +00:00
|
|
|
Provides: tcptraceroute = 1.5-1
|
|
|
|
Obsoletes: tcptraceroute < 1.5-1
|
|
|
|
|
2021-01-08 22:46:45 +00:00
|
|
|
BuildRequires: make
|
2018-07-16 19:55:46 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The traceroute utility displays the route used by IP packets on their
|
2004-09-09 13:28:23 +00:00
|
|
|
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
|
2004-09-09 13:25:24 +00:00
|
|
|
show you where the trouble is coming from along the route.
|
|
|
|
|
2004-09-09 13:28:23 +00:00
|
|
|
Install traceroute if you need a tool for diagnosing network connectivity
|
|
|
|
problems.
|
|
|
|
|
2006-10-19 13:03:45 +00:00
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-10-19 13:03:45 +00:00
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
|
|
|
|
%build
|
2023-06-27 15:50:27 +00:00
|
|
|
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" SKIPDIRS="${RPM_SPECPARTS_DIR##*/}"
|
2005-11-08 10:13:52 +00:00
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
|
|
|
|
%install
|
2021-01-13 03:27:06 +00:00
|
|
|
install -D -p -m755 traceroute/traceroute $RPM_BUILD_ROOT%{_bindir}/traceroute
|
|
|
|
ln -s traceroute $RPM_BUILD_ROOT%{_bindir}/traceroute6
|
|
|
|
install -D -p -m755 wrappers/tcptraceroute $RPM_BUILD_ROOT%{_bindir}/tcptraceroute
|
|
|
|
install -D -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute.8
|
|
|
|
ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute6.8
|
|
|
|
ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/tcptraceroute.8
|
2006-10-19 13:03:45 +00:00
|
|
|
|
2004-09-09 13:29:36 +00:00
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
%files
|
2021-01-13 03:27:06 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc README TODO CREDITS
|
2021-01-13 16:17:10 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/*/*
|
2006-10-19 13:03:45 +00:00
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-09-17 12:40:51 +00:00
|
|
|
* Tue Sep 17 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.6-2
|
|
|
|
- Spec bump
|
|
|
|
|
2024-09-16 12:22:36 +00:00
|
|
|
* Mon Sep 16 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.6-1
|
2024-09-16 10:38:35 +00:00
|
|
|
- Update to 2.1.6
|
|
|
|
|
2024-06-24 16:27:17 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3:2.1.5-3
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-27 06:38:44 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-17 23:46:20 +00:00
|
|
|
* Mon Dec 18 2023 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.5-1
|
|
|
|
- update to 2.1.5
|
|
|
|
|
2023-12-13 21:05:03 +00:00
|
|
|
* Thu Dec 14 2023 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.4-1
|
|
|
|
- update to 2.1.4
|
|
|
|
|
2023-09-20 23:08:46 +00:00
|
|
|
* Thu Sep 21 2023 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.3-1
|
|
|
|
- update to 2.1.3
|
|
|
|
|
2023-07-22 16:40:18 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-04-12 11:11:21 +00:00
|
|
|
* Wed Apr 12 2023 Lukáš Zaoral <lzaoral@redhat.com> - 3:2.1.2-2
|
|
|
|
- migrate to SPDX license format
|
|
|
|
|
2023-02-13 19:06:48 +00:00
|
|
|
* Mon Feb 13 2023 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.2-1
|
|
|
|
- update to 2.1.2
|
|
|
|
|
2023-01-21 05:21:59 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-28 01:02:14 +00:00
|
|
|
* Wed Dec 28 2022 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.1-1
|
|
|
|
- update to 2.1.1
|
|
|
|
|
2022-07-23 10:47:35 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 03:00:32 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 19:33:16 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 22:13:30 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-13 16:17:10 +00:00
|
|
|
* Wed Jan 13 2021 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.0-13
|
|
|
|
- Install into %{_bindir} (#1915614)
|
|
|
|
|
2020-07-29 12:48:21 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 14:34:18 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3:2.1.0-11
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-01-31 01:58:33 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-27 01:51:00 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 10:13:59 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 07:50:13 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 19:23:21 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 09:34:21 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:33:55 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 16:16:49 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-27 23:40:50 +00:00
|
|
|
* Thu Apr 28 2016 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.0-2
|
|
|
|
- provide hardened build (#1330514)
|
|
|
|
|
2016-03-08 17:37:42 +00:00
|
|
|
* Tue Mar 8 2016 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.1.0-1
|
|
|
|
- Upgrade to 2.1.0
|
|
|
|
|
2016-02-05 01:54:26 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.0.20-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 03:16:38 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.20-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-21 21:27:30 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3:2.0.20-3
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-08-18 06:14:11 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-18 17:31:44 +00:00
|
|
|
* Wed Jun 18 2014 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.20-1
|
|
|
|
- update to 2.0.20
|
|
|
|
|
2014-06-08 08:55:56 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-12-03 15:23:21 +00:00
|
|
|
* Tue Dec 3 2013 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.19-5
|
|
|
|
- fix format-security issue (#1037363)
|
|
|
|
|
2013-08-04 04:38:15 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-15 17:09:52 +00:00
|
|
|
* Mon Apr 15 2013 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.19-3
|
|
|
|
- describe all long options in man page (<jsynacek@redhat.com>, #950356)
|
|
|
|
|
2013-02-15 01:57:54 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-10 14:19:22 +00:00
|
|
|
* Mon Dec 10 2012 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.19-1
|
|
|
|
- update to 2.0.19 (add DCCP support)
|
|
|
|
|
2012-07-22 00:01:29 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.18-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-20 07:15:33 +00:00
|
|
|
* Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> - 3:2.0.18-3
|
|
|
|
- Make fedora-review friendly
|
|
|
|
|
2012-01-14 07:00:16 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.18-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-02 16:34:06 +00:00
|
|
|
* Wed Nov 2 2011 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.18-2
|
|
|
|
- add wrapper for tcptraceroute (which is obsoleted now, #733030)
|
|
|
|
|
2011-08-24 14:01:17 +00:00
|
|
|
* Wed Aug 24 2011 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.18-1
|
|
|
|
- update to 2.0.18 (make possible to use unprivileged icmp echo sockets)
|
|
|
|
|
2011-02-09 20:29:43 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-14 16:37:50 +00:00
|
|
|
* Tue Dec 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.17-1
|
|
|
|
- update to 2.0.17 (makes possible to use Linux capabilities)
|
|
|
|
|
|
|
|
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 3:2.0.16-2
|
2010-09-29 22:23:47 +00:00
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-14 15:14:21 +00:00
|
|
|
* Tue Sep 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.16-1
|
|
|
|
- update to 2.0.16 (fix #631033)
|
|
|
|
|
2010-07-14 14:44:11 +00:00
|
|
|
* Wed Jul 14 2010 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.15-1
|
|
|
|
- update to 2.0.15
|
|
|
|
|
2010-04-27 12:19:00 +00:00
|
|
|
* Tue Apr 27 2010 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.14-1
|
|
|
|
- update to 2.0.14 (fixes #583985)
|
|
|
|
|
2010-01-07 14:32:48 +00:00
|
|
|
* Thu Jan 07 2010 Jiri Skala <jskala@redhat.com> - 3:2.0.13-2
|
|
|
|
- fixed Source0 link
|
|
|
|
|
2009-11-03 18:28:59 +00:00
|
|
|
* Tue Nov 3 2009 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.13-1
|
|
|
|
- update to 2.0.13 (fixes #532346)
|
|
|
|
|
2009-07-27 06:12:57 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 21:41:39 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.0.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-17 15:17:06 +00:00
|
|
|
* Wed Sep 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.12-1
|
|
|
|
- update to 2.0.12 (fixes #461278 and #461626)
|
|
|
|
- this release adds support for icmp extensions (including MPLS),
|
|
|
|
which was expected for a long time (#176588)
|
|
|
|
- drop "tracert" symlink (#461109)
|
|
|
|
|
2008-05-19 13:53:52 +00:00
|
|
|
* Mon May 19 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.11-1
|
|
|
|
- update to 2.0.11
|
|
|
|
|
2008-04-17 11:59:40 +00:00
|
|
|
* Thu Apr 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.10-1
|
|
|
|
- upgrade to 2.0.10 (fixes #245438 and ipv6 tracerouting for new kernels)
|
|
|
|
|
2008-02-18 22:06:05 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3:2.0.9-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-10 18:18:17 +00:00
|
|
|
* Wed Oct 10 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.9-1
|
|
|
|
- upgrade to new upstream traceroute-2.0.9
|
|
|
|
|
2007-09-18 11:25:28 +00:00
|
|
|
* Tue Sep 18 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.8-1
|
|
|
|
- upgrade to new upstream traceroute-2.0.8
|
|
|
|
- fixed traceroute.8 install source path and traceroute6.8 link source
|
|
|
|
- fixed typo in Source0 URL
|
|
|
|
|
2007-08-28 12:24:35 +00:00
|
|
|
* Tue Aug 28 2007 Dmitry Butskoy <Dmitry@Butskoy.name>
|
|
|
|
- Change URL and Source0 (upstream is at SourceForge now)
|
|
|
|
|
2007-08-23 14:56:47 +00:00
|
|
|
* Thu Aug 23 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.7-1
|
|
|
|
- upgrade to new upstream traceroute-2.0.7
|
|
|
|
- resolves: #249958: traceroute: useless debuginfo package
|
|
|
|
|
2007-01-29 07:52:52 +00:00
|
|
|
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.3-1.1.fc7
|
|
|
|
- Resolves: #225063: Re-add Epoch to traceroute
|
|
|
|
|
2007-01-22 17:22:37 +00:00
|
|
|
* Mon Jan 22 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.3-1.fc7
|
|
|
|
- Resolves: #222577 - man page with execute bit
|
|
|
|
- Resolves: #223784 - new traceroute breaks scripts
|
|
|
|
- Resolves: #223795 - /bin/tcptraceroute symlink occludes alternate tcptraceroute package
|
|
|
|
|
2006-11-21 14:47:54 +00:00
|
|
|
* Tue Nov 21 2006 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.2-1.fc7
|
|
|
|
- new source
|
|
|
|
- more accurate check_expired() routine.
|
|
|
|
- some minor fixes.
|
|
|
|
|
2006-10-30 09:44:00 +00:00
|
|
|
* Mon Oct 30 2006 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.1-2
|
|
|
|
- posted up lost epoch number
|
|
|
|
|
2006-10-23 14:01:03 +00:00
|
|
|
* Mon Oct 23 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.1-1
|
|
|
|
- upgarde to 2.0.1
|
|
|
|
- changed bindir to /bin
|
|
|
|
- improoved time obtaining
|
|
|
|
|
2006-10-19 13:34:20 +00:00
|
|
|
* Thu Oct 19 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-2
|
|
|
|
- fixed release numbering in spec file
|
|
|
|
|
|
|
|
* Tue Oct 17 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-1.fc7
|
2006-10-19 13:03:45 +00:00
|
|
|
- new source
|
|
|
|
- new features including ICMP support above all (#176587)
|
|
|
|
- Thanks to Dmitry Butskoy
|
|
|
|
|
2006-07-19 12:34:47 +00:00
|
|
|
* Wed Jul 19 2006 Radek Vokal <rvokal@redhat.com> - 2:1.0.4-2
|
|
|
|
- traceroute can not continue past destination host (#199342)
|
|
|
|
|
2006-07-12 08:32:14 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 05:53:09 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:08:07 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-09 09:33:31 +00:00
|
|
|
* Mon Jan 09 2006 Radek Vokal <rvokal@redhat.com> 1.0.4-1
|
|
|
|
- upgrade to 1.0.4
|
|
|
|
- proper fix for bug #173762
|
|
|
|
|
2005-12-09 22:43:38 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-21 08:39:09 +00:00
|
|
|
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-5
|
|
|
|
- removed ICMP6_DST_UNREACH_NOTNEIGHBOR (#173762)
|
|
|
|
|
2005-11-08 10:13:52 +00:00
|
|
|
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-4
|
|
|
|
- comaptibility patch, use -s and -i options
|
|
|
|
|
|
|
|
* Thu Nov 03 2005 Robert Scheck <redhat@linuxnetz.de> 1.0.3-3
|
|
|
|
- enable working IPv6 support in traceroute
|
|
|
|
- removed old compatibility links, nothing has SUID/SGID
|
|
|
|
- added some documentation files
|
|
|
|
- don't expand rpm macros in %%changelog
|
|
|
|
|
|
|
|
* Wed Nov 02 2005 Xose Vazquez Perez <xose.vazquez@gmail.com> 1.0.3-2
|
|
|
|
- license is GPL
|
|
|
|
- remove S_ISUID from /bin/traceroute
|
|
|
|
- description of this implementation
|
|
|
|
- s/$RPM_BUILD_ROOT/%%{buildroot}
|
|
|
|
- man page needs 0644
|
|
|
|
- link it agains relative paths, it works over NFS
|
|
|
|
|
|
|
|
* Wed Nov 02 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-1
|
|
|
|
- new source
|
|
|
|
|
2005-08-11 11:52:50 +00:00
|
|
|
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-27
|
|
|
|
- fixed packet size for icmp checksum (#164466)
|
|
|
|
- small buffer-overflow fixies
|
|
|
|
|
2005-03-04 09:49:11 +00:00
|
|
|
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
|
|
|
|
- gcc4 rebuilt
|
|
|
|
|
2005-02-09 13:57:53 +00:00
|
|
|
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-25
|
|
|
|
- rebuilt
|
|
|
|
- verify icmp checksum only when -I used (#106013)
|
|
|
|
|
2004-10-11 07:54:32 +00:00
|
|
|
* Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24
|
|
|
|
- spec file updated (#135187)
|
|
|
|
|
2004-09-09 13:31:09 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:30:56 +00:00
|
|
|
* Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 1.4a12-22
|
|
|
|
- Enabled PIE for traceroute.
|
|
|
|
|
2004-09-09 13:30:09 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:29:36 +00:00
|
|
|
* Mon Sep 01 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20.1
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Sep 01 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.
|
|
|
|
|
|
|
|
* Thu Aug 28 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- move debuginfo stuff into proper rpms
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-17
|
|
|
|
- Bumped release and rebuilt
|
|
|
|
|
|
|
|
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-16
|
|
|
|
- Moved binary to /bin and symlink to old /usr/sbin place for compatibility.
|
|
|
|
|
|
|
|
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-15
|
|
|
|
- Bumped release and rebuilt
|
|
|
|
|
|
|
|
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-14
|
|
|
|
- Added -t option (#71790).
|
|
|
|
|
|
|
|
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-13
|
|
|
|
- Bumped release and rebuilt
|
|
|
|
|
|
|
|
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-12
|
|
|
|
- Switch to bz2 tarball to save space
|
|
|
|
- Added URL tag.
|
|
|
|
|
|
|
|
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-11
|
|
|
|
- Bumped release and rebuilt
|
|
|
|
|
|
|
|
* Mon May 12 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
|
2004-09-09 13:29:00 +00:00
|
|
|
- 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).
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4a12-6
|
2004-09-09 13:28:38 +00:00
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 13:28:23 +00:00
|
|
|
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5
|
|
|
|
- Don't forcibly strip binaries
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- Bumped version number for rebuild
|
2004-09-09 13:28:05 +00:00
|
|
|
|
2004-09-09 13:26:23 +00:00
|
|
|
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Updated to 1.4a12
|
|
|
|
|
2004-09-09 13:26:13 +00:00
|
|
|
* Fri Dec 1 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- use RPM_OPT_FLAGS (#21279).
|
|
|
|
|
2004-09-09 13:25:50 +00:00
|
|
|
* Wed Oct 4 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- check max. packet length correctly (#15917).
|
|
|
|
- support LSRR correctly (#16281).
|
|
|
|
|
2004-09-09 13:25:24 +00:00
|
|
|
* Tue Jul 18 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- drop root privileges even earlier (#13466).
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- bugfix for segfault with source routing (#13466)
|
|
|
|
- fix bug tracerouting thru aliased ethernet addresses (#9351)
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- FHS packaging.
|
|
|
|
|
|
|
|
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix build with new stricter patch
|
|
|
|
|
|
|
|
* Mon Feb 7 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
|
|
|
|
|
|
|
|
* Thu May 27 1999 Richard Henderson <rth@twiddle.net>
|
|
|
|
- avoid unaligned traps writing into the output data area.
|
|
|
|
|
|
|
|
* Fri May 14 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>
|
2005-11-08 10:13:52 +00:00
|
|
|
- use %%configure
|
2004-09-09 13:25:24 +00:00
|
|
|
- fix 64 bit problem on alpha (#919)
|
|
|
|
|
|
|
|
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- configure fix for arm
|
|
|
|
|
|
|
|
* Mon Apr 27 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
|
|
|
|
|
|
|
|
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- added fix from Christopher Seawood
|
|
|
|
|
|
|
|
* Mon Sep 22 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
|
|
|
|
|
|
|
|
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|