diff options
author | Mark H Weaver <mhw@netris.org> | 2015-03-05 12:14:43 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-03-05 12:16:44 -0500 |
commit | 87d79282941de06a9b0c464df87c8d0456c145ce (patch) | |
tree | bcb34d47c72e7eb4136751eb052852d161ca1454 /gnu-system.am | |
parent | b3886e0c53d1f6110bedfe0f1dd536498f266a97 (diff) | |
download | guix-87d79282941de06a9b0c464df87c8d0456c145ce.tar guix-87d79282941de06a9b0c464df87c8d0456c145ce.tar.gz |
gnu: lftp: Don't save unknown SSH host fingerprints to known_hosts by default.
* gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ftp.scm (lftp): 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 21930cdfb9..6129226a47 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -442,6 +442,7 @@ dist_patch_DATA = \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ gnu/packages/patches/kmod-module-directory.patch \ + gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch \ gnu/packages/patches/libarchive-CVE-2013-0211.patch \ gnu/packages/patches/libarchive-fix-lzo-test-case.patch \ gnu/packages/patches/libarchive-mtree-filename-length-fix.patch \ |