From 3a32810116f5cb5f160a5b105fd4ac7c47d9bbfa Mon Sep 17 00:00:00 2001 From: Ian Eure Date: Tue, 30 Sep 2025 17:18:32 -0700 Subject: [PATCH] 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 --- gnu/packages/librewolf.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index 4c7d860c3d301fd523ced6dce2407e7d68e6eea9..21e8d9139361283c01c87ff23b5c2b3af98ef60e 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