From fe4533fd0d060adb7772fb365468afdcfadc8a22 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Mon, 2 Jun 2025 19:28:12 +0200 Subject: [PATCH] package/iputils: security bump version to 20250602 https://github.com/iputils/iputils/releases/tag/20250602 Security release, fixes CVE-2025-47268 and CVE-2025-48964. https://www.cve.org/CVERecord?id=CVE-2025-47268 https://www.cve.org/CVERecord?id=CVE-2025-48964 Signed-off-by: Petr Vorel [Julien: - add "security" mention in commit log title - add link to CVEs ] Signed-off-by: Julien Olivain --- package/iputils/iputils.hash | 4 ++-- package/iputils/iputils.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash index 6baf433dcb..daa5f81a85 100644 --- a/package/iputils/iputils.hash +++ b/package/iputils/iputils.hash @@ -1,5 +1,5 @@ -# https://github.com/iputils/iputils/releases/download/20240905/sha256sums.asc -sha256 599cda8e3f5f7ce4c612456ab1101369da8f79aa0f83c8e877290a1c7bb56010 iputils-20240905.tar.gz +# https://github.com/iputils/iputils/releases/download/20250602/sha256sums.asc +sha256 178f316c3f102f7c7445dee8bb851838f11214a68b3d5d4788972d8b35dcbbe5 iputils-20250602.tar.gz # Locally computed sha256 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036 LICENSE sha256 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712 Documentation/LICENSE.BSD3 diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk index ec8c24e4e0..391f0e1938 100644 --- a/package/iputils/iputils.mk +++ b/package/iputils/iputils.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPUTILS_VERSION = 20240905 +IPUTILS_VERSION = 20250602 IPUTILS_SITE = https://github.com/iputils/iputils/releases/download/$(IPUTILS_VERSION) IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2