diff options
author | salo <salo@pkgsrc.org> | 2004-10-21 11:12:21 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-10-21 11:12:21 +0000 |
commit | 9479f16ad699ae53695de2cb3fd2b6c687202fd1 (patch) | |
tree | 4d2cb2f5845d891169c3298258f6fa522a5c7daf /net | |
parent | dcd3ec106a3556569a9ee39296ab19aba2ddecaf (diff) | |
download | pkgsrc-9479f16ad699ae53695de2cb3fd2b6c687202fd1.tar.gz |
Updated to version 3.0.10
Changes:
Some bad bugs fixed. Completion for mirror improved.
- better mirror -R completion added
- fixed upload retry corruption bug
- fixed rare coredump in parallel mirror
- don't retry on wrong password in fish and sftp protocols
- don't send empty Cache-Control http header
- don't unconditionally chmod files in mirror
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 5 | ||||
-rw-r--r-- | net/lftp/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 35c84c761f6..eedc76bace2 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2004/10/03 00:17:54 tv Exp $ +# $NetBSD: Makefile,v 1.51 2004/10/21 11:12:21 salo Exp $ # -DISTNAME= lftp-3.0.9 -PKGREVISION= 1 +DISTNAME= lftp-3.0.10 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index bec0cec6f01..689488b5125 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2004/09/22 14:01:18 salo Exp $ +$NetBSD: distinfo,v 1.26 2004/10/21 11:12:21 salo Exp $ -SHA1 (lftp-3.0.9.tar.bz2) = fc5b37c496155d7d28e5d6f12a898d308b728a8a -Size (lftp-3.0.9.tar.bz2) = 1220531 bytes +SHA1 (lftp-3.0.10.tar.bz2) = 48c0a5d3b6fb9a467006a25e5b5c7759485f5109 +Size (lftp-3.0.10.tar.bz2) = 1221474 bytes SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 |