diff options
author | cube <cube@pkgsrc.org> | 2003-12-23 10:11:23 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-12-23 10:11:23 +0000 |
commit | a8fc6d54149f276623ba612e7d2512b402e22c7a (patch) | |
tree | 1e43d62fdd978ebe05b4c284f4b34ee106cf7b66 /net/lftp/Makefile | |
parent | 4a4abb30ea604ba93e2c7370c0e52dcc4d535609 (diff) | |
download | pkgsrc-a8fc6d54149f276623ba612e7d2512b402e22c7a.tar.gz |
Update to version 2.6.11.
What's new since 2.6.10:
* fixed mirror -c for empty files.
* a rare coredump fixed in http 0.9 handling, when first line of reply is empty.
* compilation fixes for compilers other than gcc.
* translations update.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 3b9a69ef719..43e0512cf37 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2003/12/14 15:48:36 cube Exp $ +# $NetBSD: Makefile,v 1.31 2003/12/23 10:11:23 cube Exp $ # -DISTNAME= lftp-2.6.10 +DISTNAME= lftp-2.6.11 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ |