summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2025-09-30 17:18:32 -0700
committerIan Eure <ian@retrospec.tv>2025-10-01 21:19:19 -0700
commit3a32810116f5cb5f160a5b105fd4ac7c47d9bbfa (patch)
treecd6c7e01102c799d7a54babb891c0fe5c74d826e /gnu
parent018d7a814490c41e41055569a4819847ea4fa35f (diff)
gnu: librewolf: Update to 143.0.3-1 [security-fixes].
Contains fixes for: CVE-2025-11152: Sandbox escape due to integer overflow in the Graphics: Canvas2D component CVE-2025-11153: JIT miscompilation in the JavaScript Engine: JIT component * gnu/packages/librewolf.scm (librewolf): Update to 143.0.3-1. Change-Id: I312970b64762fc1b998621b7bff546d2b3a4c38a
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/librewolf.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 4c7d860c3d3..21e8d913936 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -220,17 +220,17 @@
;; It's used for cache validation and therefore can lead to strange bugs.
;; ex: date '+%Y%m%d%H%M%S'
;; or: (format-time-string "%Y%m%d%H%M%S")
-(define %librewolf-build-id "20250919153758")
+(define %librewolf-build-id "20250930165107")
(define-public librewolf
(package
(name "librewolf")
- (version "143.0-1")
+ (version "143.0.3-1")
(source
(make-librewolf-source
#:version version
- #:firefox-hash "10yz3rz2akf3b19hd2c5v77f038j0h6ci1asjb4w480q14wclibc"
- #:librewolf-hash "1jq52g5v38f0dmpyhpr9x9mjsbnn7afq2cr113wmqpdz6ynl07kr"
+ #:firefox-hash "0aq0n7p419rdbc30q6iqals7ws5y538a8vwvv593nkh2x8m3arfb"
+ #:librewolf-hash "1r6y1rj6p3580j0zgkfcr5j53frhnql7b11g3w63gj17h7qss0yj"
#:l10n firefox-l10n))
(build-system gnu-build-system)
(arguments