Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E79417A21F for ; Mon, 4 Jul 2016 13:43:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8FE8D85EC7; Mon, 4 Jul 2016 13:43:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21D8E85E00 for ; Mon, 4 Jul 2016 13:43:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EoMErnYzKBUT for ; Mon, 4 Jul 2016 13:43:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 85A6884CEC for ; Mon, 4 Jul 2016 13:43:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 787D1FBB5; Mon, 4 Jul 2016 13:43:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467639802104110" MIME-Version: 1.0 Date: Mon, 4 Jul 2016 13:43:22 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20160704134322.787D1FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467639802104110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Mon Jul 4 13:43:22 UTC 2016 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: Updated net/syncthing to 0.13.10 v0.13.10 This is a regular bugfix release recommended for all users. #3128: Generated folder IDs are now lower case. #3338: Syncthing now uses shorter temporary file names, alleviating issues on encfs. #3335: Event IDs seen in /rest/system/events are now sequential again. #3362: Tests now pass on when building on arm64. #2471: Folders are now marked "stopped" when missing a path, and duplicate folder IDs are not accepted. #3375: A stalling TLS handshake no longer blocks the connection service. #3346: The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa. v0.13.9 This release fixes a crash on 32 bit platforms introduced in 0.13.8. v0.13.8 Resolved issues: #3306: The layout of the out of sync items dialog has been improved. #3310: Folders are now sorted by label, falling back to ID when required. #3330: Windows zip files now make sense when unpacked on non-Windows. #3321: Folder name completion now works for empty names on non-Windows. #2782: Folders can now be symbolic links also when using ~-relative paths. New features and enhancements: #3340: The discovered device addresses are now shown for disconnected devices. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467639802104110 Content-Disposition: inline Content-Length: 2039 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/syncthing/Makefile diff -u pkgsrc/net/syncthing/Makefile:1.22 pkgsrc/net/syncthing/Makefile:1.23 --- pkgsrc/net/syncthing/Makefile:1.22 Wed Jun 15 12:44:45 2016 +++ pkgsrc/net/syncthing/Makefile Mon Jul 4 13:43:22 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/06/15 12:44:45 abs Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/04 13:43:22 abs Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -13,7 +13,7 @@ # Note that the android versioning is disconnected from syncthing versioning; # see https://github.com/syncthing/syncthing-android/issues/652 for # a fuller explanation. -DISTNAME= syncthing-0.13.7 +DISTNAME= syncthing-0.13.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.18 pkgsrc/net/syncthing/distinfo:1.19 --- pkgsrc/net/syncthing/distinfo:1.18 Wed Jun 15 12:44:45 2016 +++ pkgsrc/net/syncthing/distinfo Mon Jul 4 13:43:22 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2016/06/15 12:44:45 abs Exp $ +$NetBSD: distinfo,v 1.19 2016/07/04 13:43:22 abs Exp $ -SHA1 (syncthing-0.13.7.tar.gz) = 147b6c2b91f693d4a88480494cbbd2367938bf28 -RMD160 (syncthing-0.13.7.tar.gz) = fbb2f9fd4a9b0685b6e968184ec3040d26b81cc6 -SHA512 (syncthing-0.13.7.tar.gz) = 8e00355f9774329cb4da1173ad27528213520644c32d5b5ba2345b93787bc762d0498c33ccf2d72e91b770258e8a55d86573934baeff0bc0799416850320c82b -Size (syncthing-0.13.7.tar.gz) = 4331253 bytes +SHA1 (syncthing-0.13.10.tar.gz) = 66326e97d6d955588f97ad04d828c34bf02e1597 +RMD160 (syncthing-0.13.10.tar.gz) = a8aa1b2937133eec0469336be520a885f226a442 +SHA512 (syncthing-0.13.10.tar.gz) = 199c38644a7e5d43777ca2e497d5304d8e77485d21aeed9a00efc74dd98bfb0c473dd0bf3230b8e1e9742315915419f198bb8d0a9b294d2f6fe918b6e0175812 +Size (syncthing-0.13.10.tar.gz) = 4292039 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 --_----------=_1467639802104110--