mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: firefox-esr: Update to 128.9.0esr [security fixes].
Fixes CVE-2025-2857, CVE-2025-3028, CVE-2025-3029, CVE-2025-3030. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.9.0esr. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
a96e2451bd
commit
03b33efa20
1 changed files with 3 additions and 3 deletions
|
@ -86,19 +86,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 "20250303134822")
|
||||
(define %firefox-esr-build-id "20250331081530")
|
||||
|
||||
(define-public firefox-esr
|
||||
(package
|
||||
(name "firefox-esr")
|
||||
(version "128.8.0esr")
|
||||
(version "128.9.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 "1grjk8r9bdapi7pqcbimbl65wvfrww7hy1fz7hmhyiw5q89cn7r0"))
|
||||
(base32 "01b8rkw1rns282rsgs7rsz5v76mp5wfzhqhb507xvgy0dhf6c12d"))
|
||||
(patches
|
||||
(map (lambda (patch)
|
||||
(search-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue