GNU bug report logs - #78491
[PATCH] gnu: dhcpcd: Update to 10.2.3.

Previous Next

Package: guix-patches;

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

Date: Mon, 19 May 2025 07:59:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78491: closed ([PATCH] gnu: dhcpcd: Update to 10.2.3.)
Date: Mon, 02 Jun 2025 10:00:08 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Jun 2025 10:18:33 +0200
with message-id <8734cisgiu.fsf <at> inria.fr>
and subject line Re: [bug#78491] [PATCH] gnu: dhcpcd: Update to 10.2.3.
has caused the debbugs.gnu.org bug report #78491,
regarding [PATCH] gnu: dhcpcd: Update to 10.2.3.
to be marked as done.

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


-- 
78491: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78491
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <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.3.
Date: Mon, 19 May 2025 07:58:06 +0000
* 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 <nathan_mail <at> nborghese.com>
 ;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
 ;;; Copyright © 2024 Roman Scherer <roman <at> burningswell.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
 ;;; Copyright © 2025 Dariqq <dariqq <at> posteo.net>
 ;;; Copyright © 2024 nik gaffney <nik <at> fo.am>
@@ -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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, 78491-done <at> debbugs.gnu.org
Subject: Re: [bug#78491] [PATCH] gnu: dhcpcd: Update to 10.2.3.
Date: Mon, 02 Jun 2025 10:18:33 +0200
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

> * gnu/packages/admin.scm (dhcpcd): Update to 10.2.3.
>
> Change-Id: I4ad238458371810c7eecc34e822e6281999ae8bb

Applied, thanks!


This bug report was last modified 13 days ago.

Previous Next


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