Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rclone rclone: Update to 1.52.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f5d519d220
branches:  trunk
changeset: 434959:91f5d519d220
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jun 29 12:12:19 2020 +0000

description:
rclone: Update to 1.52.2

Changes:
1.52.2
------
* Bug Fixes
    * build
        * Fix docker release build action (Nick Craig-Wood)
        * Fix custom timezone in Docker image (NoLooseEnds)
    * check: Fix misleading message which printed errors instead of
      differences (Nick Craig-Wood)
    * errors: Add WSAECONNREFUSED and more to the list of retriable Windows
      errors (Nick Craig-Wood)
    * rcd: Fix incorrect prometheus metrics (Gary Kim)
    * serve restic: Fix flags so they use environment variables
      (Nick Craig-Wood)
    * serve webdav: Fix flags so they use environment variables
      (Nick Craig-Wood)
    * sync: Fix --track-renames-strategy modtime (Nick Craig-Wood)
* Drive
    * Fix not being able to delete a directory with a trashed shortcut
      (Nick Craig-Wood)
    * Fix creating a directory inside a shortcut (Nick Craig-Wood)
    * Fix --drive-impersonate with cached root_folder_id (Nick Craig-Wood)
* SFTP
    * Fix SSH key PEM loading (Zac Rubin)
* Swift
    * Speed up deletes by not retrying segment container deletes
      (Nick Craig-Wood)
* Tardigrade
    * Upgrade to uplink v1.1.1 (Caleb Case)
* WebDAV
    * Fix free/used display for rclone about/df for certain backends
      (Nick Craig-Wood)

diffstat:

 net/rclone/Makefile |   5 ++---
 net/rclone/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 31a99b75fd9a -r 91f5d519d220 net/rclone/Makefile
--- a/net/rclone/Makefile       Mon Jun 29 12:11:59 2020 +0000
+++ b/net/rclone/Makefile       Mon Jun 29 12:12:19 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/06/17 09:54:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/29 12:12:19 leot Exp $
 
 # When updating changelog is available in
 # ${WRKSRC}/docs/content/changelog.md
-DISTNAME=      rclone-1.52.1
-PKGREVISION=   1
+DISTNAME=      rclone-1.52.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rclone/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 31a99b75fd9a -r 91f5d519d220 net/rclone/distinfo
--- a/net/rclone/distinfo       Mon Jun 29 12:11:59 2020 +0000
+++ b/net/rclone/distinfo       Mon Jun 29 12:12:19 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2020/06/11 19:55:42 leot Exp $
+$NetBSD: distinfo,v 1.4 2020/06/29 12:12:19 leot Exp $
 
-SHA1 (rclone-1.52.1.tar.gz) = 29f70952ceb017c914e0f22acf785892a88e1ec1
-RMD160 (rclone-1.52.1.tar.gz) = f527abed7e2a4b1d516ed7afb8783112065b55b6
-SHA512 (rclone-1.52.1.tar.gz) = bbd305074071986cf6fb8146c634e35c28e1ea8ce2ce95507c55b95cb19eb3b1453dfb11e365bef5948978328d91df44b936b866c49db26149a17f5ca451ba15
-Size (rclone-1.52.1.tar.gz) = 20029046 bytes
+SHA1 (rclone-1.52.2.tar.gz) = 9249a12b2412aadc713723d7baf9d470ac56c14a
+RMD160 (rclone-1.52.2.tar.gz) = e3f80822701a074c5476bae6d9bcd6392fbce613
+SHA512 (rclone-1.52.2.tar.gz) = f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418
+Size (rclone-1.52.2.tar.gz) = 19515310 bytes
 SHA1 (patch-vfs_vfstest_write__non__unix.go) = fbb230be4fb8540191527b4f04231f2d0148ac51
 SHA1 (patch-vfs_vfstest_write__unix.go) = 4765ca7d7e6ceefc6480a154c2216bd7def33a42



Home | Main Index | Thread Index | Old Index