diff options
author | Ian Eure <ian@retrospec.tv> | 2025-05-28 15:13:16 -0700 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-05-28 15:14:11 -0700 |
commit | 822181b09a90a08e7f60d6584ee0ad6680d0cdad (patch) | |
tree | 28c2d0f706e4dce2472111a47875fa60caef570b | |
parent | 9856be0a9c1c9c7d69e650950a882436a31d5fa6 (diff) |
gnu: librewolf: Update to 139.0-1 [security-fixes].librewolf-139.0-1
Contains fixes for:
CVE-2025-5263: Error handling for script execution was incorrectly
isolated from web content
CVE-2025-5264: Potential local code execution in “Copy as cURL”
command
CVE-2025-5265: Potential local code execution in “Copy as cURL”
command
CVE-2025-5266: Script element events leaked cross-origin resource
status
CVE-2025-5270: SNI was sometimes unencrypted
CVE-2025-5271: Devtools' preview ignored CSP headers
CVE-2025-5267: Clickjacking vulnerability could have led to leaking
saved payment card details
CVE-2025-5268: Memory safety bugs fixed in Firefox 139, Thunderbird
139, Firefox ESR 128.11, and Thunderbird 128.11
CVE-2025-5272: Memory safety bugs fixed in Firefox 139 and Thunderbird
139
* gnu/packages/librewolf.scm (librewolf): Update to 139.0-1.
Change-Id: I42b2e98f49a99f0b5259e02726e9f521a19932b8
-rw-r--r-- | gnu/packages/librewolf.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index 72b3ead692..ac98c431e5 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -211,17 +211,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 "20250518101454") +(define %librewolf-build-id "20250528102458") (define-public librewolf (package (name "librewolf") - (version "138.0.4-1") + (version "139.0-1") (source (make-librewolf-source #:version version - #:firefox-hash "0mjh2if31ibx68a66cvxh5sa20xb78gdn9wdw0wv745dinq0vlrz" - #:librewolf-hash "1g4r2k8z5i25gcc8gfspixbi21dddyk4yg6wv7nya44swy51j7r9" + #:firefox-hash "12si1538mdgmvkpsqkc42x7rdll7mmapkczx8vipp53qbwafgp4c" + #:librewolf-hash "1jva43idhsya00j871rpiv73b7ylnd9c88mjix8f3804922vs63n" #:l10n firefox-l10n)) (build-system gnu-build-system) (arguments |