Sat Jan 18 15:33:09 2020 UTC ()
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)


(nia)
diff -r1.21 -r1.22 pkgsrc/www/gitea/Makefile
diff -r1.13 -r1.14 pkgsrc/www/gitea/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/www/gitea/Makefile (expand / switch to unified diff)

--- pkgsrc/www/gitea/Makefile 2020/01/10 13:32:15 1.21
+++ pkgsrc/www/gitea/Makefile 2020/01/18 15:33:09 1.22
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2020/01/10 13:32:15 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.22 2020/01/18 15:33:09 nia Exp $
2 2
3DISTNAME= gitea-1.10.2 3DISTNAME= gitea-1.10.3
4MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} 4MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
5PKGREVISION= 1 
6CATEGORIES= www 5CATEGORIES= www
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= tuxillo@quantumachine.net 8MAINTAINER= tuxillo@quantumachine.net
10HOMEPAGE= https://gitea.io/ 9HOMEPAGE= https://gitea.io/
11COMMENT= Compact self-hosted Git service 10COMMENT= Compact self-hosted Git service
12LICENSE= mit 11LICENSE= mit
13 12
14GO_DIST_BASE= ${DISTNAME} 13GO_DIST_BASE= ${DISTNAME}
15GO_SRCPATH= code.gitea.io/gitea 14GO_SRCPATH= code.gitea.io/gitea
16 15
17.include "../../lang/go/go-vars.mk" 16.include "../../lang/go/go-vars.mk"
18.include "options.mk" 17.include "options.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/gitea/distinfo (expand / switch to unified diff)

--- pkgsrc/www/gitea/distinfo 2020/01/04 12:13:35 1.13
+++ pkgsrc/www/gitea/distinfo 2020/01/18 15:33:09 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2020/01/04 12:13:35 nia Exp $ 1$NetBSD: distinfo,v 1.14 2020/01/18 15:33:09 nia Exp $
2 2
3SHA1 (gitea-1.10.2.tar.gz) = 091276eaeddc37321fdc9feecfb935af9405958d 3SHA1 (gitea-1.10.3.tar.gz) = 188c75057c8c9d536a13a0cbcdadcbf42b0c0362
4RMD160 (gitea-1.10.2.tar.gz) = 5045cdd8df3015e53ac5c0c2e0ad82d6bd8704fc 4RMD160 (gitea-1.10.3.tar.gz) = e601f733e2c54e9806a1e418205bf7519b43d9b3
5SHA512 (gitea-1.10.2.tar.gz) = b378d02f27bb03ffd1a8ace2da8d827e07e023a02de4b1b4b354659316539ea38bf2735aa01fb1f997b05f7bb557394d0b6d15a1974747d86826ec1af02efb27 5SHA512 (gitea-1.10.3.tar.gz) = 2e3962069f2160ea536a7ab4322261c5063fffe0d291796cba61c9d0a3cf965d339441bc0b2259883695a6ce4b62de1f3e16e3fc78016ce303847b70f4f8ff34
6Size (gitea-1.10.2.tar.gz) = 30141486 bytes 6Size (gitea-1.10.3.tar.gz) = 30145162 bytes