summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2026-04-28 21:02:25 +0200
committerHilton Chain <hako@ultrarare.space>2026-05-02 01:59:13 +0800
commit5f2630e69fbbe9e79c350a67545f0fef7e93e223 (patch)
tree0e4779e0416e538aba2a77e36b1a38df6451c6ae /nongnu/packages/mozilla.scm
parent7e2c3063e508cbec140680702b69f914f6c37534 (diff)
nongnu: firefox: Update to 150.0.1 [security fixes].HEADtestmaster
Fixes CVE-2026-6746, CVE-2026-6747, CVE-2026-6748, CVE-2026-6749, CVE-2026-6750, CVE-2026-6751, CVE-2026-6752, CVE-2026-6753, CVE-2026-6754, CVE-2026-6755, CVE-2026-6756, CVE-2026-6757, CVE-2026-6758, CVE-2026-6759, CVE-2026-6760, CVE-2026-6761, CVE-2026-6762, CVE-2026-6763, CVE-2026-6764, CVE-2026-6765, CVE-2026-6766, CVE-2026-6767, CVE-2026-6768, CVE-2026-6769, CVE-2026-6770, CVE-2026-6771, CVE-2026-6772, CVE-2026-6773, CVE-2026-6774, CVE-2026-6775, CVE-2026-6776, CVE-2026-6777, CVE-2026-6778, CVE-2026-6779, CVE-2026-6780, CVE-2026-6781, CVE-2026-6782, CVE-2026-6783, CVE-2026-6784, CVE-2026-6785, CVE-2026-6786, CVE-2026-7320, CVE-2026-7322, CVE-2026-7323, CVE-2026-7324. * nongnu/packages/mozilla.scm (firefox): Update to 150.0.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-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 02367a7..68a7420 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -526,20 +526,20 @@ Release (ESR) version.")
;; 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 "20260406133250")
+(define %firefox-build-id "20260427192124")
(define-public firefox
(package
(inherit firefox-esr)
(name "firefox")
- (version "149.0.2")
+ (version "150.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/firefox/releases/"
version "/source/firefox-" version ".source.tar.xz"))
(sha256
- (base32 "1kkhg3lgyakinn5ankxrlxbf39wi61mqbhwrj1l4q5l7y0n1m4va"))
+ (base32 "1v3fbwvd0khm3xwsgwcp6wpwmkz0v6fyk37hxj0mqkwjimqgmkra"))
(patches
(nongnu-patches
"firefox-restore-desktop-files.patch"