diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-17 22:13:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-17 23:19:02 -0400 |
commit | 9ae1e920718e95577c12de890754b6a6a4ff70a1 (patch) | |
tree | 2b10dbbddcf67b0df411a48ce2ce4ecf2da2a9e2 /gnu-system.am | |
parent | a2ee6cbea281ac20fefe948459b85c26010ea578 (diff) | |
download | guix-9ae1e920718e95577c12de890754b6a6a4ff70a1.tar.gz |
gnu: cpio: Fix symlink-bad-length test.
* gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/cpio.scm (cpio): 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 81d87aeec9..b43d541b05 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -402,6 +402,7 @@ dist_patch_DATA = \ gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch \ gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch \ gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch \ + gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/cpufrequtils-fix-aclocal.patch \ gnu/packages/patches/crossmap-allow-system-pysam.patch \ |