Date: Wed, 10 Mar 2021 18:48:43 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568031 - head/www/gitea Message-ID: <202103101848.12AImhkA068932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Wed Mar 10 18:48:43 2021 New Revision: 568031 URL: https://svnweb.freebsd.org/changeset/ports/568031 Log: www/gitea: Update to 1.13.4 This update fixes security vulnerabilities * https://blog.gitea.io/2021/03/gitea-1.13.3-is-released/ * https://blog.gitea.io/2021/03/gitea-1.13.4-is-released/ PR: 254130 Submitted by: stb AT lassitu DOT de (maintainer) MFH: 2021Q1 Security: 502ba001-7ffa-11eb-911c-0800278d94f Modified: head/www/gitea/Makefile head/www/gitea/distinfo Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Wed Mar 10 18:45:24 2021 (r568030) +++ head/www/gitea/Makefile Wed Mar 10 18:48:43 2021 (r568031) @@ -2,7 +2,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.13.2 +DISTVERSION= 1.13.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 Wed Mar 10 18:45:24 2021 (r568030) +++ head/www/gitea/distinfo Wed Mar 10 18:48:43 2021 (r568031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612614262 -SHA256 (gitea-src-1.13.2.tar.gz) = b9ece0f0674daa02951e0263f6b4ea1c52d6b8b7720e9eb77f3afb0ccb253882 -SIZE (gitea-src-1.13.2.tar.gz) = 150862119 +TIMESTAMP = 1615197017 +SHA256 (gitea-src-1.13.4.tar.gz) = 43dc0cf931a013da0517383ae75e9b1bb8853638713b13cc2cab531e0840fce5 +SIZE (gitea-src-1.13.4.tar.gz) = 150805886
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103101848.12AImhkA068932>