diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-09-03 18:11:16 +0200 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-03 16:15:33 -0400 |
commit | bcdd8317232dd201b5e5b19bed68922af6ebe38a (patch) | |
tree | d30f8d3ca50606562f0306bcc809169429ab08c0 /nongnu/packages/mozilla.scm | |
parent | 1e434999002c3686cbca810cd61107987fbb2b98 (diff) |
nongnu: firefox-esr: Update to 128.2.0esr [security fixes].
Fixes CVE-2024-8381, CVE-2024-8382, CVE-2024-8383, CVE-2024-8384,
CVE-2024-8385, CVE-2024-8386, CVE-2024-8387.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.2.0esr.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-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 0e04911..a30c0a5 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 "20240805130522") +(define %firefox-esr-build-id "20240902115801") (define-public firefox-esr (package (name "firefox-esr") - (version "128.1.0esr") + (version "128.2.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 "1dfr3z4qmf855ikvc7b09xhimn2sf48hl140dny2lqlmlcibdnnc")))) + (base32 "1hnhfbnkdz0mv0ldyjn55mj2nj7wnahpnizmq8jzwwyk8zjs25wn")))) (build-system gnu-build-system) (arguments (list |