diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-06-11 15:50:37 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-06-12 19:37:37 +0200 |
commit | 82335c1bf5b9f04bc9331a38f6d31a3df0e8d761 (patch) | |
tree | 50bdd22a0ac8a6967434acda63b02fbbf80cd996 /nongnu | |
parent | 143b597422bf01a8fa0e8b4e6e3ece3b3ebe9752 (diff) |
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>
Diffstat (limited to 'nongnu')
-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 1be5c2a..529342d 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -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 |