mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libvpx: Ungraft.
* gnu/packages/video.scm (libvpx)[replacement]: Remove. [source](patches): Add “libvpx-CVE-2023-5217.patch”. (libvpx/fixed): Remove. Change-Id: I6de247a0fe7e8e09772513386cd0696bebe34afd
This commit is contained in:
parent
4748d947f7
commit
96f602b88c
1 changed files with 2 additions and 12 deletions
|
@ -2907,7 +2907,6 @@ (define-public libvpx
|
|||
(package
|
||||
(name "libvpx")
|
||||
(version "1.12.0")
|
||||
(replacement libvpx/fixed)
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2917,7 +2916,8 @@ (define-public libvpx
|
|||
(sha256
|
||||
(base32
|
||||
"1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"
|
||||
"libvpx-CVE-2023-5217.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-shared"
|
||||
|
@ -2946,16 +2946,6 @@ (define-public libvpx
|
|||
(license license:bsd-3)
|
||||
(home-page "https://www.webmproject.org/")))
|
||||
|
||||
(define libvpx/fixed
|
||||
(package
|
||||
(inherit libvpx)
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source libvpx))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"
|
||||
"libvpx-CVE-2023-5217.patch"
|
||||
"libvpx-CVE-2023-44488.patch"))))))
|
||||
|
||||
(define-public orfondl
|
||||
(package
|
||||
(name "orfondl")
|
||||
|
|
Loading…
Reference in a new issue