mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: firefox: Update to 95.0 [security fixes].
Fixes CVE-2021-43536, CVE-2021-43537, CVE-2021-43538, CVE-2021-43539, CVE-2021-43540, CVE-2021-43541, CVE-2021-43542, CVE-2021-43543, CVE-2021-43544, CVE-2021-43545, CVE-2021-43546 and MOZ-2021-0009. * nongnu/packages/mozilla.scm (firefox): Update to 95.0. [arguments]: Disable WASM sandbox for now as it requires further packaging.
This commit is contained in:
parent
3708f75365
commit
73c375787c
1 changed files with 5 additions and 3 deletions
|
@ -84,19 +84,19 @@
|
|||
|
||||
;; 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 "20211120000000")
|
||||
(define %firefox-build-id "20211207000000")
|
||||
|
||||
(define-public firefox
|
||||
(package
|
||||
(name "firefox")
|
||||
(version "94.0.2")
|
||||
(version "95.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
|
||||
version "/source/firefox-" version ".source.tar.xz"))
|
||||
(sha256
|
||||
(base32 "0xg596bd6lynycag6f03h4y7hpc49hzsb33y7mwk942l0v4a36w9"))))
|
||||
(base32 "1pk493blyndvk49llg7jy62kvlan79qxp68fpbmv4467dqzy98vz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
@ -130,6 +130,8 @@
|
|||
"--disable-updater"
|
||||
"--enable-pulseaudio"
|
||||
"--disable-crashreporter"
|
||||
;; TODO: requires some work
|
||||
"--without-wasm-sandboxed-libraries"
|
||||
|
||||
;; Build details
|
||||
"--disable-debug"
|
||||
|
|
Loading…
Reference in a new issue