mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-03 07:45:55 +02:00
gnu: librewolf: Update to 147.0.2-1 [security-fixes].
contains fixes for: CVE-2026-24868: Mitigation bypass in the Privacy: Anti-Tracking component CVE-2026-24869: Use-after-free in the Layout: Scrolling and Overflow componentn * gnu/packages/librewolf.scm (librewolf): Update to 147.0.2-1. Change-Id: Ie9b9d75d1be09f6e625ed85b7e6950fae27cf050
This commit is contained in:
@@ -242,17 +242,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 "20260118150544")
|
||||
(define %librewolf-build-id "20260128183532")
|
||||
|
||||
(define-public librewolf
|
||||
(package
|
||||
(name "librewolf")
|
||||
(version "147.0.1-3")
|
||||
(version "147.0.2-1")
|
||||
(source
|
||||
(make-librewolf-source
|
||||
#:version version
|
||||
#:firefox-hash "1jvx0q134nfa19jbdjr3cj2xi8fc6ggmr6glqj9d8bvpqd52gs09"
|
||||
#:librewolf-hash "1290vvbbinlaff60n1gabdggam7ayslrr3rnlpkwprab77gq45yh"
|
||||
#:firefox-hash "1na2v48nv0wqkh9gjbh9xqw62wy6a215cvlxl08pac8vqcs3v7b8"
|
||||
#:librewolf-hash "15pzkwwmvs8dbym1gkvc1pkd1920s09zja6wcd1z5prfxmgzgiym"
|
||||
#:l10n firefox-l10n))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user