From patchwork Tue Oct 15 07:35:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8187 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 4XSQql50PVz3wyH for ; Tue, 15 Oct 2024 07:35:31 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XSQqj3trCz1C3; Tue, 15 Oct 2024 07:35:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XSQqj0wpLz343G; Tue, 15 Oct 2024 07:35:29 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XSQqf0TFJz33LD for ; Tue, 15 Oct 2024 07:35:26 +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 4XSQqd0NwDzxZ; Tue, 15 Oct 2024 07:35:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728977725; 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=1byfJQb50dYcttX3Rl+v9NlXRtM4PQt8k2EvprBgBM8=; b=lKGW+ZIcS5KV9jihLBq99ibNS38Y70G6PasTnEWYyMI172D1UGRs958O2X+qMbFivg0P9l kYyKjZbqyRn+VsAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728977725; 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=1byfJQb50dYcttX3Rl+v9NlXRtM4PQt8k2EvprBgBM8=; b=hUjtJANwxAadqWp/ZReqmSZoVvAOX9mCziy/RDpYH0yiw4Iyr4RhxNA7FmA3aDKVDK4I2w J/342436tBs53FYaTDS90wyQ8yNvLqy9tSpH6Hd8hnlOfxmQy/YrAHgU9QCWk+9lupicQw DlB8Wy8Bkwl3IUhVSVqVMhDQnuNKc4xpmhsx+h7ATq7vhsB9feFCFxS8zuMQ1JrfWIX8gM ueojjsrUfHaVklOzCxyD8u3CPIDzopKdqg1vN3jE6XxavgG/c3A5VKRaRNdgtJTzpX6w/g zE1vH06FiFVtL6EQm0wQTrqD6GkxjOJZgtWo3JV8vMR2WEyuhyAb1kPrzOlXtg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to version 10.1.0 Date: Tue, 15 Oct 2024 09:35:22 +0200 Message-ID: <20241015073522.317931-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: XCAI5PTJZW64IOQUZFWGXF5FKWS42DIV X-Message-ID-Hash: XCAI5PTJZW64IOQUZFWGXF5FKWS42DIV 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.0.10 to 10.1.0 - Update of rootfile not required - Changelog 10.1.0 Bug Fixes dhcp: get_option_uint32/16 only accept options with correct len by @taoyl-g in #357 Include frame header in buffer length by @acst1223 in #371 For full changelog see commits delta in https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.10...v10.1.0 Signed-off-by: Adolf Belka --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 10b7b0212..0c21544ab 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.0.10 +VER = 10.1.0 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2ecf52009f3fd4442863e1927a8d9e777ee6f34ff4d50a6f1e67821fb23fd12221df1e3a0a04ea0874df8feac15785772b4aa75af407f74448e442db36410e30 +$(DL_FILE)_BLAKE2 = 9d47ae8b97ba082f980966a2c3f688c6a8addb10989c166dafebdb6491793815c4caddc3016334f6549923632fd01fc8ce0987eca31af01948b0f4a643f88b38 install : $(TARGET)