diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-15 13:50:19 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-15 13:50:19 +0200 |
commit | 27ed894851e19f44ba2b788bd404d2f476c27016 (patch) | |
tree | 1dd53c653c1b0ef19cd9895a314c79036e5a6f3b /gnu/local.mk | |
parent | 07fc1c0d447092cf95e9e9a51aeaab4ce226b9e0 (diff) | |
download | patches-27ed894851e19f44ba2b788bd404d2f476c27016.tar patches-27ed894851e19f44ba2b788bd404d2f476c27016.tar.gz |
gnu: Remove libvpx@1.7.
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx-1.7): Remove variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 359b6db482..ba7b22e112 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1161,7 +1161,6 @@ dist_patch_DATA = \ %D%/packages/patches/libvnc-CVE-2018-20750.patch \ %D%/packages/patches/libvnc-CVE-2019-15681.patch \ %D%/packages/patches/libvpx-CVE-2016-2818.patch \ - %D%/packages/patches/libvpx-use-after-free-in-postproc.patch \ %D%/packages/patches/libxslt-generated-ids.patch \ %D%/packages/patches/libxt-guix-search-paths.patch \ %D%/packages/patches/lierolibre-check-unaligned-access.patch \ |