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
This commit is contained in:
John Kehayias 2025-05-29 15:05:59 -04:00
parent 1613ba6834
commit d0c1c5b9ac
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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))