guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: torbrowser: Update to 13.0.14 [security fixes].


From: guix-commits
Subject: 01/02: gnu: torbrowser: Update to 13.0.14 [security fixes].
Date: Wed, 17 Apr 2024 06:24:48 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit d5d4ba89f9607737523992288ec7570d0aee86f7
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Wed Apr 17 11:09:29 2024 +0200

    gnu: torbrowser: Update to 13.0.14 [security fixes].
    
    Fixes CVE-2024-3852, CVE-2024-3854, CVE-2024-3857, CVE-2024-2609,
    CVE-2024-3859, CVE-2024-3861, CVE-2024-3863, CVE-2024-3302, CVE-2024-3864.
    See the Mozilla Foundation Security Advisory
    <https://www.mozilla.org/en-US/security/advisories/mfsa2024-19/> for 
details.
    
    * gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
    20240416150000.
    (%torbrowser-version): Update to 13.0.14.
    (%torbrowser-firefox-version): Update to 115.10.0esr-13.0-1-build1.
    (torbrowser-translation-base): Update to
    d31e6b16c372e2eb235c4f2b0eae0b573a5515ba.
    (torbrowser-translation-specific): Update to
    d37455a56f966b4f87f5f326b534a91f71fd5c88.
    
    Change-Id: I499d38f66e5528a566a6c105f621fe52b0ea1bc9
---
 gnu/packages/tor-browsers.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 72ab345e8a..466bfeb1b2 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -150,16 +150,16 @@
 
 ;; We copy the official build id, which can be found there:
 ;; https://aus1.torproject.org/torbrowser/update_3/release/.
-(define %torbrowser-build-date "20240322115718")
+(define %torbrowser-build-date "20240416150000")
 
 ;; To find the last version, look at https://www.torproject.org/download/.
-(define %torbrowser-version "13.0.13")
+(define %torbrowser-version "13.0.14")
 
 ;; To find the last Firefox version, browse
 ;; 
https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
 ;; There should be only one archive that starts with
 ;; "src-firefox-tor-browser-".
-(define %torbrowser-firefox-version "115.9.1esr-13.0-1-build1")
+(define %torbrowser-firefox-version "115.10.0esr-13.0-1-build1")
 
 ;; See tor-browser-build/projects/translation/config.
 (define torbrowser-translation-base
@@ -167,11 +167,11 @@
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git";)
-          (commit "8e04ca3c5f440ed8f16b2069ae9565e4b044ec29")))
+          (commit "d31e6b16c372e2eb235c4f2b0eae0b573a5515ba")))
     (file-name "translation-base-browser")
     (sha256
      (base32
-      "0as4xjmj17jiyqaqfmqhplwscg39df109pgilkjv560xdpgld10q"))))
+      "0pyd49v0ivxbw2lbzi5vz9kl78i972p2kcaaahympaf6x5i0q1xd"))))
 
 ;; See tor-browser-build/projects/translation/config.
 (define torbrowser-translation-specific
@@ -179,11 +179,11 @@
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git";)
-          (commit "bf2fac60a6c41aa67b8147f22a638d498ac2dcdd")))
+          (commit "d37455a56f966b4f87f5f326b534a91f71fd5c88")))
     (file-name "translation-tor-browser")
     (sha256
      (base32
-      "0bz50bfrljr139rs3zcx84y64vn7fav78ghl85xzm5bww15jfwl1"))))
+      "1pksrbyzx2bq0kv46y24m6y7jri3df4mjr4cixyh83mbhpb3wyc0"))))
 
 (define torbrowser-assets
   ;; This is a prebuilt Torbrowser from which we take the assets we need.
@@ -199,7 +199,7 @@
          version "/tor-browser-linux-x86_64-" version ".tar.xz"))
        (sha256
         (base32
-         "1wn1wxiwhhnx4zzs6gr1qvyvjj5nn449vlgw7kcswpymz3r9mclp"))))
+         "19fhkpjcbb4pscsyhsj8hvbs6nfxz2bmh22irw6a8sspqp67cr2i"))))
     (arguments
      (list
       #:install-plan
@@ -237,7 +237,7 @@ Browser.")
          ".tar.xz"))
        (sha256
         (base32
-         "0pkl6q9hfl52v7if20h1vdd1ydl8a7gs6lk95linknh4kaaaw4qm"))))
+         "1gqiv873f0lbm6xny8x08iygnwl517q67hljgv1vxpyr7d223qjw"))))
     (build-system mozilla-build-system)
     (inputs
      (list 
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird



reply via email to

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