diff options
author | salo <salo@pkgsrc.org> | 2005-04-18 16:19:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-18 16:19:16 +0000 |
commit | 1251183c235c1d40ad4c9a15d641be17c02a23f5 (patch) | |
tree | 160a15f21e6dba217082d06053d03a16c6929141 /net | |
parent | f62cc0493cc49bab5ace86bb794914cc7d7cbb76 (diff) | |
download | pkgsrc-1251183c235c1d40ad4c9a15d641be17c02a23f5.tar.gz |
Update to version 3.1.3
Changes:
- added mirror --loop option to re-mirror until no changes found.
- fixed mirror creating too many children mirrors.
- fixed cls and mirror with http backend, when PROPFIND returns 404 error.
- fixed mirror --use-cache with sftp backend.
- fixed a rare hang in sftp.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8166aac0a41..f1d8fb6f720 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.56 2005/04/18 16:19:16 salo Exp $ # -DISTNAME= lftp-3.1.2 +DISTNAME= lftp-3.1.3 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 76fdac1f128..33ac5fee171 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2005/04/08 12:45:22 salo Exp $ +$NetBSD: distinfo,v 1.31 2005/04/18 16:19:16 salo Exp $ -SHA1 (lftp-3.1.2.tar.bz2) = a3fee5f633a365c79cad1f6be5395ad7b79826ae -RMD160 (lftp-3.1.2.tar.bz2) = efc7af74b7cfb178f6772e88785c95ddb8d417ea -Size (lftp-3.1.2.tar.bz2) = 1228788 bytes +SHA1 (lftp-3.1.3.tar.bz2) = dc065707ec6b5c88d7636deae3f7dbc55899d2e3 +RMD160 (lftp-3.1.3.tar.bz2) = e4ca381308921502f30f401156ca8d25aed38d1f +Size (lftp-3.1.3.tar.bz2) = 1232798 bytes SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 |