diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-01-02 14:20:23 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-01-02 14:27:49 +0100 |
commit | 06bd982923c572d00b0cfdaecbdeeceea1048e26 (patch) | |
tree | fe58427f5772686125292c8397ac7b97adfd7110 | |
parent | fea60a2fff443b9c172ed28bd37361e34e064f13 (diff) | |
download | guix-06bd982923c572d00b0cfdaecbdeeceea1048e26.tar.gz |
gnu: icedove: Update to 91.4.1 [security fixes].
Fixes CVE-2021-4126 and CVE-2021-44538. * gnu/packages/gnuzilla.scm (icedove): Update to 91.4.1.
-rw-r--r-- | gnu/packages/gnuzilla.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 27a9d099ce..d400465041 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2019, 2020 Adrian Malacoda <malacoda@monarch-pass.net> -;;; Copyright © 2020, 2021 Jonathan Brielmaier <jonathan.brielmaier@web.de> +;;; Copyright © 2020, 2021, 2022 Jonathan Brielmaier <jonathan.brielmaier@web.de> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> @@ -1327,11 +1327,11 @@ standards of the IceCat project.") (cpe-version . ,(first (string-split version #\-))))))) ;; Update this together with icecat! -(define %icedove-build-id "20211207000000") ;must be of the form YYYYMMDDhhmmss +(define %icedove-build-id "20211217000000") ;must be of the form YYYYMMDDhhmmss (define-public icedove (package (name "icedove") - (version "91.4.0") + (version "91.4.1") (source icecat-source) (properties `((cpe-name . "thunderbird_esr"))) @@ -1612,7 +1612,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 "ab6dfcf3a37bf53aac1a9d632d45ee51047050bb")) + ,(let ((changeset "11529576c3a7d89514771d1e0f5fa116eef29b81")) (origin (method hg-fetch) (uri (hg-reference @@ -1621,7 +1621,7 @@ standards of the IceCat project.") (file-name (string-append "thunderbird-" version "-checkout")) (sha256 (base32 - "00zj1k3c8p66ylf9n7xp42y6kiv3h6hf8ba7bk6f8wj3hh0r2hrd"))))) + "0009pwaamwy8f1fnm3vpmkkklg6wi1rpnzg7a9mjqv3m8srdy2a3"))))) ("cargo" ,rust "cargo") ("clang" ,clang) ("llvm" ,llvm) |