From patchwork Sun Dec 31 09:27:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7423 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4T2v0k5VH3z3xM5 for ; Sun, 31 Dec 2023 09:27:50 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T2v0d6Y14z1Kl; Sun, 31 Dec 2023 09:27:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T2v0d4kZPz32gW; Sun, 31 Dec 2023 09:27:45 +0000 (UTC) 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T2v0V4cQ2z3038 for ; Sun, 31 Dec 2023 09:27:38 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T2v0V0cBSzGB; Sun, 31 Dec 2023 09:27:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1704014858; 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=ETeypaD1TXlB/3w11xgBJ5KVxSxrD+9NnzWJnCMyLLs=; b=6LSW5TzyhWp5dpM5gbluRI4lKvN42xhLkSAKbvWHcVaU843W1EPg6RTywiu4Y1DP6DHARj rKRxvOBYxWVSaAAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1704014858; 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=ETeypaD1TXlB/3w11xgBJ5KVxSxrD+9NnzWJnCMyLLs=; b=CffMQgdBlQB6eT8+noT1NScVJnhn00juaDdUHU2KRqXscVppdINR68jtannvm3AEK1Omis Y5afr/zhKojpIVZX6uCmdUM7u3qXbnTv3tVxvDv9mQRIvGJ0wiZweN1lrmUUn22g2EbDCA 18ogMNkeuL5aGiIR+k41wuxZoJxsHXaD6f7Q+OdAc3wLNX+ATtTZSGqurGvyF7qEay6bTy uB+bQ6Ou2rJQwkHhLVNDCTAYmfXj24HSYN4p9PworCiO7hAZZu7vERYepOcpdJktg0KC8Y BQBS/WYoGK8NFqtpMo+hylGyUijJ3RnG2x6vlaTBvnfnIVWKk90KVOM0gNumVw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iputils: Update to version 20231222 Date: Sun, 31 Dec 2023 10:27:22 +0100 Message-ID: <20231231092724.2222-4-adolf.belka@ipfire.org> In-Reply-To: <20231231092724.2222-1-adolf.belka@ipfire.org> References: <20231231092724.2222-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: SGLWJKX3JUQRTLQP6KZURKDYX44ZLSE4 X-Message-ID-Hash: SGLWJKX3JUQRTLQP6KZURKDYX44ZLSE4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 20221126 to 20231222 - Update of rootfile not required - Changelog 20231222 * arping - fix: Properly fix -Wpedantic warnings (commit: 80a580a, PR: #505) * clockdiff - fix: Set ppoll timeout minimum to 1ms (commit: 471942d, issue: #326, PR: #459) * ping - feature: Add option -H to force reverse DNS resolution (commit: dd5a81a, issue: #421, https://bugs.debian.org/650479, PR: #494) - feature: Decode unreachable codes added in RFC 4443 (commit: c4c7d52, PR: #447) - feature: Allow over-PMTU-sized packets with DF set using PMTUDISC_PROBE (commit: e123cab, PR: #448) - fix: Revert "ping: use random value for the identifier field" to use PID again (commit: d466aab, issue: #489, PR: #503, regression from s20200821) - fix: Fix support for DSCP (Traffic Class, option -Q) (commit: 425f711, PR: #468, broken since s20060425) - fix: Fix the errno handling for strtod (commit: 33e78be, PR: #450, regression from s20190324) - fix: Drop redundant setsockopt(IPV6_TCLASS) call (commit: d38519a, PR: #468, regression from s20150815) - fix: Fix overflow on negative -i (commit: 2a63b94, issue: #465) - fix: Fix sporadically missing DNS record on targets with multiple IP addresses (commit: 80a580a, PR: #505, regression from s20200821) - fix: Handle interval correctly in the first second after booting (commit: 7448c33, PR: #499) - fix: Fix presentation of IPv6 addresses with no reverse DNS (commit: bc3f2e3, issue: #455, PR: #478) - fix: Add missing whitespace in IPv6 output (commit: 14472fc, PR: #455) - fix: Allow to localize help (commit: e13508a) - fix: Use print target when empty ai_canonname (commit: c68afd5, issue: #421) - Improve interval error message (commit: fb75557, PR: #487) - man: Mention broadcast and multicast limit for non-root (commit: e7aafa7, PR: #486) - man: Document collisions and pid_max (commit: c515a0d, PR: #507) - man: Add missing parameter for -e (commit: 2400215) - man: Update TTL details (commit: 2beff77, issue: #488, PR: #497) - man: Describe the defaults for -n option, reword (commit: a6e6d24) * tracepath - fix: Restore the MTU probing behavior") (commit: a75feb0, PR: #448, regression from s20190709) - fix: Fix behavior during the first second after booting (commit: c64bcd8, PR: #499) - Add NULL pointer assert() check (commit: 065daad, PR: #498) - man: Fix output related docs (commit: 40c7bc3, issue: #469, PR: #470) - man: Document error messages (commit: 90371d2, issue: #463, PR: #495) * CI - Add Add CentOS Stream 9 and Rocky Linux 8 and 9 (commit: 26edb41, 0ce30ae, PR: #457, #476) * localization - 100% translated: Chinese (Simplified), Czech, English, French, Georgian, German, Korean, Portuguese (Brazil), Ukrainian - > 90% Finnish, Turkish, Japanese, Indonesian Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/iputils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/iputils b/lfs/iputils index d881a0f74..3343623cf 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -24,10 +24,10 @@ include Config -VER = 20221126 +VER = 20231222 THISAPP = iputils-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 97bdc49810ce9e517211323e8e8ffd2f2be505704d67533db0e8f296701048b82c61b39062aab4a8fa148b29175636a657c2dcdd65e3a16b1572d2f392b8ecf0 +$(DL_FILE)_BLAKE2 = a76d4e9741c4ce8d2a2b6337873400543c5bb51d61a794fdfed8c8f4228c41020f5203c8af7ca44a36877d246d4f67019d31f1a58e48c6fca7964d6ebc9d764b install : $(TARGET)