[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/49: gnu: torbrowser: Update to 13.0.16 [security fixes].
From: |
guix-commits |
Subject: |
20/49: gnu: torbrowser: Update to 13.0.16 [security fixes]. |
Date: |
Mon, 24 Jun 2024 09:04:32 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 8c80b221475631f31de5d7a73e77a79a44e435f1
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Jun 11 21:50:54 2024 -0300
gnu: torbrowser: Update to 13.0.16 [security fixes].
Fixes CVEs 2024-5702, 2024-5688, 2024-5690, 2024-5691, 2024-5692,
2024-5693, 2024-5696 and 2024-5700. See the Mozilla Foundation Security
advisory <https://www.mozilla.org/en-US/security/advisories/mfsa2024-26/>
for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240510190000. Change upstream reference to where this date is defined
as the previous URL reference can be missing.
(%torbrowser-version): Update to 13.0.16.
(%torbrowser-firefox-version): Update to 115.12.0esr-13.0-1-build1.
(torbrowser-translation-base): Update to
f28525699864f4e3d764c354130bd898ce5b20aa.
(torbrowser-translation-specific): Update to
b5d79336411e5a59c4861341ef9aa7353e0bcad9.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/tor-browsers.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 3312a8398a..6be746725d 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -148,18 +148,18 @@
("02ifa94jfii5f166rwdvv8si3bazm4bcf4qhi59c8f1hxbavb52h" "081aeb1aa308"
"zh-CN")
("0qx9sh56pqc2x5qrh386cp1fi1gidhcmxxpvqkg9nh2jbizahznr" "9015a180602e"
"zh-TW")))
-;; We copy the official build id, which can be found there:
-;; https://aus1.torproject.org/torbrowser/update_3/release/.
-(define %torbrowser-build-date "20240510150000")
+;; We copy the official build id, which is defined at
+;; tor-browser-build/rbm.conf (browser_release_date).
+(define %torbrowser-build-date "20240510190000")
;; To find the last version, look at https://www.torproject.org/download/.
-(define %torbrowser-version "13.0.15")
+(define %torbrowser-version "13.0.16")
;; To find the last Firefox version, browse
;;
https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
;; There should be only one archive that starts with
;; "src-firefox-tor-browser-".
-(define %torbrowser-firefox-version "115.11.0esr-13.0-1-build2")
+(define %torbrowser-firefox-version "115.12.0esr-13.0-1-build1")
;; See tor-browser-build/projects/translation/config.
(define torbrowser-translation-base
@@ -167,11 +167,11 @@
(method git-fetch)
(uri (git-reference
(url "https://gitlab.torproject.org/tpo/translation.git")
- (commit "a28a8b2cb9e207d12fca11181818c0a0694b56af")))
+ (commit "f28525699864f4e3d764c354130bd898ce5b20aa")))
(file-name "translation-base-browser")
(sha256
(base32
- "159wza7mvz53bjvdj8nnipz9ya5150pymjz5x3jz2qpkz8ansxws"))))
+ "1vf6nl7fdmlmg2gskf3w1xlsgcm0pxi54z2daz5nwr6q9gyi0lkf"))))
;; See tor-browser-build/projects/translation/config.
(define torbrowser-translation-specific
@@ -179,11 +179,11 @@
(method git-fetch)
(uri (git-reference
(url "https://gitlab.torproject.org/tpo/translation.git")
- (commit "e03ffdea5b74ad280616dccd21744cba7b2d4565")))
+ (commit "b5d79336411e5a59c4861341ef9aa7353e0bcad9")))
(file-name "translation-tor-browser")
(sha256
(base32
- "0d8f9p36wfxbwhiprj6wrzjs4nz8mbaqnqz48rl57x5b82achjd0"))))
+ "0ahz69pxhgik7ynmdkbnx7v5l2v392i6dswjz057g4hwnd7d34fb"))))
(define torbrowser-assets
;; This is a prebuilt Torbrowser from which we take the assets we need.
@@ -199,7 +199,7 @@
version "/tor-browser-linux-x86_64-" version ".tar.xz"))
(sha256
(base32
- "1rd4m8bg359yj2w5dfvmnnjgr79bx1cc9bkziwzxnyz5zjn0arkv"))))
+ "1kffam66bsaahzx212hw9lb03jwfr24hivzg067iyzilsldpc9c1"))))
(arguments
(list
#:install-plan
@@ -237,7 +237,7 @@ Browser.")
".tar.xz"))
(sha256
(base32
- "0z2sz42jjfcd99zmysvz9k03zk9nccygba53rvkhbskcvil5zgjd"))))
+ "1b70zyjyai6kk4y1kkl8jvrs56gg7z31kkad6bmdpd8jw4n71grx"))))
(build-system mozilla-build-system)
(inputs
(list
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
- branch master updated (c5fc11488c -> 831001c581), guix-commits, 2024/06/24
- 02/49: gnu: bpftrace: Update to 0.21.0 and enable tests., guix-commits, 2024/06/24
- 05/49: gnu: gauche: Update to 0.9.15., guix-commits, 2024/06/24
- 06/49: gnu: gauche: Remove trailing #t., guix-commits, 2024/06/24
- 01/49: gnu: bcc: Update to 0.30.0, fixing build., guix-commits, 2024/06/24
- 07/49: gnu: isc-bind: Update to 9.19.24., guix-commits, 2024/06/24
- 13/49: gnu: sane-backends: Update to 1.3.1., guix-commits, 2024/06/24
- 20/49: gnu: torbrowser: Update to 13.0.16 [security fixes].,
guix-commits <=
- 15/49: gnu: smartmontools: Update to 7.4., guix-commits, 2024/06/24
- 14/49: gnu: mold: Update to 2.32.0, guix-commits, 2024/06/24
- 21/49: build-system: qt: Fix default parallel-tests? value to #t., guix-commits, 2024/06/24
- 17/49: gnu: memcached: Update to 1.6.28., guix-commits, 2024/06/24
- 22/49: gnu: grub: Update to 2.12., guix-commits, 2024/06/24
- 29/49: gnu: exim: Update to 4.97.1., guix-commits, 2024/06/24
- 34/49: gnu: Update openjdk variable to openjdk21., guix-commits, 2024/06/24
- 26/49: gnu: git: Update to 2.45.2., guix-commits, 2024/06/24
- 36/49: gnu: rgbds: Update to 0.7.0., guix-commits, 2024/06/24
- 35/49: gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support., guix-commits, 2024/06/24