diff options
author | Stefan Bethke <stb@lassitu.de> | 2021-10-11 15:55:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-10-11 15:56:55 +0000 |
commit | 19068496a92189231561320998eb6057a367ad37 (patch) | |
tree | c735c36944140b5f93cb2be73ef005e11ce9e321 /www/gitea/pkg-message | |
parent | a65d64aec63ffb56e753267f63b33e8716595021 (diff) | |
download | ports-19068496a92189231561320998eb6057a367ad37.tar.gz ports-19068496a92189231561320998eb6057a367ad37.zip |
www/gitea: Update to 1.15.4
Release notes: https://blog.gitea.io/2021/10/gitea-1.15.4-is-released/
PR: 259043
Diffstat (limited to 'www/gitea/pkg-message')
-rw-r--r-- | www/gitea/pkg-message | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gitea/pkg-message b/www/gitea/pkg-message index 02fcda1382d1..7f100837b709 100644 --- a/www/gitea/pkg-message +++ b/www/gitea/pkg-message @@ -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.3–1.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 +} ] |