]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
iputils: Update to version 20250605
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 8 Jun 2025 20:35:05 +0000 (22:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jun 2025 12:10:24 +0000 (12:10 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/iputils
lfs/iputils

index 83b2e782425b4ffd8478d250eaf00f5d26bfec47..e30c44b0ce0d18ef15863de056ae04de7064b6a2 100644 (file)
@@ -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
index da687c73e1ee537fe88919d48cd32a84098002cf..737f66790f80790f5e16b4e0b7a91f64b66af8a7 100644 (file)
@@ -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)