Package: lftp Version: 3.7.3-1 Severity: minor Tags: patch The manpage of lftp lists the options `ssl:ca-path' and `ssl:crl-path' which are both only available with openssl. Since lftp is not linked to openssl (#305160) they are both inexistent. The patch removes both options from the manpage. Kind regards, Wolfgang
-- System Information: Debian Release: 5.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages lftp depends on: ii libc6 2.7-16 GNU C Library: Shared libraries ii libexpat1 2.0.1-4 XML parsing C library - runtime li ii libgcc1 1:4.3.2-1.1 GCC support library ii libgcrypt11 1.4.1-1 LGPL Crypto library - runtime libr ii libgnutls26 2.4.2-4 the GNU TLS library - runtime libr ii libgpg-error0 1.4-2 library for common error values an ii libncurses5 5.7+20081213-1 shared libraries for terminal hand ii libreadline5 5.2-3 GNU readline and history libraries ii libtasn1-3 1.4-1 Manage ASN.1 structures (runtime) ii netbase 4.34 Basic TCP/IP networking system ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime lftp recommends no packages. lftp suggests no packages. -- no debconf information
diff -ur lftp-3.7.3.orig/doc/lftp.1 lftp-3.7.3/doc/lftp.1 --- lftp-3.7.3.orig/doc/lftp.1 2009-01-12 10:02:47.012703813 +0100 +++ lftp-3.7.3/doc/lftp.1 2009-01-12 10:03:25.288202268 +0100 @@ -1503,15 +1503,9 @@ when true, lftp checks if the host name used to connect to the server corresponds to the host name in its certificate. .TP -.BR ssl:ca-path " (path to directory)" -use specified directory as Certificate Authority certificate repository. -.TP .BR ssl:crl-file " (path to file)" use specified file as Certificate Revocation List certificate. .TP -.BR ssl:crl-path " (path to directory)" -use specified directory as Certificate Revocation List certificate repository. -.TP .BR ssl:key-file " (path to file)" use specified file as your private key. .TP