[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: icedove: Update to 91.9.0 [fixes CVE-2022-15
From: |
guix-commits |
Subject: |
branch master updated: gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520]. |
Date: |
Thu, 05 May 2022 17:11:13 -0400 |
This is an automated email from the git hooks/post-receive script.
jonsger pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 34dbbb9172 gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520].
34dbbb9172 is described below
commit 34dbbb917251be0adf40bd9db2a8651779eace0e
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Thu May 5 23:09:48 2022 +0200
gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520].
* gnu/packages/gnuzilla.scm (icedove): Update to 91.9.0.
---
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 91f8d3eb27..96c51cf8db 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1338,11 +1338,11 @@ standards of the IceCat project.")
(cpe-version . ,(first (string-split version #\-)))))))
;; Update this together with icecat!
-(define %icedove-build-id "20220405000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20220503000000") ;must be of the form YYYYMMDDhhmmss
(define-public icedove
(package
(name "icedove")
- (version "91.8")
+ (version "91.9.0")
(source icecat-source)
(properties
`((cpe-name . "thunderbird_esr")))
@@ -1628,7 +1628,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 "525d4941f4870a56f714af775b7d7bc18175021d"))
+ ,(let ((changeset "8b44d29de6525d6379f163f50c1a900d4540ef1b"))
(origin
(method hg-fetch)
(uri (hg-reference
@@ -1637,7 +1637,7 @@ standards of the IceCat project.")
(file-name (string-append "thunderbird-" version "-checkout"))
(sha256
(base32
- "1kq6564bjzd80nsggyih4ypbkf35p32j5akaq589sm3xbjgd1zq6")))))
+ "1k7zy53il3i4k2k7mc33j0wsgpjrsghmmj6afs14hk9j95byvayy")))))
("cargo" ,rust "cargo")
("clang" ,clang-11)
("llvm" ,llvm-11)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520].,
guix-commits <=