--- - branch: MAIN date: Sat Apr 17 09:55:35 UTC 2021 files: - new: '1.19' old: '1.18' path: pkgsrc/net/rclone/Makefile pathrev: pkgsrc/net/rclone/Makefile@1.19 type: modified - new: '1.11' old: '1.10' path: pkgsrc/net/rclone/distinfo pathrev: pkgsrc/net/rclone/distinfo@1.11 type: modified - new: '1.5' old: '1.4' path: pkgsrc/net/rclone/go-modules.mk pathrev: pkgsrc/net/rclone/go-modules.mk@1.5 type: modified id: 20210417T095535Z.4ff3d333000e9275028a9577f0fced545cbfb543 log: "rclone: Update to 1.55.0\n\nChanges:\n1.55.0\n------\n* New commands\n * `selfupdate` (Ivan Andreev)\n * Allows rclone to update itself in-place or via a package (using `--package` flag)\n * Reads cryptographically signed signatures for non beta releases\n * Works on all OSes.\n * `test` - these are test commands - use with care!\n * `histogram` - Makes a histogram of file name characters.\n * `info` - Discovers file name or other limitations for paths.\n * `makefiles` - Make a random file hierarchy for testing.\n \ * `memory` - Load all the objects at remote:path into memory and report memory stats.\n* New Features\n * Connection strings\n * Config parameters can now be passed as part of the remote name as a connection string.\n * For example to do the equivalent of `--drive-shared-with-me` use `drive,shared_with_me:`\n \ * Make sure we don't save on the fly remote config to the config file (Nick Craig-Wood)\n * Make sure backends with additional config have a different name for caching (Nick Craig-Wood)\n * This work was sponsored by CERN, through the [CS3MESH4EOSC Project](https://cs3mesh4eosc.eu/).\n * CS3MESH4EOSC has received funding from the European Union窶å\x86± Horizon 2020\n \ * research and innovation programme under Grant Agreement no. 863353.\n \ * build\n * Update go build version to go1.16 and raise minimum go version to go1.13 (Nick Craig-Wood)\n * Make a macOS ARM64 build to support Apple Silicon (Nick Craig-Wood)\n * Install macfuse 4.x instead of osxfuse 3.x (Nick Craig-Wood)\n * Use `GO386=softfloat` instead of deprecated `GO386=387` for 386 builds (Nick Craig-Wood)\n * Disable IOS builds for the time being (Nick Craig-Wood)\n * Androids builds made with up to date NDK (x0b)\n \ * Add an rclone user to the Docker image but don't use it by default (cynthia kwok)\n * dedupe: Make largest directory primary to minimize data moved (Saksham Khanna)\n * config\n * Wrap config library in an interface (Fionera)\n \ * Make config file system pluggable (Nick Craig-Wood)\n * `--config \"\"` or `\"/notfound\"` for in memory config only (Nick Craig-Wood)\n * Clear fs cache of stale entries when altering config (Nick Craig-Wood)\n * copyurl: Add option to print resulting auto-filename (albertony)\n * delete: Make `--rmdirs` obey the filters (Nick Craig-Wood)\n * docs - many fixes and reworks from edwardxml, albertony, pvalls, Ivan Andreev, Evan Harris, buengese, Alexey Tabakman\n * encoder/filename - add SCSU as tables (Klaus Post)\n * Add multiple paths support to `--compare-dest` and `--copy-dest` flag (K265)\n \ * filter: Make `--exclude \"dir/\"` equivalent to `--exclude \"dir/**\"` (Nick Craig-Wood)\n * fshttp: Add DSCP support with `--dscp` for QoS with differentiated services (Max Sum)\n * lib/cache: Add Delete and DeletePrefix methods (Nick Craig-Wood)\n * lib/file\n * Make pre-allocate detect disk full errors and return them (Nick Craig-Wood)\n * Don't run preallocate concurrently (Nick Craig-Wood)\n * Retry preallocate on EINTR (Nick Craig-Wood)\n * operations: Made copy and sync operations obey a RetryAfterError (Ankur Gupta)\n \ * rc\n * Add string alternatives for setting options over the rc (Nick Craig-Wood)\n * Add `options/local` to see the options configured in the context (Nick Craig-Wood)\n * Add `_config` parameter to set global config for just this rc call (Nick Craig-Wood)\n * Implement passing filter config with `_filter` parameter (Nick Craig-Wood)\n * Add `fscache/clear` and `fscache/entries` to control the fs cache (Nick Craig-Wood)\n * Avoid +Inf value for speed in `core/stats` (albertony)\n * Add a full set of stats to `core/stats` (Nick Craig-Wood)\n * Allow `fs=` params to be a JSON blob (Nick Craig-Wood)\n * rcd: Added systemd notification during the `rclone rcd` command. (Naveen Honest Raj)\n * rmdirs: Make `--rmdirs` obey the filters (Nick Craig-Wood)\n * version: Show build tags and type of executable (Ivan Andreev)\n* Bug Fixes\n * install.sh: make it fail on download errors (Ivan Andreev)\n \ * Fix excessive retries missing `--max-duration` timeout (Nick Craig-Wood)\n \ * Fix crash when `--low-level-retries=0` (Nick Craig-Wood)\n * Fix failed token refresh on mounts created via the rc (Nick Craig-Wood)\n * fshttp: Fix bandwidth limiting after bad merge (Nick Craig-Wood)\n * lib/atexit\n * Unregister interrupt handler once it has fired so users can interrupt again (Nick Craig-Wood)\n * Fix occasional failure to unmount with CTRL-C (Nick Craig-Wood)\n \ * Fix deadlock calling Finalise while Run is running (Nick Craig-Wood)\n \ * lib/rest: Fix multipart uploads not stopping on context cancel (Nick Craig-Wood)\n* Mount\n * Allow mounting to root directory on windows (albertony)\n * Improved handling of relative paths on windows (albertony)\n * Fix unicode issues with accented characters on macOS (Nick Craig-Wood)\n * Docs: document the new FileSecurity option in WinFsp 2021 (albertony)\n * Docs: add note about volume path syntax on windows (albertony)\n * Fix caching of old directories after renaming them (Nick Craig-Wood)\n * Update cgofuse to the latest version to bring in macfuse 4 fix (Nick Craig-Wood)\n* VFS\n * `--vfs-used-is-size` to report used space using recursive scan (tYYGH)\n * Don't set modification time if it was already correct (Nick Craig-Wood)\n * Fix Create causing windows explorer to truncate files on CTRL-C CTRL-V (Nick Craig-Wood)\n * Fix modtimes not updating when writing via cache (Nick Craig-Wood)\n * Fix modtimes changing by fractional seconds after upload (Nick Craig-Wood)\n * Fix modtime set if `--vfs-cache-mode writes`/`full` and no write (Nick Craig-Wood)\n * Rename files in cache and cancel uploads on directory rename (Nick Craig-Wood)\n * Fix directory renaming by renaming dirs cached in memory (Nick Craig-Wood)\n* Local\n * Add flag `--local-no-preallocate` (David Sze)\n * Make `nounc` an advanced option except on Windows (albertony)\n \ * Don't ignore preallocate disk full errors (Nick Craig-Wood)\n* Cache\n * Add `--fs-cache-expire-duration` to control the fs cache (Nick Craig-Wood)\n* Crypt\n * Add option to not encrypt data (Vesnyx)\n * Log hash ok on upload (albertony)\n* Azure Blob\n * Add container public access level support. (Manish Kumar)\n* B2\n * Fix HTML files downloaded via cloudflare (Nick Craig-Wood)\n* Box\n * Fix transfers getting stuck on token expiry after API change (Nick Craig-Wood)\n* Chunker\n * Partially implement no-rename transactions (Maxwell Calman)\n* Drive\n * Don't stop server side copy if couldn't read description (Nick Craig-Wood)\n * Pass context on to drive SDK - to help with cancellation (Nick Craig-Wood)\n* Dropbox\n * Add polling for changes support (Robert Thomas)\n \ * Make `--timeout 0` work properly (Nick Craig-Wood)\n * Raise priority of rate limited message to INFO to make it more noticeable (Nick Craig-Wood)\n* Fichier\n * Implement copy & move (buengese)\n * Implement public link (buengese)\n* FTP\n * Implement Shutdown method (Nick Craig-Wood)\n * Close idle connections after `--ftp-idle-timeout` (1m by default) (Nick Craig-Wood)\n * Make `--timeout 0` work properly (Nick Craig-Wood)\n * Add `--ftp-close-timeout` flag for use with awkward ftp servers (Nick Craig-Wood)\n * Retry connections and logins on 421 errors (Nick Craig-Wood)\n* Hdfs\n * Fix permissions for when directory is created (Lucas Messenger)\n* Onedrive\n * Make `--timeout 0` work properly (Nick Craig-Wood)\n* S3\n * Fix `--s3-profile` which wasn't working (Nick Craig-Wood)\n* SFTP\n * Close idle connections after `--sftp-idle-timeout` (1m by default) (Nick Craig-Wood)\n * Fix \"file not found\" errors for read once servers (Nick Craig-Wood)\n * Fix SetModTime stat failed: object not found with `--sftp-set-modtime=false` (Nick Craig-Wood)\n* Swift\n * Update github.com/ncw/swift to v2.0.0 (Nick Craig-Wood)\n * Implement copying large objects (nguyenhuuluan434)\n* Union\n \ * Fix crash when using epff policy (Nick Craig-Wood)\n * Fix union attempting to update files on a read only file system (Nick Craig-Wood)\n * Refactor to use fspath.SplitFs instead of fs.ParseRemote (Nick Craig-Wood)\n * Fix initialisation broken in refactor (Nick Craig-Wood)\n* WebDAV\n * Add support for sharepoint with NTLM authentication (Rauno Ots)\n * Make sharepoint-ntlm docs more consistent (Alex Chen)\n * Improve terminology in sharepoint-ntlm docs (Ivan Andreev)\n \ * Disable HTTP/2 for NTLM authentication (georne)\n * Fix sharepoint-ntlm error 401 for parallel actions (Ivan Andreev)\n * Check that purged directory really exists (Ivan Andreev)\n* Yandex\n * Make `--timeout 0` work properly (Nick Craig-Wood)\n* Zoho\n * Replace client id - you will need to `rclone config reconnect` after this (buengese)\n * Add forgotten setupRegion() to NewFs - this finally fixes regions other than EU (buengese)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/net/rclone' unixtime: '1618653335' user: leot