diff options
author | Mark H Weaver <mhw@netris.org> | 2016-06-08 09:53:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-06-08 14:26:54 -0400 |
commit | c7c49446ebcc48c2b2136f4475ab66aecb63d18e (patch) | |
tree | 8e91fef284168515572e3c4027cc41da5a0cfb04 /gnu/packages/video.scm | |
parent | 93961f02987cf738d116cc85cc32d97c2a488222 (diff) | |
download | patches-c7c49446ebcc48c2b2136f4475ab66aecb63d18e.tar patches-c7c49446ebcc48c2b2136f4475ab66aecb63d18e.tar.gz |
gnu: libvpx: Add fix for CVE-2016-2818.
* gnu/packages/patches/libvpx-CVE-2016-2818.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 692f3645e6..eee04faec0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -839,7 +839,8 @@ projects while introducing many more.") name "-" version ".tar.bz2")) (sha256 (base32 - "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h")))) + "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h")) + (patches (search-patches "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments `(#:phases |