diff options
| author | André Batista <nandre@riseup.net> | 2025-05-27 14:31:44 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-05-28 21:14:16 +0800 |
| commit | 016a8a71eb8d2743412c1deb207dba9e0573bcc2 (patch) | |
| tree | b0c9838721c7d24530574619b0b044771694dcd7 /gnu/packages/tor-browsers.scm | |
| parent | 0bcef4296548bf9806016c1e83976659a366272a (diff) | |
gnu: torbrowser: Update to 14.5.3 [security-fixes].
Fixes CVEs 2025-4918, 2025-4919, 2025-5263, 2025-5264, 2025-5265,
2025-5266, 2025-5267, 2025-5268 and 2025-5269.
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-37/> and
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-44/>
for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20250526202532.
(%torbrowser-version): Update to 14.5.3.
(%torbrowser-firefox-version): Update to 128.11.0esr-14.5-1-build3.
(torbrowser-translation-base): Update to 90dbac9642.
(torbrowser-translation-specific): Update to 9cbc3b3d25.
Change Id: I8278137c9b4b2a91b9eb705833fa10e1b5c21b29
Signed-off-by: Hilton Chain <hako@ultrarare.space>
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 8f15058446d..829f5a5b761 100644 --- a/gnu/packages/tor-browsers.scm +++ b/gnu/packages/tor-browsers.scm | |||
| @@ -116,16 +116,16 @@ Firefox locales.") | |||
| 116 | 116 | ||
| 117 | ;; We copy the official build id, which is defined at | 117 | ;; We copy the official build id, which is defined at |
| 118 | ;; tor-browser-build/rbm.conf (browser_release_date). | 118 | ;; tor-browser-build/rbm.conf (browser_release_date). |
| 119 | (define %torbrowser-build-date "20250428205842") | 119 | (define %torbrowser-build-date "20250526202532") |
| 120 | 120 | ||
| 121 | ;; To find the last version, look at https://www.torproject.org/download/. | 121 | ;; To find the last version, look at https://www.torproject.org/download/. |
| 122 | (define %torbrowser-version "14.5.1") | 122 | (define %torbrowser-version "14.5.3") |
| 123 | 123 | ||
| 124 | ;; To find the last Firefox version, browse | 124 | ;; To find the last Firefox version, browse |
| 125 | ;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version> | 125 | ;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version> |
| 126 | ;; There should be only one archive that starts with | 126 | ;; There should be only one archive that starts with |
| 127 | ;; "src-firefox-tor-browser-". | 127 | ;; "src-firefox-tor-browser-". |
| 128 | (define %torbrowser-firefox-version "128.10.0esr-14.5-1-build2") | 128 | (define %torbrowser-firefox-version "128.11.0esr-14.5-1-build3") |
| 129 | 129 | ||
| 130 | ;; See tor-browser-build/rbm.conf for the list. | 130 | ;; See tor-browser-build/rbm.conf for the list. |
| 131 | (define %torbrowser-locales (list "ar" "be" "bg" "ca" "cs" "da" "de" "el" "es-ES" "fa" | 131 | (define %torbrowser-locales (list "ar" "be" "bg" "ca" "cs" "da" "de" "el" "es-ES" "fa" |
| @@ -140,11 +140,11 @@ Firefox locales.") | |||
| 140 | (method git-fetch) | 140 | (method git-fetch) |
| 141 | (uri (git-reference | 141 | (uri (git-reference |
| 142 | (url "https://gitlab.torproject.org/tpo/translation.git") | 142 | (url "https://gitlab.torproject.org/tpo/translation.git") |
| 143 | (commit "04331f4c8177a09f0785f8cf2604dcebde139be5"))) | 143 | (commit "90dbac96420394aa35ce29385814742ac4942b26"))) |
| 144 | (file-name "translation-base-browser") | 144 | (file-name "translation-base-browser") |
| 145 | (sha256 | 145 | (sha256 |
| 146 | (base32 | 146 | (base32 |
| 147 | "1a8nv1w024lj6i0xcmvni69wv52bzm7clypjf3p4cjagcgmswzrp")))) | 147 | "00i9q2qsdnl4azw1wxlgjwgha2c1z0k4n7f00cl2gl9zgffc095s")))) |
| 148 | 148 | ||
| 149 | ;; See tor-browser-build/projects/translation/config. | 149 | ;; See tor-browser-build/projects/translation/config. |
| 150 | (define torbrowser-translation-specific | 150 | (define torbrowser-translation-specific |
| @@ -152,11 +152,11 @@ Firefox locales.") | |||
| 152 | (method git-fetch) | 152 | (method git-fetch) |
| 153 | (uri (git-reference | 153 | (uri (git-reference |
| 154 | (url "https://gitlab.torproject.org/tpo/translation.git") | 154 | (url "https://gitlab.torproject.org/tpo/translation.git") |
| 155 | (commit "5f4849f6d050316f9d7fe90018d1a83a3d191341"))) | 155 | (commit "9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939"))) |
| 156 | (file-name "translation-tor-browser") | 156 | (file-name "translation-tor-browser") |
| 157 | (sha256 | 157 | (sha256 |
| 158 | (base32 | 158 | (base32 |
| 159 | "0vr4qg5ywhb2x3h2v69bi2byba9wmlp8srzcl565h6cybff25p1l")))) | 159 | "0ffnyvl3dfpbcv94w2rk3f3ddnl3ksz54mfzksbswzjm1sy2zbrg")))) |
| 160 | 160 | ||
| 161 | (define torbrowser-assets | 161 | (define torbrowser-assets |
| 162 | ;; This is a prebuilt Torbrowser from which we take the assets we need. | 162 | ;; This is a prebuilt Torbrowser from which we take the assets we need. |
| @@ -172,7 +172,7 @@ Firefox locales.") | |||
| 172 | version "/tor-browser-linux-x86_64-" version ".tar.xz")) | 172 | version "/tor-browser-linux-x86_64-" version ".tar.xz")) |
| 173 | (sha256 | 173 | (sha256 |
| 174 | (base32 | 174 | (base32 |
| 175 | "1138110sx3mglmxzc8wkcxh3rsrpi9nl13mpsjjb9fzkz4f6qqjy")))) | 175 | "0w2ma7sgkm9nv9zdzifpgpy50qvbji0bd2bd002nrbhiv8nigj6l")))) |
| 176 | (arguments | 176 | (arguments |
| 177 | (list | 177 | (list |
| 178 | #:install-plan | 178 | #:install-plan |
| @@ -213,7 +213,7 @@ Browser.") | |||
| 213 | ".tar.xz")) | 213 | ".tar.xz")) |
| 214 | (sha256 | 214 | (sha256 |
| 215 | (base32 | 215 | (base32 |
| 216 | "1h7d4s1xygwywdq8bfffv0yxnnrgwb1icfjsysjfdmm3pf16bslj")))) | 216 | "0lvg8wgpb1925l8rfxnpn84fcivfsshy30q459rm1cdnabf0p7il")))) |
| 217 | (build-system mozilla-build-system) | 217 | (build-system mozilla-build-system) |
| 218 | (inputs | 218 | (inputs |
| 219 | (list lyrebird | 219 | (list lyrebird |
