diff options
author | nia <nia@pkgsrc.org> | 2019-08-19 10:27:42 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-19 10:27:42 +0000 |
commit | 704a37c32559fdc8661e16b0e8d1e6ec7335804f (patch) | |
tree | 127ebbae1a39cec24e43e0e5f8130b738000241f /www/gitea | |
parent | 81cb10711af2395531bd871b2a151ad980778d63 (diff) | |
download | pkgsrc-704a37c32559fdc8661e16b0e8d1e6ec7335804f.tar.gz |
gitea: Update to 1.9.1
Changes:
* BREAKING
* Add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752)
* SECURITY
* Be more strict with git arguments (#7715) (#7762)
* Release built with go 1.12.8 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA
* BUGFIXES
* Fix local runs of ssh-requiring integration tests (#7855) (#7857)
* Fix hook problem (#7856) (#7754)
* Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7850) (#7846)
* Do not fetch all refs (#7797) (#7837)
* Fix duplicate call of webhook (#7824) (#7821)
* Enable switching to a different source branch when PR already exists (#7823)
* Rewrite existing repo units if setting is not included in api body (#7811)
* Prevent Commit Status and Message From Overflowing On Branch Page (#7800) (#7808)
* API: fix multiple bugs with statuses endpoints (Backport #7785) (#7807)
* Fix Slack webhook fork message (1.9 release backport) (#7783)
* Fix approvals counting (#7757) (#7777)
* Fix rename failed when rewrite public keys (#7761) (#7769)
* Fix dropTableColumns sqlite implementation (#7710) (#7765)
* Fix repo_index_status lingering when deleting a repository (#7738)
* Fix milestone completness calculation when migrating (#7725) (#7732)
* Fixes indexed repos keeping outdated indexes when files grow too large (#7731)
* Skip non-regular files (e.g. submodules) on repo indexing (#7717)
* Improve branches list performance and fix protected branch icon when no-login (#7695) (#7704)
* Correct wrong datetime format for git (#7689) (#7690)
Diffstat (limited to 'www/gitea')
-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 5e181a4294d..fe0c51d8556 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2019/08/14 15:45:50 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2019/08/19 10:27:42 nia Exp $ -DISTNAME= gitea-1.9.0 +DISTNAME= gitea-1.9.1 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 e172e78c02c..cc2021ba4c6 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2019/08/04 11:39:53 nia Exp $ +$NetBSD: distinfo,v 1.6 2019/08/19 10:27:42 nia Exp $ -SHA1 (gitea-1.9.0.tar.gz) = 87aebbedadb057ec66c7c904c40f403f6429d5c9 -RMD160 (gitea-1.9.0.tar.gz) = 9204908635064810fea61287a987dae8be2a3c67 -SHA512 (gitea-1.9.0.tar.gz) = 3cc7fb5162c89d3f068b5909b9a86cbb6802c35009c64baae5428e3b406fcd1dba146ad964168557db174333efecc101a85b00f37dce4e016337ef1bb29149c6 -Size (gitea-1.9.0.tar.gz) = 24057144 bytes +SHA1 (gitea-1.9.1.tar.gz) = b00fbbf3153f965a695030ece884527d56ac9bcb +RMD160 (gitea-1.9.1.tar.gz) = a76962d688ce17d2e331088a01ecdf67c03aea1f +SHA512 (gitea-1.9.1.tar.gz) = 6be868415eeb82722c9b3a1341ddc432bc20acba247839b81c38ebb27642b8e8089b6a285042e8e386dfc909c4716194cd17f44598efed25b26773524630458e +Size (gitea-1.9.1.tar.gz) = 24074441 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 |