forked from pool/iputils
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e3f23f8c2e | |||
|
|
ec680e1c08 | ||
| b0e6f8cdc9 | |||
|
|
49c859846f | ||
|
|
fe1820180e | ||
|
|
5ca1f20160 | ||
|
|
0bc4afa456 | ||
|
|
888b21415c | ||
| 3ce217ce79 | |||
|
|
79a4f35ca0 | ||
| 5f7bff6eaa | |||
|
|
79d893b05a |
BIN
iputils-20240905.tar.xz
LFS
BIN
iputils-20240905.tar.xz
LFS
Binary file not shown.
3
iputils-20250605.tar.xz
Normal file
3
iputils-20250605.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f213700dbf96b5cc4499ca70cb15ecd69c09f405b06785bb4a1a10b572b6276
|
||||||
|
size 471904
|
||||||
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 14:16:43 UTC 2025 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 20250605
|
||||||
|
Fixing regression in ping.
|
||||||
|
https://github.com/iputils/iputils/releases/tag/20250605
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 2 10:13:36 UTC 2025 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 20250602
|
||||||
|
Security release, fixes CVE-2025-47268 and CVE-2025-48964.
|
||||||
|
https://github.com/iputils/iputils/releases/tag/20250602
|
||||||
|
- Remove html man page (required to avoid a build failure)
|
||||||
|
- Remove patches from this release (iputils-CVE-2025-47268.patch,
|
||||||
|
0001-Fix-ping-man-page-syntax-error.patch)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 12:22:58 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
||||||
|
|
||||||
|
- Fix bsc#1243284 - ping on s390x prints invalid ttl
|
||||||
|
* Add iputils-invalid-ttl-s390x.patch
|
||||||
|
* Fix ipv4 ttl value when using SOCK_DGRAM on big endian systems
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 15:38:14 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
||||||
|
|
||||||
|
- Security fix [bsc#1242300, CVE-2025-47268]
|
||||||
|
* integer overflow in RTT calculation can lead to undefined behavior
|
||||||
|
* Add iputils-CVE-2025-47268.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 17:33:13 UTC 2025 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
- Backport ping man page fix
|
||||||
|
0001-Fix-ping-man-page-syntax-error.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 10:47:27 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
Thu Sep 5 10:47:27 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iputils
|
# spec file for package iputils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20240905
|
Version: 20250605
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPv4 and IPv6 Networking Utilities
|
Summary: IPv4 and IPv6 Networking Utilities
|
||||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
URL: https://github.com/iputils/iputils
|
URL: https://github.com/iputils/iputils
|
||||||
Source0: https://github.com/iputils/iputils/releases/download/%{version}/iputils-%{version}.tar.xz
|
Source0: https://github.com/iputils/iputils/releases/download/%{version}/iputils-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-SUSE: Work around localhost resolving to 127.0.0.1 even on ip6 in build
|
||||||
BuildRequires: docbook5-xsl-stylesheets
|
BuildRequires: docbook5-xsl-stylesheets
|
||||||
BuildRequires: docbook_5
|
BuildRequires: docbook_5
|
||||||
BuildRequires: iproute2
|
BuildRequires: iproute2
|
||||||
@@ -61,6 +62,10 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
# -DBUILD_HTML_MANS=false does not help due
|
||||||
|
# https://github.com/iputils/iputils/issues/595
|
||||||
|
rm -fv %{buildroot}/usr/share/iputils/*.html
|
||||||
|
|
||||||
# boo#1017616
|
# boo#1017616
|
||||||
ln -sf %{_bindir}/ping %{buildroot}/%{_bindir}/ping6
|
ln -sf %{_bindir}/ping %{buildroot}/%{_bindir}/ping6
|
||||||
ln -sf %{_bindir}/tracepath %{buildroot}/%{_bindir}/tracepath6
|
ln -sf %{_bindir}/tracepath %{buildroot}/%{_bindir}/tracepath6
|
||||||
|
|||||||
Reference in New Issue
Block a user