gnu: flex: Fix CVE-2016-6354.

* gnu/packages/flex.scm (flex)[source]: Add patch.
* gnu/packages/patches/flex-CVE-2016-6354.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
Leo Famulari 2016-08-26 18:11:58 -04:00
parent 4ea1ad9108
commit eba7fab890
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 32 additions and 0 deletions

View file

@ -36,6 +36,7 @@
(method url-fetch)
(uri (string-append "mirror://sourceforge/flex/flex-"
version ".tar.bz2"))
(patches (search-patches "flex-CVE-2016-6354.patch"))
(sha256
(base32
"1sdqx63yadindzafrq1w31ajblf9gl1c301g068s20s7bbpi3ri4"))))