diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-03-04 22:31:57 +0100 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-03-05 22:19:13 -0500 |
| commit | 1a9a7431d350ad2630e13aef1e88361e2a4e163a (patch) | |
| tree | b6d90d4319dd898973076b9b40c2be2b2cea99cf | |
| parent | d0b6099324cd47961064bd96ae830c4ca6d1bada (diff) | |
nongnu: firefox-esr: Update to 128.8.0esr [security fixes].
Fixes CVE-2024-43097, CVE-2025-1930, CVE-2025-1931, CVE-2025-1932,
CVE-2025-1933, CVE-2025-1934, CVE-2025-1935, CVE-2025-1936,
CVE-2025-1937, CVE-2025-1938.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.8.0esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| -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 4a8c8db..98f142c 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -87,19 +87,19 @@ | |||
| 87 | 87 | ||
| 88 | ;; Update this id with every firefox update to its release date. | 88 | ;; Update this id with every firefox update to its release date. |
| 89 | ;; It's used for cache validation and therefore can lead to strange bugs. | 89 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 90 | (define %firefox-esr-build-id "20250203132125") | 90 | (define %firefox-esr-build-id "20250303134822") |
| 91 | 91 | ||
| 92 | (define-public firefox-esr | 92 | (define-public firefox-esr |
| 93 | (package | 93 | (package |
| 94 | (name "firefox-esr") | 94 | (name "firefox-esr") |
| 95 | (version "128.7.0esr") | 95 | (version "128.8.0esr") |
| 96 | (source | 96 | (source |
| 97 | (origin | 97 | (origin |
| 98 | (method url-fetch) | 98 | (method url-fetch) |
| 99 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 99 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 100 | version "/source/firefox-" version ".source.tar.xz")) | 100 | version "/source/firefox-" version ".source.tar.xz")) |
| 101 | (sha256 | 101 | (sha256 |
| 102 | (base32 "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0")) | 102 | (base32 "1grjk8r9bdapi7pqcbimbl65wvfrww7hy1fz7hmhyiw5q89cn7r0")) |
| 103 | (patches | 103 | (patches |
| 104 | (map (lambda (patch) | 104 | (map (lambda (patch) |
| 105 | (search-path | 105 | (search-path |
