1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: librewolf: Update to 139.0.4-1 [security-fixes].

Librewolf 139.0.4 contains fixes for:
CVE-2025-49709: Memory corruption in canvas surfaces
CVE-2025-49710: Integer overflow in OrderedHashTable

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

Change-Id: I622465bb1e0ba29dac6c3ede29a64f92f76946c1
This commit is contained in:
Ian Eure 2025-06-13 20:16:26 -07:00
parent 1e05cb54b2
commit ee8be37297
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -212,17 +212,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 "20250530155236")
(define %librewolf-build-id "20250613072513")
(define-public librewolf
(package
(name "librewolf")
(version "139.0.1-1")
(version "139.0.4-1")
(source
(make-librewolf-source
#:version version
#:firefox-hash "1c4rnhqscmw3wyl2z6zfj4zc19fwvbbw309gwkl0v6ikwvlnwwav"
#:librewolf-hash "023dx0pl91glikfz5ca96qkc887cbp1hh1ab967w1q7jgnxhr8yy"
#:firefox-hash "1xc7481g9adrn98ivqgigvdjcpkyk6sa183qvpbwcjgrqczhapjk"
#:librewolf-hash "1izrhzzzdighcjm4mmdkalqzxzypn30fyxnbi8y0a489kdsn4j5c"
#:l10n firefox-l10n))
(build-system gnu-build-system)
(arguments