diff options
author | kai <kai@FreeBSD.org> | 2019-05-31 04:26:30 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-05-31 04:26:30 +0800 |
commit | 2241101465da92ffb12b03ef23ab524b0433b195 (patch) | |
tree | fed6910dd2abcd4a7ae41ffa5aca8beda8176e48 /www/gitea | |
parent | 8269a8b82d47db213688bdae6a697c0725dd2622 (diff) | |
download | freebsd-ports-gnome-2241101465da92ffb12b03ef23ab524b0433b195.tar.gz freebsd-ports-gnome-2241101465da92ffb12b03ef23ab524b0433b195.tar.zst freebsd-ports-gnome-2241101465da92ffb12b03ef23ab524b0433b195.zip |
www/gitea: Update to 1.8.2
Changelog:
* Fix possbile mysql invalid connnection error
* Handle invalid administrator username on install page
* Disable arm7 builds
* Fix default for allowing new organization creation for new users
* SearchRepositoryByName improvements and unification
* Fix u2f registrationlist ToRegistrations() method
* Allow collaborators to view repo owned by private org
* Use AppURL for Oauth user link
* Escape the commit message on issues update
* Fix regression for API users search
* Handle early git version's lack of get-url
* Fix wrong init dependency on markup extensions
https://github.com/go-gitea/gitea/releases/tag/v1.8.2
PR: 238239
Submitted by: stb@lassitu.de (maintainer)
MFH: 2019Q2
Diffstat (limited to 'www/gitea')
-rw-r--r-- | www/gitea/Makefile | 2 | ||||
-rw-r--r-- | www/gitea/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 5d4c5b45a0bb..2b00e6975395 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 CATEGORIES= www MAINTAINER= stb@lassitu.de diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 35d7106d741f..e9ec2781dc70 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557418627 -SHA256 (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 91f1094f1aa833c8e2cb11cf4c2e1301c53317a49c9f6818c4a7a1ef926850cd -SIZE (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 24304805 +TIMESTAMP = 1559214128 +SHA256 (go-gitea-gitea-v1.8.2_GH0.tar.gz) = bb4a641776b0cbd50d2405e9efd785dec998c42f7267737dad401163ea16b61d +SIZE (go-gitea-gitea-v1.8.2_GH0.tar.gz) = 24321492 |