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 | |
| parent | 310081e27ec5f9422f7d48a9b466af9d155747c4 (diff) | |
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')
| -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 48f4d295848..3dbf72435eb 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm | |||
| @@ -96,7 +96,7 @@ listing the files modified by a patch.") | |||
| 96 | (build-system gnu-build-system) | 96 | (build-system gnu-build-system) |
| 97 | (inputs `(("perl" ,perl) | 97 | (inputs `(("perl" ,perl) |
| 98 | ("less" ,less) | 98 | ("less" ,less) |
| 99 | ("file" ,file) | 99 | ("file" ,file-5.20) ;work around CVE-2014-3710 |
| 100 | ("ed" ,ed))) | 100 | ("ed" ,ed))) |
| 101 | (arguments | 101 | (arguments |
| 102 | '(#:parallel-tests? #f | 102 | '(#:parallel-tests? #f |
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 0b52f0c2e52..931297cf2ad 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -507,7 +507,7 @@ accessed and migrated on modern systems.") | |||
| 507 | (inputs | 507 | (inputs |
| 508 | `(("e2fsprogs" ,e2fsprogs) | 508 | `(("e2fsprogs" ,e2fsprogs) |
| 509 | ("curl" ,curl) | 509 | ("curl" ,curl) |
| 510 | ("file" ,file) | 510 | ("file" ,file-5.20) ;work around CVE-2014-3710 |
| 511 | ("libxml2" ,libxml2) | 511 | ("libxml2" ,libxml2) |
| 512 | ("zlib" ,zlib) | 512 | ("zlib" ,zlib) |
| 513 | ("gettext" ,gnu-gettext))) | 513 | ("gettext" ,gnu-gettext))) |
