diff options
| author | Tomas Volf <~@wolfsden.cz> | 2024-10-09 18:50:43 +0200 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-10-10 10:46:30 +0200 |
| commit | db0bb9d0a680955cce7d5ea5b97ecee9fac7b7ea (patch) | |
| tree | c837d3a2a6b69e90bd8152ed48de4371d8b3e918 | |
| parent | ea84538b887df3aa3bdd61d5e4c284f1548e5520 (diff) | |
nongnu: firefox-esr: Update to 128.3.1esr [security fixes].
Fixes CVE-2024-9680.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.3.1esr.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| -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 2d2aaf5..3c7e457 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm | |||
| @@ -84,19 +84,19 @@ | |||
| 84 | 84 | ||
| 85 | ;; Update this id with every firefox update to its release date. | 85 | ;; Update this id with every firefox update to its release date. |
| 86 | ;; It's used for cache validation and therefore can lead to strange bugs. | 86 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 87 | (define %firefox-esr-build-id "20240930125522") | 87 | (define %firefox-esr-build-id "20241009105551") |
| 88 | 88 | ||
| 89 | (define-public firefox-esr | 89 | (define-public firefox-esr |
| 90 | (package | 90 | (package |
| 91 | (name "firefox-esr") | 91 | (name "firefox-esr") |
| 92 | (version "128.3.0esr") | 92 | (version "128.3.1esr") |
| 93 | (source | 93 | (source |
| 94 | (origin | 94 | (origin |
| 95 | (method url-fetch) | 95 | (method url-fetch) |
| 96 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" | 96 | (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" |
| 97 | version "/source/firefox-" version ".source.tar.xz")) | 97 | version "/source/firefox-" version ".source.tar.xz")) |
| 98 | (sha256 | 98 | (sha256 |
| 99 | (base32 "1b7klijyighsmwi4cfxqdyxxgmz7skjpjxw1pjh866mnfi6mdxak")))) | 99 | (base32 "1a3h7p7126pxzpidb1lqckvhfh1had805mai4l96mnc878phbx61")))) |
| 100 | (build-system gnu-build-system) | 100 | (build-system gnu-build-system) |
| 101 | (arguments | 101 | (arguments |
| 102 | (list | 102 | (list |
