Accepting request 1046195 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/1046195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/traceroute?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-01-04 16:50:39 +00:00 committed by Git OBS Bridge
commit 1904c46ffb
4 changed files with 23 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6
size 71460

3
traceroute-2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc8d5046e855d7588607bb319f5b82e3ba13e91d5d4636863262e6386bbaf76
size 73063

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue Jan 22 00:29:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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