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.9.1 [fixes CVE-2023-2


From: guix-commits
Subject: branch master updated: gnu: icedove: Update to 102.9.1 [fixes CVE-2023-28427].
Date: Thu, 30 Mar 2023 18:46:27 -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 cb0ae06d76 gnu: icedove: Update to 102.9.1 [fixes CVE-2023-28427].
cb0ae06d76 is described below

commit cb0ae06d76ebb08e48c1a4f39e81f0be93013075
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Thu Mar 30 23:47:25 2023 +0200

    gnu: icedove: Update to 102.9.1 [fixes CVE-2023-28427].
    
    * gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.9.1.
    (%icedove-build-id, thunderbird-comm-l10n): Update accordingly.
---
 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 253b8c285c..7d0860469f 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1117,8 +1117,8 @@ standards of the IceCat project.")
     "ru" "sco" "si" "sk" "sl" "son" "sq" "sr" "sv-SE" "szl" "ta" "te" "th" "tl"
     "tr" "trs" "uk" "ur" "uz" "vi" "xh" "zh-CN" "zh-TW"))
 
-(define %icedove-build-id "20230314000000") ;must be of the form YYYYMMDDhhmmss
-(define %icedove-version "102.9.0")
+(define %icedove-build-id "20230328000000") ;must be of the form YYYYMMDDhhmmss
+(define %icedove-version "102.9.1")
 
 ;; Provides the "comm" folder which is inserted into the icecat source.
 ;; Avoids the duplication of Icecat's source tarball.
@@ -1127,11 +1127,11 @@ standards of the IceCat project.")
     (method hg-fetch)
     (uri (hg-reference
           (url "https://hg.mozilla.org/releases/comm-esr102";)
-          (changeset "db735c436e680abf21cc67f9a29b42fdf30d416d")))
+          (changeset "a8965ef0b30705f497df3df718db60d9dc2c304f")))
     (file-name (string-append "thunderbird-" %icedove-version "-checkout"))
     (sha256
      (base32
-      "114vvwlrmjilczwsg9nfcg08560vijlydw1pdrbkvxjbfgsxny71"))))
+      "14lj30a9hmiwxpriyfls245y1wj2j3hfwrsbf7s5d9ligjqldjag"))))
 
 (define (comm-source->locales+changeset source)
   "Given SOURCE, a checkout of the Thunderbird 'comm' component, return the



reply via email to

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