Skip to content

Commit 04d73d3

Browse files
author
adam
committed
rclone: updated to 1.73.2
1.73.2 - Bug Fixes - build - Update to go 1.25.8 to fix CVE-2026-27137 CVE-2026-27138 CVE-2026-25679 CVE-2026-27142 (Nick Craig-Wood) - Update github.com/cloudflare/circl to v1.6.3 to fix CVE-2026-1229 (Nick Craig-Wood) - Update to golang.org/x/net v0.51.0 to fix CVE-2026-27141 (Nick Craig-Wood) - docs fixes: - bisync: Add group Sync to the bisync command (Jan-Philipp Reßler) - Note that --use-server-modtime only works on some backends (Nick Craig-Wood) - Document unsupported S3 object keys with double slashes (Adam Kasztenny) - Fix headers hierarchy for mount.md (Dark Dragon) - Fix new drive flag typo in changelog (razorloves) - Archive - Extract: fix extraction with "./" prefix from tar entry paths (Varun Chawla) - Drime - Fix chunk-uploaded files ignoring workspace ID (a1pcm) - Internxt - Fix Entry doesn't belong in directory errors on windows (jzunigax2) - WebDAV - Escape reserved characters in URL path segments (Varun Chawla) - Add missing headers for CORS (Romāns Potašovs)
1 parent a76d08d commit 04d73d3

3 files changed

Lines changed: 87 additions & 88 deletions

File tree

net/rclone/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# $NetBSD: Makefile,v 1.94 2026/03/06 21:07:57 bsiegert Exp $
1+
# $NetBSD: Makefile,v 1.95 2026/03/10 08:14:56 adam Exp $
22

33
# When updating changelog is available in
44
# ${WRKSRC}/docs/content/changelog.md
5-
DISTNAME= rclone-1.73.1
6-
PKGREVISION= 2
5+
DISTNAME= rclone-1.73.2
76
CATEGORIES= net
87
MASTER_SITES= ${MASTER_SITE_GITHUB:=rclone/}
98
GITHUB_TAG= v${PKGVERSION_NOREV}

0 commit comments

Comments
 (0)