From patchwork Mon Feb 24 18:00:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8483 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Z1pSH4bgjz3xFJ for ; Mon, 24 Feb 2025 18:00:47 +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 4Z1pSD3Jkqz1XC; Mon, 24 Feb 2025 18:00:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Z1pSD21Q9z343W; Mon, 24 Feb 2025 18:00:44 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Z1pS92VW6z2xQW for ; Mon, 24 Feb 2025 18:00: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 4Z1pS83nFCzlg for ; Mon, 24 Feb 2025 18:00:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1740420040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GGVMm7Rc4DOKdL6j7Q+RmAUmhhSyH6sueQxwhIBoZXo=; b=zmpeR3hwYgj4//H9FFfgzX+Z+k5ASdlj1h4PFriCQDfkxFtP8PJ6fVOqlb80nnf022+DLw 2eGrkCAbX4RjdEDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1740420040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GGVMm7Rc4DOKdL6j7Q+RmAUmhhSyH6sueQxwhIBoZXo=; b=ohPhRcyLl8PrJwPn0T4gxAYhnmf5CzlMbx0lY4/mSKbkZPLG0WsJH1yPUx9UgGYcdniO1i v+FOYj2VtIls/vwmNyQRKq8U0qHFBpdB5r81Z/gzrZJWg7pT/gXwuu2ujQTMQLTu0Q4lZt bA7SDcRNhKH0xLDxg1IsMTh1DAI+AU52grlDsW6AkKbv9djWv3pJVPn06l0HxFUbSjBfq5 pI0BJgSMaEaVauZQatkO4Lfz6WgmkxM19HmnqVlqYl9l1e45zvLQk5DGGaJwzDTSunkD66 nWYQ71S/fQ7avpL7OMqwy5JJn8c1ZkKxBtk4w46XFB1FOscQryEtYglthv17Bg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 10.20.1 Date: Mon, 24 Feb 2025 19:00:22 +0100 Message-ID: <20250224180034.3648130-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: BWC7PLNAZVMR3BVHQP62PHBASKZA7YZQ X-Message-ID-Hash: BWC7PLNAZVMR3BVHQP62PHBASKZA7YZQ X-MailFrom: matthias.fischer@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: For details see: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.1 "What's Changed Fix building with different options by @rsmarples in #461 Only drop IPv4 LL addresses if configured to handle them by @ColinMcInnes in #464" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 6b77a9db7..43d43f64a 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.2.0 +VER = 10.2.1 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0b209f253e6462cc176ffef749228fc3b82474ee4baa2c468277b58abea9541282a2a96633e88641c46e3e9a612049f574009dd42f00f86334e655b10c234e81 +$(DL_FILE)_BLAKE2 = f550f69a3db07e9b388e5e24fe94820e25c91aa5332bc32120194d268d1697fd1db2f5619119f030fd9774336757709b40416333a3f0f5beb9fa25e64f451134 install : $(TARGET)