Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 17:08:02 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545124 - in head/net/rsync: . files
Message-ID:  <202008161708.07GH82f5029031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Aug 16 17:08:02 2020
New Revision: 545124
URL: https://svnweb.freebsd.org/changeset/ports/545124

Log:
  net/rsync upgrade to 3.2.3
  
  major changes:
   - Fix multiple bugs in xattr code.
   - Restored the ability to use --bwlimit=0 to specify no bandwidth limit.
   - Fix a bug when combining --delete-missing-args with --no-implied-dirs & -R where rsync might create the destination path of a missing arg.
   - Fixed an issue where hard-linked devices could cause the rdev_major value to get out of sync between the sender and the receiver.
   - Rsync now complains about a missing --temp-dir before starting any file transfers.
   - A completely empty source arg is now a fatal error.
  
  See full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.3
  
  Also, fix build issue with ACL option (patch is not required anymore)
  
  PR:		248318 247795

Deleted:
  head/net/rsync/files/extrapatch-acl
Modified:
  head/net/rsync/Makefile
  head/net/rsync/distinfo

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sun Aug 16 16:26:24 2020	(r545123)
+++ head/net/rsync/Makefile	Sun Aug 16 17:08:02 2020	(r545124)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rsync
-DISTVERSION=	3.2.2
-PORTREVISION=	1
+DISTVERSION=	3.2.3
 CATEGORIES=	net
 MASTER_SITES=	https://rsync.samba.org/ftp/rsync/ \
 		https://rsync.samba.org/ftp/rsync/src/ \
@@ -63,7 +62,7 @@ ATIMES_DESC=	Preserve access times, adds --atimes (BRO
 ACL_DESC=	Add backward-compatibility for the --acls option
 
 # define default options
-OPTIONS_DEFAULT=FLAGS ICONV SSH
+OPTIONS_DEFAULT=FLAGS ICONV SSH ZLIB_BASE
 
 ZLIB_BASE_CONFIGURE_ON=	--with-included-zlib=no
 TIMELIMIT_EXTRA_PATCHES=	${WRKSRC}/patches/time-limit.diff
@@ -71,8 +70,7 @@ ATIMES_EXTRA_PATCHES=		${WRKSRC}/patches/atimes.diff
 FLAGS_EXTRA_PATCHES=		${WRKSRC}/patches/fileflags.diff \
 				${FILESDIR}/extrapatch-main.c
 RENAMED_EXTRA_PATCHES=		${WRKSRC}/patches/detect-renamed.diff
-ACL_EXTRA_PATCHES=		${WRKSRC}/patches/acls.diff \
-				${FILESDIR}/extrapatch-acl
+ACL_EXTRA_PATCHES=		${WRKSRC}/patches/acls.diff
 
 ICONV_USES=	iconv:translit
 ICONV_CONFIGURE_ENABLE=	iconv iconv-open

Modified: head/net/rsync/distinfo
==============================================================================
--- head/net/rsync/distinfo	Sun Aug 16 16:26:24 2020	(r545123)
+++ head/net/rsync/distinfo	Sun Aug 16 17:08:02 2020	(r545124)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1594065295
-SHA256 (rsync-3.2.2.tar.gz) = 644bd3841779507665211fd7db8359c8a10670c57e305b4aab61b4e40037afa8
-SIZE (rsync-3.2.2.tar.gz) = 1057001
-SHA256 (rsync-patches-3.2.2.tar.gz) = eeccf4c7f178c936e451b679e64b670f707b989b7a40e2d22286407f8987ae9a
-SIZE (rsync-patches-3.2.2.tar.gz) = 286274
+TIMESTAMP = 1597589726
+SHA256 (rsync-3.2.3.tar.gz) = becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e
+SIZE (rsync-3.2.3.tar.gz) = 1069784
+SHA256 (rsync-patches-3.2.3.tar.gz) = de6645b46967bd701b7d6f3e29cccb19d2b46a6fa2d26a9db165847dca0e42f2
+SIZE (rsync-patches-3.2.3.tar.gz) = 157092



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161708.07GH82f5029031>