pkgsrc-WIP-changes archive

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

rclone: Update to 1.47.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 13 19:40:35 2019 +0200
Changeset:	c9d7445cf2d5cda8daaa06ae9c819da73725f895

Modified Files:
	rclone/Makefile
	rclone/distinfo

Log Message:
rclone: Update to 1.47.0

Changes:
1.47.0
------
* New backends
   * Backend for Koofr cloud storage service. (jaKa)
* New Features
   * Resume downloads if the reader fails in copy (Nick Craig-Wood)
       * this means rclone will restart transfers if the source has an error
       * this is most useful for downloads or cloud to cloud copies
   * Use `--fast-list` for listing operations where it won't use more memory
     (Nick Craig-Wood)
       * this should speed up the following operations on remotes which
         support `ListR`
       * `dedupe`, `serve restic` `lsf`, `ls`, `lsl`, `lsjson`, `lsd`,
         `md5sum`, `sha1sum`, `hashsum`, `size`, `delete`, `cat`, `settier`
       * use `--disable ListR` to get old behaviour if required
   * Make `--files-from` traverse the destination unless `--no-traverse` is
     set (Nick Craig-Wood)
       * this fixes `--files-from` with Google drive and excessive API use in
         general.
   * Make server side copy account bytes and obey `--max-transfer`
     (Nick Craig-Wood)
   * Add `--create-empty-src-dirs` flag and default to not creating empty
     dirs (ishuah)
   * Add client side TLS/SSL flags `--ca-cert`/`--client-cert`/`--client-key`
     (Nick Craig-Wood)
   * Implement `--suffix-keep-extension` for use with `--suffix`
     (Nick Craig-Wood)
   * build:
       * Switch to semvar compliant version tags to be go modules compliant
          (Nick Craig-Wood)
       * Update to use go1.12.x for the build (Nick Craig-Wood)
   * serve dlna: Add connection manager service description to improve
     compatibility (Dan Walters)
   * lsf: Add 'e' format to show encrypted names and 'o' for original IDs
     (Nick Craig-Wood)
   * lsjson: Added `--files-only` and `--dirs-only` flags (calistri)
   * rc: Implement operations/publiclink the equivalent of `rclone link`
     (Nick Craig-Wood)
* Bug Fixes
   * accounting: Fix total ETA when `--stats-unit bits` is in effect
     (Nick Craig-Wood)
   * Bash TAB completion
       * Use private custom func to fix clash between rclone and kubectl
          (Nick Craig-Wood)
       * Fix for remotes with underscores in their names (Six)
       * Fix completion of remotes (Florian Gamböck)
       * Fix autocompletion of remote paths with spaces (Danil Semelenov)
   * serve dlna: Fix root XML service descriptor (Dan Walters)
   * ncdu: Fix display corruption with Chinese characters (Nick Craig-Wood)
   * Add SIGTERM to signals which run the exit handlers on unix
     (Nick Craig-Wood)
   * rc: Reload filter when the options are set via the rc (Nick Craig-Wood)
* VFS / Mount
   * Fix FreeBSD: Ignore Truncate if called with no readers and already the
     correct size (Nick Craig-Wood)
   * Read directory and check for a file before mkdir (Nick Craig-Wood)
   * Shorten the locking window for vfs/refresh (Nick Craig-Wood)
* Azure Blob
   * Enable MD5 checksums when uploading files bigger than the "Cutoff"
     (Dr.Rx)
   * Fix SAS URL support (Nick Craig-Wood)
* B2
   * Allow manual configuration of backblaze downloadUrl (Vince)
   * Ignore already_hidden error on remove (Nick Craig-Wood)
   * Ignore malformed `src_last_modified_millis` (Nick Craig-Wood)
