From patchwork Wed Jun 4 17:07:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8811 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bCDXw6FBlz3wbj for ; Wed, 4 Jun 2025 17:07:44 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bCDXw2M08z5Lg for ; Wed, 4 Jun 2025 17:07:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bCDXw1cNcz32yZ for ; Wed, 4 Jun 2025 17:07:44 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bCDXs28HXz2ywH for ; Wed, 4 Jun 2025 17:07:41 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bCDXq697fz7H; Wed, 4 Jun 2025 17:07:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749056860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=cLWQCSkop9xBZ5eEg753aPIYkz8sFG8plcBdo52ndy8=; b=n3WWxZoW/W06XhjiVgo5simsvVrbn7gvJeiGJqE+Whp35l1CwHdvyLYZPL0EZpBW08GxV3 rWdHaOF1GgmiXHCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749056860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=cLWQCSkop9xBZ5eEg753aPIYkz8sFG8plcBdo52ndy8=; b=oV3+IVo178m93r9L7gjWaSBiT3l6mKK9Y6+Y8Kg2fvDmXmcl6eCuVhZuimzZOLan70DK7C LLsZjVI0l9foWhitCP7hvDjffvSzIrmXKBBAWkNPgQx5vekLr9hdx8eD5nf2CtKE1ZwxaG zDeiLlLjBxZcKjxlxbTHDhE86pc57ekw1G5stuA8W1jlqO1lF0ThpgenyB7RIuV0nbqfH+ vuAAKi47m4hxAAAKu4FmhBESN6J9rDv+ckpnl81OG5Oo2JP10a305/S+Df4PNyN6OiYN3+ jjsmbzvmN9NttnWeYTurlkZCLLs5OKRn+frpneBh+pudn8QDZIyH2Wi5xDVGkw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] dhcpcd: Update to 10.2.4 Date: Wed, 4 Jun 2025 19:07:13 +0200 Message-ID: <20250604170726.3311735-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 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 --- lfs/dhcpcd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)