mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4ea1ad9108
commit
eba7fab890
3 changed files with 32 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue