diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-10-29 18:10:50 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-10-31 10:54:15 +0100 |
commit | 714db288db6956526fc7c06dffa5ec1704d7e364 (patch) | |
tree | bd84a08c8c1859e72a0b061b79b7bbfcb2192c15 | |
parent | ad966c3844385e8f7b60b0dc915f92a1eba47e09 (diff) |
nongnu: firefox-esr: Update to 128.4.0esr [security fixes].
Fixes CVE-2024-10458, CVE-2024-10459, CVE-2024-10460, CVE-2024-10461,
CVE-2024-10462, CVE-2024-10463, CVE-2024-10464, CVE-2024-10465,
CVE-2024-10466, CVE-2024-10467.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.4.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 4c2663b..d7e2eda 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -86,19 +86,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 "20241009105551") +(define %firefox-esr-build-id "20241028132615") (define-public firefox-esr (package (name "firefox-esr") - (version "128.3.1esr") + (version "128.4.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 "1a3h7p7126pxzpidb1lqckvhfh1had805mai4l96mnc878phbx61")))) + (base32 "1g7yi38kibpd2fv4857945qbddm4fq8jfami0w3y2i31qbhi8h07")))) (build-system gnu-build-system) (arguments (list |