[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package traceroute-3:2.1.1-1.el9.x86_64 download

Name traceroute
Epoch 3
Version 2.1.1
Release 1.el9
Architecture x86_64
Website/URL http://traceroute.sourceforge.net
License GPLv2+
Build Time 2025-03-31 17:48:28
Build Host builder-x86-08.inferitos.ru
Summary Traces the route taken by packets over an IPv4/IPv6 network
Repositories BaseOS
Description 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.
Errata
Size 57 KiB
Source Project traceroute-2.1.1-1.el9
SHA-256 checksum 289a3f9b84b208978066d62bbc58d5ea68bf424a317d61122440ff9eda9b9637
× Full screenshot
Changelog link
* Mon Dec 02 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.1-1
- rebase to 2.1.1 (RHEL-67117)
    Interpret ipv4-mapped ipv6 addresses (::ffff:A.B.C.D) as true ipv4.

	   There are no ipv4-mapped addresses in the real network which we
	   operate on, so use just ipv4 in such cases, but allow users
	   to specify it this way for convenience.

	  Return back more robast poll(2) loop handling.

* Wed Sep 18 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.0-19
- make traceroute follow RFC-3484 conditionally (RHEL-58449)

* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3:2.1.0-18
- Rebuilt for MSVSphere 9.4 beta

* Mon Nov 27 2023 Jan Macku <jamacku@redhat.com> - 3:2.1.0-18
- add gating.yaml

* Mon Oct 30 2023 Jan Macku <jamacku@redhat.com> - 3:2.1.0-17
- fix improper command line parsing (CVE-2023-46316)