From a722b2956a02e12d5ac4f5f02df15d807b7ddbd841130feb8c0625cd465a89f8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 13:57:11 +0000 Subject: [PATCH] Accepting request 1045637 from home:AndreasStieger:branches:network:utilities traceroute 2.1.1 OBS-URL: https://build.opensuse.org/request/show/1045637 OBS-URL: https://build.opensuse.org/package/show/network:utilities/traceroute?expand=0&rev=13 --- traceroute-2.1.0.tar.gz | 3 --- traceroute-2.1.1.tar.gz | 3 +++ traceroute.changes | 8 ++++++++ traceroute.spec | 30 ++++++++++++------------------ 4 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 traceroute-2.1.0.tar.gz create mode 100644 traceroute-2.1.1.tar.gz diff --git a/traceroute-2.1.0.tar.gz b/traceroute-2.1.0.tar.gz deleted file mode 100644 index b598049..0000000 --- a/traceroute-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6 -size 71460 diff --git a/traceroute-2.1.1.tar.gz b/traceroute-2.1.1.tar.gz new file mode 100644 index 0000000..479da93 --- /dev/null +++ b/traceroute-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc8d5046e855d7588607bb319f5b82e3ba13e91d5d4636863262e6386bbaf76 +size 73063 diff --git a/traceroute.changes b/traceroute.changes index 0991c07..026ef55 100644 --- a/traceroute.changes +++ b/traceroute.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 28 12:29:41 UTC 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 00:29:43 UTC 2019 - Jan Engelhardt diff --git a/traceroute.spec b/traceroute.spec index 16ffdd5..8b2c830 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -1,7 +1,7 @@ # # spec file for package traceroute # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: traceroute -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Packet route path tracing utility License: GPL-2.0-or-later -Group: Productivity/Networking/Other -Url: http://traceroute.sourceforge.net/ -Source: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: Productivity/Networking/Other +URL: https://traceroute.sourceforge.net/ +Source: https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-%{version}/%{name}-%{version}.tar.gz Patch0: traceroute-autotools.patch Patch1: traceroute-secure_getenv.patch BuildRequires: automake @@ -34,19 +33,17 @@ Obsoletes: tcptraceroute <= 1.5.beta7 %description Traceroute tracks the route packets taken from an IP network on their way to a given host. -It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED -response from each gateway along the path to the host. +It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED +response from each gateway along the path to the host. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build export LDFLAGS="-Wl,-z,relro,-z,now" autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -56,13 +53,10 @@ install -D -m0755 wrappers/tcptraceroute %{buildroot}%{_bindir}/tcptraceroute install -m0644 wrappers/tcptraceroute.8 %{buildroot}%{_mandir}/man8/tcptraceroute.8 %files -%defattr(-,root,root) %license COPYING %doc ChangeLog README -%{_bindir}/tcptraceroute -%{_sbindir}/%{name} -%{_sbindir}/%{name}6 -%{_mandir}/man8/traceroute*.8* -%{_mandir}/man8/tcptraceroute.8* +%{_bindir}/* +%{_sbindir}/* +%{_mandir}/man8/*.8%{?ext_man} %changelog