diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-21 04:34:10 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-21 07:15:59 -0400 |
commit | c5327efb97208df569b4682ef5bfe4ac825d1c4f (patch) | |
tree | 949945928bc50261bd26190a14b8f6f8726f17a8 /gnu/packages/video.scm | |
parent | 6569549dfa0c35e0f80869a630cd216d01c84590 (diff) | |
download | patches-c5327efb97208df569b4682ef5bfe4ac825d1c4f.tar patches-c5327efb97208df569b4682ef5bfe4ac825d1c4f.tar.gz |
gnu: libvpx: Add upstream security fix.
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (libvpx)[source]: Add patch.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4882f0476a..448773e0d9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1242,7 +1242,8 @@ access to mpv's powerful playback capabilities.") (sha256 (base32 "0vvh89hvp8qg9an9vcmwb7d9k3nixhxaz6zi65qdjnd0i56kkcz6")) - (patches (search-patches "libvpx-CVE-2016-2818.patch")))) + (patches (search-patches "libvpx-use-after-free-in-postproc.patch" + "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-shared" |