diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-12-31 06:50:48 +0800 |
---|---|---|
committer | Alex Vong <alexvong1995@gmail.com> | 2019-01-04 07:33:46 +0800 |
commit | 8f36c8e9eabc06e1fff740e149bbd5008e53fe18 (patch) | |
tree | 9462188f9bedda9a35e1d6400fbdcbead7669780 /gnu/local.mk | |
parent | 1983a9b0a50ff759f2d192d7fa0f7ad0fb1e1384 (diff) | |
download | guix-8f36c8e9eabc06e1fff740e149bbd5008e53fe18.tar guix-8f36c8e9eabc06e1fff740e149bbd5008e53fe18.tar.gz |
gnu: libextractor: Fix CVE-2018-{20430,20431}.
* gnu/packages/patches/libextractor-CVE-2018-20430.patch,
gnu/packages/patches/libextractor-CVE-2018-20431.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gnunet.scm (libextractor)[source]: Use them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d50e217849..362f934e99 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -889,6 +889,8 @@ dist_patch_DATA = \ %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ %D%/packages/patches/libexif-CVE-2016-6328.patch \ %D%/packages/patches/libexif-CVE-2017-7544.patch \ + %D%/packages/patches/libextractor-CVE-2018-20430.patch \ + %D%/packages/patches/libextractor-CVE-2018-20431.patch \ %D%/packages/patches/libgcrypt-make-yat2m-reproducible.patch \ %D%/packages/patches/libgit2-mtime-0.patch \ %D%/packages/patches/libgit2-oom-test.patch \ |