summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2026-05-10 12:47:39 -0300
committerAndreas Enge <andreas@enge.fr>2026-05-12 17:12:29 +0200
commitbcade5b40ca15678e4813f8b07501a961e53e5d2 (patch)
tree09b319daf139f4056f29f08973254cc2a539f403 /gnu/packages
parent60e738c3b76310b07f31d7149ee1135e8ca9a3a3 (diff)
gnu: mullvadbrowser: Update to 15.0.12.
Fixes CVEs: 2026-8090, 2026-8092 and 2026-8094. See: <https://www.mozilla.org/en-US/security/advisories/mfsa2026-41/> for details. * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to 20260506160000. (%mullvadbrowser-version): Update to 15.0.12. (%mullvadbrowser-firefox-version): Update to 140.10.2esr-15.0-1-build1. (mullvadbrowser-translation-base): Update to bca639ef18. Change-Id: Ie738f76d87b57dac0b475f5338910bbbfab4f3e1 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tor-browsers.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 0c3037c0f16..5b41733c8c2 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -789,17 +789,17 @@ attacks on the privacy of Tor users.")
789 789
790;; We copy the official build id, which can be found there: 790;; We copy the official build id, which can be found there:
791;; https://cdn.mullvad.net/browser/update_responses/update_1/release. 791;; https://cdn.mullvad.net/browser/update_responses/update_1/release.
792(define %mullvadbrowser-build-date "20260427173000") 792(define %mullvadbrowser-build-date "20260506160000")
793 793
794;; To find the last version, look at 794;; To find the last version, look at
795;; https://mullvad.net/en/download/browser/linux. 795;; https://mullvad.net/en/download/browser/linux.
796(define %mullvadbrowser-version "15.0.11") 796(define %mullvadbrowser-version "15.0.12")
797 797
798;; To find the last Firefox version, browse 798;; To find the last Firefox version, browse
799;; https://archive.torproject.org/tor-package-archive/mullvadbrowser/<%mullvadbrowser-version> 799;; https://archive.torproject.org/tor-package-archive/mullvadbrowser/<%mullvadbrowser-version>
800;; There should be only one archive that starts with 800;; There should be only one archive that starts with
801;; "src-firefox-mullvad-browser-". 801;; "src-firefox-mullvad-browser-".
802(define %mullvadbrowser-firefox-version "140.10.1esr-15.0-1-build1") 802(define %mullvadbrowser-firefox-version "140.10.2esr-15.0-1-build1")
803 803
804;; See tor-browser-build/projects/translation/config. 804;; See tor-browser-build/projects/translation/config.
805(define mullvadbrowser-translation-base 805(define mullvadbrowser-translation-base
@@ -807,11 +807,11 @@ attacks on the privacy of Tor users.")
807 (method git-fetch) 807 (method git-fetch)
808 (uri (git-reference 808 (uri (git-reference
809 (url "https://gitlab.torproject.org/tpo/translation.git") 809 (url "https://gitlab.torproject.org/tpo/translation.git")
810 (commit "1f76c1fa38583ae3f911e00a3bb170d73a329fac"))) 810 (commit "bca639ef183dba065e6f9dc0bab86aedb03f9335")))
811 (file-name "translation-base-browser") 811 (file-name "translation-base-browser")
812 (sha256 812 (sha256
813 (base32 813 (base32
814 "1plf0pcijid8lhrfzkbppf67q46783wxxqsjxi327d4xp0zxfq9g")))) 814 "0h1vp8qkbbydkii7a1hfgrgzyyrfax4gkv24g50xrx34r7qjhjcl"))))
815 815
816;; See tor-browser-build/projects/translation/config. 816;; See tor-browser-build/projects/translation/config.
817(define mullvadbrowser-translation-specific 817(define mullvadbrowser-translation-specific
@@ -839,7 +839,7 @@ attacks on the privacy of Tor users.")
839 version "/mullvad-browser-linux-x86_64-" version ".tar.xz")) 839 version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
840 (sha256 840 (sha256
841 (base32 841 (base32
842 "11yq8cy0kqa0j1xba0j56gq3dv6543x2r1vnpxnvlqj1vs4hdjgs")))) 842 "0qd285awd2pslw8q05s0mqfjclcjmwra0bcs5bvbpqdazpsxm9sf"))))
843 (arguments 843 (arguments
844 (list 844 (list
845 #:install-plan 845 #:install-plan
@@ -882,7 +882,7 @@ Mullvad Browser.")
882 %mullvadbrowser-firefox-version ".tar.xz")) 882 %mullvadbrowser-firefox-version ".tar.xz"))
883 (sha256 883 (sha256
884 (base32 884 (base32
885 "1cbc7s8fzwxl19nbf1l7gn6xjlkc81si147ww2v15yv0xpvlsymy")))) 885 "0nwbcdqcyr5a9w233gmfjy0ych8frhx5am1zszyl84i7miykqads"))))
886 (arguments 886 (arguments
887 (substitute-keyword-arguments arguments 887 (substitute-keyword-arguments arguments
888 ((#:phases phases) 888 ((#:phases phases)