diff options
author | salo <salo@pkgsrc.org> | 2006-02-01 16:41:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-01 16:41:32 +0000 |
commit | 43a60544f84e0b3b3341371dad3e8631be10de02 (patch) | |
tree | 17bd62d24f1912a9083a7f8fc54ebde06124dc76 /net/lftp/Makefile | |
parent | b033615f3bb757cdc205dffa691493cf49702949 (diff) | |
download | pkgsrc-43a60544f84e0b3b3341371dad3e8631be10de02.tar.gz |
Update to version 3.4.0
Changes:
- flush cache when changing ftp:charset.
- show all queued commands on `queue' command.
- support open ranges for `mirror --size-range'.
- new setting dns:max-retries.
- change dns:fatal-timeout setting to accept time interval suffixes.
- prefer getaddrinfo over gethostbyname2.
- treat GNUTLS_E_UNEXPECTED_PACKET_LENGTH as EOF indicator - this fixes
secure ftp with ProFTPD server.
- fixed netrc usage when no user name is given.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index f299bc376ee..96feb508b5b 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2006/01/24 07:32:30 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2006/02/01 16:41:32 salo Exp $ -DISTNAME= lftp-3.3.5 -PKGREVISION= 2 +DISTNAME= lftp-3.4.0 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \ |