Hello community, here is the log from the commit of package rclone.15039 for openSUSE:Leap:15.2:Update checked in at 2020-11-24 12:29:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2:Update/rclone.15039 (Old) and /work/SRC/openSUSE:Leap:15.2:Update/.rclone.15039.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rclone.15039" Tue Nov 24 12:29:40 2020 rev:1 rq:849829 version:1.53.3 Changes: -------- New Changes file: --- /dev/null 2020-11-18 17:46:03.679371574 +0100 +++ /work/SRC/openSUSE:Leap:15.2:Update/.rclone.15039.new.5913/rclone.changes 2020-11-24 12:29:41.969754254 +0100 @@ -0,0 +1,1199 @@ +------------------------------------------------------------------- +Fri Nov 20 08:40:29 UTC 2020 - İsmail Dönmez <[email protected]> + +- Update to version 1.53.3 + * Bug Fixes + - Fix incorrect use of math/rand instead of crypto/rand + CVE-2020-28924 boo#1179005 (Nick Craig-Wood) + - Check https://github.com/rclone/passwordcheck for a tool check for + weak passwords generated by rclone + * VFS + - Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood) + * Sharefile + - Fix backend due to API swapping integers for strings (Nick Craig-Wood) + +------------------------------------------------------------------- +Tue Oct 27 07:11:09 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 1.53.2: + * Bug Fixes + - accounting + + Fix incorrect speed and transferTime in core/stats (Nick Craig-Wood) + + Stabilize display order of transfers on Windows (Nick Craig-Wood) + - operations + + Fix use of --suffix without --backup-dir (Nick Craig-Wood) + + Fix spurious "--checksum is in use but the source and destination have no hashes in common" (Nick Craig-Wood) + - build + + Work around GitHub actions brew problem (Nick Craig-Wood) + + Stop using set-env and set-path in the GitHub actions (Nick Craig-Wood) + * Mount + - mount2: Fix the swapped UID / GID values (Russell Cattelan) + * VFS + - Detect and recover from a file being removed externally from the cache (Nick Craig-Wood) + - Fix a deadlock vulnerability in downloaders.Close (Leo Luan) + - Fix a race condition in retryFailedResets (Leo Luan) + - Fix missed concurrency control between some item operations and reset (Leo Luan) + - Add exponential backoff during ENOSPC retries (Leo Luan) + - Add a missed update of used cache space (Leo Luan) + - Fix --no-modtime to not attempt to set modtimes (as documented) (Nick Craig-Wood) + * Local + - Fix sizes and syncing with --links option on Windows (Nick Craig-Wood) + * Chunker + - Disable ListR to fix missing files on GDrive (workaround) (Ivan Andreev) + - Fix upload over crypt (Ivan Andreev) + * Fichier + - Increase maximum file size from 100GB to 300GB (gyutw) + * Jottacloud + - Remove clientSecret from config when upgrading to token based authentication (buengese) + - Avoid double url escaping of device/mountpoint (albertony) + - Remove DirMove workaround as it's not required anymore - also (buengese) + * Mailru + - Fix uploads after recent changes on server (Ivan Andreev) + - Fix range requests after june changes on server (Ivan Andreev) + - Fix invalid timestamp on corrupted files (fixes) (Ivan Andreev) + * Onedrive + - Fix disk usage for sharepoint (Nick Craig-Wood) + * S3 + - Add missing regions for AWS (Anagh Kumar Baranwal) + * Seafile + - Fix accessing libraries > 2GB on 32 bit systems (Muffin King) + * SFTP + - Always convert the checksum to lower case (buengese) + * Union + - Create root directories if none exist (Nick Craig-Wood) + +------------------------------------------------------------------- +Thu Sep 17 10:45:51 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to version 1.53.1: + * Bug Fixes + - accounting: Remove new line from end of --stats-one-line display + * VFS + - Fix spurious error "vfs cache: failed to _ensure cache EOF" + - Log an ERROR if we fail to set the file to be sparse + * Local + - Log an ERROR if we fail to set the file to be sparse + * Drive + - Re-adds special oauth help text + * Opendrive + - Do not retry 400 errors + +------------------------------------------------------------------- +Fri Sep 4 13:43:40 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to version 1.53.0 + * New Features + - The VFS layer was heavily reworked for this release - see below for more details + - Interactive mode -i/--interactive for destructive operations (fishbullet) + - Add --bwlimit-file flag to limit speeds of individual file transfers (Nick Craig-Wood) + - Transfers are sorted by start time in the stats and progress output (Max Sum) + - Make sure backends expand ~ and environment vars in file names they use (Nick Craig-Wood) + - Add --refresh-times flag to set modtimes on hashless backends (Nick Craig-Wood) + - rclone check + + Add reporting of filenames for same/missing/changed (Nick Craig-Wood) + + Make check command obey --dry-run/-i/--interactive (Nick Craig-Wood) + + Make check do --checkers files concurrently (Nick Craig-Wood) + + Retry downloads if they fail when using the --download flag (Nick Craig-Wood) + + Make it show stats by default (Nick Craig-Wood) + - rclone config + + Set RCLONE_CONFIG_DIR for use in config files and subprocesses (Nick Craig-Wood) + + Reject remote names starting with a dash. (jtagcat) + - rclone cryptcheck: Add reporting of filenames for same/missing/changed (Nick Craig-Wood) + - rclone dedupe: Make it obey the --size-only flag for duplicate detection (Nick Craig-Wood) + - rclone link: Add --expire and --unlink flags (Roman Kredentser) + - rclone mkdir: Warn when using mkdir on remotes which can't have empty directories (Nick Craig-Wood) + - rclone rc: Allow JSON parameters to simplify command line usage (Nick Craig-Wood) + - rclone serve ftp + + Don't compile on < go1.13 after dependency update (Nick Craig-Wood) + + Add error message if auth proxy fails (Nick Craig-Wood) + + Use refactored goftp.io/server library for binary shrink (Nick Craig-Wood) + - rclone serve restic: Expose interfaces so that rclone can be used as a library from within restic (Jack) + - rclone sync: Add --track-renames-strategy leaf (Nick Craig-Wood) + - rclone touch: Add ability to set nanosecond resolution times (Nick Craig-Wood) + - rclone tree: Remove -i shorthand for --noindent as it conflicts with -i/--interactive (Nick Craig-Wood) + * Bug Fixes + * Mount + - rc interface + + Add call for unmount all (Chaitanya Bankanhal) + + Make mount/mount remote control take vfsOpt option (Nick Craig-Wood) + + Add mountOpt to mount/mount (Nick Craig-Wood) + + Add VFS and Mount options to mount/listmounts (Nick Craig-Wood) + - Catch panics in cgofuse initialization and turn into error messages (Nick Craig-Wood) + - Always supply stat information in Readdir (Nick Craig-Wood) + - Add support for reading unknown length files using direct IO (Windows) (Nick Craig-Wood) + - Fix On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid. (Nick Craig-Wood) + - Fix volume name broken in recent refactor (Nick Craig-Wood) + * VFS + - Implement partial reads for --vfs-cache-mode full (Nick Craig-Wood) + - Add --vfs-writeback option to delay writes back to cloud storage (Nick Craig-Wood) + - Add --vfs-read-ahead parameter for use with --vfs-cache-mode full (Nick Craig-Wood) + - Restart pending uploads on restart of the cache (Nick Craig-Wood) + - Support synchronous cache space recovery upon ENOSPC (Leo Luan) + - Allow ReadAt and WriteAt to run concurrently with themselves (Nick Craig-Wood) + - Change modtime of file before upload to current (Rob Calistri) + - Recommend --vfs-cache-modes writes on backends which can't stream (Nick Craig-Wood) + - Add an optional fs parameter to vfs rc methods (Nick Craig-Wood) + - Fix errors when using > 260 char files in the cache in Windows (Nick Craig-Wood) + - Fix renaming of items while they are being uploaded (Nick Craig-Wood) + - Fix very high load caused by slow directory listings (Nick Craig-Wood) + - Fix renamed files not being uploaded with --vfs-cache-mode minimal (Nick Craig-Wood) + - Fix directory locking caused by slow directory listings (Nick Craig-Wood) + - Fix saving from chrome without --vfs-cache-mode writes (Nick Craig-Wood) + * Crypt + Add --crypt-server-side-across-configs flag (Nick Craig-Wood) + Make any created backends be cached to fix rc problems (Nick Craig-Wood) + * Azure Blob + Don't compile on < go1.13 after dependency update (Nick Craig-Wood) + * B2 + Implement server side copy for files > 5GB (Nick Craig-Wood) + Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood) + Note that b2's encoding now allows \ but rclone's hasn't changed (Nick Craig-Wood) + Fix transfers when using download_url (Nick Craig-Wood) + * Box + - Implement rclone cleanup (buengese) + - Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood) + - Allow authentication with access token (David) + * Chunker + - Make any created backends be cached to fix rc problems (Nick Craig-Wood) + * Drive + - Add rclone backend drives to list shared drives (teamdrives) (Nick Craig-Wood) + - Implement rclone backend untrash (Nick Craig-Wood) + - Work around drive bug which didn't set modtime of copied docs (Nick Craig-Wood) + - Added --drive-starred-only to only show starred files (Jay McEntire) + - Deprecate --drive-alternate-export as it is no longer needed (themylogin) + - Fix duplication of Google docs on server side copy (Nick Craig-Wood) + - Fix "panic: send on closed channel" when recycling dir entries (Nick Craig-Wood) + * Dropbox + - Add copyright detector info in limitations section in the docs (Alex Guerrero) + - Fix rclone link by removing expires parameter (Nick Craig-Wood) + * Fichier + - Detect Flood detected: IP Locked error and sleep for 30s (Nick Craig-Wood) + * FTP + - Add explicit TLS support (Heiko Bornholdt) + - Add support for --dump bodies and --dump auth for debugging (Nick Craig-Wood) + - Fix interoperation with pure-ftpd (Nick Craig-Wood) + * Google Cloud Storage + - Add support for anonymous access (Kai Lüke) + * Jottacloud + - Bring back legacy authentification for use with whitelabel versions (buengese) + - Switch to new api root - also implement a very ugly workaround for the DirMove failures (buengese) + * Onedrive + - Rework cancel of multipart uploads on rclone exit (Nick Craig-Wood) + - Implement rclone cleanup (Nick Craig-Wood) + - Add --onedrive-no-versions flag to remove old versions (Nick Craig-Wood) + * Pcloud + - Implement rclone link for public link creation (buengese) + * Qingstor + - Cancel in progress multipart uploads on rclone exit (Nick Craig-Wood) + * S3 + - Preserve metadata when doing multipart copy (Nick Craig-Wood) + - Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood) + - Add rclone link for public link sharing (Roman Kredentser) + - Add rclone backend restore command to restore objects from GLACIER (Nick Craig-Wood) + - Add rclone cleanup and rclone backend cleanup to clean unfinished multipart uploads (Nick Craig-Wood) + - Add rclone backend list-multipart-uploads to list unfinished multipart uploads (Nick Craig-Wood) + - Add --s3-max-upload-parts support (Kamil Trzciński) + - Add --s3-no-check-bucket for minimising rclone transactions and perms (Nick Craig-Wood) + - Add --s3-profile and --s3-shared-credentials-file options (Nick Craig-Wood) ++++ 1002 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:Leap:15.2:Update/.rclone.15039.new.5913/rclone.changes New: ---- _service rclone-1.53.3.obscpio rclone.changes rclone.obsinfo rclone.spec vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rclone.spec ++++++ # # spec file for package rclone # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # # nodebuginfo Name: rclone Version: 1.53.3 Release: 0 Summary: Rsync for cloud storage License: MIT Group: Productivity/Networking/Web/Utilities URL: https://rclone.org/ Source: %{name}-%{version}.tar.xz # cd <folder>; go mod vendor ; tar cf vendor.tar.xz vendor Source1: vendor.tar.xz BuildRequires: fdupes BuildRequires: go >= 1.14 %description rsync for cloud storage. rclone is a command line program to sync files and directories to and from a wide variety of cloud storage providers, providing various additional features. %package bash-completion Summary: Bash Completion for %{name} Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Supplements: packageand(%{name}:bash-completion) BuildArch: noarch %description bash-completion Bash command line completion support for %{name}. %package zsh-completion Summary: Zsh Completion for %{name} Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Supplements: packageand(%{name}:zsh) BuildArch: noarch %description zsh-completion Zsh command line completion support for %{name}. %prep %setup -q %setup -q -D -T -a 1 %build go build -o %{name} -mod=vendor -buildmode=pie ./%{name} genautocomplete bash completion.bash ./%{name} genautocomplete zsh completion.zsh %install install -m0755 -D %{name} %{buildroot}%{_bindir}/%{name} install -m0644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -m0644 -D completion.bash %{buildroot}%{_datadir}/bash/%{name} install -m0644 -D completion.zsh %{buildroot}%{_datadir}/zsh/_%{name} %fdupes %{buildroot} %files %doc MANUAL.md README.md RELEASE.md %license COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} %files bash-completion %{_datadir}/bash/ %files zsh-completion %{_datadir}/zsh/ %changelog ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/ncw/rclone.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">1.53.3</param> <param name="revision">v1.53.3</param> <param name="filename">rclone</param> </service> <service name="set_version" mode="disabled"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ rclone.obsinfo ++++++ name: rclone version: 1.53.3 mtime: 1605805316 commit: 55bd60019e12a65430867a4c334f2d0ab49bdc3e _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
