git: 26745b29a8e3 - main - www/gitlab-ce: update to 15.0.3

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Mon, 20 Jun 2022 07:52:43 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26745b29a8e3cb488698613e319800caf6b6580b

commit 26745b29a8e3cb488698613e319800caf6b6580b
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-06-20 07:50:19 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-06-20 07:52:36 +0000

    www/gitlab-ce: update to 15.0.3
    
        Add GitLab agent image tag to install command
        Resolve "Add documentation for Opensearch Indexing paused."
        Disconnect alternates when unlinking from a repository pool
        Add version information for new fields in members API
        Upgrade to bundler v2.3.15
        cgroups: Handle nil repo
        catfile: Backport patches to fix leaking catfile processes
    
    Changelog:
    https://about.gitlab.com/releases/2022/06/16/gitlab-15-0-3-released/
---
 devel/gitaly/Makefile         |  4 ++--
 devel/gitaly/distinfo         | 10 +++++-----
 www/gitlab-ce/Makefile        |  6 +++---
 www/gitlab-ce/distinfo        |  6 +++---
 www/gitlab-workhorse/Makefile |  4 ++--
 www/gitlab-workhorse/distinfo | 10 +++++-----
 6 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 7a6176379b43..262222c1ba30 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitaly
-DISTVERSION=	15.0.2
+DISTVERSION=	15.0.3
 DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	devel
@@ -51,7 +51,7 @@ MAKE_ENV+=	${GO_ENV}
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
-GL_COMMIT=	7daa134a9c206ec381c271c5004a48d2ae4849ff
+GL_COMMIT=	fc0906498828d30d2a6fb0cb9bfb593d4e5e2586
 
 # for go dependencies
 # Gitlab hosts there dependencies on their own platform and not on go-proxy
diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo
index 172777cb7177..c86efaa1a11d 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1654844774
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0/go.mod) = 0f81920b355ef928d3d62a8f34c87240b9cc045e2a124cd617d25c1097a5c787
-SIZE (go/devel_gitaly/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0/go.mod) = 1827
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0.tar.gz) = e57ddf631192b4c5167b683a13cd8d7c118f6d334a2449027d45887e0f21caa9
-SIZE (go/devel_gitaly/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0/gitlab-org-gitaly-7daa134a9c206ec381c271c5004a48d2ae4849ff_GL0.tar.gz) = 3915169
+TIMESTAMP = 1655704466
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0/go.mod) = 0f81920b355ef928d3d62a8f34c87240b9cc045e2a124cd617d25c1097a5c787
+SIZE (go/devel_gitaly/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0/go.mod) = 1827
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0.tar.gz) = 2bee095a59990252daeac82c8a5315613775bd61649b6307969d8a592d24aa60
+SIZE (go/devel_gitaly/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0/gitlab-org-gitaly-fc0906498828d30d2a6fb0cb9bfb593d4e5e2586_GL0.tar.gz) = 3916693
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 329ac7d2a9bc..8839810dbc6a 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,8 +1,8 @@
 # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	15.0.2
-PORTREVISION=	1
+PORTVERSION=	15.0.3
+PORTREVISION=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -281,7 +281,7 @@ USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 GL_PROJECT=	gitlab-foss
 # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT=	c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95
+GL_COMMIT=	418555ba81982c6ee683a39dbdec134d69bebb3f
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 9cd2ed2be152..9b547fcb27ae 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654844716
-SHA256 (gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0.tar.gz) = b9ef0e5265960ac1d8aba61b74472ca10c03c48de4cee1cead91ff24f74614d9
-SIZE (gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0.tar.gz) = 102274188
+TIMESTAMP = 1655708590
+SHA256 (gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0.tar.gz) = 28f63154e97078b467fa62cca8a4fd657df23b86000c3b931e8eea90833bb025
+SIZE (gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0.tar.gz) = 102270473
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 32226f190873..b81b156673b8 100644
--- a/www/gitlab-workhorse/Makefile
+++ b/www/gitlab-workhorse/Makefile
@@ -1,7 +1,7 @@
 # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	15.0.2
+PORTVERSION=	15.0.3
 DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	www
@@ -26,7 +26,7 @@ USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 GL_PROJECT=	gitlab-foss
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT=	c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95
+GL_COMMIT=	418555ba81982c6ee683a39dbdec134d69bebb3f
 
 # for go dependencies
 # Gitlab hosts there dependencies on their own platform and not on go-proxy
diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo
index 3fbc1cad5aac..fd9e90a278f8 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1654844675
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0/go.mod) = d6aef2452999d5057ed4021da26d1746dae7b26adab96a836e1ae8474d4d8ecc
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0/go.mod) = 1647
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0.tar.gz) = b9ef0e5265960ac1d8aba61b74472ca10c03c48de4cee1cead91ff24f74614d9
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0/gitlab-org-gitlab-foss-c83a8f40f1cd6f0c74c58a19a6f1d9c42de51a95_GL0.tar.gz) = 102274188
+TIMESTAMP = 1655704308
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0/go.mod) = d6aef2452999d5057ed4021da26d1746dae7b26adab96a836e1ae8474d4d8ecc
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0/go.mod) = 1647
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0.tar.gz) = 28f63154e97078b467fa62cca8a4fd657df23b86000c3b931e8eea90833bb025
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0/gitlab-org-gitlab-foss-418555ba81982c6ee683a39dbdec134d69bebb3f_GL0.tar.gz) = 102270473