Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 10:22:59 +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: r547648 - head/www/gitea
Message-ID:  <202009051022.085AMxpM097420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Sep  5 10:22:59 2020
New Revision: 547648
URL: https://svnweb.freebsd.org/changeset/ports/547648

Log:
  www/gitea: Update to 1.12.4
  
  v1.12.4: * SECURITY
    * Escape provider name in oauth2 provider redirect (#12648) (#12650)
    * Escape Email on password reset page (#12610) (#12612)
    * When reading expired sessions - expire them (#12686) (#12690)
  * ENHANCEMENTS
    * StaticRootPath configurable at compile time (#12371) (#12652)
  * BUGFIXES
    * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
    * Expire time acknowledged for cache (#12605) (#12611)
    * Fix diff path unquoting (#12554) (#12575)
    * Improve HTML escaping helper (#12562)
    * models: break out of loop (#12386) (#12561)
    * Default empty merger list to those with write permissions (#12535) (#12560)
    * Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
    * Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
    * Remove hardcoded ES indexername (#12521) (#12526)
    * Fix bug preventing transfer to private organization (#12497) (#12501)
    * Keys should not verify revoked email addresses (#12486) (#12495)
    * Do not add prefix on http/https submodule links (#12477) (#12479)
    * Fix ignored login on compare (#12476) (#12478)
    * Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
    * Upgrade google/go-github to v32.1.0 (#12361) (#12390)
    * Render emoji's of Commit message on feed-page (#12373)
    * Fix handling of diff on unrelated branches when Git 2.28 used (#12370)
  
  PR:		249095
  Submitted by:	Greg Fitzgerald
  Approved by:	maintainer (implicit)

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

Modified: head/www/gitea/Makefile
==============================================================================
--- head/www/gitea/Makefile	Sat Sep  5 10:11:52 2020	(r547647)
+++ head/www/gitea/Makefile	Sat Sep  5 10:22:59 2020	(r547648)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.12.3
+DISTVERSION=	1.12.4
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	gitea-src-${DISTVERSION}

Modified: head/www/gitea/distinfo
==============================================================================
--- head/www/gitea/distinfo	Sat Sep  5 10:11:52 2020	(r547647)
+++ head/www/gitea/distinfo	Sat Sep  5 10:22:59 2020	(r547648)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596151361
-SHA256 (gitea-src-1.12.3.tar.gz) = a054fd06d3aef501da08ae19c2d2c6616f313190c0f393f815282f4bc5bde117
-SIZE (gitea-src-1.12.3.tar.gz) = 135139930
+TIMESTAMP = 1599301009
+SHA256 (gitea-src-1.12.4.tar.gz) = 6c209b8e955ff3a9cc210323ee719e93cc43176754147a4ddccc421f1cafe37f
+SIZE (gitea-src-1.12.4.tar.gz) = 135170598



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