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.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2b438729a23
branches:  trunk
changeset: 436766:d2b438729a23
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Aug 09 10:10:01 2020 +0000

description:
rclone: Update to 1.52.3

Changes:
1.52.3
------
* Bug Fixes
 * docs
   * Disable smart typography (eg en-dash) in MANUAL.* and man page
     (Nick Craig-Wood)
   * Update install.md to reflect minimum Go version (Evan Harris)
   * Update install from source instructions (Nick Craig-Wood)
   * make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud)
 * log: Fix --use-json-log going to stderr not --log-file on Windows
   (Nick Craig-Wood)
 * serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi)
 * sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood)
* Cache
 * Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood)
* Drive
 * Stop using root_folder_id as a cache (Nick Craig-Wood)
 * Make dangling shortcuts appear in listings (Nick Craig-Wood)
 * Drop "Disabling ListR" messages down to debug (Nick Craig-Wood)
 * Workaround and policy for Google Drive API (Dmitry Ustalov)
* FTP
 * Add note to docs about home vs root directory selection (Nick Craig-Wood)
* Onedrive
 * Fix reverting to Copy when Move would have worked (Nick Craig-Wood)
 * Avoid comma rendered in URL in onedrive.md (Kevin)
* Pcloud
 * Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood)
* S3
 * Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)

diffstat:

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

diffs (32 lines):

diff -r dd8cdf0367ad -r d2b438729a23 net/rclone/Makefile
--- a/net/rclone/Makefile       Sun Aug 09 09:05:08 2020 +0000
+++ b/net/rclone/Makefile       Sun Aug 09 10:10:01 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/07/17 18:04:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2020/08/09 10:10:01 leot Exp $
 
 # When updating changelog is available in
 # ${WRKSRC}/docs/content/changelog.md
-DISTNAME=      rclone-1.52.2
-PKGREVISION=   1
+DISTNAME=      rclone-1.52.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rclone/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r dd8cdf0367ad -r d2b438729a23 net/rclone/distinfo
--- a/net/rclone/distinfo       Sun Aug 09 09:05:08 2020 +0000
+++ b/net/rclone/distinfo       Sun Aug 09 10:10:01 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2020/06/29 12:12:19 leot Exp $
+$NetBSD: distinfo,v 1.5 2020/08/09 10:10:01 leot Exp $
 
-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 (rclone-1.52.3.tar.gz) = d0cda83eae894fbb18c61b0e7fed3dc42db49e28
+RMD160 (rclone-1.52.3.tar.gz) = 8826b90f3d538d3e1a0e3ae2f0cf28a2457d3d0a
+SHA512 (rclone-1.52.3.tar.gz) = ef22477cbe000675e12ecf9d49b035053ab1cf6841ec89073395605fc8ccca25cf5390e8445911d451be4084ae4557452754db15f0937035ad7abe9aecaa2d3d
+Size (rclone-1.52.3.tar.gz) = 19520187 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