From unknown Mon Jun 16 23:52:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#78491 <78491@debbugs.gnu.org> To: bug#78491 <78491@debbugs.gnu.org> Subject: Status: [PATCH] gnu: dhcpcd: Update to 10.2.3. Reply-To: bug#78491 <78491@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:52:42 +0000 retitle 78491 [PATCH] gnu: dhcpcd: Update to 10.2.3. reassign 78491 guix-patches submitter 78491 Ashish SHUKLA severity 78491 normal tag 78491 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon May 19 03:58:26 2025 Received: (at submit) by debbugs.gnu.org; 19 May 2025 07:58:26 +0000 Received: from localhost ([127.0.0.1]:36997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uGvOD-0004VH-VD for submit@debbugs.gnu.org; Mon, 19 May 2025 03:58:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:44532) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uGvOA-0004Uu-Pw for submit@debbugs.gnu.org; Mon, 19 May 2025 03:58:23 -0400 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 1uGvO5-0007gZ-6s for guix-patches@gnu.org; Mon, 19 May 2025 03:58:17 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uGvO3-0007fR-0x for guix-patches@gnu.org; Mon, 19 May 2025 03:58:16 -0400 Received: from localhost.localdomain (2a02-9140-3881-3c00-2261-ebfd-733e-87ea.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:3c00:2261:ebfd:733e:87ea]) (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 C6248223EC; Mon, 19 May 2025 07:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1747641492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=64LJrpEDzsFM2+NLXojUelZyHMDAq65F5BiROTmp3tY=; b=E+TEfifuBu4H1es2GKjWJuB0W0WTC79E07q3I88g3i1DXS0UbPkJtQ0FHpQibVAgFpGG12 jMCKUomqwtI2posjAi3awcN9gmGWjzijpr1pzmn1usRrEQLfUNSfabcmSggaQC9lDkWdbe GBWN6D5t6N7+t+ZBEhuJ/aKRItUAFAk= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: dhcpcd: Update to 10.2.3. Date: Mon, 19 May 2025 07:58:06 +0000 Message-ID: <59e254860a3d0ce706f4a8534cc0b4593dcfe97f.1747641486.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Sharlatan Hellseher Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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 (/) * gnu/packages/admin.scm (dhcpcd): Update to 10.2.3. Change-Id: I4ad238458371810c7eecc34e822e6281999ae8bb --- gnu/packages/admin.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index cff378f184..19a6948e39 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -72,7 +72,7 @@ ;;; Copyright © 2024 nathan ;;; Copyright © 2024 Nikita Domnitskii ;;; Copyright © 2024 Roman Scherer -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Ashvith Shetty ;;; Copyright © 2025 Dariqq ;;; Copyright © 2024 nik gaffney @@ -1917,7 +1917,7 @@ (define-public isc-dhcp (define-public dhcpcd (package (name "dhcpcd") - (version "10.2.2") + (version "10.2.3") (source (origin (method git-fetch) @@ -1926,7 +1926,7 @@ (define-public dhcpcd (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1s8m0ldrj7lwkbic4fvg7kcq7sll2lh4fivzv7xz9n2vgh3wrx1h")))) + (base32 "01bqs71s2gixsir1cpnk6sm4k9dpdkrgp1r8cpbac50d6hwlxln3")))) (inputs (list bash-minimal coreutils-minimal eudev sed)) (build-system gnu-build-system) (arguments base-commit: 450a361532573a02389530a6a80b7821683ed41b -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 02 05:59:30 2025 Received: (at 78491-done) by debbugs.gnu.org; 2 Jun 2025 09:59:30 +0000 Received: from localhost ([127.0.0.1]:48528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uM1x4-0006ci-ES for submit@debbugs.gnu.org; Mon, 02 Jun 2025 05:59:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59544) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uM1x2-0006bt-4P for 78491-done@debbugs.gnu.org; Mon, 02 Jun 2025 05:59:28 -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 1uM1ww-0002d9-Nw; Mon, 02 Jun 2025 05:59:22 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ashish SHUKLA Subject: Re: [bug#78491] [PATCH] gnu: dhcpcd: Update to 10.2.3. In-Reply-To: <59e254860a3d0ce706f4a8534cc0b4593dcfe97f.1747641486.git.ashish.is@lostca.se> (Ashish SHUKLA's message of "Mon, 19 May 2025 07:58:06 +0000") References: <59e254860a3d0ce706f4a8534cc0b4593dcfe97f.1747641486.git.ashish.is@lostca.se> Date: Mon, 02 Jun 2025 10:18:33 +0200 Message-ID: <8734cisgiu.fsf@inria.fr> 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: 78491-done Cc: Sharlatan Hellseher , 78491-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 SHUKLA writes: > * gnu/packages/admin.scm (dhcpcd): Update to 10.2.3. > > Change-Id: I4ad238458371810c7eecc34e822e6281999ae8bb Applied, thanks!