svn commit: r503081 - head/www/gitea
Kai Knoblich
kai at FreeBSD.org
Thu May 30 20:26:32 UTC 2019
Author: kai
Date: Thu May 30 20:26:30 2019
New Revision: 503081
URL: https://svnweb.freebsd.org/changeset/ports/503081
Log:
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 at lassitu.de (maintainer)
MFH: 2019Q2
Modified:
head/www/gitea/Makefile
head/www/gitea/distinfo
Modified: head/www/gitea/Makefile
==============================================================================
--- head/www/gitea/Makefile Thu May 30 18:12:06 2019 (r503080)
+++ head/www/gitea/Makefile Thu May 30 20:26:30 2019 (r503081)
@@ -3,7 +3,7 @@
PORTNAME= gitea
DISTVERSIONPREFIX= v
-DISTVERSION= 1.8.1
+DISTVERSION= 1.8.2
CATEGORIES= www
MAINTAINER= stb at lassitu.de
Modified: head/www/gitea/distinfo
==============================================================================
--- head/www/gitea/distinfo Thu May 30 18:12:06 2019 (r503080)
+++ head/www/gitea/distinfo Thu May 30 20:26:30 2019 (r503081)
@@ -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
More information about the svn-ports-head
mailing list