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/packages/scheme.scm | |
parent | 27305769de25042e5ed116a479ff03d222a4d22d (diff) | |
download | guix-144c8db9bd91bf5470be7a2c747885f9325f96bc.tar guix-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/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 92c0170205..161138285e 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -345,7 +345,8 @@ mashups, office (web agendas, mail clients, ...), etc.") (base32 "12b9gaa9lqh39lj1v4wm48f6z8ww3jdkvc5bh9gqqvn6kd2wwnk0")) (patches - (search-patches "chicken-CVE-2017-6949.patch")))) + (search-patches "chicken-CVE-2017-6949.patch" + "chicken-CVE-2017-11343.patch")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |