From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bCG8w3V4Fz32yZ for ; Wed, 4 Jun 2025 18:20:32 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bCG8w39bzz2ywH for ; Wed, 4 Jun 2025 18:20:32 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bCG8w0Z7LzC6 for ; Wed, 4 Jun 2025 18:20:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749061232; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=FqlhB8xdRYEuf4VPSJCWC3XIr47RgLgUktbOjSXDPfI=; b=ERu2wB23imNDXWbhBny8XRhHW4oyn7Ja53uC2yBv/1N98TTWeweXYQEYZ64uatdd8Jrn78 mPM+ZwN0WcAfJSAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749061232; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=FqlhB8xdRYEuf4VPSJCWC3XIr47RgLgUktbOjSXDPfI=; b=n/Uoajyq3ShFPjdEbIxoyObLthmVOTxhdGtFLt1OvPhi/Uts+mgT/47FuI6/h/c/a55c90 Ncns+uDVDPIb0pZR1zGw80Bjb4znEte9y7f1R2PATh84aDE32ufiMCHmCalkAwLRsJ5xjV Wr+QBMZ/vaNzwLqN7BGVN9oABYUP+J/giokBxvh99viyh8hRtjBAOtOS5wGz2QbdtKbx0c +gNoFmE5yAXoAv7/2+XImki9Q3D7OAS3Ug8owjkls/ZwEFJ0j5e6OxTWhYltfYXBZizgQM xj7Otx1qIgPMAsf25EEejl1A+d1luNafGDa8A/xNGJhdg7aZaa/UGMNQrUBujw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bCG8v4Qb5z2xrF; Wed, 4 Jun 2025 18:20:31 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e7bc484b8113f0bbe1ff0f73622434eaf6d8dd5c X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 657b6dac93a33506786b7e30782bc7c087039bba X-Git-Newrev: e7bc484b8113f0bbe1ff0f73622434eaf6d8dd5c Message-Id: <4bCG8v4Qb5z2xrF@people01.haj.ipfire.org> Date: Wed, 4 Jun 2025 18:20:31 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via e7bc484b8113f0bbe1ff0f73622434eaf6d8dd5c (commit) from 657b6dac93a33506786b7e30782bc7c087039bba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e7bc484b8113f0bbe1ff0f73622434eaf6d8dd5c Author: Matthias Fischer Date: Wed Jun 4 19:07:13 2025 +0200 dhcpcd: Update to 10.2.4 For details see: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.4 "compat: use timingsafe_bcmp if available IPv6: Sort routers by reachability correctly. definitions: define ND Route Information option IPv6: Clear previous address RA flags on receipt of a RA." Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/dhcpcd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 82a72abcf..6d15caad2 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -1,4 +1,4 @@ -############################################################################### +############################################################################### # # # IPFire.org - A linux based firewall # # Copyright (C) 2007-2025 IPFire Team # @@ -24,7 +24,7 @@ include Config -VER = 10.2.3 +VER = 10.2.4 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9f63b64f2909c7daded00685affd5a780ab23e0a38f178b720bb33c63cb126924c877f73f8351bd013075988dd85af985abf24b64a10c148a421e0c8f39d8415 +$(DL_FILE)_BLAKE2 = cdc5c345c58f24852ecf7e6655446f9385c860d9095cca8fa40eaae27a1d05dfad667e1e39af6ace2bd73acaa799210d6345462c90a88f89839912416263fdef install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree