summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pflug <david@pflug.io>2023-09-14 10:11:23 -0400
committerJelle Licht <jlicht@fsfe.org>2023-09-14 23:43:15 +0200
commitbb184bd0a8f91beec3a00718759e96c7828853de (patch)
treec9e294e2e50954a67f36c7a0924927f6b6112400
parentfd8ebc2cda003bbabf929c8d169855e90e4a1488 (diff)
nongnu: firefox: Update to 117.0.1 [security fixes].
Fixes CVE-2023-4863. * nongnu/packages/mozilla.scm (firefox): Update to 117.0.1. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
-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 2aa7ea5..20f2942 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -512,20 +512,20 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
512 512
513;; Update this id with every firefox update to its release date. 513;; Update this id with every firefox update to its release date.
514;; It's used for cache validation and therefore can lead to strange bugs. 514;; It's used for cache validation and therefore can lead to strange bugs.
515(define %firefox-build-id "20230829000000") 515(define %firefox-build-id "20230912000000")
516 516
517(define-public firefox 517(define-public firefox
518 (package 518 (package
519 (inherit firefox-esr) 519 (inherit firefox-esr)
520 (name "firefox") 520 (name "firefox")
521 (version "117.0") 521 (version "117.0.1")
522 (source 522 (source
523 (origin 523 (origin
524 (method url-fetch) 524 (method url-fetch)
525 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/" 525 (uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
526 version "/source/firefox-" version ".source.tar.xz")) 526 version "/source/firefox-" version ".source.tar.xz"))
527 (sha256 527 (sha256
528 (base32 "1ira4hln1110za8fixlfdipq7dar2npwpwwnz57dfd1klswlqlps")))) 528 (base32 "05n4f09mwpvbb0vs715pr97pb4820b4y55rm0j09zrgrbhxj193y"))))
529 (arguments 529 (arguments
530 (substitute-keyword-arguments (package-arguments firefox-esr) 530 (substitute-keyword-arguments (package-arguments firefox-esr)
531 ((#:phases phases) 531 ((#:phases phases)