guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: icedove: Update to 91.13.1 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 91.13.1 [security fixes].
Date: Thu, 22 Sep 2022 15:01:37 -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 493b6f6d14 gnu: icedove: Update to 91.13.1 [security fixes].
493b6f6d14 is described below

commit 493b6f6d145a86e528b01701a25a48c7bfa1b3e3
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Thu Sep 22 21:00:24 2022 +0200

    gnu: icedove: Update to 91.13.1 [security fixes].
    
    Fixes CVE-2022-3032, CVE-2022-3033 and CVE-2022-3034.
    
    * gnu/packages/gnuzilla.scm (icedove): Update to 91.13.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 5f6d429d25..b3a301709f 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1520,11 +1520,11 @@ standards of the IceCat project.")
                         icecat-dir)))))))))
 
 ;; Update this together with icecat!
-(define %icedove-build-id "20220726000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-build-id "20220919000000") ;must be of the form YYYYMMDDhhmmss
 (define-public icedove
   (package
     (name "icedove")
-    (version "91.12.0")
+    (version "91.13.1")
     (source icecat-91-source)
     (properties
      `((cpe-name . "thunderbird_esr")))
@@ -1803,7 +1803,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 "bd3da11e22d0070699026cb5f4e31b44b35580f0"))
+        ,(let ((changeset "2f9b465346ceb38b4ab79ccc1bfe8d8ad0bc8743"))
            (origin
              (method hg-fetch)
              (uri (hg-reference
@@ -1812,7 +1812,7 @@ standards of the IceCat project.")
              (file-name (string-append "thunderbird-" version "-checkout"))
              (sha256
               (base32
-               "14na1n37sqjqcxmhbp0c56a1j70gnyqgrhlrk5jkblml47x4i35w")))))
+               "10vsbwlh5imq7iljwzq3r4y80wzsmj6s2gsi1n64l0wmfq2m6ilb")))))
        ("cargo" ,rust "cargo")
        ("clang" ,clang)
        ("llvm" ,llvm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]