~ruther/guix-local

351d690f3741ef3a52579da41fe6c83fc41f255a — Ludovic Courtès 11 years ago 310081e
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.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/patchutils.scm
M gnu/packages/version-control.scm
M gnu/packages/patchutils.scm => gnu/packages/patchutils.scm +1 -1
@@ 96,7 96,7 @@ listing the files modified by a patch.")
    (build-system gnu-build-system)
    (inputs `(("perl" ,perl)
              ("less" ,less)
              ("file" ,file)
              ("file" ,file-5.20)                 ;work around CVE-2014-3710
              ("ed" ,ed)))
    (arguments
     '(#:parallel-tests? #f

M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 507,7 507,7 @@ accessed and migrated on modern systems.")
    (inputs
     `(("e2fsprogs" ,e2fsprogs)
       ("curl" ,curl)
       ("file" ,file)
       ("file" ,file-5.20)                        ;work around CVE-2014-3710
       ("libxml2" ,libxml2)
       ("zlib" ,zlib)
       ("gettext" ,gnu-gettext)))