Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 06:23:56 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0609a03e4b94 - main - www/gitea: Update to 1.19.4 (fixes security vulnerabilities)
Message-ID:  <202307060623.3666NuY0089645@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0609a03e4b94368b5410503906f05eaec542e2c7

commit 0609a03e4b94368b5410503906f05eaec542e2c7
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2023-07-05 11:36:51 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-07-06 06:23:28 +0000

    www/gitea: Update to 1.19.4 (fixes security vulnerabilities)
    
    ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.19.4
    
    SECURITY
     * Fix open redirect check for more cases
    API
     * Return 404 in the API if the requested webhooks were not found
     * Fix organization field being null in GET /api/v1/teams/{id}
    ENHANCEMENTS
     * Set --font-weight-bold to 600
     * Make mailer SMTP check have timed context
     * Do not select line numbers when selecting text from the action run logs
    BUGFIXES
     * Fix bug when change user name
     * Fix task list checkbox toggle to work with YAML front matter
     * Hide limited users if viewed by anonymous ghost
     * Add WithPullRequest for actionsNotifier
     * Fix parallelly generating index failure with Mysql
     * GitLab migration: Sanitize response for reaction list
     * Fix users cannot visit issue attachment bug
     * Fix missing reference prefix of commits when sync mirror repository
     * Only validate changed columns when update user
     * Make DeleteIssue use correct context
     * Fix topics deleted via API not being deleted in org page
     * Fix Actions being enabled accidentally
     * Fix missed table name on iterate lfs meta objects
     * Fix safari cookie session bug
     * Respect original content when creating secrets
     * Fix Pull Mirror out-of-sync bugs
     * Fix run list broken when trigger user deleted
     * Fix issues list page multiple selection update milestones
     * Fix: release page for empty or non-existing target
     * Fix close org projects
     * Refresh the refernce of the closed PR when reopening
     * Fix the permission of team's Actions unit issue
     * Bump go.etcd.io/bbolt and blevesearch deps
     * Fix new wiki page mirror
     * Match unqualified references when syncing pulls as well
    DOCS
     * Change branch name from master to main in some documents' links
     * Remove unnecessary content on docs
     * Unify doc links to use paths relative to doc folder
     * Fix docs documenting invalid @every for OLDER_THAN cron settings
    MISC
     * Merge different languages for language stats
     * Hiding Secrets options when Actions feature is disabled
     * Improve decryption failure message
     * Makefile: Use portable !, not GNUish -not, with find(1).
    
    PR:             272380
    Reported by:    stb@lassitu.de
    MFH:            2023Q3 (security fix)
---
 www/gitea/Makefile | 2 +-
 www/gitea/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 782053b4a3e0..7b07a52bde93 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.19.3
+DISTVERSION=	1.19.4
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \
 		https://dl.gitea.io/gitea/${DISTVERSION}/
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index d6d143aa1049..ec1c92eb90df 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685483917
-SHA256 (gitea-src-1.19.3.tar.gz) = ad2bc17929c9df9e986daeed6578344b5d59473626177c673a5e19509f17418c
-SIZE (gitea-src-1.19.3.tar.gz) = 55634848
+TIMESTAMP = 1688548753
+SHA256 (gitea-src-1.19.4.tar.gz) = bcd30d10a32952854b506c0f3d584b29f1251668c25a06476398b596236cfb19
+SIZE (gitea-src-1.19.4.tar.gz) = 55781048



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