Received: by mail.netbsd.org (Postfix, from userid 605) id 780A184D86; Sat, 18 Jan 2020 15:33:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F406484D52 for ; Sat, 18 Jan 2020 15:33:09 +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 b3MrcuRhXT4P for ; Sat, 18 Jan 2020 15:33:09 +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 6EEB084D22 for ; Sat, 18 Jan 2020 15:33:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C566FBF4; Sat, 18 Jan 2020 15:33:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579361589250140" MIME-Version: 1.0 Date: Sat, 18 Jan 2020 15:33:09 +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: <20200118153309.6C566FBF4@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. --_----------=_1579361589250140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jan 18 15:33:09 UTC 2020 Modified Files: pkgsrc/www/gitea: Makefile distinfo Log Message: gitea: Update to 1.10.3 ## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17 * SECURITY * Hide credentials when submitting migration (#9102) (#9704) * Never allow an empty password to validate (#9682) (#9684) * Prevent redirect to Host (#9678) (#9680) * Hide public repos owned by private orgs (#9609) (#9616) * BUGFIXES * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838) * Fix download file wrong content-type (#9825) (#9835) * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831) * Fix dump non-exist log directory (#9818) (#9820) * Fix compare (#9808) (#9815) * Fix missing msteam webhook on organization (#9781) (#9795) * Fix add team on collaborator page when same name as organization (#9783) * Fix cache problem on dashboard (#9358) (#9703) * Send tag create and push webhook when release created on UI (#8671) (#9702) * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/gitea/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/gitea/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579361589250140 Content-Disposition: inline Content-Length: 1589 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.21 pkgsrc/www/gitea/Makefile:1.22 --- pkgsrc/www/gitea/Makefile:1.21 Fri Jan 10 13:32:15 2020 +++ pkgsrc/www/gitea/Makefile Sat Jan 18 15:33:09 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2020/01/10 13:32:15 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2020/01/18 15:33:09 nia Exp $ -DISTNAME= gitea-1.10.2 +DISTNAME= gitea-1.10.3 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} -PKGREVISION= 1 CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/www/gitea/distinfo diff -u pkgsrc/www/gitea/distinfo:1.13 pkgsrc/www/gitea/distinfo:1.14 --- pkgsrc/www/gitea/distinfo:1.13 Sat Jan 4 12:13:35 2020 +++ pkgsrc/www/gitea/distinfo Sat Jan 18 15:33:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2020/01/04 12:13:35 nia Exp $ +$NetBSD: distinfo,v 1.14 2020/01/18 15:33:09 nia Exp $ -SHA1 (gitea-1.10.2.tar.gz) = 091276eaeddc37321fdc9feecfb935af9405958d -RMD160 (gitea-1.10.2.tar.gz) = 5045cdd8df3015e53ac5c0c2e0ad82d6bd8704fc -SHA512 (gitea-1.10.2.tar.gz) = b378d02f27bb03ffd1a8ace2da8d827e07e023a02de4b1b4b354659316539ea38bf2735aa01fb1f997b05f7bb557394d0b6d15a1974747d86826ec1af02efb27 -Size (gitea-1.10.2.tar.gz) = 30141486 bytes +SHA1 (gitea-1.10.3.tar.gz) = 188c75057c8c9d536a13a0cbcdadcbf42b0c0362 +RMD160 (gitea-1.10.3.tar.gz) = e601f733e2c54e9806a1e418205bf7519b43d9b3 +SHA512 (gitea-1.10.3.tar.gz) = 2e3962069f2160ea536a7ab4322261c5063fffe0d291796cba61c9d0a3cf965d339441bc0b2259883695a6ce4b62de1f3e16e3fc78016ce303847b70f4f8ff34 +Size (gitea-1.10.3.tar.gz) = 30145162 bytes --_----------=_1579361589250140--