Date: Sat, 18 Jan 2025 22:58:42 GMT From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 700c2258225c - main - net/rsync: unbreak tests Message-ID: <202501182258.50IMwgoG061729@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=700c2258225cad2af7acea589f4ea93c25ba3be5 commit 700c2258225cad2af7acea589f4ea93c25ba3be5 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-01-18 22:45:16 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-01-18 22:50:22 +0000 net/rsync: unbreak tests Fix rsync tests broken by upstream changes since 3.4.0. Issue reported to upstream. --- net/rsync/Makefile | 1 + net/rsync/files/patch-t_stub.c | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index b85239debcd8..7189ea8bae7c 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,5 +1,6 @@ PORTNAME= rsync DISTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \ http://rsync.mirror.garr.it/src/ \ diff --git a/net/rsync/files/patch-t_stub.c b/net/rsync/files/patch-t_stub.c new file mode 100644 index 000000000000..6da977be0db5 --- /dev/null +++ b/net/rsync/files/patch-t_stub.c @@ -0,0 +1,10 @@ +--- t_stub.c.orig 2025-01-18 20:59:30 UTC ++++ t_stub.c +@@ -28,7 +28,6 @@ + int protect_args = 0; + int module_id = -1; + int relative_paths = 0; +-int module_dirlen = 0; + int force_change = 0; + int preserve_acls = 0; + unsigned int module_dirlen = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501182258.50IMwgoG061729>