svn commit: r484797 - branches/2018Q4/net-p2p/rslsync

Jochen Neumeister joneum at FreeBSD.org
Mon Nov 12 10:19:23 UTC 2018


Author: joneum
Date: Mon Nov 12 10:19:21 2018
New Revision: 484797
URL: https://svnweb.freebsd.org/changeset/ports/484797

Log:
  MFH: r484634
  
  Update to 2.6.1
  
  Changelog:
  - Security fix with btsync:// protocol
  - Fixed crashes when reading damaged database
  - Removed false positive "Cannot get list of trackers" error message
  - Fixed joining multicasts on 172.16.0.0/12 networks
  - Fixed showing duplicated peers and devices on OS X
  - Fixed failure to save settings in WebUI sometimes
  - Fixed decrypting files on encrypted peer
  
  Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
  
  PR:		232345
  Reported by:	Volodymyr Kostyrko <arcade at b1t.name> (maintainer)
  Sponsored by:	Netzkommune GmbH
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/net-p2p/rslsync/Makefile
  branches/2018Q4/net-p2p/rslsync/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net-p2p/rslsync/Makefile
==============================================================================
--- branches/2018Q4/net-p2p/rslsync/Makefile	Mon Nov 12 10:16:23 2018	(r484796)
+++ branches/2018Q4/net-p2p/rslsync/Makefile	Mon Nov 12 10:19:21 2018	(r484797)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rslsync
-PORTVERSION=	2.5.13
+PORTVERSION=	2.6.1
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \
 		http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/
@@ -37,7 +37,7 @@ CONFIG_ARCH=	${ARCH}
 .endif
 
 do-build:
-	${WRKSRC}/rslsync --nodaemon --dump-sample-config > ${WRKSRC}/rslsync.conf.sample
+	${WRKSRC}/rslsync --nodaemon --storage ${WRKSRC} --dump-sample-config > ${WRKSRC}/rslsync.conf.sample
 	${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample
 	${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample
 

Modified: branches/2018Q4/net-p2p/rslsync/distinfo
==============================================================================
--- branches/2018Q4/net-p2p/rslsync/distinfo	Mon Nov 12 10:16:23 2018	(r484796)
+++ branches/2018Q4/net-p2p/rslsync/distinfo	Mon Nov 12 10:19:21 2018	(r484797)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1528176970
-SHA256 (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = df72db2ef31cf6a6e553c12c8b87041f361cdf1403dbeeb1d7ee3bfbf6247dce
-SIZE (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = 11137906
-SHA256 (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = a59abc631c64739e0a5c87736fa8e65cabd35f357ccf10ded01e5e48a3074ccc
-SIZE (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = 10960831
+TIMESTAMP = 1539858959
+SHA256 (rslsync-2.6.1/resilio-sync_freebsd_x64.tar.gz) = 98b0b5cdf4920b41cbcd8ae6d3b5f4f8bb78346372668951107319655ead1ac7
+SIZE (rslsync-2.6.1/resilio-sync_freebsd_x64.tar.gz) = 12356355
+SHA256 (rslsync-2.6.1/resilio-sync_freebsd_i386.tar.gz) = db4de0db7083de56f169dac540623c6dbbbe2f279a93f054a2121fc6f1a806e0
+SIZE (rslsync-2.6.1/resilio-sync_freebsd_i386.tar.gz) = 12187695


More information about the svn-ports-branches mailing list