guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit d0c1c5b9ac1c2e85cdb38d57031ad0aa09e49bd9
Author: John Kehayias <[email protected]>
AuthorDate: Thu May 29 15:05:59 2025 -0400
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
---
gnu/packages/video.scm | 4 ++--
1 file 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))