guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d13b0b5c05dd6b3315ab429d584a84040adf5d1a
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Wed Jul 23 11:38:55 2025 -0300

    gnu: mullvadbrowser: Update to 14.5.5 [security-fixes].
    
    Fixes CVEs 2025-8027, 2025-8028, 2025-8029, 2025-8030, 2025-8031, 2025-8032,
    2025-8033, 2025-8034 and 2025-8035.  See
    <https://www.mozilla.org/en-US/security/advisories/mfsa2025-58/> for 
details.
    
    * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
    20250722101758.
    (%mullvadbrowser-version): Update to 14.5.5.
    (%mullvadbrowser-firefox-version): Update to 128.13.0esr-14.5-1-build1.
    (mullvadbrowser-translation-base): Update to 8600afeb12.
    
    Change-Id: I159467f15586cf8319093e4a177e17c68da51ee2
    Signed-off-by: Hilton Chain <[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 0fe3a7a9b7..abc1c527a5 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -844,17 +844,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 "20250623181100")
+(define %mullvadbrowser-build-date "20250722101758")
 
 ;; To find the last version, look at
 ;; https://mullvad.net/en/download/browser/linux.
-(define %mullvadbrowser-version "14.5.4")
+(define %mullvadbrowser-version "14.5.5")
 
 ;; 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 "128.12.0esr-14.5-1-build1")
+(define %mullvadbrowser-firefox-version "128.13.0esr-14.5-1-build1")
 
 ;; See tor-browser-build/projects/translation/config.
 (define mullvadbrowser-translation-base
@@ -862,11 +862,11 @@ attacks on the privacy of Tor users.")
     (method git-fetch)
     (uri (git-reference
           (url "https://gitlab.torproject.org/tpo/translation.git";)
-          (commit "9f6043e1a51d04f9f6f00ade10e410691fe41f66")))
+          (commit "8600afeb12fdae895c37618e1386c1a1ac2f5308")))
     (file-name "translation-base-browser")
     (sha256
      (base32
-      "0hg3pihvdk91kmrg5f9173j5m28jw9bzi7pr1sg3711llp8ybzp5"))))
+      "1l190sqpbldnsrwqv8y3fbf7l3bf54b17bajswkaqpsgyci2wicy"))))
 
 ;; See tor-browser-build/projects/translation/config.
 (define mullvadbrowser-translation-specific
@@ -894,7 +894,7 @@ attacks on the privacy of Tor users.")
          version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
        (sha256
         (base32
-         "182xpn6ln1cms4d7sml33shqpz47zh0sg5gbynw127w9c7xir48c"))))
+         "1z5g5l3bikpl2vlps641fpm2lps672ci0vx002blvssn55iv22iz"))))
     (arguments
      (list
       #:install-plan
@@ -937,7 +937,7 @@ Mullvad Browser.")
          %mullvadbrowser-firefox-version ".tar.xz"))
        (sha256
         (base32
-         "1wv5s5x907aw15nhm4w0x2wriyylrzjgw103f350mqwrhckmqhc0"))))
+         "1d8zs5mziig1vs385rqr8xmxyklf9aqbsk3lmqxc0p2ldgq6ygll"))))
     (arguments
      (substitute-keyword-arguments (package-arguments mullvadbrowser-base)
        ((#:phases phases)

Reply via email to