% pkg info -x onedrive onedrive-2.4.16 % onedrive --synchronize WARNING: Your onedrive client version is obsolete and unsupported. Please upgrade your client version. Configuring Global Azure AD Endpoints Initializing the Synchronization Engine ... Syncing changes from OneDrive ... Uploading differences of ~/OneDrive Uploading new items of ~/OneDrive %
@Graham Thank you for the report. This appears to be intentional upstream behaviour, added in in 2.4.16 [1] with a version check. I would ask upstream to improve the messaging, perhaps mentioning the latest version, so it looks less like a DANGEROUS SITUATION and more like a plain version check and convenience notice, less likely to result in bug reports :) I'll update this issue to request a version update. [1] https://github.com/abraunegg/onedrive/pull/1862 ^Triage: 2.4.17 is a bugfix release, MFH candidate
Thank you for the notice. I will prepare the patch for 2.7.17. It may take some time, as build time for llvm* is quite long.
Created attachment 234080 [details] update patch to 2.4.17
Thanks, people. Looking forward to an update in due course.
(In reply to Hiroo Ono from comment #3) BTW, when submitting patches to existing ports, patches generated by `git format-patch` are preferred and will save time for the committer. See porter's handbook.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=89404b6aa1f337f431d1ad6521a0c20f9c6cbb3f commit 89404b6aa1f337f431d1ad6521a0c20f9c6cbb3f Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2022-05-25 02:48:35 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-05-25 04:20:40 +0000 net/onedrive: Update to 2.4.17 Changes: https://github.com/abraunegg/onedrive/blob/v2.4.17/CHANGELOG.md PR: 264112 MFH: 2022Q2 net/onedrive/Makefile | 2 +- net/onedrive/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ace3810ab0bf2a79d24582a6671943fb807374e commit 6ace3810ab0bf2a79d24582a6671943fb807374e Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2022-05-25 02:48:35 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-05-25 06:04:03 +0000 net/onedrive: Update to 2.4.17 Changes: https://github.com/abraunegg/onedrive/blob/v2.4.17/CHANGELOG.md PR: 264112 MFH: 2022Q2 (cherry picked from commit 89404b6aa1f337f431d1ad6521a0c20f9c6cbb3f) net/onedrive/Makefile | 2 +- net/onedrive/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks!
Working. Thanks!