diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-10-01 18:04:00 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-10-02 22:32:58 +0200 |
commit | cd0932c23cbf8036c8725e0941f7059213a0d20b (patch) | |
tree | d769295a1e9d25b450446eb5e431c6d339eb9a5b | |
parent | 820e1715034d4dcabe249cc2adbc440f01cac88d (diff) |
nongnu: firefox-esr: Update to 128.3.0esr [security fixes].
Fixes CVE-2024-8900, CVE-2024-9392, CVE-2024-9393, CVE-2024-9394,
CVE-2024-9396, CVE-2024-9397, CVE-2024-9398, CVE-2024-9399,
CVE-2024-9400, CVE-2024-9401, CVE-2024-9402.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.3.0esr.
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 b2ae199..2d2aaf5 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -84,19 +84,19 @@ ;; Update this id with every firefox update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. -(define %firefox-esr-build-id "20240902115801") +(define %firefox-esr-build-id "20240930125522") (define-public firefox-esr (package (name "firefox-esr") - (version "128.2.0esr") + (version "128.3.0esr") (source (origin (method url-fetch) (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" version "/source/firefox-" version ".source.tar.xz")) (sha256 - (base32 "1hnhfbnkdz0mv0ldyjn55mj2nj7wnahpnizmq8jzwwyk8zjs25wn")))) + (base32 "1b7klijyighsmwi4cfxqdyxxgmz7skjpjxw1pjh866mnfi6mdxak")))) (build-system gnu-build-system) (arguments (list |