mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
d3585e6b05
commit
d983fbcca2
1 changed files with 4 additions and 4 deletions
|
@ -206,17 +206,17 @@
|
||||||
;; Update this id with every update to its release date.
|
;; Update this id with every update to its release date.
|
||||||
;; It's used for cache validation and therefore can lead to strange bugs.
|
;; It's used for cache validation and therefore can lead to strange bugs.
|
||||||
;; ex: date '+%Y%m%d%H%M%S'
|
;; ex: date '+%Y%m%d%H%M%S'
|
||||||
(define %librewolf-build-id "20250322102345")
|
(define %librewolf-build-id "20250327215540")
|
||||||
|
|
||||||
(define-public librewolf
|
(define-public librewolf
|
||||||
(package
|
(package
|
||||||
(name "librewolf")
|
(name "librewolf")
|
||||||
(version "136.0.2-1")
|
(version "136.0.4-1")
|
||||||
(source
|
(source
|
||||||
(make-librewolf-source
|
(make-librewolf-source
|
||||||
#:version version
|
#:version version
|
||||||
#:firefox-hash "007jvc6vbn9fvwbl45brww8v2f2jz4ljlz2mds1pfgslhjg7q62k"
|
#:firefox-hash "0hn2ywyacgg8n47qz1q2l8bf32mszj3vnpkl6kag3wmqqbhvja2a"
|
||||||
#:librewolf-hash "04giqdswwabypn1qh5x6058ay2klcn2ds36761l0fzw06lyc3mvk"
|
#:librewolf-hash "045il4xrji2zh1scx3aiy6hx6jv098232aycda6bhsh27szbsrfa"
|
||||||
#:l10n firefox-l10n))
|
#:l10n firefox-l10n))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue