mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: aegis, quilt: Use file-5.20.
Suggested by Mark H Weaver. * gnu/packages/version-control.scm (aegis): Use FILE-5.20 instead of FILE. * gnu/packages/patchutils.scm (quilt): Likewise.
This commit is contained in:
parent
310081e27e
commit
351d690f37
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ (define-public quilt
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("perl" ,perl)
|
(inputs `(("perl" ,perl)
|
||||||
("less" ,less)
|
("less" ,less)
|
||||||
("file" ,file)
|
("file" ,file-5.20) ;work around CVE-2014-3710
|
||||||
("ed" ,ed)))
|
("ed" ,ed)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:parallel-tests? #f
|
'(#:parallel-tests? #f
|
||||||
|
|
|
@ -507,7 +507,7 @@ (define-public aegis
|
||||||
(inputs
|
(inputs
|
||||||
`(("e2fsprogs" ,e2fsprogs)
|
`(("e2fsprogs" ,e2fsprogs)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("file" ,file)
|
("file" ,file-5.20) ;work around CVE-2014-3710
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("gettext" ,gnu-gettext)))
|
("gettext" ,gnu-gettext)))
|
||||||
|
|
Loading…
Reference in a new issue