svn commit: r503336 - branches/2019Q2/www/gitea

Kai Knoblich kai at FreeBSD.org
Sun Jun 2 22:30:32 UTC 2019


Author: kai
Date: Sun Jun  2 22:30:31 2019
New Revision: 503336
URL: https://svnweb.freebsd.org/changeset/ports/503336

Log:
  MFH: r503081
  
  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)
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q2/www/gitea/Makefile
  branches/2019Q2/www/gitea/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/www/gitea/Makefile
==============================================================================
--- branches/2019Q2/www/gitea/Makefile	Sun Jun  2 21:29:47 2019	(r503335)
+++ branches/2019Q2/www/gitea/Makefile	Sun Jun  2 22:30:31 2019	(r503336)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.0
+DISTVERSION=	1.8.2
 CATEGORIES=	www
 
 MAINTAINER=	stb at lassitu.de

Modified: branches/2019Q2/www/gitea/distinfo
==============================================================================
--- branches/2019Q2/www/gitea/distinfo	Sun Jun  2 21:29:47 2019	(r503335)
+++ branches/2019Q2/www/gitea/distinfo	Sun Jun  2 22:30:31 2019	(r503336)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556897794
-SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb
-SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907
+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-all mailing list