From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] traceroute: Update to version 2.1.6 Date: Sun, 19 Jan 2025 23:08:44 +0100 Message-ID: <20250119220844.3292084-5-adolf.belka@ipfire.org> In-Reply-To: <20250119220844.3292084-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7368905914208256048==" List-Id: --===============7368905914208256048== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.1.5 to 2.1.6 - Update of rootfile not required - Updated version number in name of patch - Changelog 2.1.6 Let getaddrinfo(3) select the default IPv4 or IPv6 protocol version when it is not explicitly specified on the command line (Jan Macku, SF bug #16) No more mandatory default to IPv4, follow rfc3484 and the similar ping(1) behaviour. Drop DEF_AF macro. Signed-off-by: Adolf Belka --- lfs/traceroute | 8 ++++---- ...e-2.1.5-ipfire.patch =3D> traceroute-2.1.6-ipfire.patch} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename src/patches/{traceroute-2.1.5-ipfire.patch =3D> traceroute-2.1.6-ipfi= re.patch} (100%) diff --git a/lfs/traceroute b/lfs/traceroute index 961e44771..8c9f0d2a3 100644 --- a/lfs/traceroute +++ b/lfs/traceroute @@ -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 = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Packet route path tracing utility =20 -VER =3D 2.1.5 +VER =3D 2.1.6 =20 THISAPP =3D traceroute-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D traceroute -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D b2e99398b23d064f96319c9ca677589175f4bde64bce1f1d3236fc= 94f0ae3aa00499a2ef4a5c66c3a5815e09e16c534d049c36745119850c90c8af879ef66c6b +$(DL_FILE)_BLAKE2 =3D 452daa7cbf5322981a36cc1e155447ea617ed4a0dfa9ef4f67ff7d= 2c36c7b9bc6145ddb1111eca5489ccc038f30fb0799def27efae1c385e043e9243339361cb =20 install : $(TARGET) =20 diff --git a/src/patches/traceroute-2.1.5-ipfire.patch b/src/patches/tracerou= te-2.1.6-ipfire.patch similarity index 100% rename from src/patches/traceroute-2.1.5-ipfire.patch rename to src/patches/traceroute-2.1.6-ipfire.patch --=20 2.48.1 --===============7368905914208256048==--