pkgsrc-WIP-changes archive

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

rclone: Update wip/rclone to 1.45



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Nov 26 12:49:21 2018 +0100
Changeset:	3bfb7f0a42be845f6d590b35a00ce08f49aa5ddc

Modified Files:
	rclone/Makefile
	rclone/distinfo

Log Message:
rclone: Update wip/rclone to 1.45

Changes:
* New backends
  * The Yandex backend was re-written - see below for details (Sebastian Bünger)
* New commands
  * rcd: New command just to serve the remote control API (Nick Craig-Wood)
* New Features
  * The remote control API (rc) was greatly expanded to allow full control over rclone (Nick Craig-Wood)
    * sensitive operations require authorization or the `--rc-no-auth` flag
    * config/* operations to configure rclone
    * options/* for reading/setting command line flags
    * operations/* for all low level operations, eg copy file, list directory
    * sync/* for sync, copy and move
    * `--rc-files` flag to serve files on the rc http server
      * this is for building web native GUIs for rclone
    * Optionally serving objects on the rc http server
    * Ensure rclone fails to start up if the `--rc` port is in use already
    * See [the rc docs](https://rclone.org/rc/) for more info
  * sync/copy/move
    * Make `--files-from` only read the objects specified and don't scan directories (Nick Craig-Wood)
      * This is a huge speed improvement for destinations with lots of files
  * filter: Add `--ignore-case` flag (Nick Craig-Wood)
  * ncdu: Add remove function ('d' key) (Henning Surmeier)
  * rc command
    * Add `--json` flag for structured JSON input (Nick Craig-Wood)
    * Add `--user` and `--pass` flags and interpret `--rc-user`, `--rc-pass`, `--rc-addr` (Nick Craig-Wood)
  * build
    * Require go1.8 or later for compilation (Nick Craig-Wood)
    * Enable softfloat on MIPS arch (Scott Edlund)
    * Integration test framework revamped with a better report and better retries (Nick Craig-Wood)
* Bug Fixes
   * cmd: Make --progress update the stats correctly at the end (Nick Craig-Wood)
   * config: Create config directory on save if it is missing (Nick Craig-Wood)
   * dedupe: Check for existing filename before renaming a dupe file (ssaqua)
   * move: Don't create directories with --dry-run (Nick Craig-Wood)
   * operations: Fix Purge and Rmdirs when dir is not the root (Nick Craig-Wood)
   * serve http/webdav/restic: Ensure rclone exits if the port is in use (Nick Craig-Wood)
* Mount
   * Make `--volname` work for Windows and macOS (Nick Craig-Wood)
* Azure Blob
   * Avoid context deadline exceeded error by setting a large TryTimeout value (brused27)
   * Fix erroneous Rmdir error "directory not empty" (Nick Craig-Wood)
   * Wait for up to 60s to create a just deleted container (Nick Craig-Wood)
* Dropbox
   * Add dropbox impersonate support (Jake Coggiano)
* Jottacloud
   * Fix bug in `--fast-list` handing of empty folders (albertony)
* Opendrive
   * Fix transfer of files with `+` and `&` in (Nick Craig-Wood)
   * Fix retries of upload chunks (Nick Craig-Wood)
* S3
   * Set ACL for server side copies to that provided by the user (Nick Craig-Wood)
   * Fix role_arn, credential_source, ... (Erik Swanson)
   * Add config info for Wasabi's US-West endpoint (Henry Ptasinski)
* SFTP
   * Ensure file hash checking is really disabled (Jon Fautley)
* Swift
   * Add pacer for retries to make swift more reliable (Nick Craig-Wood)
* WebDAV
   * Add Content-Type to PUT requests (Nick Craig-Wood)
   * Fix config parsing so `--webdav-user` and `--webdav-pass` flags work (Nick Craig-Wood)
   * Add RFC3339 date format (Ralf Hemberger)
* Yandex
   * The yandex backend was re-written (Sebastian Bünger)
     * This implements low level retries (Sebastian Bünger)
     * Copy, Move, DirMove, PublicLink and About optional interfaces (Sebastian Bünger)
     * Improved general error handling (Sebastian Bünger)
     * Removed ListR for now due to inconsistent behaviour (Sebastian Bünger)

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

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 9f37172ae5..2919f0200c 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.44
-PKGREVISION=	1
+DISTNAME=	rclone-1.45
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ncw/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/rclone/distinfo b/rclone/distinfo
index f0e6964f1f..a1b48cd948 100644
--- a/rclone/distinfo
+++ b/rclone/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rclone-1.44.tar.gz) = 632c355bbcef0e87059bd20c218ba986b2d2e543
-RMD160 (rclone-1.44.tar.gz) = 694a51fc3e57892935dfb8609585274284eb0c01
-SHA512 (rclone-1.44.tar.gz) = 1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b
-Size (rclone-1.44.tar.gz) = 16362501 bytes
+SHA1 (rclone-1.45.tar.gz) = 23052692488645a25249f85b0d8833527238d280
+RMD160 (rclone-1.45.tar.gz) = 9b8a450ab9a3ff92c8fce9472adc9b410872f91c
+SHA512 (rclone-1.45.tar.gz) = 348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a
+Size (rclone-1.45.tar.gz) = 16494131 bytes


Home | Main Index | Thread Index | Old Index