2023-12-21 14:01:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 19 18:58:12 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to 2.1.5:
|
|
|
|
* Parse interface information (rfc5837) for ICMP extensions
|
|
|
|
* Add `fastopen' tcp module option (cookie negotiation only)
|
|
|
|
* Complete tcp module option `mss' to discover possible mss
|
|
|
|
clamping along the path being traced.
|
|
|
|
* Complete tcp module option `info' to print returned tcp header
|
|
|
|
options too (all those that can be set or altered by `-O' for
|
|
|
|
tcp module).
|
|
|
|
|
2023-11-10 13:53:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 10 13:53:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.1.3:
|
2023-11-11 16:15:48 +00:00
|
|
|
* Fix command line parsing in wrappers. (CVE-2023-46316 bsc#1216591)
|
2023-11-10 13:53:14 +00:00
|
|
|
|
2023-02-19 21:47:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 14 10:09:06 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to version 2.1.2:
|
|
|
|
* Fix unprivileged ICMP tracerouting with Linux kernel >= 6.1
|
|
|
|
|
2023-01-02 13:57:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 28 12:29:41 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
|
|
|
|
- update to version 2.1.1:
|
|
|
|
* Interpret ipv4-mapped ipv6 addresses (::ffff:A.B.C.D) as true
|
|
|
|
ipv4
|
|
|
|
* Return back more robust poll(2) loop handling
|
|
|
|
|
2019-01-21 07:11:20 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-01-23 07:12:57 +00:00
|
|
|
Tue Jan 22 00:29:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim time-sensitive wording from description.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-01-21 07:11:20 +00:00
|
|
|
Tue Jan 15 12:44:16 UTC 2019 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
|
|
|
|
- fix undefined reference to "ceil", some compiler versions do
|
|
|
|
not optimize-out or inline ceil, but anyways libm is required.
|
|
|
|
|
2019-01-11 12:44:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 15:02:56 UTC 2019 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
|
|
|
|
- Update to version 2.1.0
|
|
|
|
* Implement -w MAX_SECS,HERE,NEAR option
|
|
|
|
* Provide tcptraceroute
|
|
|
|
* Improve the main loop for better interactivity.
|
|
|
|
|
2015-07-17 05:07:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 16 20:27:50 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- traceroute-autotools.patch: switch to non-recursive automake
|
|
|
|
without libtool.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 16 19:33:35 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Version 2.0.21
|
|
|
|
* fix -F --mtu with current kernel versions
|
|
|
|
- traceroute-autotools.patch refresh and add -fvisibility=hidden
|
|
|
|
to CFLAGS.
|
|
|
|
|
2014-09-01 06:04:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 31 17:02:49 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- version 2.0.20
|
|
|
|
* Describe all complementary long options in the man page
|
|
|
|
* Use correct service name for AS lookups
|
|
|
|
* Avoid some rare case null dereference
|
|
|
|
* Improve expiration check for simultaneous probes
|
|
|
|
- traceroute-secure_getenv.patch use secure_getenv
|
|
|
|
- traceroute-autotools.patch refresh
|
|
|
|
|
2013-03-07 18:12:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 7 17:52:47 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- The previous incarnation of traceroute had a traceroute6
|
|
|
|
binary, provide a compatibility symlink for it.
|
|
|
|
|
|
|
|
- Build with full RELRO.
|
|
|
|
|
2013-01-27 19:24:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 27 19:20:20 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Initial version. obsoletes the version found in package net-tools
|
|
|
|
|
|
|
|
- This is the implementation used by the rest of the planet, not
|
|
|
|
the one found in SUSE but Fedora, RHEL, Debian, Mandriva, Gentoo, Ubuntu.
|
|
|
|
|