diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-14 17:04:29 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:51 +0800 |
commit | 894fe0d4147a520dc67f43bc04f403747e661862 (patch) | |
tree | 0e91b876688a92984b98f2f26e77beab5d9f79cc /gnu/packages/video.scm | |
parent | 970097e2f0a9fc6bb9132e4af5731902a7e12397 (diff) | |
download | guix-894fe0d4147a520dc67f43bc04f403747e661862.tar.gz guix-894fe0d4147a520dc67f43bc04f403747e661862.zip |
gnu: libvpx: Update to 1.14.1.
* gnu/packages/video.scm (libvpx): Update to 1.14.1.
[source]: Remove libvpx-CVE-2023-5217.patch.
* gnu/packages/patches/libvpx-CVE-2023-44488.patch:
* gnu/packages/patches/libvpx-CVE-2023-5217.patch: Remove them.
* gnu/local.mk (dist_patch_DATA): Unregister them.
Change-Id: I123caed254e8046751f104cd3a82e4db904de787
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ca1c2cad71..df4928397a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2957,7 +2957,7 @@ To load this plugin, specify the following option when starting mpv: (define-public libvpx (package (name "libvpx") - (version "1.12.0") + (version "1.14.1") (source (origin (method git-fetch) (uri (git-reference @@ -2966,9 +2966,8 @@ To load this plugin, specify the following option when starting mpv: (file-name (git-file-name name version)) (sha256 (base32 - "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm")) - (patches (search-patches "libvpx-CVE-2016-2818.patch" - "libvpx-CVE-2023-5217.patch")))) + "0r6qvc84mflpy1zxz7p8aj7i552cwx957l50akvajxmzij1kpy1x")) + (patches (search-patches "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-shared" |