From owner-dev-commits-ports-all@freebsd.org Mon Jun 21 07:35:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 711B2641A6A; Mon, 21 Jun 2021 07:35:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7hCG2q9Bz4Znx; Mon, 21 Jun 2021 07:35:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48928190DF; Mon, 21 Jun 2021 07:35:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15L7Zc8E008619; Mon, 21 Jun 2021 07:35:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L7Zcpf008618; Mon, 21 Jun 2021 07:35:38 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:35:38 GMT Message-Id: <202106210735.15L7Zcpf008618@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: afee04dae9fa - main - www/gitlab-ce: Added a note that you must upgrade at first to 13.12. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: afee04dae9fa6cb66a865c3115691ed8229bb562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:35:38 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=afee04dae9fa6cb66a865c3115691ed8229bb562 commit afee04dae9fa6cb66a865c3115691ed8229bb562 Author: Matthias Fechner AuthorDate: 2021-06-21 07:33:44 +0000 Commit: Matthias Fechner CommitDate: 2021-06-21 07:33:44 +0000 www/gitlab-ce: Added a note that you must upgrade at first to 13.12. Version 14.0.0 drops SQL migration scripts, so upgrade to 13.12 is required, otherwise you must recreate the advanced search index. --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATING b/UPDATING index 4cf9da68c920..37d850e39cef 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. +20210621: + AFFECTS: users of www/gitlab-ce + AUTHOR: mfechner@FreeBSD.org + + The upgrade of Gitlab 14.0.0 is in preparation. + You must upgrade first to 13.12. + For more information see here: + https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/ + + To do the upgrade, make sure you follow the upgrade manuals: + https://gitlab.fechner.net/mfechner/Gitlab-docu/-/tree/master/update + + I will merge the 14.0.0 upgrade later to quarterly branch to give you + some time for the upgrade to 13.12. + 20210620: AFFECTS: users of misc/openhab2 AUTHOR: netchild@FreeBSD.org