GNU bug report logs - #62026
[PATCH] %base-packages-networking: Add 'nss-certs'

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Tue, 7 Mar 2023 06:59:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62026 in the body.
You can then email your comments to 62026 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62026; Package guix-patches. (Tue, 07 Mar 2023 06:59:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jacob Hrbek <kreyren <at> rixotstudio.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 07 Mar 2023 06:59:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: guix-patches <at> gnu.org
Cc: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: [PATCH] %base-packages-networking: Add 'nss-certs'
Date: Tue, 07 Mar 2023 06:57:48 +0000
.. as guix will fail do to updating without it

Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index bb26d7c9a5..95143112bd 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -49,6 +49,7 @@ (define-module (gnu system)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
+  #:use-module ((gnu packages certs) #:select nss-certs)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cross-base)
   #:use-module (gnu packages firmware)
@@ -923,6 +924,7 @@ (define %base-packages-networking
   (list inetutils isc-dhcp
         iproute
         wget
+	nss-certs
         ;; wireless-tools is deprecated in favor of iw, but it's still what
         ;; many people are familiar with, so keep it around.
         iw wireless-tools))
--
2.37.3






Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Wed, 24 Apr 2024 18:53:02 GMT) Full text and rfc822 format available.

Notification sent to Jacob Hrbek <kreyren <at> rixotstudio.cz>:
bug acknowledged by developer. (Wed, 24 Apr 2024 18:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 62026-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Cc: 62026-done <at> debbugs.gnu.org
Subject: Re: [bug#62026] [PATCH] %base-packages-networking: Add 'nss-certs'
Date: Wed, 24 Apr 2024 14:52:07 -0400
Hi,

Jacob Hrbek <kreyren <at> rixotstudio.cz> writes:

> .. as guix will fail do to updating without it
>
> Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
> ---
>  gnu/system.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/system.scm b/gnu/system.scm
> index bb26d7c9a5..95143112bd 100644
> --- a/gnu/system.scm
> +++ b/gnu/system.scm
> @@ -49,6 +49,7 @@ (define-module (gnu system)
>    #:use-module (gnu packages admin)
>    #:use-module (gnu packages base)
>    #:use-module (gnu packages bash)
> +  #:use-module ((gnu packages certs) #:select nss-certs)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages cross-base)
>    #:use-module (gnu packages firmware)
> @@ -923,6 +924,7 @@ (define %base-packages-networking
>    (list inetutils isc-dhcp
>          iproute
>          wget
> +	nss-certs
>          ;; wireless-tools is deprecated in favor of iw, but it's still what
>          ;; many people are familiar with, so keep it around.
>          iw wireless-tools))

Merged to master, with some follow-up commits.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 May 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 9 days ago.

Previous Next


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