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 3F20E7A167 for ; Wed, 25 Jan 2017 19:20:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CE6E585624; Wed, 25 Jan 2017 19:20:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E6CC85588 for ; Wed, 25 Jan 2017 19:20:06 +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 0sF1gPxuOiGl for ; Wed, 25 Jan 2017 19:20:05 +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 E0BC085572 for ; Wed, 25 Jan 2017 19:20:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC351FBA6; Wed, 25 Jan 2017 19:20:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148537200551920" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 19:20:05 +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: <20170125192005.DC351FBA6@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. --_----------=_148537200551920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 25 19:20:05 UTC 2017 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: Updated syncthing to 0.14.21. This is a hotfix release recommended for all users. Resolved issues: #3931: The -logfile option now works again. Also: The GUI "network error" dialog no longer shows up as easily in some scenarios when using Syncthing behind a reverse proxy. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148537200551920 Content-Disposition: inline Content-Length: 2044 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.43 pkgsrc/net/syncthing/Makefile:1.44 --- pkgsrc/net/syncthing/Makefile:1.43 Tue Jan 24 09:54:45 2017 +++ pkgsrc/net/syncthing/Makefile Wed Jan 25 19:20:05 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/01/24 09:54:45 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2017/01/25 19:20:05 wiz 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.14.20 +DISTNAME= syncthing-0.14.21 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.36 pkgsrc/net/syncthing/distinfo:1.37 --- pkgsrc/net/syncthing/distinfo:1.36 Tue Jan 24 09:54:45 2017 +++ pkgsrc/net/syncthing/distinfo Wed Jan 25 19:20:05 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2017/01/24 09:54:45 wiz Exp $ +$NetBSD: distinfo,v 1.37 2017/01/25 19:20:05 wiz Exp $ -SHA1 (syncthing-0.14.20.tar.gz) = d5e205dabcb7b00424dba6fbaf741ed108dcb084 -RMD160 (syncthing-0.14.20.tar.gz) = de6abb41411081164b95d0f54074ac7ef0a237e1 -SHA512 (syncthing-0.14.20.tar.gz) = 69f9717a7a79a1f6e4f7a2c0c8bc04d8b4b592cc1195d16b61be5f56c4083591dde90ef1196d30a441697e53b24546af57d45013c6dac024241cff7a39325330 -Size (syncthing-0.14.20.tar.gz) = 6771868 bytes +SHA1 (syncthing-0.14.21.tar.gz) = 96c0fe509e484958bba4ecc10236c5fdd68fe792 +RMD160 (syncthing-0.14.21.tar.gz) = 8e3f13c9bde568744783291da105ff722ff4c5a3 +SHA512 (syncthing-0.14.21.tar.gz) = f1fe3c3fd56e1832341e74213dfbbe82ae731bdad49053a9c8d36eac8fd74a77189f1dc524cd61978092a06d355930082307bbd0aab57705c8e69f5aaf34b598 +Size (syncthing-0.14.21.tar.gz) = 6771897 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 --_----------=_148537200551920--