From patchwork Mon May 19 15:46:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8773 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 4b1MVN1z2Jz3wty for ; Mon, 19 May 2025 15:46:20 +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 4b1MVL736xz5GL for ; Mon, 19 May 2025 15:46:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b1MVL6KYGz30Md for ; Mon, 19 May 2025 15:46:18 +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 4b1MVJ07zqz2ywd for ; Mon, 19 May 2025 15:46:16 +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 4b1MVG4nggz2Mg; Mon, 19 May 2025 15:46:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747669574; 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; bh=Mcv7KJIPp+844Jg3vr7PvYJ2Zk4VyWIMZLFA1wxhbwc=; b=0IsdXxLj/vOtcO/uay2kvgcWiMkYrCrPeb7kYbSIzDotEitWk3zGbhCcL1pIePUf/2fmVf 4iw1RBg3iSBPcTAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747669574; 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; bh=Mcv7KJIPp+844Jg3vr7PvYJ2Zk4VyWIMZLFA1wxhbwc=; b=iNFmYI0zcL+y1UenG5xSc4p8KKKUIrQphwkYw6U1yhXxrsXqQ5q+D+63604o6vwb0VPgCy qAY8hO/aXNhAu2IukWvz0nP3ihIttun39z6oSLsK5nYD2lJSm54riqjsllcwDIIkLx8vGm 6gJQtOOhMZ6eENW/IxXnQLpjos9oNkb85IaVMUL149Lqesqq2T8A4oBy2TyFuvdWjQsqiU dvCEcI1wOjx7SYCPYTAtV5MFsrlz/9mL2h1tOxg3KpxM57ZP6Byq15FB6vK4iT+FD5iSUJ 0n55fldeGoQfzaT4xmX3k5TZ5UIMnodxRr4X93kZhdWUQvPrEMYxoaiZQswKxw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] dhcpcd: Update to version 10.2.3 Date: Mon, 19 May 2025 17:46:11 +0200 Message-ID: <20250519154611.3292127-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 10.2.2 to 10.2.3 - Update of rootfile not required - Changelog 10.2.3 Restore logic on when to open an address specific socket by @dougnazar in #502 [Fix] DHCP Failure on WAN Interface Rename (Fixes #504) by @ngxquanganh in #505 BSD: routes via P2P interfaces now find their out-going interface -b --background fixed resolv: Fix processing more DNSSL options than RDNSS] dhcpcd: Remove option rapid_commit from dhcpcd.conf privsep: Fix valgrind and hardened-malloc on Linux with SECCOMP route: Don't spam route changes for lifetime Signed-off-by: Adolf Belka --- lfs/dhcpcd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 29cc28de2..82a72abcf 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.2.2 +VER = 10.2.3 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 95777f7aedc3a68e9873dd69d2c36b0235da31d95ad0327288f4fe11f35fe0ebcac827d3c7c9cc45bb0bbfdebfee246d0187c1d06bd9c44505868b9731715575 +$(DL_FILE)_BLAKE2 = 9f63b64f2909c7daded00685affd5a780ab23e0a38f178b720bb33c63cb126924c877f73f8351bd013075988dd85af985abf24b64a10c148a421e0c8f39d8415 install : $(TARGET) @@ -71,11 +71,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix="" \ - --sysconfdir=/var/ipfire/dhcpc \ - --dbdir=/var/ipfire/dhcpc \ - --libexecdir=/var/ipfire/dhcpc \ - --mandir=/usr/share/man + --prefix="" \ + --sysconfdir=/var/ipfire/dhcpc \ + --dbdir=/var/ipfire/dhcpc \ + --libexecdir=/var/ipfire/dhcpc \ + --mandir=/usr/share/man cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install