diff options
| author | André Batista <nandre@riseup.net> | 2026-06-19 11:56:07 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-22 14:28:28 +0200 |
| commit | 10de37f88cc9ac8fda010683f0160494572e7ce0 (patch) | |
| tree | ce9205ed9363efcd20aafc3b97b2a5496ab3f841 /gnu/packages/tor-browsers.scm | |
| parent | 2f4101caf9764e550e29a06ea1dec84cb73641bf (diff) | |
gnu: torbrowser: Update to 15.0.16.
Fixes CVEs: 2026-12289, 2026-12290, 2026-12291, 2026-12292, 2026-12294,
2026-12295, 2026-12296, 2026-12297, 2026-12298, 2026-12299, 2026-12302,
2026-12304, 2026-12305, 2026-12306, 2026-12307, 2026-12308, 2026-12309,
2026-12310, 2026-12311, 2026-12312, 2026-12313, 2026-12314, 2026-12315,
2026-12324, 2026-12325, 2026-12327, 2026-12328, 2026-12329 and
2026-12330.
See:
<https://www.mozilla.org/en-US/security/advisories/mfsa2026-58/> for
details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20260616011530.
(%torbrowser-version): Update to 15.0.16.
(%torbrowser-firefox-version): Update to 140.12.0esr-15.0-1-build2.
(torbrowser-translation-base): Update to 3271183845.
(torbrowser-translation-specific): Update to d045de641ff.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/tor-browsers.scm')
| -rw-r--r-- | gnu/packages/tor-browsers.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm index 433ed9ad371..15d0ad74518 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 "20260518170000") | 118 | (define %torbrowser-build-date "20260616011530") |
| 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.14") | 121 | (define %torbrowser-version "15.0.16") |
| 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.11.0esr-15.0-1-build3") | 127 | (define %torbrowser-firefox-version "140.12.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 "6749f7ce29126312167aee8e07cd45a4aa4acb9d"))) | 142 | (commit "327118384583e8a3e7136a44fdf2161d3a0ae273"))) |
| 143 | (file-name "translation-base-browser") | 143 | (file-name "translation-base-browser") |
| 144 | (sha256 | 144 | (sha256 |
| 145 | (base32 | 145 | (base32 |
| 146 | "1ancjf85is34yi2zbpdmasfyfin6pfmiqlmcnjqqqbk5k6zj2scy")))) | 146 | "00hkbfm2qw5sxcci5d6gkvncbxlfnns959fxppc6jwg4ba9q43ml")))) |
| 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 "a2e92e2c255377898a72be2fc0d073766a7ee4ed"))) | 154 | (commit "d045de641ff236415c819b436b829fea34cd096d"))) |
| 155 | (file-name "translation-tor-browser") | 155 | (file-name "translation-tor-browser") |
| 156 | (sha256 | 156 | (sha256 |
| 157 | (base32 | 157 | (base32 |
| 158 | "1y0x4wgy5prz0q817mdvs7pdbr8k14ap55jikyv8nyx3an13vhhp")))) | 158 | "1pllc1pp2n8m9gigykrir5n3vcnchjrwyv1h7rgpjq4d9hlhkri7")))) |
| 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 | "03pmcdriwnb1azrn0jsxl453x947yq088c0cjhzwrfxbnqv6s54k")))) | 174 | "01z5mknx2w7p4qknpv2jkfvbl1psklaqzww56bnllm2a418hqm0i")))) |
| 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 | "0wmrq1w5kmxm6ganr7ppf0rblcpi18gsk8fv68nf65sjpxk0gf6w")))) | 215 | "1cnv5sjr4zaybqv3yv0pkdicfb47mdzpk2hbjkrqhlxz3vbnhi8l")))) |
| 216 | (build-system mozilla-build-system) | 216 | (build-system mozilla-build-system) |
| 217 | (inputs | 217 | (inputs |
| 218 | (list lyrebird | 218 | (list lyrebird |
