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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F3FD51A923C for ; Mon, 14 Dec 2020 16:49:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2733E84D25; Mon, 14 Dec 2020 16:49:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6234484D21 for ; Mon, 14 Dec 2020 16:49:45 +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 CH03-S3Ky8LR for ; Mon, 14 Dec 2020 16:49:44 +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 D349884CFC for ; Mon, 14 Dec 2020 16:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD182FA9D; Mon, 14 Dec 2020 16:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607964584216440" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 16:49:44 +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: <20201214164944.CD182FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607964584216440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Mon Dec 14 16:49:44 UTC 2020 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: Updated net/syncthing to 1.12.0 Bugfixes: #5360: Dangling symlink prevents filesystem watcher on FreeBSD #6664: Panic due to internal folder context used on exported methods #7063: panic: runtime error: invalid memory address or nil pointer dereference #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder #7098: File deletions are not being synced in newly shared folders Enhancements: #6540: Config PATCH/PUT/DELETE API #7099: Add a html message to GUI when javascript is disabled #7108: Certificate for relaysrv with better naming To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607964584216440 Content-Disposition: inline Content-Length: 1806 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.127 pkgsrc/net/syncthing/Makefile:1.128 --- pkgsrc/net/syncthing/Makefile:1.127 Thu Nov 19 12:20:54 2020 +++ pkgsrc/net/syncthing/Makefile Mon Dec 14 16:49:44 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.127 2020/11/19 12:20:54 nia Exp $ +# $NetBSD: Makefile,v 1.128 2020/12/14 16:49:44 abs Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.11.1 +DISTNAME= syncthing-source-v1.12.0 PKGNAME= ${DISTNAME:S,source-v,,} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} Index: pkgsrc/net/syncthing/distinfo diff -u pkgsrc/net/syncthing/distinfo:1.83 pkgsrc/net/syncthing/distinfo:1.84 --- pkgsrc/net/syncthing/distinfo:1.83 Thu Nov 19 12:20:54 2020 +++ pkgsrc/net/syncthing/distinfo Mon Dec 14 16:49:44 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.83 2020/11/19 12:20:54 nia Exp $ +$NetBSD: distinfo,v 1.84 2020/12/14 16:49:44 abs Exp $ -SHA1 (syncthing-source-v1.11.1.tar.gz) = 1485daf80ab4b7570e73bfef38d58994d340e6e2 -RMD160 (syncthing-source-v1.11.1.tar.gz) = 5e6ad575583676871694eb7e9368dffbdd2008ab -SHA512 (syncthing-source-v1.11.1.tar.gz) = 3e2a7fbb4e7a2905feb2dd02d0d18993cfc2671a63322b873671e03fb151cc8164a340f17a2f740dcdcb60a39d949513c55cd05c1fda6a29f4e23e9a4bc94ebd -Size (syncthing-source-v1.11.1.tar.gz) = 11288527 bytes +SHA1 (syncthing-source-v1.12.0.tar.gz) = c86a9f3588162850761afcad557f5256d98873cb +RMD160 (syncthing-source-v1.12.0.tar.gz) = 63c8454b6a156ceb1b1193434cfbb05a75fbdc14 +SHA512 (syncthing-source-v1.12.0.tar.gz) = 43a7fdefec6e8acc2d4508a52bad7ba39242186b286f8d2d50762dd639c37ff2f70a13f7957ae85d2006b49947426b8ed54be93cf6abfffa811a140b5c921d5f +Size (syncthing-source-v1.12.0.tar.gz) = 11598323 bytes --_----------=_1607964584216440--