diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 21:41:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 21:41:38 +0100 |
commit | 351d690f3741ef3a52579da41fe6c83fc41f255a (patch) | |
tree | 125ff3936207793fedc50f3c1985e11532e9e548 /gnu/packages | |
parent | 310081e27ec5f9422f7d48a9b466af9d155747c4 (diff) | |
download | patches-351d690f3741ef3a52579da41fe6c83fc41f255a.tar patches-351d690f3741ef3a52579da41fe6c83fc41f255a.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/patchutils.scm | 2 | ||||
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 48f4d29584..3dbf72435e 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -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 diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 0b52f0c2e5..931297cf2a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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))) |