From unknown Sat Aug 16 18:44:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: sharlatanus@gmail.com, guix-patches@gnu.org Resent-Date: Tue, 25 Feb 2025 09:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76542 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76542@debbugs.gnu.org Cc: Ashish SHUKLA , Sharlatan Hellseher X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Sharlatan Hellseher Received: via spool by submit@debbugs.gnu.org id=B.174047656913254 (code B ref -1); Tue, 25 Feb 2025 09:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 09:42:49 +0000 Received: from localhost ([127.0.0.1]:44794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmrSj-0003Rg-0d for submit@debbugs.gnu.org; Tue, 25 Feb 2025 04:42:49 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41728) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmrSf-0003RM-La for submit@debbugs.gnu.org; Tue, 25 Feb 2025 04:42:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmrSY-0005uc-V3 for guix-patches@gnu.org; Tue, 25 Feb 2025 04:42:38 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tmrSX-0005W2-5q for guix-patches@gnu.org; Tue, 25 Feb 2025 04:42:38 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:f200:92f5:9e56:96c2:3910]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id A41F9BEFE; Tue, 25 Feb 2025 09:42:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1740476553; 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=LkOFoHFeVzeia62J8uEmPHf7hI5zR1+Ww3s6iFGks7s=; b=o+2uTqz1m/J6aelfre3Q44bUelvscSX+EF2nQhqQwPdFPE4oEoUOsNEwEIR295Y1gbQSe3 wx09rIBD3jLbTEbh3W3sJGcxGxG2XYE8vXN7Hal2ejkhDs0efi+vAU2vVcqcXNhrfhF3WQ p0b5ZKAbQEutoRTwQHfx6TcSBFCQN/A= From: ashish.is@lostca.se Date: Tue, 25 Feb 2025 10:42:23 +0100 Message-ID: <5abfcfb29c7192b60fb87388ae4c94203a86c67b.1740476543.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/admin.scm (dhcpcd): Update to 10.2.1. Change-Id: I5dfc8bf4fb2ee1cf1d7ea758dd1012f6247f939b --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d5e50faa15..dd490d083e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1830,7 +1830,7 @@ (define-public isc-dhcp (define-public dhcpcd (package (name "dhcpcd") - (version "10.1.0") + (version "10.2.1") (source (origin (method git-fetch) @@ -1839,7 +1839,7 @@ (define-public dhcpcd (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g519093032y3hxmy5xml4dk20qhbk9s1rlhb1lgyiscw663vn22")))) + (base32 "038ycdflmj4dyrvh5gy3qz5781hs5ks088a0f0k348rcqf5ibps4")))) (inputs (list bash-minimal coreutils-minimal eudev sed)) (build-system gnu-build-system) (arguments base-commit: 150df457d1e269790f184510c58d031ee00a9ebb -- 2.48.1 From unknown Sat Aug 16 18:44:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ashish.is@lostca.se Subject: bug#76542: closed (Re: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1.) Message-ID: References: <87ikohq3x5.fsf@gnu.org> <5abfcfb29c7192b60fb87388ae4c94203a86c67b.1740476543.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 76542 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76542@debbugs.gnu.org Date: Sun, 09 Mar 2025 21:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1741556402-16338-1" This is a multi-part message in MIME format... ------------=_1741556402-16338-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76542: [PATCH] gnu: dhcpcd: Update to 10.2.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76542@debbugs.gnu.org. --=20 76542: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76542 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1741556402-16338-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76542-done) by debbugs.gnu.org; 9 Mar 2025 21:40:01 +0000 Received: from localhost ([127.0.0.1]:34606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trONM-0004FD-MU for submit@debbugs.gnu.org; Sun, 09 Mar 2025 17:40:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43886) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trONJ-0004Ez-DX for 76542-done@debbugs.gnu.org; Sun, 09 Mar 2025 17:39:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trOND-0003Ja-TR; Sun, 09 Mar 2025 17:39:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=c+ruSlww1JE/S+dUwExN+/CXBjuiRr9sad2iqmWutRA=; b=jsdLomTiaPm1BChB3G2b dXVgdMIiaFsxOF+ftQorh6WW8Ije54rj1cJjebKeUhlkHvb/+gLWb0J42axvpAhQeu6P6bjhZlGAB bVmYgR/71qi6m1RCH9v0cDAub/ULSCa9g+o6ANDRDivXsxOUtOG/YWQRBNWdO7JPnxPau+TLynGdX tlWWuaQLhlR4gCuFgvAqoypvooKLEecDoKJNtk2HKSRwoJcOmuuETqDRTtSxmJXEneOqaHj+kzoKU ZY7/lCMtTuX1Kn3naACDM+GoTlUSdIQhzl3bgMCnxCaTaFbA4vrzZRUvUNmsoSTRPhmpS/g1ISTsB nuBLoCAZtYFnTg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: ashish.is@lostca.se Subject: Re: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1. In-Reply-To: <5abfcfb29c7192b60fb87388ae4c94203a86c67b.1740476543.git.ashish.is@lostca.se> (ashish is's message of "Tue, 25 Feb 2025 10:42:23 +0100") References: <5abfcfb29c7192b60fb87388ae4c94203a86c67b.1740476543.git.ashish.is@lostca.se> Date: Sun, 09 Mar 2025 22:39:50 +0100 Message-ID: <87ikohq3x5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 76542-done Cc: Sharlatan Hellseher , 76542-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) ashish.is@lostca.se skribis: > From: Ashish SHUKLA > > * gnu/packages/admin.scm (dhcpcd): Update to 10.2.1. > > Change-Id: I5dfc8bf4fb2ee1cf1d7ea758dd1012f6247f939b Applied, thanks! ------------=_1741556402-16338-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 09:42:49 +0000 Received: from localhost ([127.0.0.1]:44794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmrSj-0003Rg-0d for submit@debbugs.gnu.org; Tue, 25 Feb 2025 04:42:49 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41728) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmrSf-0003RM-La for submit@debbugs.gnu.org; Tue, 25 Feb 2025 04:42:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmrSY-0005uc-V3 for guix-patches@gnu.org; Tue, 25 Feb 2025 04:42:38 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tmrSX-0005W2-5q for guix-patches@gnu.org; Tue, 25 Feb 2025 04:42:38 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:f200:92f5:9e56:96c2:3910]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id A41F9BEFE; Tue, 25 Feb 2025 09:42:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1740476553; 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=LkOFoHFeVzeia62J8uEmPHf7hI5zR1+Ww3s6iFGks7s=; b=o+2uTqz1m/J6aelfre3Q44bUelvscSX+EF2nQhqQwPdFPE4oEoUOsNEwEIR295Y1gbQSe3 wx09rIBD3jLbTEbh3W3sJGcxGxG2XYE8vXN7Hal2ejkhDs0efi+vAU2vVcqcXNhrfhF3WQ p0b5ZKAbQEutoRTwQHfx6TcSBFCQN/A= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: dhcpcd: Update to 10.2.1. Date: Tue, 25 Feb 2025 10:42:23 +0100 Message-ID: <5abfcfb29c7192b60fb87388ae4c94203a86c67b.1740476543.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Sharlatan Hellseher Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/admin.scm (dhcpcd): Update to 10.2.1. Change-Id: I5dfc8bf4fb2ee1cf1d7ea758dd1012f6247f939b --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d5e50faa15..dd490d083e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1830,7 +1830,7 @@ (define-public isc-dhcp (define-public dhcpcd (package (name "dhcpcd") - (version "10.1.0") + (version "10.2.1") (source (origin (method git-fetch) @@ -1839,7 +1839,7 @@ (define-public dhcpcd (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g519093032y3hxmy5xml4dk20qhbk9s1rlhb1lgyiscw663vn22")))) + (base32 "038ycdflmj4dyrvh5gy3qz5781hs5ks088a0f0k348rcqf5ibps4")))) (inputs (list bash-minimal coreutils-minimal eudev sed)) (build-system gnu-build-system) (arguments base-commit: 150df457d1e269790f184510c58d031ee00a9ebb -- 2.48.1 ------------=_1741556402-16338-1--