diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-17 20:14:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-17 23:47:00 -0400 |
commit | 144c8db9bd91bf5470be7a2c747885f9325f96bc (patch) | |
tree | 2941b13d1b2e9cf18f9a2c5a8858788a700135fd /gnu/local.mk | |
parent | 27305769de25042e5ed116a479ff03d222a4d22d (diff) | |
download | patches-144c8db9bd91bf5470be7a2c747885f9325f96bc.tar patches-144c8db9bd91bf5470be7a2c747885f9325f96bc.tar.gz |
gnu: chicken: Fix CVE-2017-11343.
* gnu/packages/patches/chicken-CVE-2017-11343.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (chicken)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 54dd2f2380..e7395292f8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -536,6 +536,7 @@ dist_patch_DATA = \ %D%/packages/patches/ceph-skip-collect-sys-info-test.patch \ %D%/packages/patches/ceph-skip-unittest_blockdev.patch \ %D%/packages/patches/chicken-CVE-2017-6949.patch \ + %D%/packages/patches/chicken-CVE-2017-11343.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 \ |