Changelog for
traceroute-debugsource-2.1.5-1.2.i586.rpm :
* Tue Dec 19 2023 Andreas Stieger
- 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).
* Fri Nov 10 2023 Dirk Müller - update to 2.1.3:
* Fix command line parsing in wrappers. (CVE-2023-46316 bsc#1216591)
* Tue Feb 14 2023 Andreas Stieger - update to version 2.1.2:
* Fix unprivileged ICMP tracerouting with Linux kernel >= 6.1
* Wed Dec 28 2022 Andreas Stieger - 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
* Tue Jan 22 2019 Jan Engelhardt - Trim time-sensitive wording from description.
* Tue Jan 15 2019 Cristian Rodríguez - fix undefined reference to \"ceil\", some compiler versions do not optimize-out or inline ceil, but anyways libm is required.
* Tue Jan 08 2019 Cristian Rodríguez - Update to version 2.1.0
* Implement -w MAX_SECS,HERE,NEAR option
* Provide tcptraceroute
* Improve the main loop for better interactivity.
* Thu Jul 16 2015 crrodriguezAATTopensuse.org- traceroute-autotools.patch: switch to non-recursive automake without libtool.
* Thu Jul 16 2015 crrodriguezAATTopensuse.org- Version 2.0.21
* fix -F --mtu with current kernel versions- traceroute-autotools.patch refresh and add -fvisibility=hidden to CFLAGS.
* Sun Aug 31 2014 crrodriguezAATTopensuse.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