nongnu: firefox: Update to 115.0.2 [fixes CVE-2023-3600].

* nongnu/packages/mozilla.scm (firefox): Update to 115.0.2.
This commit is contained in:
Jonathan Brielmaier 2023-07-11 17:39:30 +02:00
parent 2c3b90356e
commit 27e966f586
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -512,20 +512,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; Update this id with every firefox update to it's release date.
;; It's used for cache validation and therefor can lead to strange bugs.
(define %firefox-build-id "20230707000000")
(define %firefox-build-id "20230711000000")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
(version "115.0.1")
(version "115.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
(base32 "0a52m02d33a2ys0h2gjkkcw4sj6xsh4j0ryf8yia1lyrwkkcgsfd"))))
(base32 "0m0nxsdsij8sx8xiynar2rivfmz9yd05hzxcjyfvvd0k9h948a3b"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)