From patchwork Fri Feb 28 14:04:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8492 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Z5GmB1FStz3xFJ for ; Sun, 2 Mar 2025 09:26:34 +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 4Z5Gm80hwvz7Y2; Sun, 2 Mar 2025 09:26:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Z5Gm804K1z34N5; Sun, 2 Mar 2025 09:26:32 +0000 (UTC) Received: by mail02.haj.ipfire.org (Postfix, from userid 109) id 4Z5Glp0Cg3z34Tk; Sun, 2 Mar 2025 10:30:14 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Z491J4L1cz33ld for ; Fri, 28 Feb 2025 14:04:04 +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 4Z491H61HzzbB; Fri, 28 Feb 2025 14:04:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1740751443; 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=GomTlpyEZnw697Sal1EHi/paORTQNi0x6+z9x+amlwA=; b=K4pOWNiq8Rnb9KRvEAcqNMIWY3Qy1Z1F9771QjfQ2yunjg0KalALoKAzXm6yn1TgnHdUCZ n+nKFuOdQiKVDqCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1740751443; 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=GomTlpyEZnw697Sal1EHi/paORTQNi0x6+z9x+amlwA=; b=qy/4AfK8ms9W4MA/f6zRNtLA2KUkhOs5RnrZGsg/12+h/O2z0k7GBcUZrCoiDqIpBro4NC cbYUqG+BSF1SKaI4FCR5wnp27vCyXUilsG+eDQ4UrRepBy3ZHncNipR+6VXwLbUABsUY9r PeFvNKP6DFglMhSl1Pw5F5hn98u8jKq2Hft27CyDCSH10YvoGEV460ZBqRd670dZldwfMy WNlLsdwdCkA+zQdiDFdUg2tNZQ4C6gebTvqTi/ttUkI5Dypv/v6iyrIdgrqYTKFqIn/Zbc ZHm8/bFGHFVQ8gyUVk3tCWLZMvvDjd2bs7NDx4fYL5cyJXK1YzKxG7pQ7P5ltg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to version 10.2.2 Date: Fri, 28 Feb 2025 15:04:00 +0100 Message-ID: <20250228140400.3254647-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: B6FLHGA66ZDUPC6WJNPYQZEJ55O4NRYS X-Message-ID-Hash: B6FLHGA66ZDUPC6WJNPYQZEJ55O4NRYS X-MailFrom: adolf.belka@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: - Update from version 10.2.1 to 10.2.2 - Update of rootfile not required - Changelog is not provided. Details are from the commits from this linlk https://github.com/NetworkConfiguration/dhcpcd/compare/v10.2.1...v10.2.2 Signed-off-by: Adolf Belka --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 43d43f64a..29cc28de2 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.2.1 +VER = 10.2.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 = f550f69a3db07e9b388e5e24fe94820e25c91aa5332bc32120194d268d1697fd1db2f5619119f030fd9774336757709b40416333a3f0f5beb9fa25e64f451134 +$(DL_FILE)_BLAKE2 = 95777f7aedc3a68e9873dd69d2c36b0235da31d95ad0327288f4fe11f35fe0ebcac827d3c7c9cc45bb0bbfdebfee246d0187c1d06bd9c44505868b9731715575 install : $(TARGET)