--- - branch: MAIN date: Thu Feb 11 22:02:19 UTC 2021 files: - new: '1.16' old: '1.15' path: pkgsrc/net/rclone/Makefile pathrev: pkgsrc/net/rclone/Makefile@1.16 type: modified - new: '1.9' old: '1.8' path: pkgsrc/net/rclone/distinfo pathrev: pkgsrc/net/rclone/distinfo@1.9 type: modified - new: '1.3' old: '1.2' path: pkgsrc/net/rclone/go-modules.mk pathrev: pkgsrc/net/rclone/go-modules.mk@1.3 type: modified id: 20210211T220219Z.1a27014368bdc0dd27cd52fb06f5b7a31c34d7bc log: "rclone: Update to 1.54.0\n\nChanges:\n1.54.0\n------\n* New backends\n * Compression remote (experimental) (buengese)\n * Enterprise File Fabric (Nick Craig-Wood)\n * This work was sponsored by [Storage Made Easy](https://storagemadeeasy.com/)\n \ * HDFS (Hadoop Distributed File System) (Yury Stankevich)\n * Zoho workdrive (buengese)\n* New Features\n * Deglobalise the config (Nick Craig-Wood)\n * Global config now read from the context\n * This will enable passing of global config via the rc\n * This work was sponsored by [Digitalis](digitalis.io)\n \ * Add `--bwlimit` for upload and download (Nick Craig-Wood)\n * Obey bwlimit in http Transport for better limiting\n * Enhance systemd integration (Hekmon)\n \ * log level identification, manual activation with flag, automatic systemd launch detection\n * Don't compile systemd log integration for non unix systems (Benjamin Gustin)\n * Add a `--download` flag to md5sum/sha1sum/hashsum to force rclone to download and hash files locally (lostheli)\n * Add `--progress-terminal-title` to print ETA to terminal title (LaSombra)\n * Make backend env vars show in help as the defaults for backend flags (Nick Craig-Wood)\n * build\n * Raise minimum go version to go1.12 (Nick Craig-Wood)\n * dedupe\n * Add `--by-hash` to dedupe on content hash not file name (Nick Craig-Wood)\n * Add `--dedupe-mode list` to just list dupes, changing nothing (Nick Craig-Wood)\n * Add warning if used on a remote which can't have duplicate names (Nick Craig-Wood)\n * fs\n \ * Add Shutdown optional method for backends (Nick Craig-Wood)\n * When using `--files-from` check files concurrently (zhucan)\n * Accumulate stats when using `--dry-run` (Ingo Weiss)\n * Always show stats when using `--dry-run` or `--interactive` (Nick Craig-Wood)\n * Add support for flag `--no-console` on windows to hide the console window (albertony)\n * genautocomplete: Add support to output to stdout (Ingo)\n * ncdu\n * Highlight read errors instead of aborting (Claudio Bantaloukas)\n * Add sort by average size in directory (Adam Plánský)\n * Add toggle option for average s3ize in directory - key 'a' (Adam Plánský)\n * Add empty folder flag into ncdu browser (Adam Plánský)\n \ * Add `!` (errror) and `.` (unreadable) file flags to go with `e` (empty) (Nick Craig-Wood)\n * obscure: Make `rclone osbcure -` ignore newline at end of line (Nick Craig-Wood)\n * operations\n * Add logs when need to upload files to set mod times (Nick Craig-Wood)\n * Move and copy log name of the destination object in verbose (Adam Plánský)\n * Add size if known to skipped items and JSON log (Nick Craig-Wood)\n * rc\n * Prefer actual listener address if using \":port\" or \"addr:0\" only (Nick Craig-Wood)\n * Add listener for finished jobs (Aleksandar Jankovic)\n * serve ftp: Add options to enable TLS (Deepak Sah)\n * serve http/webdav: Redirect requests to the base url without the / (Nick Craig-Wood)\n * serve restic: Implement object cache (Nick Craig-Wood)\n \ * stats: Add counter for deleted directories (Nick Craig-Wood)\n * sync: Only print \"There was nothing to transfer\" if no errors (Nick Craig-Wood)\n * webui\n \ * Prompt user for updating webui if an update is available (Chaitanya Bankanhal)\n \ * Fix plugins initialization (negative0)\n* Bug Fixes\n * fs\n * Fix nil pointer on copy & move operations directly to remote (Anagh Kumar Baranwal)\n \ * Fix parsing of .. when joining remotes (Nick Craig-Wood)\n * log: Fix enabling systemd logging when using `--log-file` (Nick Craig-Wood)\n * check\n \ * Make the error count match up in the log message (Nick Craig-Wood)\n * move: Fix data loss when source and destination are the same object (Nick Craig-Wood)\n \ * operations\n * Fix `--cutof-mode` hard not cutting off immediately (Nick Craig-Wood)\n * Fix `--immutable` error message (Nick Craig-Wood)\n * sync\n \ * Fix `--cutoff-mode` soft & cautious so it doesn't end the transfer early (Nick Craig-Wood)\n * Fix `--immutable` errors retrying many times (Nick Craig-Wood)\n* Docs\n * Many fixes and a rewrite of the filtering docs (edwardxml)\n \ * Many spelling and grammar fixes (Josh Soref)\n * Doc fixes for commands delete, purge, rmdir, rmdirs and mount (albertony)\n * And thanks to these people for many doc fixes too numerous to list\n * Ameer Dawood, Antoine GIRARD, Bob Bagwill, Christopher Stewart\n * CokeMine, David, Dov Murik, Durval Menezes, Evan Harris, gtorelly\n * Ilyess Bachiri, Janne Johansson, Kerry Su, Marcin Zelent,\n * Martin Michlmayr, Milly, SÆ¡n Trần-Nguyá»\Nn\n* Mount\n * Update systemd status with cache stats (Hekmon)\n * Disable bazil/fuse based mount on macOS (Nick Craig-Wood)\n * Make `rclone mount` actually run `rclone cmount` under macOS (Nick Craig-Wood)\n * Implement mknod to make NFS file creation work (Nick Craig-Wood)\n * Make sure we don't call umount more than once (Nick Craig-Wood)\n * More user friendly mounting as network drive on windows (albertony)\n \ * Detect if uid or gid are set in same option string: -o uid=123,gid=456 (albertony)\n \ * Don't attempt to unmount if fs has been destroyed already (Nick Craig-Wood)\n* VFS\n * Fix virtual entries causing deleted files to still appear (Nick Craig-Wood)\n \ * Fix \"file already exists\" error for stale cache files (Nick Craig-Wood)\n \ * Fix file leaks with `--vfs-cache-mode` full and `--buffer-size 0` (Nick Craig-Wood)\n \ * Fix invalid cache path on windows when using :backend: as remote (albertony)\n* Local\n * Continue listing files/folders when a circular symlink is detected (Manish Gupta)\n * New flag `--local-zero-size-links` to fix sync on some virtual filesystems (Riccardo Iaconelli)\n* Azure Blob\n * Add support for service principals (James Lim)\n * Add support for managed identities (Brad Ackerman)\n * Add examples for access tier (Bob Pusateri)\n * Utilize the streaming capabilities from the SDK for multipart uploads (Denis Neuling)\n * Fix setting of mime types (Nick Craig-Wood)\n * Fix crash when listing outside a SAS URL's root (Nick Craig-Wood)\n \ * Delete archive tier blobs before update if `--azureblob-archive-tier-delete` (Nick Craig-Wood)\n * Fix crash on startup (Nick Craig-Wood)\n * Fix memory usage by upgrading the SDK to v0.13.0 and implementing a TransferManager (Nick Craig-Wood)\n * Require go1.14+ to compile due to SDK changes (Nick Craig-Wood)\n* B2\n * Make NewObject use less expensive API calls (Nick Craig-Wood)\n * This will improve `--files-from` and `restic serve` in particular\n * Fixed crash on an empty file name (lluuaapp)\n* Box\n * Fix NewObject for files that differ in case (Nick Craig-Wood)\n * Fix finding directories in a case insentive way (Nick Craig-Wood)\n* Chunker\n * Skip long local hashing, hash in-transit (fixes) (Ivan Andreev)\n * Set Features ReadMimeType to false as Object.MimeType not supported (Nick Craig-Wood)\n * Fix case-insensitive NewObject, test metadata detection (Ivan Andreev)\n* Drive\n * Implement `rclone backend copyid` command for copying files by ID (Nick Craig-Wood)\n * Added flag `--drive-stop-on-download-limit` to stop transfers when the download limit is exceeded (Anagh Kumar Baranwal)\n \ * Implement CleanUp workaround for team drives (buengese)\n * Allow shortcut resolution and creation to be retried (Nick Craig-Wood)\n * Log that emptying the trash can take some time (Nick Craig-Wood)\n * Add xdg office icons to xdg desktop files (Pau Rodriguez-Estivill)\n* Dropbox\n * Add support for viewing shared files and folders (buengese)\n * Enable short lived access tokens (Nick Craig-Wood)\n * Implement IDer on Objects so `rclone lsf` etc can read the IDs (buengese)\n * Set Features ReadMimeType to false as Object.MimeType not supported (Nick Craig-Wood)\n * Make malformed_path errors from too long files not retriable (Nick Craig-Wood)\n * Test file name length before upload to fix upload loop (Nick Craig-Wood)\n* Fichier\n * Set Features ReadMimeType to true as Object.MimeType is supported (Nick Craig-Wood)\n* FTP\n * Add `--ftp-disable-msld` option to ignore MLSD for really old servers (Nick Craig-Wood)\n * Make `--tpslimit apply` (Nick Craig-Wood)\n* Google Cloud Storage\n * Storage class object header support (Laurens Janssen)\n * Fix anonymous client to use rclone's HTTP client (Nick Craig-Wood)\n * Fix `Entry doesn't belong in directory \"\" (same as directory) - ignoring` (Nick Craig-Wood)\n* Googlephotos\n * New flag `--gphotos-include-archived` to show archived photos as well (Nicolas Rueff)\n* Jottacloud\n * Don't erroneously report support for writing mime types (buengese)\n * Add support for Telia Cloud (Patrik Nordlén)\n* Mailru\n * Accept special folders eg camera-upload (Ivan Andreev)\n * Avoid prehashing of large local files (Ivan Andreev)\n * Fix uploads after recent changes on server (Ivan Andreev)\n * Fix range requests after June 2020 changes on server (Ivan Andreev)\n * Fix invalid timestamp on corrupted files (fixes) (Ivan Andreev)\n * Remove deprecated protocol quirks (Ivan Andreev)\n* Memory\n * Fix setting of mime types (Nick Craig-Wood)\n* Onedrive\n * Add support for China region operated by 21vianet and other regional suppliers (NyaMisty)\n \ * Warn on gateway timeout errors (Nick Craig-Wood)\n * Fall back to normal copy if server-side copy unavailable (Alex Chen)\n * Fix server-side copy completely disabled on OneDrive for Business (Cnly)\n * (business only) workaround to replace existing file on server-side copy (Alex Chen)\n * Enhance link creation with expiry, scope, type and password (Nick Craig-Wood)\n * Remove % and # from the set of encoded characters (Alex Chen)\n * Support addressing site by server-relative URL (kice)\n* Opendrive\n * Fix finding directories in a case insensitive way (Nick Craig-Wood)\n* Pcloud\n * Fix setting of mime types (Nick Craig-Wood)\n* Premiumizeme\n * Fix finding directories in a case insensitive way (Nick Craig-Wood)\n* Qingstor\n * Fix error propagation in CleanUp (Nick Craig-Wood)\n * Fix rclone cleanup (Nick Craig-Wood)\n* S3\n * Added `--s3-disable-http2` to disable http/2 (Anagh Kumar Baranwal)\n * Complete SSE-C implementation (Nick Craig-Wood)\n \ * Fix hashes on small files with AWS:KMS and SSE-C (Nick Craig-Wood)\n * Add MD5 metadata to objects uploaded with SSE-AWS/SSE-C (Nick Craig-Wood)\n * Add `--s3-no-head parameter` to minimise transactions on upload (Nick Craig-Wood)\n \ * Update docs with a Reducing Costs section (Nick Craig-Wood)\n * Added error handling for error code 429 indicating too many requests (Anagh Kumar Baranwal)\n \ * Add requester pays option (kelv)\n * Fix copy multipart with v2 auth failing with 'SignatureDoesNotMatch' (Louis Koo)\n* SFTP\n * Allow cert based auth via optional pubkey (Stephen Harris)\n * Allow user to optionally check server hosts key to add security (Stephen Harris)\n * Defer asking for user passwords until the SSH connection succeeds (Stephen Harris)\n * Remember entered password in AskPass mode (Stephen Harris)\n * Implement Shutdown method (Nick Craig-Wood)\n \ * Implement keyboard interactive authentication (Nick Craig-Wood)\n * Make `--tpslimit` apply (Nick Craig-Wood)\n * Implement `--sftp-use-fstat` for unusual SFTP servers (Nick Craig-Wood)\n* Sugarsync\n * Fix NewObject for files that differ in case (Nick Craig-Wood)\n * Fix finding directories in a case insentive way (Nick Craig-Wood)\n* Swift\n * Fix deletion of parts of Static Large Object (SLO) (Nguyá»\Nn Hữu Luân)\n * Ensure partially uploaded large files are uploaded unless `--swift-leave-parts-on-error` (Nguyá»\Nn Hữu Luân)\n* Tardigrade\n \ * Upgrade to uplink v1.4.1 (Caleb Case)\n* WebDAV\n * Updated docs to show streaming to nextcloud is working (Durval Menezes)\n* Yandex\n * Set Features WriteMimeType to false as Yandex ignores mime types (Nick Craig-Wood)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/net/rclone' unixtime: '1613080939' user: leot