Date: Thu, 16 Jan 2025 06:52:25 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: 30167a14cc06 - main - net/rsync: update to 3.4.1 Message-ID: <202501160652.50G6qPdb030559@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=30167a14cc0602f041f7ace88b10b09f102d69e0 commit 30167a14cc0602f041f7ace88b10b09f102d69e0 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2025-01-16 06:43:36 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2025-01-16 06:48:48 +0000 net/rsync: update to 3.4.1 Full changelog: https://download.samba.org/pub/rsync/NEWS#3.4.1 Major changes: * fixed handling of -H flag with conflict in internal flag values PR: 284091 Reported by: cy --- net/rsync/Makefile | 2 +- net/rsync/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 996d4edd997e..b85239debcd8 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,5 +1,5 @@ PORTNAME= rsync -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.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/distinfo b/net/rsync/distinfo index afe59a503dff..5d970ee2a35e 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1736887703 -SHA256 (rsync-3.4.0.tar.gz) = 8e942f95a44226a012fe822faffa6c7fc38c34047add3a0c941e9bc8b8b93aa4 -SIZE (rsync-3.4.0.tar.gz) = 1167983 -SHA256 (rsync-patches-3.4.0.tar.gz) = 51533dc5b9b4293d3499b673df185c93484f3e6fcf2de52f9bf1f07fa3d7cbc1 -SIZE (rsync-patches-3.4.0.tar.gz) = 103831 +TIMESTAMP = 1737009301 +SHA256 (rsync-3.4.1.tar.gz) = 2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52 +SIZE (rsync-3.4.1.tar.gz) = 1172739 +SHA256 (rsync-patches-3.4.1.tar.gz) = f56566e74cfa0f68337f7957d8681929f9ac4c55d3fb92aec0d743db590c9a88 +SIZE (rsync-patches-3.4.1.tar.gz) = 150445
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501160652.50G6qPdb030559>