From patchwork Sun Jun 8 20:35:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8817 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyh0G3Wz3xMj for ; Sun, 8 Jun 2025 20:35:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bFmyc6bd3z6f1 for ; Sun, 8 Jun 2025 20:35:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bFmyb240bz34QF for ; Sun, 8 Jun 2025 20:35:19 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyX2dz4z3368 for ; Sun, 8 Jun 2025 20:35:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bFmyX0WnDz33J; Sun, 8 Jun 2025 20:35:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749414916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lttTkuXxqKPM85YIqQD/0CN91Q24SFGw2NYW1KCiHeg=; b=9Rp7L4teM+RCwIGC1jDrM8wIxxqNeETYLJUfZQXwQAkCg4mHBE4Oh3qFF47Mq9MkKvSz0Y rgBr7cRvdcmB1CAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749414916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lttTkuXxqKPM85YIqQD/0CN91Q24SFGw2NYW1KCiHeg=; b=ApIydq2QxzPKFkGRvaemnM1VHf1jQyf5aGPLgMllaX9xWEhwFdeCYmRLFJHUPviE5/MNtr qXZrsSIO0qHeOeEnO6MWjhZPYiAnfMpZuoqJIlw7cq54qN2M4feMyqo474UthyQekX2n24 UIdYmTxxR75rnZVg4VVoGfErkunC+16aCuauE1v2UshOFKp1bs1JmmhUB/e2FwIm6kItCC BdRKWavu2n80jiJ3oW1gKxS7NZo6ghVmNeDTzgkoXokQSQVjXZMqEfHNee5XXBC/gMle4i /gMsyikY7lTzVSGWQEhnSBWOBughZYJvetU5JKGp5Ef6AvTKChbmpbfsWg2jZA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iputils: Update to version 20250605 Date: Sun, 8 Jun 2025 22:35:05 +0200 Message-ID: <20250608203507.3302368-4-adolf.belka@ipfire.org> In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org> References: <20250608203507.3302368-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 20240905 to 20250605 - Update of rootfile - 2 CVE fixes - Changelog 20250605 fix: ping: Fix regression in -c1 (issue: #596, PR: #597, commit: a41fbf3) 20250602 Security release, fixes CVE-2025-47268 and CVE-2025-48964. * ping - fix CVE-2025-48964: Fix moving average rtt calculation (commit: afa3639) https://github.com/iputils/iputils/security/advisories/GHSA-25fr-jw29-74f9 - fix CVE-2025-47268: Fix signed 64-bit integer overflow in RTT calculation (issue: #584, PR: #585, commit: 070cfac) - fix: Fix integer overflow in large -s and -l values (PR: #586, commit: f30f0e5) - fix: Fix integer overflow in large -W value (PR: #588, commit: f7d1989) - fix sS90x: Fix ipv4 ttl value when using SOCK_DGRAM on big endian systems (PR: #591, commit: c9c82b4, regression from 7e7ffff) - fix man: Fix ping man page syntax error (commit: e8c9d6d) - fix: Translate error message (commit: 9651db5) * tracepath - fix: Cleanup min value of -l (PR: #572, commit: 65e3837) * Meson build system - fix: Fix installation of prebuilt manpages in dist tarball (commit: dca2358) - fix: build.sh: Fix tarball name (commit: b912d64) * Localization - New languages: Kabyle, Romanian - Updated most of the languages Signed-off-by: Adolf Belka --- config/rootfiles/common/iputils | 14 ++++++++++++++ lfs/iputils | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/iputils b/config/rootfiles/common/iputils index 83b2e7824..e30c44b0c 100644 --- a/config/rootfiles/common/iputils +++ b/config/rootfiles/common/iputils @@ -3,15 +3,29 @@ bin/ping #usr/bin/clockdiff usr/bin/ping usr/bin/tracepath +#usr/share/iputils +#usr/share/iputils/arping.html +#usr/share/iputils/clockdiff.html +#usr/share/iputils/ping.html +#usr/share/iputils/tracepath.html #usr/share/locale/cs/LC_MESSAGES/iputils.mo #usr/share/locale/de/LC_MESSAGES/iputils.mo +#usr/share/locale/es/LC_MESSAGES/iputils.mo #usr/share/locale/fi/LC_MESSAGES/iputils.mo #usr/share/locale/fr/LC_MESSAGES/iputils.mo #usr/share/locale/id/LC_MESSAGES/iputils.mo #usr/share/locale/ja/LC_MESSAGES/iputils.mo #usr/share/locale/ka/LC_MESSAGES/iputils.mo +#usr/share/locale/kab/LC_MESSAGES/iputils.mo #usr/share/locale/ko/LC_MESSAGES/iputils.mo #usr/share/locale/pt_BR/LC_MESSAGES/iputils.mo +#usr/share/locale/ro/LC_MESSAGES/iputils.mo #usr/share/locale/tr/LC_MESSAGES/iputils.mo #usr/share/locale/uk/LC_MESSAGES/iputils.mo #usr/share/locale/zh_CN/LC_MESSAGES/iputils.mo +#usr/share/locale/zh_Hant +#usr/share/locale/zh_Hant/LC_MESSAGES +#usr/share/locale/zh_Hant/LC_MESSAGES/iputils.mo +#usr/share/man/man8/clockdiff.8 +#usr/share/man/man8/ping.8 +#usr/share/man/man8/tracepath.8 diff --git a/lfs/iputils b/lfs/iputils index da687c73e..737f66790 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 20240905 +VER = 20250605 THISAPP = iputils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 62ee614292fbf487d93d711ecbc11719d10f4dcb995bfd0d613459b49792ae4c8f0032a401fbf583206665ac4c592e90c30da5c75811340cc881c06a20a05318 +$(DL_FILE)_BLAKE2 = 16a87130f215d9e1bf27a8559a70ed24065d411d18eef0bbfaf36118ac8b097abd8b965b4842efa00d2cab6a03e93c9f49eec020f308f7cb6d8995651b8b5380 install : $(TARGET)