diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-05-18 00:29:36 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-05-18 19:59:30 +0800 |
| commit | 3f530e5b31460fd05a460bec45072201809d57fc (patch) | |
| tree | 69072de6c36ace3d5a25456678adb6d3c6e6f78a | |
| parent | 366eb8a5b3899db4343e92e7c13fc4c5cc89d332 (diff) | |
nongnu: firefox-esr: Update to 128.10.1esr [security fixes].
Fixes CVE-2025-4920, CVE-2025-4921.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.10.1esr.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| -rw-r--r-- | nongnu/packages/mozilla.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 4795efe..fdda312 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -86,19 +86,19 @@ | |||
| 86 | 86 | ||
| 87 | ;; Update this id with every firefox update to its release date. | 87 | ;; Update this id with every firefox update to its release date. |
| 88 | ;; It's used for cache validation and therefore can lead to strange bugs. | 88 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 89 | (define %firefox-esr-build-id "20250428115526") | 89 | (define %firefox-esr-build-id "20250517203007") |
| 90 | 90 | ||
| 91 | (define-public firefox-esr | 91 | (define-public firefox-esr |
| 92 | (package | 92 | (package |
| 93 | (name "firefox-esr") | 93 | (name "firefox-esr") |
| 94 | (version "128.10.0esr") | 94 | (version "128.10.1esr") |
| 95 | (source | 95 | (source |
| 96 | (origin | 96 | (origin |
| 97 | (method url-fetch) | 97 | (method url-fetch) |
| 98 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 98 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 99 | version "/source/firefox-" version ".source.tar.xz")) | 99 | version "/source/firefox-" version ".source.tar.xz")) |
| 100 | (sha256 | 100 | (sha256 |
| 101 | (base32 "1bqw0xmhr6v25lbbqipdcpnvgffvhj5484qdghn3x2qswhk3xn1f")) | 101 | (base32 "1fd0znc7ar0sh2gx204bhifl82qr5al9mxz0804l1ylbm7g2anz8")) |
| 102 | (patches | 102 | (patches |
| 103 | (map (lambda (patch) | 103 | (map (lambda (patch) |
| 104 | (search-path | 104 | (search-path |
