diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-05-28 15:13:16 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-05-29 12:05:11 -0700 |
| commit | c68d482a9e12197f31e81d8bff6f6b8d381ea38d (patch) | |
| tree | a8e484b4a34f23c7397acd662135f2cebf47772e /gnu/packages/librewolf.scm | |
| parent | 0a46617a4cba5abf97fed93d5c6bac835c3dc094 (diff) | |
gnu: librewolf: Update to 139.0-1 [security-fixes].
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
Diffstat (limited to 'gnu/packages/librewolf.scm')
| -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 72b3ead692b..ac98c431e56 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 |
