GNU bug report logs - #49156
[PATCH] gnu: nss-certs: Update to 3.67.

Previous Next

Package: guix-patches;

Reported by: Aljosha Papsch <ep <at> stern-data.com>

Date: Mon, 21 Jun 2021 14:23:02 UTC

Severity: normal

Tags: patch

Done: Aljosha Papsch <ep <at> stern-data.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 49156 in the body.
You can then email your comments to 49156 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#49156; Package guix-patches. (Mon, 21 Jun 2021 14:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aljosha Papsch <ep <at> stern-data.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 21 Jun 2021 14:23:02 GMT) Full text and rfc822 format available.

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

From: Aljosha Papsch <ep <at> stern-data.com>
To: guix-patches <at> gnu.org
Cc: Aljosha Papsch <ep <at> stern-data.com>
Subject: [PATCH] gnu: nss-certs: Update to 3.67.
Date: Mon, 21 Jun 2021 15:35:54 +0200
---
 gnu/packages/certs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index 9dcd733ffe..d0b8f59085 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
 (define-public nss-certs
   (package
     (name "nss-certs")
-    (version "3.59")
+    (version "3.67")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
+                "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
     (build-system gnu-build-system)
     (outputs '("out"))
     (native-inputs
-- 
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#49156; Package guix-patches. (Mon, 21 Jun 2021 16:40:01 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: Aljosha Papsch <ep <at> stern-data.com>, 49156 <at> debbugs.gnu.org
Subject: Re: [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67.
Date: Mon, 21 Jun 2021 18:39:40 +0200
nss-certs was already updated to 3.66 on the core-updates branch which
will merge soon(TM). See:
https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=79878c64b4bda523f50974c3f61b796309b1b8d9

Am 21.06.21 um 15:35 schrieb Aljosha Papsch:
> ---
>   gnu/packages/certs.scm | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
> index 9dcd733ffe..d0b8f59085 100644
> --- a/gnu/packages/certs.scm
> +++ b/gnu/packages/certs.scm
> @@ -76,7 +76,7 @@
>   (define-public nss-certs
>     (package
>       (name "nss-certs")
> -    (version "3.59")
> +    (version "3.67")
>       (source (origin
>                 (method url-fetch)
>                 (uri (let ((version-with-underscores
> @@ -87,7 +87,7 @@
>                         "nss-" version ".tar.gz")))
>                 (sha256
>                  (base32
> -                "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
> +                "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
>       (build-system gnu-build-system)
>       (outputs '("out"))
>       (native-inputs
>




Reply sent to Aljosha Papsch <ep <at> stern-data.com>:
You have taken responsibility. (Mon, 28 Jun 2021 08:25:02 GMT) Full text and rfc822 format available.

Notification sent to Aljosha Papsch <ep <at> stern-data.com>:
bug acknowledged by developer. (Mon, 28 Jun 2021 08:25:02 GMT) Full text and rfc822 format available.

Message #13 received at 49156-close <at> debbugs.gnu.org (full text, mbox):

From: Aljosha Papsch <ep <at> stern-data.com>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>,
 49156-close <at> debbugs.gnu.org
Subject: Re: [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67.
Date: Mon, 28 Jun 2021 10:24:32 +0200
Hi,

I'm fine with closing. The other patch is clearly more evolved. I hope 
I'm closing the bug correctly.

Best regards
Aljosha

Am 21.06.21 um 18:39 schrieb Jonathan Brielmaier:
> nss-certs was already updated to 3.66 on the core-updates branch which
> will merge soon(TM). See:
> https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=79878c64b4bda523f50974c3f61b796309b1b8d9 
>
>
> Am 21.06.21 um 15:35 schrieb Aljosha Papsch:
>> ---
>>   gnu/packages/certs.scm | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
>> index 9dcd733ffe..d0b8f59085 100644
>> --- a/gnu/packages/certs.scm
>> +++ b/gnu/packages/certs.scm
>> @@ -76,7 +76,7 @@
>>   (define-public nss-certs
>>     (package
>>       (name "nss-certs")
>> -    (version "3.59")
>> +    (version "3.67")
>>       (source (origin
>>                 (method url-fetch)
>>                 (uri (let ((version-with-underscores
>> @@ -87,7 +87,7 @@
>>                         "nss-" version ".tar.gz")))
>>                 (sha256
>>                  (base32
>> - "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
>> + "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
>>       (build-system gnu-build-system)
>>       (outputs '("out"))
>>       (native-inputs
>>




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Jul 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 273 days ago.

Previous Next


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