summaryrefslogtreecommitdiff
path: root/gnu/packages/tor-browsers.scm
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2026-07-23 13:18:36 -0300
committerNguyễn Gia Phong <cnx@loang.net>2026-07-27 12:03:35 +0900
commit15ba44383fe985bf08f71a105da45b5408a1a8a5 (patch)
tree08b02201a5d835322289f3e22d0a6fea0d595d85 /gnu/packages/tor-browsers.scm
parent8b3a2a6882ac116f3cca803c92b5754255b3ff25 (diff)
gnu: torbrowser: Update to 15.0.19 [security-fixes].
Fixes CVEs: 2026-15718, 2026-15719, 2026-16349, 2026-16350, 2026-16351, 2026-16352, 2026-16353, 2026-16354, 2026-16355, 2026-16356, 2026-16357, 2026-16358, 2026-16359, 2026-16360, 2026-16361, 2026-16362, 2026-16363, 2026-16368, 2026-16369, 2026-16371, 2026-16374, 2026-16375, 2026-16377, 2026-16379, 2026-16381, 2026-16383, 2026-16387, 2026-16390, 2026-16391, 2026-16396, 2026-16405 and 2026-16412. * gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to 20260720080000. (%torbrowser-version): Update to 15.0.19. (%torbrowser-firefox-version): Update to 140.13.0esr-15.0-1-build2. (torbrowser-translation-base): Update to 38c3b4e6b3. (torbrowser-translation-specific): Update to 510b52a6963. Merges: https://codeberg.org/guix/guix/pulls/10159 References: https://www.mozilla.org/en-US/security/advisories/mfsa2026-70 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/tor-browsers.scm')
-rw-r--r--gnu/packages/tor-browsers.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 4e1a8437f36..b6f51debb6d 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -115,16 +115,16 @@ Firefox locales.")
115 115
116;; We copy the official build id, which is defined at 116;; We copy the official build id, which is defined at
117;; tor-browser-build/rbm.conf (browser_release_date). 117;; tor-browser-build/rbm.conf (browser_release_date).
118(define %torbrowser-build-date "20260616011530") 118(define %torbrowser-build-date "20260720080000")
119 119
120;; To find the last version, look at https://www.torproject.org/download/. 120;; To find the last version, look at https://www.torproject.org/download/.
121(define %torbrowser-version "15.0.16") 121(define %torbrowser-version "15.0.19")
122 122
123;; To find the last Firefox version, browse 123;; To find the last Firefox version, browse
124;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version> 124;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
125;; There should be only one archive that starts with 125;; There should be only one archive that starts with
126;; "src-firefox-tor-browser-". 126;; "src-firefox-tor-browser-".
127(define %torbrowser-firefox-version "140.12.0esr-15.0-1-build2") 127(define %torbrowser-firefox-version "140.13.0esr-15.0-1-build2")
128 128
129;; See tor-browser-build/rbm.conf for the list. 129;; See tor-browser-build/rbm.conf for the list.
130(define %torbrowser-locales (list "ar" "be" "bg" "ca" "cs" "da" "de" "el" "es-ES" "fa" 130(define %torbrowser-locales (list "ar" "be" "bg" "ca" "cs" "da" "de" "el" "es-ES" "fa"
@@ -139,11 +139,11 @@ Firefox locales.")
139 (method git-fetch) 139 (method git-fetch)
140 (uri (git-reference 140 (uri (git-reference
141 (url "https://gitlab.torproject.org/tpo/translation.git") 141 (url "https://gitlab.torproject.org/tpo/translation.git")
142 (commit "327118384583e8a3e7136a44fdf2161d3a0ae273"))) 142 (commit "38c3b4e6b3b71f9dbf84ed31c0552b2461e506c5")))
143 (file-name "translation-base-browser") 143 (file-name "translation-base-browser")
144 (sha256 144 (sha256
145 (base32 145 (base32
146 "00hkbfm2qw5sxcci5d6gkvncbxlfnns959fxppc6jwg4ba9q43ml")))) 146 "0aimz6rirqq5ifspa6i8h9p22p7mxkknhv2vj20ryn63mksl1bmx"))))
147 147
148;; See tor-browser-build/projects/translation/config. 148;; See tor-browser-build/projects/translation/config.
149(define torbrowser-translation-specific 149(define torbrowser-translation-specific
@@ -151,11 +151,11 @@ Firefox locales.")
151 (method git-fetch) 151 (method git-fetch)
152 (uri (git-reference 152 (uri (git-reference
153 (url "https://gitlab.torproject.org/tpo/translation.git") 153 (url "https://gitlab.torproject.org/tpo/translation.git")
154 (commit "d045de641ff236415c819b436b829fea34cd096d"))) 154 (commit "510b52a6963331b5c67471921ed5c54a77370840")))
155 (file-name "translation-tor-browser") 155 (file-name "translation-tor-browser")
156 (sha256 156 (sha256
157 (base32 157 (base32
158 "1pllc1pp2n8m9gigykrir5n3vcnchjrwyv1h7rgpjq4d9hlhkri7")))) 158 "1d5jlhsk9ilk9ljvi5fmlsa5kcvby429v4gbqfgybqibka5lj3id"))))
159 159
160(define torbrowser-assets 160(define torbrowser-assets
161 ;; This is a prebuilt Torbrowser from which we take the assets we need. 161 ;; This is a prebuilt Torbrowser from which we take the assets we need.
@@ -171,7 +171,7 @@ Firefox locales.")
171 version "/tor-browser-linux-x86_64-" version ".tar.xz")) 171 version "/tor-browser-linux-x86_64-" version ".tar.xz"))
172 (sha256 172 (sha256
173 (base32 173 (base32
174 "01z5mknx2w7p4qknpv2jkfvbl1psklaqzww56bnllm2a418hqm0i")))) 174 "1kz25gmpdmbplm2qy62znvvznwx08psgkdi3n5iwl8a93x1spd1f"))))
175 (arguments 175 (arguments
176 (list 176 (list
177 #:install-plan 177 #:install-plan
@@ -212,7 +212,7 @@ Browser.")
212 ".tar.xz")) 212 ".tar.xz"))
213 (sha256 213 (sha256
214 (base32 214 (base32
215 "1cnv5sjr4zaybqv3yv0pkdicfb47mdzpk2hbjkrqhlxz3vbnhi8l")))) 215 "19ajpd9ly4825ri5q3gwpb12cf0969g1dqgpncmx5cyyd5k0y7yx"))))
216 (build-system mozilla-build-system) 216 (build-system mozilla-build-system)
217 (inputs 217 (inputs
218 (list lyrebird 218 (list lyrebird