diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-08-06 16:28:47 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-08-27 20:08:03 -0700 |
| commit | a5bf38cf2a50d3356a4a33ff5b50e3fdc7387d4a (patch) | |
| tree | 92bba94cd4c410a505b5a42b4f38df47af96c704 /gnu | |
| parent | 9636ad97896bf8845cbaa88c020b9d87409e2142 (diff) | |
gnu: librewolf: Update to 142.0-1.
Contains fixes for:
CVE-2025-9179: Sandbox escape due to invalid pointer in the
Audio/Video: GMP component
CVE-2025-9180: Same-origin policy bypass in the Graphics: Canvas2D
component
CVE-2025-9181: Uninitialized memory in the JavaScript Engine component
CVE-2025-9186: Spoofing issue in the Address Bar component of Firefox
Focus for Android
CVE-2025-9182: Denial-of-service due to out-of-memory in the Graphics:
WebRender component
CVE-2025-9183: Spoofing issue in the Address Bar component
CVE-2025-9187: Memory safety bugs fixed in Firefox 142 and Thunderbird
142
CVE-2025-9184: Memory safety bugs fixed in Firefox ESR 140.2,
Thunderbird ESR 140.2, Firefox 142 and Thunderbird 142
CVE-2025-9185: Memory safety bugs fixed in Firefox ESR 115.27, Firefox
ESR 128.14, Thunderbird ESR 128.14, Firefox ESR 140.2,
Thunderbird ESR 140.2, Firefox 142 and Thunderbird 142
* gnu/packages/librewolf.scm (librewolf): Update to 142.0-1.
Change-Id: Idbe66764c531c708455bb8d1f28740a276aa3bc3
Diffstat (limited to 'gnu')
| -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 1903cf7fd9a..2b7a36290aa 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -220,17 +220,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 "20250727200313") +(define %librewolf-build-id "20250823164949") (define-public librewolf (package (name "librewolf") - (version "141.0-1") + (version "142.0-1") (source (make-librewolf-source #:version version - #:firefox-hash "1j1m6niw47xi6aj9rlcny8jhqkppjvg22cq7mikim93wpf22m640" - #:librewolf-hash "18k3d09dr6jkhr6g8z8c3aa7jj0ynjalkmvc3nj7wd98mgvky2xj" + #:firefox-hash "03sblq1l5hjlwgqh1vyshrw1161cs5amlx7kjqzmjv1v1zqy2218" + #:librewolf-hash "1yk7cyqwr264968dyl7v92jn25giaawg5i2zla89177iw32zvfgx" #:l10n firefox-l10n)) (build-system gnu-build-system) (arguments |
