From patchwork Sun Aug 20 14:11:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7107 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 ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RTHb61QQBz3wlH for ; Sun, 20 Aug 2023 14:11:14 +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 ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RTHb41wR9zdP; Sun, 20 Aug 2023 14:11:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RTHb4116Kz2xp8; Sun, 20 Aug 2023 14:11:12 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RTHb32Xwsz2xCr for ; Sun, 20 Aug 2023 14:11:11 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RTHb1524mzdP; Sun, 20 Aug 2023 14:11:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1692540669; 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=tbEdfBo0Ozha8DaABSbw9CgnaXoo9TjAZfsaXx/xS8Q=; b=T0OqM4udvH2y7KrzrWwDzwVx4qiUvYrX1db15ORHDFbnkyZjJJuCSdS/4mr+aJ5VtreDnd G2biHsAOOPxsT0AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1692540669; 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=tbEdfBo0Ozha8DaABSbw9CgnaXoo9TjAZfsaXx/xS8Q=; b=H9eCNgupoBMwsnauWBFW7vhMj1VlTyWBWUuNfuD6Kty5MRshtVjSJH8NThU+FuOhvwM9n3 JOobIEtL755dsr21QbsqGf19MHavS5dxTNr71KWSR/b1NClf8JkADUhnfPnD5m9t7r//GM l0cRGeRDYmA5XHluyvpOmHAEFBlHHY/d1JDWndLQbbpkJQTExKGmeCLC4uOH0XNO9L4llY 4sj7T9UmApKZNWCj7y/b41/gA292aaQ5KQa6unCXyNCEErQ5xz3+makCaEgA3VrbPV2jer XnLjZxbEU5wNGwRG8ayaLhvUtb6NdM2TSwWCQVOlOv4Ci7RQRCXUMMG5gLFeHw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to version 10.0.2 Date: Sun, 20 Aug 2023 16:11:01 +0200 Message-ID: <20230820141102.3418126-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 10.0.1 to 10.0.2 - Update of rootfile not required - Changelog 10.0.2 Major changes listed as:- chore: Link to GitHub for the updated commit log by @frazar in #203 Additional DHCP options by @rrobgill in #214 risc-v fix vendor error by @Im-0xea in #213 compat sync by @tobhe in #226 Commit list can be seen at https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.1...v10.0.2 This includes two bug fixes for two situations causing segfaults Signed-off-by: Adolf Belka --- lfs/dhcpcd | 6 +++--- ...cd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/patches/{dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user.patch => dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch} (100%) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 136494ed1..909de6e57 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.0.1 +VER = 10.0.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 = f1e93285d040b98bede86bb2e87e372afc0d1d124e7a6580c23d8d228a34ee17001fc3c2d9091b16fb082fe2f2ad7ba50c0dd7b0db2b2237ab1cff9ca152100a +$(DL_FILE)_BLAKE2 = 999033b4c0bc46943332b0b7ed3f1869ad54e2c37346523a15fbd3d9f29db1e01c1ddd0a300826021d3e20493ea06358ef47ac6a02c50331ca0d90e31a123b85 install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch cd $(DIR_APP) && ./configure \ --prefix="" \ --sysconfdir=/var/ipfire/dhcpc \ diff --git a/src/patches/dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user.patch b/src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch similarity index 100% rename from src/patches/dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user.patch rename to src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch