Received: by mail.netbsd.org (Postfix, from userid 605) id A137184E7E; Sat, 7 Dec 2019 19:23:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A9AF84D55 for ; Sat, 7 Dec 2019 19:23:38 +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 z_nl9g7NVcAp for ; Sat, 7 Dec 2019 19:23:37 +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 9873684C2B for ; Sat, 7 Dec 2019 19:23:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C419FA97; Sat, 7 Dec 2019 19:23:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575746617281180" MIME-Version: 1.0 Date: Sat, 7 Dec 2019 19:23:37 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/gitea To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191207192337.8C419FA97@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. --_----------=_1575746617281180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Dec 7 19:23:37 UTC 2019 Modified Files: pkgsrc/www/gitea: Makefile distinfo Log Message: gitea: Update to 1.10.1 BUGFIXES Fix max length check and limit in multiple repo forms (#9148) (#9204) Properly fix displaying virtual session provider in admin panel (#9137) (#9203) Upgrade levelqueue to 0.1.0 (#9192) (#9199) Fix panic when diff (#9187) (#9193) Smtp logger configuration sendTos should be an array (#9154) (#9157) Always Show Password Field on Link Account Sign-in Page (#9150) Create PR on Current Repository by Default (#8670) (#9141) Fix race on indexer (#9136) (#9139) Fix reCAPTCHA URL (#9119) Hide migrated credentials (#9098) Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085) Fix password checks on admin create/edit user (#9076) (#9081) Fix add search as a reserved username (#9063) (#9065) Fix permission checks for close/reopen from commit (#8875) (#9033) Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025) Fix broken link to branch from issue list (#9003) (#9021) Fix wrong system notice when repository is empty (#9020) Shadow password correctly for session config (#8984) (#9002) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/gitea/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/gitea/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575746617281180 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/gitea/Makefile diff -u pkgsrc/www/gitea/Makefile:1.16 pkgsrc/www/gitea/Makefile:1.17 --- pkgsrc/www/gitea/Makefile:1.16 Thu Nov 14 21:47:48 2019 +++ pkgsrc/www/gitea/Makefile Sat Dec 7 19:23:37 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/11/14 21:47:48 nia Exp $ +# $NetBSD: Makefile,v 1.17 2019/12/07 19:23:37 nia Exp $ -DISTNAME= gitea-1.10.0 +DISTNAME= gitea-1.10.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/www/gitea/distinfo diff -u pkgsrc/www/gitea/distinfo:1.11 pkgsrc/www/gitea/distinfo:1.12 --- pkgsrc/www/gitea/distinfo:1.11 Thu Nov 14 21:47:48 2019 +++ pkgsrc/www/gitea/distinfo Sat Dec 7 19:23:37 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/11/14 21:47:48 nia Exp $ +$NetBSD: distinfo,v 1.12 2019/12/07 19:23:37 nia Exp $ -SHA1 (gitea-1.10.0.tar.gz) = 9ba15c291dfae2479eb2af415473288f9cb39216 -RMD160 (gitea-1.10.0.tar.gz) = 0b3ff3a236a69d7769defd8b2c664557d1fb3d44 -SHA512 (gitea-1.10.0.tar.gz) = 3bd99ee7289b6a0035d0a6da868562692fa9941a4f14d7555044c06efc7165615dc95547713e352d5cfcd7817596a9f4b24c5fa28c90066f4586ccb44a637d08 -Size (gitea-1.10.0.tar.gz) = 28905929 bytes +SHA1 (gitea-1.10.1.tar.gz) = 3e10a5f15b6b4071d6966c69540ff80320667904 +RMD160 (gitea-1.10.1.tar.gz) = 18b4ea5a090be2d5db6b28bcdfd66d3a3eea6073 +SHA512 (gitea-1.10.1.tar.gz) = d7baea6ac9aca3a3226d36325000c71c886d560eeecb2fdbed924b4924db34882cdd82d07120e3c7175a6d87140a1f63cc575c3be44513e08f8e557856b39acd +Size (gitea-1.10.1.tar.gz) = 30146802 bytes --_----------=_1575746617281180--