diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-26 12:00:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-26 12:05:37 -0400 |
commit | 48abd130217bd1645fefc4ca1817862672c6d782 (patch) | |
tree | bcb7bb4ab869d1303ff53484b7cff98a98b6b523 /gnu-system.am | |
parent | 5cc4517590d4d517bf9e29db5d9c5e03e4e0ad26 (diff) | |
download | guix-48abd130217bd1645fefc4ca1817862672c6d782.tar guix-48abd130217bd1645fefc4ca1817862672c6d782.tar.gz |
gnu: file: Update to 5.19; add fix for CVE-2014-3587.
* gnu/packages/patches/file-CVE-2014-3587.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/file.scm (file): Update to 5.19. Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 86937749c7..f24da850c2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -299,6 +299,7 @@ dist_patch_DATA = \ gnu/packages/patches/doxygen-test.patch \ gnu/packages/patches/doxygen-tmake.patch \ gnu/packages/patches/emacs-configure-sh.patch \ + gnu/packages/patches/file-CVE-2014-3587.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ gnu/packages/patches/flex-bison-tests.patch \ |