forked from pool/traceroute
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:
commit
1904c46ffb
@ -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
3
traceroute-2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8fc8d5046e855d7588607bb319f5b82e3ba13e91d5d4636863262e6386bbaf76
|
||||||
|
size 73063
|
@ -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>
|
Tue Jan 22 00:29:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package traceroute
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: traceroute
|
Name: traceroute
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Packet route path tracing utility
|
Summary: Packet route path tracing utility
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://traceroute.sourceforge.net/
|
URL: https://traceroute.sourceforge.net/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Patch0: traceroute-autotools.patch
|
Patch0: traceroute-autotools.patch
|
||||||
Patch1: traceroute-secure_getenv.patch
|
Patch1: traceroute-secure_getenv.patch
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -34,19 +33,17 @@ Obsoletes: tcptraceroute <= 1.5.beta7
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Traceroute tracks the route packets taken from an IP network on their way to a given host.
|
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
|
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.
|
response from each gateway along the path to the host.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_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
|
install -m0644 wrappers/tcptraceroute.8 %{buildroot}%{_mandir}/man8/tcptraceroute.8
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
%{_bindir}/tcptraceroute
|
%{_bindir}/*
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/*
|
||||||
%{_sbindir}/%{name}6
|
%{_mandir}/man8/*.8%{?ext_man}
|
||||||
%{_mandir}/man8/traceroute*.8*
|
|
||||||
%{_mandir}/man8/tcptraceroute.8*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user