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 acd7100df9 gnu: mullvadbrowser: Update to 15.0.16.
acd7100df9 is described below

commit acd7100df96a4de2e702072c24b0445438c0c9a7
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Jun 19 12:04:00 2026 -0300

    gnu: mullvadbrowser: 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 (%mullvadbrowser-build-date): Update to
    20260616011530.
    (%mullvadbrowser-version): Update to 15.0.16.
    (%mullvadbrowser-firefox-version): Update to 140.12.0esr-15.0-1-build2.
    (mullvadbrowser-translation-base): Update to 3271183845.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/tor-browsers.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 15d0ad7451..4e1a8437f3 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -789,17 +789,17 @@ attacks on the privacy of Tor users.")
 
 ;; We copy the official build id, which can be found there:
 ;; https://cdn.mullvad.net/browser/update_responses/update_1/release.
-(define %mullvadbrowser-build-date "20260518170000")
+(define %mullvadbrowser-build-date "20260616011530")
 
 ;; To find the last version, look at
 ;; https://mullvad.net/en/download/browser/linux.
-(define %mullvadbrowser-version "15.0.14")
+(define %mullvadbrowser-version "15.0.16")
 
 ;; To find the last Firefox version, browse
 ;; 
https://archive.torproject.org/tor-package-archive/mullvadbrowser/<%mullvadbrowser-version>
 ;; There should be only one archive that starts with
 ;; "src-firefox-mullvad-browser-".
-(define %mullvadbrowser-firefox-version "140.11.0esr-15.0-1-build2")
+(define %mullvadbrowser-firefox-version "140.12.0esr-15.0-1-build2")
 
 ;; See tor-browser-build/projects/translation/config.
 (define mullvadbrowser-translation-base
@@ -807,11 +807,11 @@ attacks on the privacy of Tor users.")
     (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 mullvadbrowser-translation-specific
@@ -839,7 +839,7 @@ attacks on the privacy of Tor users.")
          version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
        (sha256
         (base32
-         "02f6hcp7391s7vcqvqngidrj0zmz9aqhmm0bi0hw26ckfz0vdyhk"))))
+         "07l76r9vlfn8q8hh2h3a6scr813z70dslkp48pm4cfcws40i8m4s"))))
     (arguments
      (list
       #:install-plan
@@ -882,7 +882,7 @@ Mullvad Browser.")
          %mullvadbrowser-firefox-version ".tar.xz"))
        (sha256
         (base32
-         "0y4qx3hvizm5zigdq9c17l6kzs2h74hyi22syjm9bh1cfpvl2pym"))))
+         "1qy9fwgzjgdjfgm32n94y859km5ik26w5yychs561cgsywv9mlad"))))
     (arguments
      (substitute-keyword-arguments arguments
        ((#:phases phases)

Reply via email to