This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10de37f88c gnu: torbrowser: Update to 15.0.16.
10de37f88c is described below

commit 10de37f88cc9ac8fda010683f0160494572e7ce0
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Jun 19 11:56:07 2026 -0300

    gnu: torbrowser: Update to 15.0.16.
    
    Fixes CVEs: 2026-12289, 2026-12290, 2026-12291, 2026-12292, 2026-12294,
    2026-12295, 2026-12296, 2026-12297, 2026-12298, 2026-12299, 2026-12302,
    2026-12304, 2026-12305, 2026-12306, 2026-12307, 2026-12308, 2026-12309,
    2026-12310, 2026-12311, 2026-12312, 2026-12313, 2026-12314, 2026-12315,
    2026-12324, 2026-12325, 2026-12327, 2026-12328, 2026-12329 and
    2026-12330.
    
    See:
    <https://www.mozilla.org/en-US/security/advisories/mfsa2026-58/> for
    details.
    
    * gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
    20260616011530.
    (%torbrowser-version): Update to 15.0.16.
    (%torbrowser-firefox-version): Update to 140.12.0esr-15.0-1-build2.
    (torbrowser-translation-base): Update to 3271183845.
    (torbrowser-translation-specific): Update to d045de641ff.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 433ed9ad37..15d0ad7451 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -115,16 +115,16 @@ Firefox locales.")
 
 ;; We copy the official build id, which is defined at
 ;; tor-browser-build/rbm.conf (browser_release_date).
-(define %torbrowser-build-date "20260518170000")
+(define %torbrowser-build-date "20260616011530")
 
 ;; To find the last version, look at https://www.torproject.org/download/.
-(define %torbrowser-version "15.0.14")
+(define %torbrowser-version "15.0.16")
 
 ;; 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 "140.11.0esr-15.0-1-build3")
+(define %torbrowser-firefox-version "140.12.0esr-15.0-1-build2")
 
 ;; See tor-browser-build/rbm.conf for the list.
 (define %torbrowser-locales (list "ar" "be" "bg" "ca" "cs" "da" "de" "el" 
"es-ES" "fa"
@@ -139,11 +139,11 @@ Firefox locales.")
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git";)
-          (commit "6749f7ce29126312167aee8e07cd45a4aa4acb9d")))
+          (commit "327118384583e8a3e7136a44fdf2161d3a0ae273")))
     (file-name "translation-base-browser")
     (sha256
      (base32
-      "1ancjf85is34yi2zbpdmasfyfin6pfmiqlmcnjqqqbk5k6zj2scy"))))
+      "00hkbfm2qw5sxcci5d6gkvncbxlfnns959fxppc6jwg4ba9q43ml"))))
 
 ;; See tor-browser-build/projects/translation/config.
 (define torbrowser-translation-specific
@@ -151,11 +151,11 @@ Firefox locales.")
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git";)
-          (commit "a2e92e2c255377898a72be2fc0d073766a7ee4ed")))
+          (commit "d045de641ff236415c819b436b829fea34cd096d")))
     (file-name "translation-tor-browser")
     (sha256
      (base32
-      "1y0x4wgy5prz0q817mdvs7pdbr8k14ap55jikyv8nyx3an13vhhp"))))
+      "1pllc1pp2n8m9gigykrir5n3vcnchjrwyv1h7rgpjq4d9hlhkri7"))))
 
 (define torbrowser-assets
   ;; This is a prebuilt Torbrowser from which we take the assets we need.
@@ -171,7 +171,7 @@ Firefox locales.")
          version "/tor-browser-linux-x86_64-" version ".tar.xz"))
        (sha256
         (base32
-         "03pmcdriwnb1azrn0jsxl453x947yq088c0cjhzwrfxbnqv6s54k"))))
+         "01z5mknx2w7p4qknpv2jkfvbl1psklaqzww56bnllm2a418hqm0i"))))
     (arguments
      (list
       #:install-plan
@@ -212,7 +212,7 @@ Browser.")
          ".tar.xz"))
        (sha256
         (base32
-         "0wmrq1w5kmxm6ganr7ppf0rblcpi18gsk8fv68nf65sjpxk0gf6w"))))
+         "1cnv5sjr4zaybqv3yv0pkdicfb47mdzpk2hbjkrqhlxz3vbnhi8l"))))
     (build-system mozilla-build-system)
     (inputs
      (list lyrebird

Reply via email to