diff options
author | adam <adam@pkgsrc.org> | 2020-08-14 11:11:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-08-14 11:11:32 +0000 |
commit | 92def2f057e17b17bf4ad18e4e758fc4ae37f53b (patch) | |
tree | fa58749f5d3fe7b0afae1efbafde975ab6744642 /net/lftp | |
parent | d83fe9deea7ef02c806fcf2dc287730b9ad2ddee (diff) | |
download | pkgsrc-92def2f057e17b17bf4ad18e4e758fc4ae37f53b.tar.gz |
lftp: updated to 4.9.2
Version 4.9.2
* mkdir: fixed exit code with -f option.
* ftp: made ftp:use-pret setting tri-boolean.
* get/mget/put/mput: don't try next files after error if cmd:fail-exit is true.
* get/mget: fixed -O option with remote URL and xfer:use-temp-file being true.
* mirror: disallow empty patterns; don't delete "..".
* mirror: fixed --on-change with --reverse.
* sftp: fixed a bug with truncated files when packets are reordered (finally).
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 5 | ||||
-rw-r--r-- | net/lftp/distinfo | 11 | ||||
-rw-r--r-- | net/lftp/patches/patch-ab | 13 |
3 files changed, 7 insertions, 22 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 09dfb228572..a9fb82e3c66 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.135 2020/05/22 10:56:28 adam Exp $ +# $NetBSD: Makefile,v 1.136 2020/08/14 11:11:32 adam Exp $ -DISTNAME= lftp-4.9.1 -PKGREVISION= 2 +DISTNAME= lftp-4.9.2 CATEGORIES= net MASTER_SITES= http://lftp.yar.ru/ftp/ MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 1314a00927c..327ad397b21 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.73 2020/02/13 18:57:21 adam Exp $ +$NetBSD: distinfo,v 1.74 2020/08/14 11:11:32 adam Exp $ -SHA1 (lftp-4.9.1.tar.xz) = bc6eda14a03b264066119cce96f638fee61568b7 -RMD160 (lftp-4.9.1.tar.xz) = 91082f82d7c2563445139418dd72a54c556778a4 -SHA512 (lftp-4.9.1.tar.xz) = 303e2354bd61a850403a02ac5b71e54719c12b026c7e36194a6382e9044f1fee93ea581ba0a55fea19981e07b896216e92c7d961c719350762eb0cfb51a2c506 -Size (lftp-4.9.1.tar.xz) = 1648564 bytes +SHA1 (lftp-4.9.2.tar.xz) = e1c7936fef725c9e9c5ccccc30f73f9a9f781115 +RMD160 (lftp-4.9.2.tar.xz) = 48ec8b568af0023ab41baaf2f4363a0400667c77 +SHA512 (lftp-4.9.2.tar.xz) = cda8698e7e34d748715a6fe5dc06c758240302621c7957402f0cc67577acf1a96b436fda4282408dee8171dc84a31e0be432df99a30f0a10057a8e7ea9ec64ad +Size (lftp-4.9.2.tar.xz) = 1654960 bytes SHA1 (patch-aa) = 988f4f2f5b9469d3c645ffa984d5449a219229bb -SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a SHA1 (patch-ac) = 8aa2ddc582bbc87cd0a5e8662f328dd2ac8dea90 SHA1 (patch-ae) = 4e2506bbadbda97feeabb208cd43c0dff70ed7d3 SHA1 (patch-lib_inttypes.in.h) = 1ed605531efa6fb92ebed762290f7b1060f4beb1 diff --git a/net/lftp/patches/patch-ab b/net/lftp/patches/patch-ab deleted file mode 100644 index ead25833701..00000000000 --- a/net/lftp/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2010/07/25 21:38:34 pettai Exp $ - ---- lib/fnmatch_loop.c.orig 2010-01-22 11:06:00.000000000 +0100 -+++ lib/fnmatch_loop.c 2010-07-24 00:20:42.000000000 +0200 -@@ -242,7 +242,7 @@ FCT (const CHAR *pattern, const CHAR *st - CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; - size_t c1 = 0; - #if defined _LIBC || WIDE_CHAR_SUPPORT -- wctype_t wt; -+ wint_t wt; - #endif - const CHAR *startp = p; - |