GNU bug report logs - #76542
[PATCH] gnu: dhcpcd: Update to 10.2.1.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Tue, 25 Feb 2025 09:43:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76542: closed ([PATCH] gnu: dhcpcd: Update to 10.2.1.)
Date: Sun, 09 Mar 2025 21:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 09 Mar 2025 22:39:50 +0100
with message-id <87ikohq3x5.fsf <at> gnu.org>
and subject line Re: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1.
has caused the debbugs.gnu.org bug report #76542,
regarding [PATCH] gnu: dhcpcd: Update to 10.2.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76542: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76542
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: dhcpcd: Update to 10.2.1.
Date: Tue, 25 Feb 2025 10:42:23 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: ashish.is <at> lostca.se
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, 76542-done <at> debbugs.gnu.org
Subject: Re: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1.
Date: Sun, 09 Mar 2025 22:39:50 +0100
ashish.is <at> lostca.se skribis:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/admin.scm (dhcpcd): Update to 10.2.1.
>
> Change-Id: I5dfc8bf4fb2ee1cf1d7ea758dd1012f6247f939b

Applied, thanks!


This bug report was last modified 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.