Received: by mail.netbsd.org (Postfix, from userid 605) id 1AC4684D39; Sun, 11 Mar 2018 14:42:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BD6F84D39 for ; Sun, 11 Mar 2018 14:42:53 +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 9sUIJoQxWkY2 for ; Sun, 11 Mar 2018 14:42:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD9F484C74 for ; Sun, 11 Mar 2018 14:42:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7066FB40; Sun, 11 Mar 2018 14:42:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520779372110640" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 14:42:52 +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: <20180311144252.A7066FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520779372110640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 11 14:42:52 UTC 2018 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: syncthing: update to 0.14.45. Bugfixes: #4560: Windows - External File Versioning Command path requires \ instead of \ #4659: panic: bug: removed more than added #4680: Ignore pattern beginning with "#" does not match subpaths #4689: Ignore patterns in web UI aren't reloaded if only comments change #4701: Global is different from local state when ignoring files Other issues: #4687: basicfs_watch_tests are flaky #4737: Remove KCP To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520779372110640 Content-Disposition: inline Content-Length: 1954 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.65 pkgsrc/net/syncthing/Makefile:1.66 --- pkgsrc/net/syncthing/Makefile:1.65 Sun Feb 18 08:02:52 2018 +++ pkgsrc/net/syncthing/Makefile Sun Mar 11 14:42:52 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2018/02/18 08:02:52 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2018/03/11 14:42:52 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.44 +DISTNAME= syncthing-0.14.45 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.55 pkgsrc/net/syncthing/distinfo:1.56 --- pkgsrc/net/syncthing/distinfo:1.55 Sun Feb 18 08:02:52 2018 +++ pkgsrc/net/syncthing/distinfo Sun Mar 11 14:42:52 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2018/02/18 08:02:52 wiz Exp $ +$NetBSD: distinfo,v 1.56 2018/03/11 14:42:52 wiz Exp $ -SHA1 (syncthing-0.14.44.tar.gz) = 344a24b445cf900f634eddf6ecd61b3032b5d46f -RMD160 (syncthing-0.14.44.tar.gz) = fdac2553782af2d0a2e894d079df7fefdf78da5e -SHA512 (syncthing-0.14.44.tar.gz) = 3a68c8ad3f586af22243d502322ed8269b10ea4d85b0a1bc39578d3da1bcc61e8753a6b94d5a7c8d7b56b86777932327450c2c08f447bb8a190a0171e2c015d4 -Size (syncthing-0.14.44.tar.gz) = 10225689 bytes +SHA1 (syncthing-0.14.45.tar.gz) = 4e54b4a51b8bff5692ebcbc3efedc0ae1b9147a8 +RMD160 (syncthing-0.14.45.tar.gz) = ed814a23d41c6667dac937695898222b7dd3b51d +SHA512 (syncthing-0.14.45.tar.gz) = 7fa192836f19a3d3539f2d5f11dd38a86bab0b9bdde4af5e7c9fd361fd1ef3bc106383d7b35f60dd9b9e0ab34c27dde1b5e59f64a0853a8d8f9d0e72e59c262f +Size (syncthing-0.14.45.tar.gz) = 10194252 bytes --_----------=_1520779372110640--