From owner-svn-ports-branches@freebsd.org Mon Nov 12 10:19:23 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201151101C9B; Mon, 12 Nov 2018 10:19:23 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6E18718C; Mon, 12 Nov 2018 10:19:22 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E6A51F652; Mon, 12 Nov 2018 10:19:22 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACAJMaR029039; Mon, 12 Nov 2018 10:19:22 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACAJL7t029037; Mon, 12 Nov 2018 10:19:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811121019.wACAJL7t029037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 12 Nov 2018 10:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484797 - branches/2018Q4/net-p2p/rslsync X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/net-p2p/rslsync X-SVN-Commit-Revision: 484797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4D6E18718C X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 10:19:23 -0000 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 (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