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 7D9117A2A9 for ; Mon, 7 Nov 2016 11:48:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 305DE855B9; Mon, 7 Nov 2016 11:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2A52855B7 for ; Mon, 7 Nov 2016 11:48:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dK_whfg73aKr for ; Mon, 7 Nov 2016 11:48:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E64A855AD for ; Mon, 7 Nov 2016 11:48:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38A53FBA6; Mon, 7 Nov 2016 11:48:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1478519297261710" MIME-Version: 1.0 Date: Mon, 7 Nov 2016 11:48:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161107114817.38A53FBA6@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. --_----------=_1478519297261710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 7 11:48:17 UTC 2016 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: Updated syncthing to 0.14.10. This is a minor release recommended for all users. Resolved issues: #36236: Display of global and local state is clearer, especially in the presence of ignores. #36471: GUI does not show "failed items" unless there are items that have failed. Also: Fixes to questionmark and asterisk handling in ignore patterns. Build script can create a snap file. "Black" theme re-added. Debugging options for deadlocks. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1478519297261710 Content-Disposition: inline Content-Length: 2060 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.31 pkgsrc/net/syncthing/Makefile:1.32 --- pkgsrc/net/syncthing/Makefile:1.31 Sat Oct 29 08:59:48 2016 +++ pkgsrc/net/syncthing/Makefile Mon Nov 7 11:48:17 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/10/29 08:59:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2016/11/07 11:48:17 wiz Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -13,8 +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.14.9 -PKGREVISION= 1 +DISTNAME= syncthing-0.14.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.25 pkgsrc/net/syncthing/distinfo:1.26 --- pkgsrc/net/syncthing/distinfo:1.25 Thu Oct 27 07:42:40 2016 +++ pkgsrc/net/syncthing/distinfo Mon Nov 7 11:48:17 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2016/10/27 07:42:40 abs Exp $ +$NetBSD: distinfo,v 1.26 2016/11/07 11:48:17 wiz Exp $ -SHA1 (syncthing-0.14.9.tar.gz) = 363c10d634349d2329fff01980e0e0d2263214fa -RMD160 (syncthing-0.14.9.tar.gz) = f60d702ba8e6e50031442456049c9d29e9aaac56 -SHA512 (syncthing-0.14.9.tar.gz) = 19d4e6ab9ad76c16e4406914b125626c9bec1d76b1ce28e776e357dd78cee1e0a4117346927376ab8292a0c6ba4843bc32c04abdf25bae9e6010343306873079 -Size (syncthing-0.14.9.tar.gz) = 6431103 bytes +SHA1 (syncthing-0.14.10.tar.gz) = ef36d1529f4d8db7c05d2662af174157d4026d46 +RMD160 (syncthing-0.14.10.tar.gz) = 8d66c89c56670496147b070f6c7eb93f9d0efd7b +SHA512 (syncthing-0.14.10.tar.gz) = 69f9d7ab3b3df663604d0da272d35abcf47553ae7e0b825d22385a3331848621597d35c6bd4b9591231c1160d9fb2c8d368fb9845f0d2e80aef7833acb829b7a +Size (syncthing-0.14.10.tar.gz) = 6439231 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 --_----------=_1478519297261710--