[ 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 ]
×

Project traceroute-3:2.1.1-1.el9

Name traceroute
Epoch 3
Version 2.1.1
Release 1.el9
Website/URL http://traceroute.sourceforge.net
License GPLv2+
Build Time 2025-03-31 17:48:43
Build Host builder-x86-03.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
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
traceroute-3:2.1.1-1.el9.x86_64 Traces the route taken by packets over an IPv4/IPv6 network 289a3f9b84b208978066d62bbc58d5ea68bf424a317d61122440ff9eda9b9637 download
aarch64
traceroute-3:2.1.1-1.el9.aarch64 Traces the route taken by packets over an IPv4/IPv6 network a05fe1df8f67837d5ab92da980193d6bf34e843f55307d43df2eb17e5d0772da download
src
traceroute-3:2.1.1-1.el9.src Traces the route taken by packets over an IPv4/IPv6 network 3f641f4f7c1f60409cd356b27cee836651854f18adaa2152571c6718bb789c7e download
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)