Created attachment 238420 [details] patch to update sysutils/zrepl to 0.6.0 This patch will update sysutils/zrepl to version 0.6.0 It will also resolve https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266815 It should be noted that the RPC protocol version was bumped; all zrepl daemons in a setup must be updated and restarted before replication can resume.
Created attachment 238421 [details] Test build log for the purposed patch Attached a Synth build log for the proposed patch.
I'll take a look at it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b74ef047bb99df838aedb6efdf0966667e4f2981 commit b74ef047bb99df838aedb6efdf0966667e4f2981 Author: Artyom Davidov <ard_1@mail.ru> AuthorDate: 2022-12-26 16:29:10 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2022-12-26 22:03:33 +0000 sysutils/zrepl: update to 0.6.0 Changes: https://github.com/zrepl/zrepl/releases/tag/v0.6.0 PR: 268058 Approved by: maintainer timeout UPDATING | 13 +++++++++++++ sysutils/zrepl/Makefile | 6 ++---- sysutils/zrepl/distinfo | 10 +++++----- sysutils/zrepl/pkg-plist | 1 + 4 files changed, 21 insertions(+), 9 deletions(-)
Committed, thanks!