]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
traceroute: Update to version 2.1.6
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 19 Jan 2025 22:08:44 +0000 (23:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 13:08:06 +0000 (13:08 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/traceroute
src/patches/traceroute-2.1.6-ipfire.patch [moved from src/patches/traceroute-2.1.5-ipfire.patch with 100% similarity]

index 961e447717e100872cd725db38ac12de41dae71a..8c9f0d2a3143e53283c71f52412d7d164f7ff06c 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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Packet route path tracing utility
 
-VER        = 2.1.5
+VER        = 2.1.6
 
 THISAPP    = traceroute-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = traceroute
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b2e99398b23d064f96319c9ca677589175f4bde64bce1f1d3236fc94f0ae3aa00499a2ef4a5c66c3a5815e09e16c534d049c36745119850c90c8af879ef66c6b
+$(DL_FILE)_BLAKE2 = 452daa7cbf5322981a36cc1e155447ea617ed4a0dfa9ef4f67ff7d2c36c7b9bc6145ddb1111eca5489ccc038f30fb0799def27efae1c385e043e9243339361cb
 
 install : $(TARGET)