diff options
author | nia <nia@pkgsrc.org> | 2020-01-18 15:33:09 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-18 15:33:09 +0000 |
commit | 10efc7817c8f1147dda6b09e214099208e012d50 (patch) | |
tree | 903eb28ca2149b9fc2026683c95aaf422af5579a | |
parent | f071af63877d606a1dfdd1b79e6c26a02ec197ec (diff) | |
download | pkgsrc-10efc7817c8f1147dda6b09e214099208e012d50.tar.gz |
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)
-rw-r--r-- | www/gitea/Makefile | 5 | ||||
-rw-r--r-- | www/gitea/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 22fc1c79973..4c2ca883a57 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -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} diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 0d2afb015c5..1218f7b4d83 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -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 |