diff options
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))) |