summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-01-03 08:11:15 -0500
committerKei Kebreau <kei@openmailbox.org>2017-01-03 08:35:02 -0500
commit6a37872cd2c132371ef2cb5344e004c63fdeb927 (patch)
tree6b94dee9745b73159347fce50718ca71020cd5b3 /gnu/local.mk
parentb9b6db45e84a7c9677f1b69040efadd0665139bb (diff)
downloadguix-patches-6a37872cd2c132371ef2cb5344e004c63fdeb927.tar
guix-patches-6a37872cd2c132371ef2cb5344e004c63fdeb927.tar.gz
gnu: chicken: Fix CVE-2016-{6830,6831}.
* gnu/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch: New file. * gnu/local.mk (dist_patch_DATA): Use it. * gnu/packages/scheme.scm (chicken)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 6ab1c1c488..0c42f9f442 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -497,6 +497,7 @@ dist_patch_DATA = \
%D%/packages/patches/calibre-drop-unrar.patch \
%D%/packages/patches/calibre-no-updates-dialog.patch \
%D%/packages/patches/cdparanoia-fpic.patch \
+ %D%/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch \
%D%/packages/patches/chmlib-inttypes.patch \
%D%/packages/patches/clang-libc-search-path.patch \
%D%/packages/patches/clang-3.8-libc-search-path.patch \