diff options
author | nia <nia@pkgsrc.org> | 2020-01-04 12:13:35 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-04 12:13:35 +0000 |
commit | 4961ce1ae7976d0c9e7951bd85589545604dcbe3 (patch) | |
tree | 631b2420c4aa33349c96562bd4c007ef014bf7e8 /www | |
parent | 02d2ccf9858762531bce518a073cc20d92b0d901 (diff) | |
download | pkgsrc-4961ce1ae7976d0c9e7951bd85589545604dcbe3.tar.gz |
gitea: Update to 1.10.2
## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
* BUGFIXES
* Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
* Add ErrReactionAlreadyExist error (#9550) (#9564)
* Fix bug when migrate from API (#8631) (#9563)
* Use default avatar for ghost user (#9536) (#9537)
* Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
* Fix deleted branch not removed when push the branch again (#9516) (#9524)
* Fix missing repository status when migrating repository via API (#9511)
* Trigger webhook when deleting a branch after merging a PR (#9510)
* Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
* Fix NewCommitStatus (#9434) (#9435)
* Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
* Fix Slack webhook payload title generation to work with Mattermost (#9404)
* DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
* Fix issue indexer not triggered when migrating a repository (#9333)
* Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
* Fix migration releases (#9319) (#9326) (#9328)
* Fix File Edit: Author/Committer interchanged (#9297) (#9300)
Diffstat (limited to 'www')
-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 c273f2e1637..f46e1a850e5 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2019/12/13 07:44:05 bsiegert Exp $ +# $NetBSD: Makefile,v 1.20 2020/01/04 12:13:35 nia Exp $ -DISTNAME= gitea-1.10.1 +DISTNAME= gitea-1.10.2 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 c78d8ad6780..0d2afb015c5 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/12/07 19:23:37 nia Exp $ +$NetBSD: distinfo,v 1.13 2020/01/04 12:13:35 nia Exp $ -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 +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 |