Description of the patch:
This update for rclone fixes the following issues:
Changes in rclone:
- Update to version 1.74.4 (boo#1267192):
- Version v1.74.4
- gui: update embedded release to 1.1.10
- local: stop --links symlinks escaping the destination directory CVE-2026-54572
- local: don't restore setuid/setgid/sticky bits from metadata by default GHSA-945v-v9p3-v5xw
- s3: strip STS security token on same-host HTTPS->HTTP redirect GHSA-cf44-9pgv-m4xc
- serve restic: fix --private-repos isolation bypass CVE-2026-59733
- archive extract: fix path traversal letting archives escape the destination CVE-2026-59732
- serve s3: fix path traversal letting clients see files in the root GHSA-8v25-v8p6-qf7v
- build: fix multiple CVEs by upgrading to go1.26.5
- s3: fix mounting a prefix failing with 403 when HEAD is not permitted
- drive, googlephotos: warn when using rclone's shared client_id #9580
- drive: fix stray %!(EXTRA) in unexportable google document log message
- serve/http: fix --disable-zip so it works over rc
- serve webdav: fix MOVE overwrite failing without Overwrite header
- fs: fix negative offset when a suffix Range request exceeds object size
- accounting: fix goroutine leak in NewStatsGroup for zero-transfer rc jobs
- cmd/mount2: fix NFS directory listings by supporting non-zero Seekdir offsets
- cmd/mount2: fix ESTALE over NFS by reporting stable inode numbers
- cmd/mount2: fix NFS file creation by implementing Mknod
- smb: fix for IBM iSeries and signature verification
- mega: fix hard deleted files reappearing in listings - fixes #9554
- mega: wait for server events after upload, delete and move
- vfs: fix hang reopening a file during the handle-caching grace period
- s3: correct documented copy_cutoff minimum to 1 byte - Fixes #7391
- fs: fix command line flag being ignored when set to its default value
- docs: fix copy to clipboard functionality for code blocks
- fs/operations: correct...