summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-08-06 20:05:09 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2024-08-08 22:06:41 +0200
commitee166d55db14f822c37a5d4acabbf7ba3f74646f (patch)
treee0d504010f9daa2928031160fdece17f59b955e8 /nongnu
parent1b0594dc534d834be6f3facec98dee13db2a2299 (diff)
nongnu: firefox: Update to 129.0 [security fixes].
Fixes CVE-2024-7518, CVE-2024-7519, CVE-2024-7520, CVE-2024-7521, CVE-2024-7522, CVE-2024-7523, CVE-2024-7524, CVE-2024-7525, CVE-2024-7526, CVE-2024-7527, CVE-2024-7528, CVE-2024-7529, CVE-2024-7530, CVE-2024-7531. * nongnu/packages/mozilla.scm (firefox): Update to 129.0. 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 157f595..71a8624 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -538,20 +538,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
;; 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-build-id "20240726035518")
+(define %firefox-build-id "20240805130044")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "128.0.3")
+ (version "129.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 "1p6ymqzp23xfd4h3lc6aihjbq1ljspli9m17bm6rgklkbk6m8r1j"))))
+ (base32 "0x4i7pzkn36nnind9hjn3s8imylm8viqa2ghl6dg16bhvrazk7sb"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)
((#:phases phases)