diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-29 20:55:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-02 14:30:49 -0400 |
commit | 3854f3d7e4c6a23923c46806469678c63c392143 (patch) | |
tree | c8774b30b1f36751c4bdbb906aee51af630aaa13 /gnu/packages/ocaml.scm | |
parent | 73124d34227a7df8a5319c5497f62c6323a64800 (diff) | |
download | guix-3854f3d7e4c6a23923c46806469678c63c392143.tar guix-3854f3d7e4c6a23923c46806469678c63c392143.tar.gz |
gnu: ocaml: Fix CVE-2015-8869.
* gnu/packages/patches/ocaml-CVE-2015-8869.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml): Use it.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5d489532f7..434fb132bb 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -60,7 +60,8 @@ "/ocaml-" version ".tar.xz")) (sha256 (base32 - "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3")))) + "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3")) + (patches (search-patches "ocaml-CVE-2015-8869.patch")))) (build-system gnu-build-system) (native-search-paths (list (search-path-specification |