mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1613ba6834
commit
d0c1c5b9ac
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue