diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-12-08 20:17:12 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-12-08 20:18:04 +0100 |
commit | 5c996aa8e4df75c6eb4b6ce58067889c3be11f66 (patch) | |
tree | 893a13b6dd3f7004d3099171d10dc7dd2809f105 | |
parent | c1eae06e74819ba344bd7e8bc5d5f1bee50ca12b (diff) | |
download | guix-5c996aa8e4df75c6eb4b6ce58067889c3be11f66.tar.gz guix-5c996aa8e4df75c6eb4b6ce58067889c3be11f66.zip |
gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].
* gnu/packages/gnuzilla.scm (icedove): Update to 102.5.1.
-rw-r--r-- | gnu/packages/gnuzilla.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 52ece9bbd4..ba910934be 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1097,8 +1097,8 @@ standards of the IceCat project.") (cpe-name . "firefox_esr") (cpe-version . ,(first (string-split version #\-))))))) -(define %icedove-build-id "20221115000000") ;must be of the form YYYYMMDDhhmmss -(define %icedove-version "102.5.0") +(define %icedove-build-id "20221201000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-version "102.5.1") ;; Provides the "comm" folder which is inserted into the icecat source. ;; Avoids the duplication of Icecat's source tarball. @@ -1107,11 +1107,11 @@ standards of the IceCat project.") (method hg-fetch) (uri (hg-reference (url "https://hg.mozilla.org/releases/comm-esr102") - (changeset "b6e9b5a1d1b53d26cfb7032ef2ff02203ab0486b"))) + (changeset "bbf216e50e6a8cb4362b2b77feeb8ca4a1d78914"))) (file-name (string-append "thunderbird-" %icedove-version "-checkout")) (sha256 (base32 - "0i2w1ibaip8rlghrk5iaih14xnz5n19ag64qcdgjxic78mhnmm04")))) + "06fhdzpl72mihm97g2i76knbny1jj261isl2jy8085wdmriv2f8z")))) (define-public icedove (package |