aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-04-21 06:07:43 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-04-21 10:57:58 +0000
commit57a5a76f292efabc53b79e24fb66cf1d8c42ecd2 (patch)
tree4ae92edf3aad66f17538ef0ac7b7cf5565f45e76 /UPDATING
parente3b4c1f90c04c77503e1ee4c2e0390255fddce6f (diff)
www/gitlab: major upgrade to 16.11.0
Please note, that this version changes the installation path. Make sure you follow the upgrade manual very carefully: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md Changes: https://about.gitlab.com/releases/2024/04/18/gitlab-16-11-released/
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 44bae8053090..3427ae1274a3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240421:
+ AFFECTS: www/gitlab-ce
+ AUTHOR: mfechner@FreeBSD.org
+
+ With the upgrade to version 16.11 the default path for gitlab-ce changed:
+ /usr/local/www/gitlab-ce -> /usr/local/www/gitlab
+ Make sure you follow the upgrade manual very carefully:
+ https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md
+
+ The gitlab port also got a new flavor gitlab@ee to make the Gitlab
+ Enterprise Edition available (you will need a license for it).
+ Please note, that the ee flavor is a draft, but any feedback is welcome.
+ See also the installation and upgrade manual for more details.
+ https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/install/16.11-freebsd.md
+
20240409:
AFFECTS: x11-servers/xwayland-devel
AUTHOR: jbeich@FreeBSD.org