aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bethke <stb@lassitu.de>2023-07-05 11:36:51 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-06 06:23:28 +0000
commit0609a03e4b94368b5410503906f05eaec542e2c7 (patch)
tree20dbfd681abbf72c27ca0e8eb493f84701ac0267
parent2d02d0ab534e40b4825b64107efca17fbec9db10 (diff)
downloadports-0609a03e4b94368b5410503906f05eaec542e2c7.tar.gz
ports-0609a03e4b94368b5410503906f05eaec542e2c7.zip
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)
-rw-r--r--www/gitea/Makefile2
-rw-r--r--www/gitea/distinfo6
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