1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: librewolf: Update to 147.0.4-1.

contains fixes for:
CVE-2026-2447: Heap buffer overflow in libvpx

* gnu/packages/librewolf.scm (librewolf): Update to 147.0.4-1.

Change-Id: I32fd2b71192434c53bf9f37b59632e2f64137191
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
moksh
2026-02-17 23:30:36 +05:30
committed by Ian Eure
parent 3ec53494a0
commit abd5648c14

View File

@@ -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 "20260207155122")
(define %librewolf-build-id "20260217231334")
(define-public librewolf
(package
(name "librewolf")
(version "147.0.3-2")
(version "147.0.4-1")
(source
(make-librewolf-source
#:version version
#:firefox-hash "064w9nk928jydig31ph18k93ain152nabv6fgl3zz20sslb8m8xz"
#:librewolf-hash "06cl4i2cffkzmh5p3x68zay4m2shpzygywkssbzlh1rlsvwj8yqs"
#:firefox-hash "1xwl5vc7504gx15yj0kvrxn3k250sja22d8j6dyrhxxican441xw"
#:librewolf-hash "079i6xhsyimvrp302zy0h2phfykg881nvwri0wwi9hkk7p49imy5"
#:l10n firefox-l10n))
(build-system gnu-build-system)
(arguments