summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-10-09 18:50:43 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-10-10 10:46:30 +0200
commitdb0bb9d0a680955cce7d5ea5b97ecee9fac7b7ea (patch)
treec837d3a2a6b69e90bd8152ed48de4371d8b3e918 /nongnu
parentea84538b887df3aa3bdd61d5e4c284f1548e5520 (diff)
nongnu: firefox-esr: Update to 128.3.1esr [security fixes].
Fixes CVE-2024-9680. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.3.1esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/mozilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 2d2aaf5..3c7e457 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 "20240930125522")
+(define %firefox-esr-build-id "20241009105551")
(define-public firefox-esr
(package
(name "firefox-esr")
- (version "128.3.0esr")
+ (version "128.3.1esr")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1b7klijyighsmwi4cfxqdyxxgmz7skjpjxw1pjh866mnfi6mdxak"))))
+ (base32 "1a3h7p7126pxzpidb1lqckvhfh1had805mai4l96mnc878phbx61"))))
(build-system gnu-build-system)
(arguments
(list