Re: [PATCH 1/1] gnu: ocaml: Fix CVE-2015-8869.

2016-05-02 Thread Leo Famulari
On Mon, May 02, 2016 at 10:18:25AM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * 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. > > LGTM, thanks! Applied as 3854f3d7e4c, with a

Re: [PATCH 1/1] gnu: ocaml: Fix CVE-2015-8869.

2016-05-02 Thread Ludovic Courtès
Leo Famulari skribis: > * 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. LGTM, thanks! Ludo'.

[PATCH 1/1] gnu: ocaml: Fix CVE-2015-8869.

2016-04-30 Thread Leo Famulari
* 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. --- gnu/local.mk | 1 + gnu/packages/ocaml.scm | 3 +- gnu/packages/patches/ocaml-CVE-2015-886