From 06bd982923c572d00b0cfdaecbdeeceea1048e26 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sun, 2 Jan 2022 14:20:23 +0100 Subject: [PATCH] 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. --- gnu/packages/gnuzilla.scm | 10 +++++----- 1 file 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 ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2019, 2020 Adrian Malacoda -;;; Copyright © 2020, 2021 Jonathan Brielmaier +;;; Copyright © 2020, 2021, 2022 Jonathan Brielmaier ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2021 Maxime Devos @@ -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)