From: "André Batista" <nandre@riseup.net>
To: 73762@debbugs.gnu.org
Cc: "André Batista" <nandre@riseup.net>,
ian@retrospec.tv, jonathan.brielmaier@web.de, mhw@netris.org
Subject: [bug#73762] [PATCH] gnu: mullvadbrowser: Update to 13.5.7 [security fix].
Date: Sat, 12 Oct 2024 01:10:57 -0300 [thread overview]
Message-ID: <20241012041057.2632-1-nandre@riseup.net> (raw)
Fixes CVE 2024-9680. See the Mozilla Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/> for details.
* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20241008182800.
(%mullvadbrowser-version): Update to 13.5.7.
(%mullvadbrowser-firefox-version): Update to 115.16.0esr-13.5-1-build3.
(mullvadbrowser-translation-base): Update to
ceb66dd0937da14962cb535699242b2526e11f02.
(mullvadbrowser-translation-specific): Update to
2f7d98b46ce480cdb4d7e9ddab912650c8673d6c.
Change-Id: Ib6bd5c5463156526cefd26baa3c9a20402673b71
---
gnu/packages/tor-browsers.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index e517f9b214..36c17d588a 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -817,17 +817,17 @@ (define %mullvadbrowser-locales (list "ar" "da" "de" "es-ES" "fa" "fi" "fr" "it"
;; 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 "20240930230510")
+(define %mullvadbrowser-build-date "20241008182800")
;; To find the last version, look at
;; https://mullvad.net/en/download/browser/linux.
-(define %mullvadbrowser-version "13.5.6")
+(define %mullvadbrowser-version "13.5.7")
;; 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 "115.16.0esr-13.5-1-build2")
+(define %mullvadbrowser-firefox-version "115.16.0esr-13.5-1-build3")
;; See tor-browser-build/projects/translation/config.
(define mullvadbrowser-translation-base
@@ -835,11 +835,11 @@ (define mullvadbrowser-translation-base
(method git-fetch)
(uri (git-reference
(url "https://gitlab.torproject.org/tpo/translation.git")
- (commit "a142f78af87f994913faa15fb4b0f34f0ce1a22b")))
+ (commit "ceb66dd0937da14962cb535699242b2526e11f02")))
(file-name "translation-base-browser")
(sha256
(base32
- "15ahsyji6fk236sb28vqpi7ai70r3qblfypmc7r781zq7nw8f9bs"))))
+ "04ciw4rnl0cj7vz4pqbs1aca8fhva346bp0vahfcxv3isn1nwyy4"))))
;; See tor-browser-build/projects/translation/config.
(define mullvadbrowser-translation-specific
@@ -851,7 +851,7 @@ (define mullvadbrowser-translation-specific
(file-name "translation-mullvad-browser")
(sha256
(base32
- "00qmmfz7lz9fw7id7bj89byd4zd39nc4f2plf0v640yzl8fdwi72"))))
+ "08anwb45rxzsdcxwzjflqb1d0f78pi4fsgdvsdlc4fmp8kx10nsd"))))
(define mullvadbrowser-assets
;; This is a prebuilt Mullvad Browser from which we take the assets we need.
@@ -867,7 +867,7 @@ (define mullvadbrowser-assets
version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
(sha256
(base32
- "0q55mk9zzzs7g2cng107gm16g74lx1qf42gf5ayh4x7caxc8db01"))))
+ "11gyvpl1mmjn2s58dcmrh0fksi993fg2zrafrz38bcylfz1q5vjd"))))
(arguments
(list
#:install-plan
@@ -910,7 +910,7 @@ (define-public mullvadbrowser
%mullvadbrowser-firefox-version ".tar.xz"))
(sha256
(base32
- "1mkssnr7vx4la4r31dy6fbwvj1h9gxzywwxa6z4310nr17vr3sxj"))))
+ "1qhbba8cmq5jmf1di5h59dbw3lpq779idf2k9wp0qwd99g8k23qm"))))
(arguments
(substitute-keyword-arguments (package-arguments mullvadbrowser-base)
((#:phases phases)
base-commit: b8fd792ea267cb920da0651074a533d8abf00488
--
2.45.2
next reply other threads:[~2024-10-12 4:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-12 4:10 André Batista [this message]
2024-10-12 13:08 ` [bug#73762] [PATCH v2] gnu: mullvadbrowser: Update to 13.5.7 [security fix] André Batista
2024-10-29 23:00 ` bug#73762: Close André Batista
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241012041057.2632-1-nandre@riseup.net \
--to=nandre@riseup.net \
--cc=73762@debbugs.gnu.org \
--cc=ian@retrospec.tv \
--cc=jonathan.brielmaier@web.de \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).