git: 620f713d5730 - main - www/gitlab-ce: bugfix update to 14.9.1

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Sat, 26 Mar 2022 07:45:29 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=620f713d57305379675b78682e116261639c3dc3

commit 620f713d57305379675b78682e116261639c3dc3
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-03-25 14:40:29 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-03-26 07:44:06 +0000

    www/gitlab-ce: bugfix update to 14.9.1
    
    Changelog:
    https://about.gitlab.com/releases/2022/03/23/gitlab-14-9-1-released/
    
    14.9.1 (2022-03-23)
    Fixed (1 change)
    
    - [Fix backups not working when feature_flags table does not exist](gitlab-org/gitlab@4cc3cd6cf6eb256a9837ef92a6fdb4991cd1642c) ([merge request](gitlab-org/gitlab!83388))
    
    Changed (1 change)
    
    - [Alias user_email_lookup_limit to search_rate_limit](gitlab-org/gitlab@424c277fc4c994df60ea68acb8988537526108e4) ([merge request](gitlab-org/gitlab!83388))
---
 devel/gitaly/Makefile         | 4 ++--
 devel/gitaly/distinfo         | 6 +++---
 www/gitlab-ce/Makefile        | 4 ++--
 www/gitlab-ce/distinfo        | 6 +++---
 www/gitlab-workhorse/Makefile | 4 ++--
 www/gitlab-workhorse/distinfo | 6 +++---
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 783d55913781..ac8d14af7ee9 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitaly
-DISTVERSION=	14.9.0
+DISTVERSION=	14.9.1
 PORTREVISION=	0
 CATEGORIES=	devel
 
@@ -49,7 +49,7 @@ MAKE_ENV+=	${GO_ENV}
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
-GL_COMMIT=	b8dcfbb394eddfa30d27753a14792d54654cef56
+GL_COMMIT=	402944bf57a1edd384e5fed24473f83280979a80
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo
index 7e22ba635cb7..d0e4d3bd7a67 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1647946218
+TIMESTAMP = 1648219174
 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e
 SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102
 SHA256 (Azure-azure-storage-blob-go-v0.13.0_GH0.tar.gz) = 6bf7145210331efa3f0417f6684cf764c22743cf23122048ec136600daebf443
@@ -281,8 +281,8 @@ SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215
 SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421
 SHA256 (gonum-gonum-v0.8.2_GH0.tar.gz) = a2aad1ac038d36d568939910f39eb0c58cae3c6f0b18df3ca74a8daa954d1663
 SIZE (gonum-gonum-v0.8.2_GH0.tar.gz) = 3226037
-SHA256 (gitlab-org-gitaly-b8dcfbb394eddfa30d27753a14792d54654cef56_GL0.tar.gz) = 119b89fcf49cdc885a816aa8984855220cbfef77a45fea11c6fc88aaf1552356
-SIZE (gitlab-org-gitaly-b8dcfbb394eddfa30d27753a14792d54654cef56_GL0.tar.gz) = 3848871
+SHA256 (gitlab-org-gitaly-402944bf57a1edd384e5fed24473f83280979a80_GL0.tar.gz) = 5f5e984242457edab9922df475c2f9b8bbb2e7f5d120789e3baa5de81fc33c9a
+SIZE (gitlab-org-gitaly-402944bf57a1edd384e5fed24473f83280979a80_GL0.tar.gz) = 3850451
 SHA256 (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = a00e10d3dbe50e7c70b75c5fcf7d42a039a24c13b0b751a0339bb18261ac50af
 SIZE (gitlab-org-gitlab-shell-50da611814d256c77e689977265ec7e07633a4dc_GL0.tar.gz) = 124516
 SHA256 (gitlab-org-labkit-397363e2404ac0276b1959373a1c1c2bc1610d67_GL0.tar.gz) = e48dae8ea183f946189a9ac7e4cbe4bc0fa583e6baafb0074a3463a879565ecb
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 1adf3d50df43..a557b75d23d0 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,7 +1,7 @@
 # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	14.9.0
+PORTVERSION=	14.9.1
 PORTREVISION=	0
 CATEGORIES=	www devel
 
@@ -278,7 +278,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=	77d81d7c756bf5b9e4f25aea294973b0d3b550da
+GL_COMMIT=	5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 7720dd5337c1..9f1230cd0300 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647938238
-SHA256 (gitlab-org-gitlab-foss-77d81d7c756bf5b9e4f25aea294973b0d3b550da_GL0.tar.gz) = 680e0b6dce9fe24bf0e9643e285779d8d0f57b564f05cc3c7a315253918bc651
-SIZE (gitlab-org-gitlab-foss-77d81d7c756bf5b9e4f25aea294973b0d3b550da_GL0.tar.gz) = 102355898
+TIMESTAMP = 1648219074
+SHA256 (gitlab-org-gitlab-foss-5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7_GL0.tar.gz) = 9685e3cb51f4fc0b22ce5a9dc0bf25cc925c269c1346fd45693a3377756cc166
+SIZE (gitlab-org-gitlab-foss-5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7_GL0.tar.gz) = 102356177
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index d45a5465dd9f..6fd017a22e6f 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=	14.9.0
+PORTVERSION=	14.9.1
 PORTREVISION=	0
 CATEGORIES=	www
 
@@ -25,7 +25,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=	77d81d7c756bf5b9e4f25aea294973b0d3b550da
+GL_COMMIT=	5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo
index f6727067be85..08ecf9a844c3 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1647938282
+TIMESTAMP = 1648219111
 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e
 SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102
 SHA256 (Azure-azure-storage-blob-go-v0.13.0_GH0.tar.gz) = 6bf7145210331efa3f0417f6684cf764c22743cf23122048ec136600daebf443
@@ -199,8 +199,8 @@ SHA256 (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 7590acdefcbbf9553bd3415bc7e5
 SIZE (uber-jaeger-client-go-v2.27.0_GH0.tar.gz) = 210139
 SHA256 (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = c178bcad325857dba29551c16f40707701adf6e3a9e01e1ca3e5edfc3c6de8bc
 SIZE (uber-jaeger-lib-v2.4.1_GH0.tar.gz) = 38010
-SHA256 (gitlab-org-gitlab-foss-77d81d7c756bf5b9e4f25aea294973b0d3b550da_GL0.tar.gz) = 680e0b6dce9fe24bf0e9643e285779d8d0f57b564f05cc3c7a315253918bc651
-SIZE (gitlab-org-gitlab-foss-77d81d7c756bf5b9e4f25aea294973b0d3b550da_GL0.tar.gz) = 102355898
+SHA256 (gitlab-org-gitlab-foss-5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7_GL0.tar.gz) = 9685e3cb51f4fc0b22ce5a9dc0bf25cc925c269c1346fd45693a3377756cc166
+SIZE (gitlab-org-gitlab-foss-5b713e1e9a309d1afff4c7068d1e03fbd6a5f7f7_GL0.tar.gz) = 102356177
 SHA256 (gitlab-org-gitaly-df7dadcc3f74276a7176234d4b1475299f46c05c_GL0.tar.gz) = 4c403ee52c1d42d54e9acd14026796782e8272e74c8eb7c3cedf9c924697647e
 SIZE (gitlab-org-gitaly-df7dadcc3f74276a7176234d4b1475299f46c05c_GL0.tar.gz) = 3703056
 SHA256 (gitlab-org-golang-archive-zip-84007c99e03b62ee4dc62a94048d6e59552299d7_GL0.tar.gz) = 103a3e806657de5e2c7844326146c88490089fa8d07784270c359b5f5a8d06be