Revisions of rclone

buildservice-autocommit accepted request 1158770 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 108)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1158768 from John Kizer's avatar John Kizer (johnkizer) (revision 107)
- Update to version 1.66.0:
  * Directory modification times and metadata synced for supported backends
  * Many updates to bisync command options, operation and presentation
  * Description field added for all backends
  * amazonclouddrive: remove backend
  * build: Update to go1.22, go1.20 is minimum required
  * build: CVE-2024-24786 addressed via protobuf upgrade
  * check: Respect --no-unicode-normalization and --ignore-case-sync for --checkfile
  * cmd: Improved shell auto completion reduces size of the completion file and works faster
  * fs: Add more detailed logging for file includes/excludes
  * lsf: Add --time-format flag, make metadata appear for directories
  * lsjson: Make metadata appear for directories (Nick Craig-Wood)
  * rc: Add srcFs and dstFs to core/stats and core/transferred stats,
  * rc: Add operations/hashsum to the rc as rclone hashsum equivalent,
  * rc: Add config/paths to the rc as rclone config paths equivalent
  * sync: Optionally report list of synced paths to file
  * sync: Implement directory sync for mod times and metadata
  * sync: Don't set directory modtimes if already set
  * sync: Don't sync directory modtimes from backends which don't have directories
  * backend: Make backends which use oauth implement the Shutdown and shutdown the oauth properly
  * bisync: Handle unicode and case normalization consistently
  * bisync: Partial uploads known issue on local/ftp/sftp has been resolved (unless using --inplace)
  * bisync: Fixed handling of unicode normalization and case insensitivity, support for relevant flags
  * bisync: No longer fails to find the correct listing file when configs are overridden with backend-specific flags
  * nfsmount: Fix exit after external unmount, fix --volname being ignored
  * operations: Fix case-insensitive moves in operations.Move
  * operations: Fix TestCaseInsensitiveMoveFileDryRun on chunker integration tests
  * operations: Fix TestMkdirModTime test
  * operations: Fix TestSetDirModTime for backends with SetDirModTime but not Metadata
  * operations: Fix typo in log messages
  * serve restic: Fix error handling
  * serve webdav: Fix --baseurl without leading /
  * stats: Fix race between ResetCounters and stopAverageLoop called from time.AfterFunc
  * sync: --fix-case flag to rename case insensitive dest
  * sync: Use operations.DirMove instead of sync.MoveDir for --fix-case
  * systemd: Fix detection and switch to the coreos package everywhere rather than having 2 separate libraries
  * mount: Notice daemon dying much quicker
  * Numerous backend-specific updates detailed at https://rclone.org/changelog/#v1-66-0-2024-03-10 
buildservice-autocommit accepted request 1141432 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 106)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1141364 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 105)
- Update to version 1.65.2:
  * Version v1.65.2
  * azureblob: fix data corruption bug #7590
  * build: add -race flag to integration tester test_all
  * docs: add bisync to index
  * build(deps): bump actions/cache from 3 to 4
  * add missing backtick
  * docs: add rclone OS requirements
  * imagekit: updated overview - supported operations
  * imagekit: Updated docs and web content
  * docs: add warp.dev sponsorship to github home page
  * docs: add warp.dev as a sponsor
  * docs: update website footer
  * vfs: fix stale data when using --vfs-cache-mode full
  * build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7
  * Start v1.65.2-DEV development
buildservice-autocommit accepted request 1137585 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 104)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1137565 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 103)
- Update to version 1.65.1:
buildservice-autocommit accepted request 1129026 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 102)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1128973 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 101)
- Update to version 1.65.0:
buildservice-autocommit accepted request 1118935 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 100)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1118914 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 99)
- Update to version 1.64.2:
  * Version v1.64.2
  * selfupdate: fix "invalid hashsum signature" error
  * build: fix docker build running out of space
  * Start v1.64.2-DEV development

