Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lftp lftp: updated to 4.9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a64fd7bdcd88
branches:  trunk
changeset: 437009:a64fd7bdcd88
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 14 11:11:32 2020 +0000

description:
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:

 net/lftp/Makefile         |   5 ++---
 net/lftp/distinfo         |  11 +++++------
 net/lftp/patches/patch-ab |  13 -------------
 3 files changed, 7 insertions(+), 22 deletions(-)

diffs (50 lines):

diff -r 35cfbc85b2fd -r a64fd7bdcd88 net/lftp/Makefile
--- a/net/lftp/Makefile Fri Aug 14 11:04:59 2020 +0000
+++ b/net/lftp/Makefile Fri Aug 14 11:11:32 2020 +0000
@@ -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 -r 35cfbc85b2fd -r a64fd7bdcd88 net/lftp/distinfo
--- a/net/lftp/distinfo Fri Aug 14 11:04:59 2020 +0000
+++ b/net/lftp/distinfo Fri Aug 14 11:11:32 2020 +0000
@@ -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 -r 35cfbc85b2fd -r a64fd7bdcd88 net/lftp/patches/patch-ab
--- a/net/lftp/patches/patch-ab Fri Aug 14 11:04:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;
- 



Home | Main Index | Thread Index | Old Index