mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/gitea: update to 1.21.5 (fixes security vulnerabilities)
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.5 SECURITY * Prevent anonymous container access if RequireSignInView is enabled * Update go dependencies and fix go-git BUGFIXES * Revert "Speed up loading the dashboard on mysql/mariadb * Fix an actions schedule bug * Fix update enable_prune even if mirror_interval is not provided * Fix uploaded artifacts should be overwritten * Preserve BOM in web editor * Strip / from relative links * Don't remove all mirror repository's releases when mirroring * Implement MigrateRepository for the actions notifier * Respect branch info for relative links * Don't reload timeline page when (un)resolving or replying conversation * Only migrate the first 255 chars of a Github issue title * Fix sort bug on repository issues list * Fix DeleteCollaboration transaction behaviour * Fix schedule not trigger bug because matching full ref name with short ref name * Fix migrate storage bug * Fix archive creating LFS hooks and breaking pull requests * Fix reverting a merge commit failing * Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate * Fix incorrect PostgreSQL connection string for Unix sockets ENHANCEMENTS * Make loading animation less aggressive * Avoid duplicate JS error messages on UI * Bump @github/relative-time-element to 4.3.1 MISC * Warn that DISABLE_QUERY_AUTH_TOKEN is false only if it's explicitly defined * Remove duplicated checkinit on git module PR: 277066 Reported by: freebsd@otoh.org MFH: 2024Q1 (security fixes, bug fixes)
This commit is contained in:
parent
5f1e11f7f3
commit
a68308673e
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= gitea
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.21.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.21.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \
|
||||
https://dl.gitea.io/gitea/${DISTVERSION}/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
TIMESTAMP = 1703201941
|
||||
SHA256 (gitea-src-1.21.3.tar.gz) = b490bda7bfbe95bde50f4c98478a80b4539344140ad9290d083e9393e83d33bf
|
||||
SIZE (gitea-src-1.21.3.tar.gz) = 53775315
|
||||
TIMESTAMP = 1707999597
|
||||
SHA256 (gitea-src-1.21.5.tar.gz) = 567245e824acb1062cf3220a997bf160787609f2e2261b8ab6345da8a2101b1c
|
||||
SIZE (gitea-src-1.21.5.tar.gz) = 53857165
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue