Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 10:51:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537149 - head/www/gitea
Message-ID:  <202005311051.04VApt6d072876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun May 31 10:51:55 2020
New Revision: 537149
URL: https://svnweb.freebsd.org/changeset/ports/537149

Log:
  gitea: Update to 1.11.6
  
  Update Gitea to 1.11.6
  
  This release fixes two security issues and 14 bugs.
  
  Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.11.6
  
  And despite /some/ work being done on the invalid Go template syntax for the
  Wiki pages, the main bug has not been fixed and merged, so the patch still is
  required.
  
  PR:		246892
  Submitted by:	maintainer
  MFH:		2020Q2
  Relnotes:	https://github.com/go-gitea/gitea/releases/tag/v1.11.6
  Security:	yes, see Relnotes

Modified:
  head/www/gitea/Makefile
  head/www/gitea/distinfo

Modified: head/www/gitea/Makefile
==============================================================================
--- head/www/gitea/Makefile	Sun May 31 10:38:35 2020	(r537148)
+++ head/www/gitea/Makefile	Sun May 31 10:51:55 2020	(r537149)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.11.5
+DISTVERSION=	1.11.6
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/

Modified: head/www/gitea/distinfo
==============================================================================
--- head/www/gitea/distinfo	Sun May 31 10:38:35 2020	(r537148)
+++ head/www/gitea/distinfo	Sun May 31 10:51:55 2020	(r537149)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589102563
-SHA256 (gitea-src-1.11.5.tar.gz) = 4975d44d237fe15488ce9239641c23517f156de5ce4081ef26914b3ecae31d47
-SIZE (gitea-src-1.11.5.tar.gz) = 68923871
+TIMESTAMP = 1590915922
+SHA256 (gitea-src-1.11.6.tar.gz) = 1ac3880df7f38e411376c284959d8f5e1e1d9137ac423fe20d1e02ac5cc1de86
+SIZE (gitea-src-1.11.6.tar.gz) = 68915319



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005311051.04VApt6d072876>