nongnu: firefox-esr: Update to 115.12.0esr [security fixes].

Fixes CVE-2024-5688, CVE-2024-5690, CVE-2024-5691, CVE-2024-5692,
CVE-2024-5693, CVE-2024-5696, CVE-2024-5700, CVE-2024-5702.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.12.0esr.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Tomas Volf 2024-06-11 15:50:37 +02:00 committed by Jonathan Brielmaier
parent 143b597422
commit 82335c1bf5
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -97,19 +97,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 "20240513132822")
(define %firefox-esr-build-id "20240610131531")
(define-public firefox-esr
(package
(name "firefox-esr")
(version "115.11.0esr")
(version "115.12.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 "1q15c318b5k8b5cady3w0xpwyala9ji0a62lsf5jnsimdbqldghn"))))
(base32 "1vx88wc10fjkvqdqf3ab65qk3km7z0mlyf9plxjhabxvl0jid7mm"))))
(build-system gnu-build-system)
(arguments
(list