Skip to content

Commit

Permalink
net/rclone: update to 1.60.1
Browse files Browse the repository at this point in the history
ChangeLog: https://rclone.org/changelog/#v1-60-1-2022-11-17

Bug Fixes
 * lib/cache: Fix alias backend shutting down too soon
 * wasm: Fix walltime link error by adding up-to-date wasm_exec.js
docs
    * Update faq.md with bisync
    * Corrected download links in windows install docs
    * Add direct download link for windows arm64
    * Remove link to rclone slack as it is no longer supported
    * Faq: how to use a proxy server that requires a username and password
    * Oracle-object-storage: doc fix
    * Fix typo remove in rclone_serve_restic command
    * Fix character that was incorrectly interpreted as markdown
VFS
 * Fix deadlock caused by cache cleaner and upload finishing
Local
 * Clean absolute paths
 * Fix -L/--copy-links with filters missing directories
Mailru
 * Note that an app password is now needed
 * Allow timestamps to be before the epoch 1970-01-01
S3
 * Add provider quirk --s3-might-gzip to fix corrupted on transfer: sizes differ
 * Allow Storj to server side copy since it seems to work now
 * Fix for unchecked err value in s3 listv2
 * Add additional Wasabi locations
Smb
 * Fix Failed to sync: context canceled at the end of syncs
WebDAV
 * Fix Move/Copy/DirMove when using -server-side-across-configs

PR:		268035
Reported by:	tremere@cainites.net (maintainer)
MFH:		2022Q4 (bugfixes)
  • Loading branch information
RvdE authored and Fernando Apesteguía committed Nov 29, 2022
1 parent eb44e16 commit d25e333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion net/rclone/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rclone
DISTVERSIONPREFIX= v
DISTVERSION= 1.60.0
DISTVERSION= 1.60.1
CATEGORIES= net

MAINTAINER= tremere@cainites.net
Expand Down
10 changes: 5 additions & 5 deletions net/rclone/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1666599678
SHA256 (go/net_rclone/rclone-v1.60.0/v1.60.0.mod) = 36eabd1664bdc5c97d72ffe5677e6c16af9d6134fbd8c7a66d6f5292c65390aa
SIZE (go/net_rclone/rclone-v1.60.0/v1.60.0.mod) = 6655
SHA256 (go/net_rclone/rclone-v1.60.0/v1.60.0.zip) = dc0882586bda58dda7b56cdc9155b0362140a96adc8ac41ff7ff4c84f0be26cf
SIZE (go/net_rclone/rclone-v1.60.0/v1.60.0.zip) = 16858599
TIMESTAMP = 1669582813
SHA256 (go/net_rclone/rclone-v1.60.1/v1.60.1.mod) = 36eabd1664bdc5c97d72ffe5677e6c16af9d6134fbd8c7a66d6f5292c65390aa
SIZE (go/net_rclone/rclone-v1.60.1/v1.60.1.mod) = 6655
SHA256 (go/net_rclone/rclone-v1.60.1/v1.60.1.zip) = ce1c084a9803893626a85136af82a815e03fbebbb3ac050b2c659864692f78b8
SIZE (go/net_rclone/rclone-v1.60.1/v1.60.1.zip) = 16865912

0 comments on commit d25e333

Please sign in to comment.