diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-05-29 15:05:59 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-06-08 15:35:37 -0400 |
commit | d0c1c5b9ac1c2e85cdb38d57031ad0aa09e49bd9 (patch) | |
tree | ec9a22779d5a3c7f612ad6fd04477e070f0f301a | |
parent | 1613ba6834c1e2562ff325647a7a759069f35d2e (diff) |
gnu: openh264: Update to 2.6.0 [security fixes].
Fixes CVE-2025-27091.
* gnu/packages/video.scm (openh264): Update to 2.6.0.
Change-Id: I75e37a3a9e0dd4adea18a58918d5f85a975b74ce
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index f8acd116d5..f1c9b30afa 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5123,7 +5123,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.") (define-public openh264 (package (name "openh264") - (version "2.5.0") + (version "2.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -5132,7 +5132,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.") (file-name (git-file-name name version)) (sha256 (base32 - "1lkzidgb3835jjf3qd56avgb7ag4s6l4yvi2b3aacfqpzvh7vjib")))) + "1n2x74h1j2sbljkqa0d810gkp7p81al8nv8lzcm4l2hk22gjbzdm")))) (build-system gnu-build-system) (native-inputs (list nasm python)) |