pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lftp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 14 11:11:33 UTC 2020

Modified Files:
        pkgsrc/net/lftp: Makefile distinfo
Removed Files:
        pkgsrc/net/lftp/patches: patch-ab

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/net/lftp/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/lftp/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/net/lftp/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lftp/Makefile
diff -u pkgsrc/net/lftp/Makefile:1.135 pkgsrc/net/lftp/Makefile:1.136
--- pkgsrc/net/lftp/Makefile:1.135      Fri May 22 10:56:28 2020
+++ pkgsrc/net/lftp/Makefile    Fri Aug 14 11:11:32 2020
@@ -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/

Index: pkgsrc/net/lftp/distinfo
diff -u pkgsrc/net/lftp/distinfo:1.73 pkgsrc/net/lftp/distinfo:1.74
--- pkgsrc/net/lftp/distinfo:1.73       Thu Feb 13 18:57:21 2020
+++ pkgsrc/net/lftp/distinfo    Fri Aug 14 11:11:32 2020
@@ -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



Home | Main Index | Thread Index | Old Index