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@b1t.name> (maintainer) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi)
This commit is contained in:
parent
828cde6dc6
commit
6bfe5b3a0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q4/; revision=484797
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user