From 1bbaca07fcbe93fd116c4ebd08fbad309609c129 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 20 Jan 2001 12:38:49 +0000 Subject: Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowski , 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). --- net/lftp/Makefile | 10 +++++----- net/lftp/files/md5 | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net') 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 -- cgit v1.2.3