This is an automated email from the git hooks/post-receive script.

ieure pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d983fbcca2 gnu: librewolf: Update to 136.0.4-1 [security fixes].
d983fbcca2 is described below

commit d983fbcca26a50ba4cad917c1bad44ed50a64675
Author: Ian Eure <i...@retrospec.tv>
AuthorDate: Thu Mar 27 21:14:25 2025 -0700

    gnu: librewolf: Update to 136.0.4-1 [security fixes].
    
    Contains a fix for:
    
    CVE-2025-2857: Incorrect handle could lead to sandbox escapes
    
    * gnu/packages/librewolf.scm (librewolf): Update to 136.0.4-1.
    
    Change-Id: I9ff4b61c7dc26fe82b593b0a7eddfc2592b36542
---
 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 98df7a99b2..1cb7084f23 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -206,17 +206,17 @@
 ;; Update this id with every update to its release date.
 ;; It's used for cache validation and therefore can lead to strange bugs.
 ;; ex: date '+%Y%m%d%H%M%S'
-(define %librewolf-build-id "20250322102345")
+(define %librewolf-build-id "20250327215540")
 
 (define-public librewolf
   (package
     (name "librewolf")
-    (version "136.0.2-1")
+    (version "136.0.4-1")
     (source
      (make-librewolf-source
       #:version version
-      #:firefox-hash "007jvc6vbn9fvwbl45brww8v2f2jz4ljlz2mds1pfgslhjg7q62k"
-      #:librewolf-hash "04giqdswwabypn1qh5x6058ay2klcn2ds36761l0fzw06lyc3mvk"
+      #:firefox-hash "0hn2ywyacgg8n47qz1q2l8bf32mszj3vnpkl6kag3wmqqbhvja2a"
+      #:librewolf-hash "045il4xrji2zh1scx3aiy6hx6jv098232aycda6bhsh27szbsrfa"
       #:l10n firefox-l10n))
     (build-system gnu-build-system)
     (arguments

Reply via email to