aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bethke <stb@lassitu.de>2021-10-11 15:55:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2021-10-11 15:56:55 +0000
commit19068496a92189231561320998eb6057a367ad37 (patch)
treec735c36944140b5f93cb2be73ef005e11ce9e321
parenta65d64aec63ffb56e753267f63b33e8716595021 (diff)
downloadports-19068496a92189231561320998eb6057a367ad37.tar.gz
ports-19068496a92189231561320998eb6057a367ad37.zip
www/gitea: Update to 1.15.4
-rw-r--r--www/gitea/Makefile2
-rw-r--r--www/gitea/distinfo6
-rw-r--r--www/gitea/pkg-message10
3 files changed, 14 insertions, 4 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 3df2c6e9c41e..f46d0a872c29 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -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}
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index 0b425fb4b93e..c306e7e5a43d 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -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
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
+}
]