mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libvpx: Ungraft.
* gnu/packages/video.scm (libvpx)[replacement]: Remove. [source]: Add ‘libvpx-CVE-2025-5262.patch’. Change-Id: Ia7211e23586bb07f73f5e3b3d7a298cd6c893bf2
This commit is contained in:
parent
bf737ede48
commit
ca8e8e206b
1 changed files with 2 additions and 7 deletions
|
@ -2923,7 +2923,6 @@ To load this plugin, specify the following option when starting mpv:
|
|||
(package
|
||||
(name "libvpx")
|
||||
(version "1.15.0")
|
||||
(replacement libvpx/fixed)
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2933,7 +2932,8 @@ To load this plugin, specify the following option when starting mpv:
|
|||
(sha256
|
||||
(base32
|
||||
"1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"
|
||||
"libvpx-CVE-2025-5262.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-shared"
|
||||
|
@ -2962,11 +2962,6 @@ To load this plugin, specify the following option when starting mpv:
|
|||
(license license:bsd-3)
|
||||
(home-page "https://www.webmproject.org/")))
|
||||
|
||||
(define-public libvpx/fixed
|
||||
(hidden-package
|
||||
(package-with-extra-patches libvpx
|
||||
(search-patches "libvpx-CVE-2025-5262.patch"))))
|
||||
|
||||
(define-public orfondl
|
||||
(package
|
||||
(name "orfondl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue