guix_mirror_bot pushed a commit to branch librewolf-updates
in repository guix.

commit baed3ca1b6178fa66feaefd202d84e4dcdcf2ff3
Author: Ian Eure <[email protected]>
AuthorDate: Tue Mar 10 15:34:37 2026 -0700

    gnu: librewolf: Update to 148.0.2-1 [security-fixes].
    
    Contains fixes for:
    
    CVE-2026-3845: Heap buffer overflow in the Audio/Video: Playback
                   component in Firefox for Android
    CVE-2026-3846: Same-origin policy bypass in the CSS Parsing and
                   Computation component
    CVE-2026-3847: Memory safety bugs fixed in Firefox 148.0.2
    
    * gnu/packages/librewolf.scm (librewolf): Update to 148.0.2-1.
    
    Change-Id: Id3868e10d38f5f111bd00bc140a9dc64f132caa9
---
 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 8e1cbc19ef..eebc7de1b9 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -244,17 +244,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 "20260228165433")
+(define %librewolf-build-id "20260310145002")
 
 (define-public librewolf
   (package
     (name "librewolf")
-    (version "148.0-1")
+    (version "148.0.2-1")
     (source
      (make-librewolf-source
       #:version version
-      #:firefox-hash "0vybaiiknrzk2zvg46w5sxb0i0m9rmy4msvpxklxpdr3182fb4zc"
-      #:librewolf-hash "02sraza4xy4cp559nlc51m1vwhi52l58i3zz2h95lwymyvc5hv17"
+      #:firefox-hash "142f4k4ykcm65kbvj60p472103r4k79v9fdsfljdav2rbr6qxjx6"
+      #:librewolf-hash "0c664ci4j5xpqjf07bs8vcrl2scscc35sdcasd1aqn4fdssmghmq"
       #:l10n firefox-l10n))
     (build-system gnu-build-system)
     (arguments

Reply via email to