diff options
author | rh <rh@pkgsrc.org> | 2001-01-20 12:38:49 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-01-20 12:38:49 +0000 |
commit | 0716009155b77c078f0c8bd74de4c70d016194d9 (patch) | |
tree | cc3968e1c5eec52dee9e5c4a68a2c0b8b60fb516 | |
parent | 955e9caa5beaadface038e23ca9d157c05a557a2 (diff) | |
download | pkgsrc-0716009155b77c078f0c8bd74de4c70d016194d9.tar.gz |
Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowski
<zuntum@eik.pl>, thanks!
Changelog:
Version 2.3.7 - 2001-01-15
Two bugs fixed.
* fixed OPIE/SKEY automatic password generation.
* fixed put over http or hftp when server replies `100 Continue'.
Version 2.3.6 - 2001-01-02
Some minor improvements.
* new setting cmd:save-cwd-history.
* new setting ftp:fix-pasv-address, don't fix PASV address by default.
(this fixes a problem with certain masquerading firewalls).
* new setting hftp:use-authorization for some proxies (default is yes).
* send port in Host: HTTP header.
* check net:no-proxy before using hftp instead of ftp.
* new commands bzcat, bzmore (Chmouel Boudjnah).
-rw-r--r-- | net/lftp/Makefile | 10 | ||||
-rw-r--r-- | net/lftp/files/md5 | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8b83723c4c8..302289e95f7 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/12/08 23:52:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/20 12:38:49 rh Exp $ # -DISTNAME= lftp-2.3.5 +DISTNAME= lftp-2.3.7 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/\ ${MASTER_SITE_SUNSITE:=system/network/file-transfer/} @@ -14,13 +14,13 @@ DEPENDS+= readline>=4.1:../../devel/readline GNU_CONFIGURE= YES USE_SSL= YES -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+=--with-ssl=${SSLBASE} USE_LIBINTL= YES CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h # if we have /usr/lib/libintl.a, we don't really need -L INTLLIBS= -L${LOCALBASE}/lib -lintl -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" INTLLIBS="${INTLLIBS}" -CONFIGURE_ARGS+= --without-included-gettext +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" INTLLIBS="${INTLLIBS}" +CONFIGURE_ARGS+=--without-included-gettext .include "../../mk/bsd.pkg.mk" diff --git a/net/lftp/files/md5 b/net/lftp/files/md5 index 2613d2c5f88..21fdd9b4bfd 100644 --- a/net/lftp/files/md5 +++ b/net/lftp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/12/08 23:52:36 wiz Exp $ +$NetBSD: md5,v 1.6 2001/01/20 12:38:49 rh Exp $ -MD5 (lftp-2.3.5.tar.bz2) = 9d93c0b0f59f5d8a92d0f309ae1c73d0 +MD5 (lftp-2.3.7.tar.bz2) = acb3253499b944ebfcaf40202297095a |