Received: by mail.netbsd.org (Postfix, from userid 605) id 76CB684DBA; Wed, 19 Jun 2019 10:04:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF28484D78 for ; Wed, 19 Jun 2019 10:04:10 +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 bfW-OYMw7i0y for ; Wed, 19 Jun 2019 10:04:10 +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 64BD084CCF for ; Wed, 19 Jun 2019 10:04:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5EB0AFBF4; Wed, 19 Jun 2019 10:04:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560938650146870" MIME-Version: 1.0 Date: Wed, 19 Jun 2019 10:04:10 +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: <20190619100410.5EB0AFBF4@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. --_----------=_1560938650146870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 19 10:04:10 UTC 2019 Modified Files: pkgsrc/www/gitea: Makefile distinfo Log Message: gitea: Update to 1.8.3 Bugfixes Always set userID on LFS authentication (#7224) (Part of #6993) Fix LFS Locks over SSH (#6999) (#7223) Fix duplicated file on pull request conflicted files (#7211) (#7214) Detect noreply email address as user (#7133) (#7195) Don't get milestone from DB if ID is zero (#7169) (#7174) Allow archived repos to be (un)starred and (un)watched (#7163) (#7168) Fix GCArgs load from ini (#7156) (#7157) Fix possbile mysql invalid connnection error (#7051) (#7071) Handle invalid administrator username on install page (#7060) (#7063) Fix default for allowing new organization creation for new users (#7017) (#7034) SearchRepositoryByName improvements and unification (#6897) (#7002) Fix u2f registrationlist ToRegistrations() method (#6980) (#6982) Allow collaborators to view repo owned by private org (#6965) (#6968) Use AppURL for Oauth user link (#6894) (#6925) Escape the commit message on issues update (#6901) (#6902) Fix regression for API users search (#6882) (#6885) Handle early git version's lack of get-url (#7065) (#7076) Fix wrong init dependency on markup extensions (#7038) (#7074) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/gitea/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/gitea/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560938650146870 Content-Disposition: inline Content-Length: 1877 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.4 pkgsrc/www/gitea/Makefile:1.5 --- pkgsrc/www/gitea/Makefile:1.4 Mon May 27 15:18:34 2019 +++ pkgsrc/www/gitea/Makefile Wed Jun 19 10:04:10 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/05/27 15:18:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2019/06/19 10:04:10 nia Exp $ -DISTNAME= gitea-1.8.1 +DISTNAME= gitea-1.8.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.3 pkgsrc/www/gitea/distinfo:1.4 --- pkgsrc/www/gitea/distinfo:1.3 Mon May 13 10:48:58 2019 +++ pkgsrc/www/gitea/distinfo Wed Jun 19 10:04:10 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2019/05/13 10:48:58 nia Exp $ +$NetBSD: distinfo,v 1.4 2019/06/19 10:04:10 nia Exp $ -SHA1 (gitea-1.8.1.tar.gz) = 7de5fddb3bf65c90f8de3b8b65b47391a7112671 -RMD160 (gitea-1.8.1.tar.gz) = efee8cfb61fca861c76fe7304ea3c725940383ca -SHA512 (gitea-1.8.1.tar.gz) = b583ba21ae9c896d527d299d5a14f7b99e40b474da7ca40521487f0459c877da9c21825b40dc0f981af7813bcabca11f62d8076cc1e401adda57d0e0505b96ce -Size (gitea-1.8.1.tar.gz) = 24304805 bytes +SHA1 (gitea-1.8.3.tar.gz) = b4091ff082cc75f7168a98508151d6974c698ce3 +RMD160 (gitea-1.8.3.tar.gz) = bcef135147dc2cab988dc31a1c284d577e4f320e +SHA512 (gitea-1.8.3.tar.gz) = f6019fbfc056e4c7176222ccaca1cf638bd1f52323de54fcddc618129aeb778674f6e305de60e7d17b69505ad65439445ee6b5e368afdf0a6fbace7407acb495 +Size (gitea-1.8.3.tar.gz) = 24320679 bytes SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap.go) = fb6036fca52ad3ecf779080849a015fee640aba5 SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__solaris.go) = f4341dfab2b452f926353350ce861aa75e3e47f9 SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__sys.go) = 4e6121157bbd4072feaca297c081efa49379a57c --_----------=_1560938650146870--