public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] iputils: Update to version 20250605
Date: Sun,  8 Jun 2025 22:35:05 +0200	[thread overview]
Message-ID: <20250608203507.3302368-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)
 
-- 
2.49.0



  parent reply	other threads:[~2025-06-08 20:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-08 20:35 [PATCH] automake: Update to version 1.18 Adolf Belka
2025-06-08 20:35 ` [PATCH] curl: Update to version 8.14.1 Adolf Belka
2025-06-08 20:35 ` [PATCH] hwdata: Update to version 0.396 Adolf Belka
2025-06-08 20:35 ` Adolf Belka [this message]
2025-06-08 20:35 ` [PATCH] libusb: Update to version 1.0.29 Adolf Belka
2025-06-08 20:35 ` [PATCH] postfix: Update to version 3.10.2 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250608203507.3302368-4-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox