www/gitea: Update to 1.15.4

Release notes: https://blog.gitea.io/2021/10/gitea-1.15.4-is-released/

PR:		259043
This commit is contained in:
Stefan Bethke 2021-10-11 09:55:40 -06:00 committed by Adam Weinberger
parent a65d64aec6
commit 19068496a9
3 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= gitea
DISTVERSIONPREFIX= v
DISTVERSION= 1.15.3
DISTVERSION= 1.15.4
CATEGORIES= www
MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= gitea-src-${DISTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632328620
SHA256 (gitea-src-1.15.3.tar.gz) = afc14ff631080a18385c36f4005f6b8900693425667dfad5234cb323cdeac00d
SIZE (gitea-src-1.15.3.tar.gz) = 48671233
TIMESTAMP = 1633967425
SHA256 (gitea-src-1.15.4.tar.gz) = 52c69303a6c8e69af7bdbbcede3167f00f2a5518b7f397db889403d3d52dfd7d
SIZE (gitea-src-1.15.4.tar.gz) = 48693539

View File

@ -17,4 +17,14 @@ the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
the release notes.
EOM
}
{ type: upgrade
maximum_version: 1.15.1
message: <<EOM
We remind users that a bug was discovered with gitea dump in 1.14.31.14.6
and 1.15.0. Database dumps from these versions cause broken fields in the
repo_unit and login_source tables causing the issue identified in #16961.
Users on 1.14.x must upgrade to 1.14.7 before running gitea dump. See the
release notes for more information.
EOM
}
]