- switch services to manual according to the new guidelines
buildservice-autocommit accepted request 1118451 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 98)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1118369 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 97)
- Update to version 1.64.1:
buildservice-autocommit accepted request 1114965 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 96)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 95)
fix spec
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 94)
update changelog
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 93)
- Update to version 1.64.0:
  * Version v1.64.0
  * protondrive: make cached keys rclone style and not show with `rclone config redacted`
  * docs: document release signing and verification
  * docs: fix typo in rc docs - fixes #7287
  * protondrive: complete docs with all references to Proton Drive
  * drive: add --drive-fast-list-bug-fix to control ListR bug workaround
  * s3: add rclone backend restore-status command
  * Add Drew Stinnett to contributors
  * Add David Pedersen to contributors
  * rc: Add operations/settier to API
  * protondrive: implement two-password mode (#7279)
  * vfs: Update parent directory modtimes on vfs actions
  * hdfs: fix retry "replication in progress" errors when uploading
  * hdfs: fix uploading to the wrong object on Update with overriden remote name
  * test_all: remove filefabric from integration tests
  * Add Oksana and Volodymyr Kit to contributors
  * quatrix: add backend to support Quatrix
  * protondrive: fix signature verification logic by accounting for legacy signing scheme (#7278)
  * vfs: add --vfs-cache-min-free-space to control minimum free space on the disk containing the cache
  * rc: add core/du to measure local disk usage
  * Add lib/diskusage to measure used/free on disks
  * Add zjx20 to contributors
  * local: rmdir return an error if the path is not a dir
  * s3: implement backend set command to update running config
  * protondrive: improves 2fa and draft error messages (#7280)
  * zoho: remove Range requests workarounds to fix integration tests
  * fstests: fix PublicLink failing on storj
  * opendrive: fix List on a just deleted and remade directory
  * operations: fix TestCopyFileMaxTransfer test to not be quite so fussy
buildservice-autocommit accepted request 1099691 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 92)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1099681 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 91)
- Update to version 1.63.1:
  * Version v1.63.1
  * build: add new sponsors page to docs
  * Start v1.63.1-DEV development
  * docs: no need to disable 2FA for Mail.ru Cloud anymore
  * box: fix reconnect failing with HTTP 400 Bad Request
  * webdav: nextcloud chunking: add more guidance for the user to check the config
  * operations: fix .rclonelink files not being converted back to symlinks
  * local: fix partial directory read for corrupted filesystem
  * smb: fix "Statfs failed: bucket or container name is needed" when mounting
  * docs: drive: Fix step 4 in "Making your own client_id"
  * docs: update the number of providers supported
  * docs: remove old donate page
  * webdav: nextcloud: fix must use /dav/files/USER endpoint not /webdav error
  * docs: update contact page on website
  * operations: fix deadlock when using lsd/ls with --progress - Fixes #7102
  * dirtree: fix performance with large directories of directories and --fast-list
  * build: fix macos builds for versions < 12
  * docs: dropbox get client id, clarify you need to click a button
  * docs: website: replace google analytics with plausible analytics
  * docs: rename donate page to sponsor page and rework
  * docs: fixed typo in exclude example in filtering docs (#7097)
- drop fix-nextcloud-chunked.patch:
  included in update
buildservice-autocommit accepted request 1097524 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 90)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1097518 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 89)
- Avoid duplication in the %build section for the pie ppc64 case.
  Just use line continuation for the build cmdline and %ifnarch
  ppc64 to enable pie mode on everything but ppc64

- Fix the rclone version update by properly setting  the package
  variable during the build

- added fix-nextcloud-chunked.patch:
  The patch is a slightly modified version of
  73d1b72bd759f838ad322b42e75111652eafe02e, which should give the
  user more guidance to check the configuration.
  This should fix https://github.com/rclone/rclone/issues/7103
Displaying revisions 1 - 20 of 108
openSUSE Build Service is sponsored by