diff options
| author | Ian Eure <ian@retrospec.tv> | 2026-03-10 15:34:37 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-03-10 15:35:09 -0700 |
| commit | baed3ca1b6178fa66feaefd202d84e4dcdcf2ff3 (patch) | |
| tree | 54faea234bed94dc1a4636805bb6cb02b181206f | |
| parent | feb52586ecabbde4c5003e106e0a8dd4b9a3add9 (diff) | |
gnu: librewolf: Update to 148.0.2-1 [security-fixes].librewolf-updates
Contains fixes for:
CVE-2026-3845: Heap buffer overflow in the Audio/Video: Playback
component in Firefox for Android
CVE-2026-3846: Same-origin policy bypass in the CSS Parsing and
Computation component
CVE-2026-3847: Memory safety bugs fixed in Firefox 148.0.2
* gnu/packages/librewolf.scm (librewolf): Update to 148.0.2-1.
Change-Id: Id3868e10d38f5f111bd00bc140a9dc64f132caa9
| -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 8e1cbc19eff..eebc7de1b92 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm | |||
| @@ -244,17 +244,17 @@ | |||
| 244 | ;; It's used for cache validation and therefore can lead to strange bugs. | 244 | ;; It's used for cache validation and therefore can lead to strange bugs. |
| 245 | ;; ex: date '+%Y%m%d%H%M%S' | 245 | ;; ex: date '+%Y%m%d%H%M%S' |
| 246 | ;; or: (format-time-string "%Y%m%d%H%M%S") | 246 | ;; or: (format-time-string "%Y%m%d%H%M%S") |
| 247 | (define %librewolf-build-id "20260228165433") | 247 | (define %librewolf-build-id "20260310145002") |
| 248 | 248 | ||
| 249 | (define-public librewolf | 249 | (define-public librewolf |
| 250 | (package | 250 | (package |
| 251 | (name "librewolf") | 251 | (name "librewolf") |
| 252 | (version "148.0-1") | 252 | (version "148.0.2-1") |
| 253 | (source | 253 | (source |
| 254 | (make-librewolf-source | 254 | (make-librewolf-source |
| 255 | #:version version | 255 | #:version version |
| 256 | #:firefox-hash "0vybaiiknrzk2zvg46w5sxb0i0m9rmy4msvpxklxpdr3182fb4zc" | 256 | #:firefox-hash "142f4k4ykcm65kbvj60p472103r4k79v9fdsfljdav2rbr6qxjx6" |
| 257 | #:librewolf-hash "02sraza4xy4cp559nlc51m1vwhi52l58i3zz2h95lwymyvc5hv17" | 257 | #:librewolf-hash "0c664ci4j5xpqjf07bs8vcrl2scscc35sdcasd1aqn4fdssmghmq" |
| 258 | #:l10n firefox-l10n)) | 258 | #:l10n firefox-l10n)) |
| 259 | (build-system gnu-build-system) | 259 | (build-system gnu-build-system) |
| 260 | (arguments | 260 | (arguments |
