From ee166d55db14f822c37a5d4acabbf7ba3f74646f Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Tue, 6 Aug 2024 20:05:09 +0200 Subject: 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 --- nongnu/packages/mozilla.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nongnu') 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) -- cgit v1.2.3