Date: Sat, 10 Nov 2018 19:22:59 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484634 - head/net-p2p/rslsync Message-ID: <201811101922.wAAJMxFS018714@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Nov 10 19:22:59 2018 New Revision: 484634 URL: https://svnweb.freebsd.org/changeset/ports/484634 Log: 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) MFH: 2018Q4 Sponsored by: Netzkommune GmbH Modified: head/net-p2p/rslsync/Makefile head/net-p2p/rslsync/distinfo Modified: head/net-p2p/rslsync/Makefile ============================================================================== --- head/net-p2p/rslsync/Makefile Sat Nov 10 19:19:08 2018 (r484633) +++ head/net-p2p/rslsync/Makefile Sat Nov 10 19:22:59 2018 (r484634) @@ -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: head/net-p2p/rslsync/distinfo ============================================================================== --- head/net-p2p/rslsync/distinfo Sat Nov 10 19:19:08 2018 (r484633) +++ head/net-p2p/rslsync/distinfo Sat Nov 10 19:22:59 2018 (r484634) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811101922.wAAJMxFS018714>