mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mullvadbrowser: Update to 14.0.5 [security fixes].
Fixes CVEs 2024-11704, 2025-1009, 2025-1010, 2025-1011, 2025-1012, 2025-1013, 2025-1014, 2025-1016 and 2025-1017. See <https://www.mozilla.org/en-US/security/advisories/mfsa2025-09/> for details. * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to 20250203100000. (%mullvadbrowser-version): Update to 14.0.5. (%mullvadbrowser-firefox-version): Update to 128.7.0esr-14.0-1-build2. (mullvadbrowser-translation-base): Update to 93eddbd3888852c09e130d536fb3c9bd7e4e6f57. Change-Id: I3932142356fd3e44d9a3220953df8ae236b90537 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
ca0dc61a87
commit
b30669e15d
1 changed files with 7 additions and 7 deletions
|
@ -818,17 +818,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 "20250106125732")
|
||||
(define %mullvadbrowser-build-date "20250203100000")
|
||||
|
||||
;; To find the last version, look at
|
||||
;; https://mullvad.net/en/download/browser/linux.
|
||||
(define %mullvadbrowser-version "14.0.4")
|
||||
(define %mullvadbrowser-version "14.0.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.6.0esr-14.0-1-build1")
|
||||
(define %mullvadbrowser-firefox-version "128.7.0esr-14.0-1-build2")
|
||||
|
||||
;; See tor-browser-build/projects/translation/config.
|
||||
(define mullvadbrowser-translation-base
|
||||
|
@ -836,11 +836,11 @@ attacks on the privacy of Tor users.")
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.torproject.org/tpo/translation.git")
|
||||
(commit "bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7")))
|
||||
(commit "93eddbd3888852c09e130d536fb3c9bd7e4e6f57")))
|
||||
(file-name "translation-base-browser")
|
||||
(sha256
|
||||
(base32
|
||||
"0mhfbmghvdd1rpvpr8ppkdpzwwb9v03a211qgi27j3iwaa04zh9m"))))
|
||||
"1s0lys5kzdgd1vk8la4vd5kkfpb5kvaf2rhd0vgzq4fva7gflm94"))))
|
||||
|
||||
;; See tor-browser-build/projects/translation/config.
|
||||
(define mullvadbrowser-translation-specific
|
||||
|
@ -868,7 +868,7 @@ attacks on the privacy of Tor users.")
|
|||
version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cycrxil9zbdqrkzzsfx7nlrhs4k5riwi0y7r0ah2snmpcla4nb3"))))
|
||||
"0l544hl9kbashcx9qrih1qf1zz2cdny733ry1r1v13g85760ipyb"))))
|
||||
(arguments
|
||||
(list
|
||||
#:install-plan
|
||||
|
@ -911,7 +911,7 @@ Mullvad Browser.")
|
|||
%mullvadbrowser-firefox-version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x5q0g62ndy9r7qqrz0p35bq258sn26bdwhzs396v8mrzyf4jywh"))))
|
||||
"04val15xsfl118d18xpnhhy5cshlgkdpp58y0ja306glx453kcpl"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments mullvadbrowser-base)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue