GNU bug report logs -
#43729
[PATCH 1/2] gnu: nss@3.56: Update to 3.57.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43729 in the body.
You can then email your comments to 43729 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#43729
; Package
guix-patches
.
(Wed, 30 Sep 2020 20:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 30 Sep 2020 20:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
nss <at> 3.57 includes a critical fix for building on aarch64.
* gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
* nss-3.57.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.
---
gnu/packages/gnuzilla.scm | 2 +-
gnu/packages/nss.scm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 440d9509c1..55c8917caa 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1426,7 +1426,7 @@ standards of the IceCat project.")
("mesa" ,mesa)
("mit-krb5" ,mit-krb5)
("nspr" ,nspr)
- ("nss" ,nss-3.56)
+ ("nss" ,nss-3.57)
("pango" ,pango)
("pixman" ,pixman)
("pulseaudio" ,pulseaudio)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index e4df93c8c4..949ed91020 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -193,10 +193,10 @@ PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other
security standards.")
(license license:mpl2.0)))
-(define-public nss-3.56
+(define-public nss-3.57
(package
(inherit nss)
- (version "3.56")
+ (version "3.57")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -207,7 +207,7 @@ security standards.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "174f0ki2f8szkgv02jlsg2ci332sl9dabr2vcwnyjp1vxplf0xgq"))
+ "10n3pncg6k81ikjz12la147rppwqn57bkrdl9gb820w6pq0nra2m"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-3.56-pkgconfig.patch"
"nss-increase-test-timeout.patch"))
--
2.28.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#43729
; Package
guix-patches
.
(Wed, 30 Sep 2020 20:58:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 43729 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.
---
gnu/packages/gnuzilla.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 55c8917caa..61dac7df57 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1157,11 +1157,11 @@ standards of the IceCat project.")
(cpe-version . ,(first (string-split version #\-)))))))
;; Update this together with icecat!
-(define %icedove-build-id "20200924000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20200926000000") ;must be of the form YYYYMMDDhhmmss
(define-public icedove
(package
(name "icedove")
- (version "78.3.0")
+ (version "78.3.1")
(source icecat-source)
(properties
`((cpe-name . "thunderbird_esr")))
@@ -1441,7 +1441,7 @@ standards of the IceCat project.")
;; in the Thunderbird release tarball. We don't use the release
;; tarball because it duplicates the Icecat sources and only adds the
;; "comm" directory, which is provided by this repository.
- ,(let ((changeset "35e647ebd4fa09407a0fe151d3823b1b58172a2a"))
+ ,(let ((changeset "00912779d73faef4277c57fe99aa5259b11d244d"))
(origin
(method hg-fetch)
(uri (hg-reference
@@ -1450,7 +1450,7 @@ standards of the IceCat project.")
(file-name (string-append "thunderbird-" version "-checkout"))
(sha256
(base32
- "0g27rapn1xf19i5pl2g12hndb55shzsk4vrrc6bnj4vf2q49zcwy")))))
+ "12isvk6q8miwn81kimrgcmjh4vsmdbbx93q9pafgxlx3p92s5v8h")))))
("autoconf" ,autoconf-2.13)
("cargo" ,rust-1.41 "cargo")
("clang" ,clang)
--
2.28.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 02 Oct 2020 06:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
:
bug acknowledged by developer.
(Fri, 02 Oct 2020 06:14:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 43729-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:
> nss <at> 3.57 includes a critical fix for building on aarch64.
>
> * gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
> * nss-3.57.
> * gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.
[...]
> * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 30 Oct 2020 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.