* Drive
   * Add `--skip-checksum-gphotos` to ignore incorrect checksums on Google
     Photos (Nick Craig-Wood)
   * Allow server side move/copy between different remotes. (Fionera)
   * Add docs on team drives and `--fast-list` eventual consistency (Nestar47)
   * Fix imports of text files (Nick Craig-Wood)
   * Fix range requests on 0 length files (Nick Craig-Wood)
   * Fix creation of duplicates with server side copy (Nick Craig-Wood)
* Dropbox
   * Retry blank errors to fix long listings (Nick Craig-Wood)
* FTP
   * Add `--ftp-concurrency` to limit maximum number of connections
     (Nick Craig-Wood)
* Google Cloud Storage
   * Fall back to default application credentials (marcintustin)
   * Allow bucket policy only buckets (Nick Craig-Wood)
* HTTP
   * Add `--http-no-slash` for websites with directories with no slashes
     (Nick Craig-Wood)
   * Remove duplicates from listings (Nick Craig-Wood)
   * Fix socket leak on 404 errors (Nick Craig-Wood)
* Jottacloud
   * Fix token refresh (Sebastian Bünger)
   * Add device registration (Oliver Heyme)
* Onedrive
   * Implement graceful cancel of multipart uploads if rclone is interrupted
     (Cnly)
   * Always add trailing colon to path when addressing items, (Cnly)
   * Return errors instead of panic for invalid uploads (Fabian Möller)
* S3
   * Add support for "Glacier Deep Archive" storage class (Manu)
   * Update Dreamhost endpoint (Nick Craig-Wood)
   * Note incompatibility with CEPH Jewel (Nick Craig-Wood)
* SFTP
   * Allow custom ssh client config (Alexandru Bumbacea)
* Swift
   * Obey Retry-After to enable OVH restore from cold storage
     (Nick Craig-Wood)
   * Work around token expiry on CEPH (Nick Craig-Wood)
* WebDAV
   * Allow IsCollection property to be integer or boolean (Nick Craig-Wood)
   * Fix race when creating directories (Nick Craig-Wood)
   * Fix About/df when reading the available/total returns 0 (Nick Craig-Wood)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c9d7445cf2d5cda8daaa06ae9c819da73725f895

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

diffstat:
 rclone/Makefile | 3 +--
 rclone/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/rclone/Makefile b/rclone/Makefile
index 487c7052a2..dbab95357c 100644
--- a/rclone/Makefile
+++ b/rclone/Makefile
@@ -2,8 +2,7 @@
 
 # XXX: When updating changelog is available in
 # XXX: ${WRKSRC}/docs/content/changelog.md
-DISTNAME=	rclone-1.46
-PKGREVISION=	2
+DISTNAME=	rclone-1.47.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ncw/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/rclone/distinfo b/rclone/distinfo
index 9f861c60a5..6bb9355d98 100644
--- a/rclone/distinfo
+++ b/rclone/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rclone-1.46.tar.gz) = f8b8b35201fcee9d6ae8d49f2d8860ba0f7dc8c4
-RMD160 (rclone-1.46.tar.gz) = b8b07e323c120c79fc2cd7537bfc8ed845dfd93d
-SHA512 (rclone-1.46.tar.gz) = e0683c92af0b45536e412d580d46ba25b3c96d501022bdfa63d6c4ccdba341a9efe64d93150c850b69f8413ba068110c453e06b5f4a7756798245ff1fd6f8d46
-Size (rclone-1.46.tar.gz) = 16771447 bytes
+SHA1 (rclone-1.47.0.tar.gz) = 23a83852d2b33a5cb925048397b4246dca5cbdd7
+RMD160 (rclone-1.47.0.tar.gz) = 10808e8ea2d7127d4776880e9c98d5e6e845e97b
+SHA512 (rclone-1.47.0.tar.gz) = 90e68021f589bfad95989b45d91c47da63066e9bc60040052e866d1c7e420bc2784335cc5dbab0e4372c4f8686acb0a65853877c41081c8406eddada42550125
+Size (rclone-1.47.0.tar.gz) = 17282254 bytes


Home | Main Index | Thread Index | Old Index