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 102.5.1 [fixes CVE-2022-4


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].
Date: Thu, 08 Dec 2022 14:18:28 -0500

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 5c996aa8e4 gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].
5c996aa8e4 is described below

commit 5c996aa8e4df75c6eb4b6ce58067889c3be11f66
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Thu Dec 8 20:17:12 2022 +0100

    gnu: icedove: Update to 102.5.1 [fixes CVE-2022-45414].
    
    * gnu/packages/gnuzilla.scm (icedove): Update to 102.5.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 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



reply via email to

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