summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-07-25 21:38:34 +0000
committerpettai <pettai@pkgsrc.org>2010-07-25 21:38:34 +0000
commit53aaf55035ee9687035958e0da4914cbe43ddb4b (patch)
tree49bcbaf4c6992a516dcdd69fb293ec7db149f07e /net/lftp
parent94cb293f074e5753f02bad9021a11869c7f2618f (diff)
downloadpkgsrc-53aaf55035ee9687035958e0da4914cbe43ddb4b.tar.gz
Version 4.0.9 - 2010-06-10
* torrent: don't try to re-download invalid piece from the same peer. * added a short lftp.conf(5) man page. * fixed a problem with zeroed errno. * fixed status of mget from file: schema. * fixed a compilation problem on AIX. Version 4.0.8 - 2010-05-24 * fixed get/mget -c when xfer:clobber is off. * fixed file verification in pget. * fixed ftp encoding for servers with LANG but without UTF8 feature. Version 4.0.7 - 2010-04-29 * make xfer:clobber off by default. * limit number of attempts to upload a file (net:max-retries). * handle 426 ftp reply to STOR specially. * retry FEAT after login even after non-standard 5xx reply. Version 4.0.6 - 2010-03-25 * use O_EXCL flag when xfer:clobber is off. * better validation of server-provided file name (CVE-2010-2251). * new setting xfer:auto-rename (off by default). * new setting ftp:ssl-copy-sid (for some broken servers). * fixed CCC ftp command to shutdown SSL connection properly. * fixed `pget -c' on complete files. Version 4.0.5 - 2009-12-21 * added support for lighttpd listings. * fixed sftp rename. * fixed a core dump on `kill all' with pget. * fixed interrupting of a torrent with unresponsive tracker. * Czech translation updated
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile4
-rw-r--r--net/lftp/PLIST4
-rw-r--r--net/lftp/distinfo10
-rw-r--r--net/lftp/patches/patch-ab16
4 files changed, 18 insertions, 16 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 21281c4f514..490796df8c1 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2010/07/19 13:11:59 pettai Exp $
+# $NetBSD: Makefile,v 1.93 2010/07/25 21:38:34 pettai Exp $
-DISTNAME= lftp-4.0.4
+DISTNAME= lftp-4.0.9
CATEGORIES= net
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
diff --git a/net/lftp/PLIST b/net/lftp/PLIST
index 20d969b129f..9468aedaf96 100644
--- a/net/lftp/PLIST
+++ b/net/lftp/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.16 2009/12/01 07:46:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.17 2010/07/25 21:38:34 pettai Exp $
bin/lftp
bin/lftpget
+@comment belongs to libiconv: lib/charset.alias
lib/lftp/${PKGVERSION}/cmd-mirror.la
lib/lftp/${PKGVERSION}/cmd-sleep.la
lib/lftp/${PKGVERSION}/cmd-torrent.la
@@ -15,6 +16,7 @@ lib/liblftp-jobs.la
lib/liblftp-tasks.la
man/man1/lftp.1
man/man1/lftpget.1
+man/man5/lftp.conf.5
share/examples/lftp/lftp.conf.default
share/lftp/import-ncftp
share/lftp/import-netscape
diff --git a/net/lftp/distinfo b/net/lftp/distinfo
index 12d42ffbf4e..6c6120063e8 100644
--- a/net/lftp/distinfo
+++ b/net/lftp/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.53 2010/07/19 13:11:59 pettai Exp $
+$NetBSD: distinfo,v 1.54 2010/07/25 21:38:34 pettai Exp $
-SHA1 (lftp-4.0.4.tar.bz2) = b47b38e041d1f8171ef49463885bf429b8973c46
-RMD160 (lftp-4.0.4.tar.bz2) = 9ce7ef4a55709df92ad8b9ecb6c4023ec91d43b8
-Size (lftp-4.0.4.tar.bz2) = 1605030 bytes
+SHA1 (lftp-4.0.9.tar.bz2) = 86aba6fea67b4811cd5484e6816d2fd01068ef1f
+RMD160 (lftp-4.0.9.tar.bz2) = a5d08e0c00046ff2c2efd136378fee51a54566b9
+Size (lftp-4.0.9.tar.bz2) = 1616263 bytes
SHA1 (patch-aa) = e127aadcaf3c313584747091efb89a3f765a9d7f
-SHA1 (patch-ab) = 65c92b264873b45c69a0dfde2d2715dca0b6dc36
+SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a
SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825
SHA1 (patch-ad) = 365c205cf83f65b7253b71e67e530ac2fcf58154
SHA1 (patch-ae) = 3ee418b94cc1afb7b2db5bc550fd966d346368a4
diff --git a/net/lftp/patches/patch-ab b/net/lftp/patches/patch-ab
index 52d2ee8077c..ead25833701 100644
--- a/net/lftp/patches/patch-ab
+++ b/net/lftp/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.3 2009/06/08 09:54:50 hasso Exp $
+$NetBSD: patch-ab,v 1.4 2010/07/25 21:38:34 pettai Exp $
---- lib/fnmatch_loop.c.orig 2009-01-16 09:58:31 +0200
-+++ lib/fnmatch_loop.c 2009-06-08 12:22:55 +0300
+--- lib/fnmatch_loop.c.orig 2010-01-22 11:06:00.000000000 +0100
++++ lib/fnmatch_loop.c 2010-07-24 00:20:42.000000000 +0200
@@ -242,7 +242,7 @@ FCT (const CHAR *pattern, const CHAR *st
- CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
- size_t c1 = 0;
+ CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
+ size_t c1 = 0;
#if defined _LIBC || WIDE_CHAR_SUPPORT
-- wctype_t wt;
-+ wint_t wt;
+- wctype_t wt;
++ wint_t wt;
#endif
- const CHAR *startp = p;
+ const CHAR *startp = p;