From patchwork Mon Aug 17 21:55:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10161 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hP6982kRsz3wkB for ; Mon, 17 Aug 2026 21:56:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hP6901QcYz6mq for ; Mon, 17 Aug 2026 21:56:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hP68Y4KPdz36Vr for ; Mon, 17 Aug 2026 21:55:41 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hP68V6lqzz2xJk for ; Mon, 17 Aug 2026 21:55: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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hP68L5HYrz463; Mon, 17 Aug 2026 21:55:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1787003730; 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=dwXiDXF3c5uQTEVXZIAipBEcuV7iA5HL75Y5YpssDGs=; b=XG/8/wO+QXlc+OsTUfcqNr5um1yUdfxms79W7tFCvI7YdI1CxhrU/BqkVACCn65kpOOsIR M8wBDoces8pydYCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1787003730; 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=dwXiDXF3c5uQTEVXZIAipBEcuV7iA5HL75Y5YpssDGs=; b=F0JmMO8zHgx9Wx49P+RHhglelaS4ZL9Yh0Wy1vkI1Srqt6gsA8OPKveacjDdq7OgNp2Jq7 7A/Rgzmwm84xah+Cnojgup0xLuOk3/mHfxI0liGMrcQpfh5EslHJUSFaFKS6jQQSwJ/Ucq 2L+4cbR18nGQm1sKvZgZoPfpBfBfOO7/ff4wYI/mwVnekRMH7S+HZSOjxn9a6zDlDT0Ah5 Fcu6bdmj1tEoPX+PZT1uyIfBW6p5OPikADmARP0z6jOuRGom0w8B7rgx9RVjxnmKoDYpDm ineUZPR7Lb4hBmc6sMelSjj6xIPDSDd7Tm10iqarp3opE5NTlVfxvG/NlwhbbA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] dhcpcd: Update to 10.5.2 Date: Mon, 17 Aug 2026 23:55:17 +0200 Message-ID: <20260817215521.3826-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 Please note: v10.5.1 was nearly immediately supersed by v10.5.2. For details see: https://github.com/NetworkConfiguration/dhcpcd/commits and https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.5.2 "What's Changed [10.5.2] IPv6: Allocate the interface state before adding a static address by @Hojun-Cho in #711" "What's Changed [10.5.1] Add disable build privsep to the build matrix by @rsmarples in #689 DHCP: Only send the rapid commit option when configured to by @rsmarples in #694 DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 by @rsmarples in #695 keep acquisition timestamp when route isn't updated by @Freax13 in #686 privsep: Allow __NR__llseek as well as __NR_llseek on linux by @rsmarples in #696 compat: Take a copy of libc progname variable by @rsmarples in #697 ipv6nd: don't leave a carrier expiry timeout on a freed interface by @Hojun-Cho in #698 compat: define STDC_WANT_LIB_EXT1 1 before including config by @rsmarples in #700 ipv4: clear added state if we didn't delete the address by @rsmarples in #699 linux: workaround a gcc compile warning issue by @rsmarples in #703 DHCP: script reason should be RELEASE on RELEASE, not STOP by @rsmarples in #701 Improve the IDE experience by @rsmarples in #704 control: Harden the socket at the fs level by @rsmarples in #705 privsep: re-enable capsicum and pledge by @rsmarples in #706 privsep: Fix capsicum support on the control socket by @rsmarples in #707 configure: Generate .clangd by @rsmarples in #710" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index d4cade029..0e247215d 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.5.0 +VER = 10.5.2 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0b685acc78243b94f045fad33f10142e65c7883010e61a0f62f19c6ba080418dbf3ea939d7a22dd432ae6e9af8da90bd70da89d5e802ca481c797b03e1f41417 +$(DL_FILE)_BLAKE2 = 5852f07fc163137ec5e3224a7043de9b792551f13509bb20b5740be77f08280335eeb92cd22f98fb40a2d527d4190fffcda9ddde009412aad62f286ad069ebb4 install : $(TARGET)