Received: by mail.netbsd.org (Postfix, from userid 605) id DD48D84E5D; Thu, 7 Feb 2019 01:01:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61DBE84E59 for ; Thu, 7 Feb 2019 01:01:12 +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 wbfxLxyEY1HD for ; Thu, 7 Feb 2019 01:01:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 92CCF84E4E for ; Thu, 7 Feb 2019 01:01:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D8EFFB16; Thu, 7 Feb 2019 01:01:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549501271167120" MIME-Version: 1.0 Date: Thu, 7 Feb 2019 01:01:11 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190207010111.8D8EFFB16@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. --_----------=_1549501271167120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Feb 7 01:01:11 UTC 2019 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: syncthing: Update to 1.0.1 Upstream changes: bugfixes To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549501271167120 Content-Disposition: inline Content-Length: 1971 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.84 pkgsrc/net/syncthing/Makefile:1.85 --- pkgsrc/net/syncthing/Makefile:1.84 Wed Feb 6 21:58:30 2019 +++ pkgsrc/net/syncthing/Makefile Thu Feb 7 01:01:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2019/02/06 21:58:30 gdt Exp $ +# $NetBSD: Makefile,v 1.85 2019/02/07 01:01:11 gdt Exp $ # Upstream used to frequently break protocol compatibility. While # users of pkgsrc syncthing on multiple systems can update @@ -14,8 +14,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-1.0.0 -PKGREVISION= 1 +DISTNAME= syncthing-1.0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.66 pkgsrc/net/syncthing/distinfo:1.67 --- pkgsrc/net/syncthing/distinfo:1.66 Tue Jan 15 22:33:24 2019 +++ pkgsrc/net/syncthing/distinfo Thu Feb 7 01:01:11 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.66 2019/01/15 22:33:24 wiz Exp $ +$NetBSD: distinfo,v 1.67 2019/02/07 01:01:11 gdt Exp $ -SHA1 (syncthing-1.0.0.tar.gz) = 96de67fd9df9c7760db717723d6faec03ab1ef99 -RMD160 (syncthing-1.0.0.tar.gz) = 67616fe8b39f18ec5f3d93f6cb5affbcc44f1dd1 -SHA512 (syncthing-1.0.0.tar.gz) = 79adbce03524665d02c1ca772fdf5aca68d9e41ee4bc02bcb9ac6ed0d8dca2fe8582139f52a0fe895ad5eb15c372d686277077ff884b67de1d45419e19407603 -Size (syncthing-1.0.0.tar.gz) = 10601948 bytes +SHA1 (syncthing-1.0.1.tar.gz) = 2588cf71e6b1a4a3469a736087e2684d389a2646 +RMD160 (syncthing-1.0.1.tar.gz) = 0b5b784ba883479068fcf0f79b56f27b42f865aa +SHA512 (syncthing-1.0.1.tar.gz) = 7f9fd48e00fae2f0913eb9eeddadaad1d5d7559164a24020706e70411f8ec43420192c4c9422699be6faa1641a382d5b8627038ca9a5dad38ee0e189970efbb7 +Size (syncthing-1.0.1.tar.gz) = 7114455 bytes --_----------=_1549501271167120--