Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 07:49:41 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7a5935b859e - main - www/gitlab-ce: Bugfix update 14.3.2
Message-ID:  <202110020749.1927nfj0091089@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

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

commit c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-10-02 07:33:40 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-10-02 07:49:36 +0000

    www/gitlab-ce: Bugfix update 14.3.2
    
    Changelog:
    https://about.gitlab.com/releases/2021/10/01/gitlab-14-3-2-released/
---
 devel/gitaly/Makefile         | 4 ++--
 devel/gitaly/distinfo         | 6 +++---
 devel/gitlab-shell/Makefile   | 4 ++--
 devel/gitlab-shell/distinfo   | 6 +++---
 www/gitlab-ce/Makefile        | 8 ++++----
 www/gitlab-ce/distinfo        | 6 +++---
 www/gitlab-workhorse/Makefile | 4 ++--
 www/gitlab-workhorse/distinfo | 6 +++---
 8 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 347b35da74ad..acde6b530def 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitaly
-DISTVERSION=	14.3.1
+DISTVERSION=	14.3.2
 PORTREVISION=	0
 CATEGORIES=	devel
 
@@ -45,7 +45,7 @@ MAKE_ENV+=	${GO_ENV}
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
-GL_COMMIT=	22ec2cd8fd891d805b37fc3fdd9bc44ee3880428
+GL_COMMIT=	52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo
index a02f1b694bb8..ed5f4d04d0ec 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1633029263
+TIMESTAMP = 1633159372
 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
@@ -267,8 +267,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-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 413ed0cee29068479962d4a578e36cfeeff0f252c4f4b45e4d718e2653e37f5c
-SIZE (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 3672512
+SHA256 (gitlab-org-gitaly-52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60_GL0.tar.gz) = 35ccd4d036e07ae9f780504525fc059012c9d091ec496abf29260de4ba37054c
+SIZE (gitlab-org-gitaly-52407ecfce7fc39b4f5f6db15cc6cb4e9a8c1f60_GL0.tar.gz) = 3672392
 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/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index ea74e153f5bf..acde6909d313 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -1,7 +1,7 @@
 # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	13.21.0
+PORTVERSION=	13.21.1
 PORTREVISION=	0
 CATEGORIES=	devel
 
@@ -15,7 +15,7 @@ USES=		gmake go:modules
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT=	81e580997d07a7a9d3dddbd42cbb39f305c63b8b
+GL_COMMIT=	593961bae309e92e9bff550d0231092f44813b06
 
 USERS=		git
 GROUPS=		git
diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo
index 3e0a93902f26..7dc1b7623b26 100644
--- a/devel/gitlab-shell/distinfo
+++ b/devel/gitlab-shell/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1632236619
+TIMESTAMP = 1633159553
 SHA256 (DataDog-datadog-go-v4.4.0_GH0.tar.gz) = ca4e63041f5e0a176f0affd7a59979255de116686479816a80ff067531f141dc
 SIZE (DataDog-datadog-go-v4.4.0_GH0.tar.gz) = 43175
 SHA256 (DataDog-dd-trace-go-v1.30.0_GH0.tar.gz) = a739f6c2c20cfa8ffe427451c9eeea3b369fd7bf1334507eef2b8d60088974a2
@@ -131,8 +131,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-shell-81e580997d07a7a9d3dddbd42cbb39f305c63b8b_GL0.tar.gz) = d09f28271646c275a02a41253f7a2e594e8c6dfd8a1fc17442b48a1d700ca7f8
-SIZE (gitlab-org-gitlab-shell-81e580997d07a7a9d3dddbd42cbb39f305c63b8b_GL0.tar.gz) = 126597
+SHA256 (gitlab-org-gitlab-shell-593961bae309e92e9bff550d0231092f44813b06_GL0.tar.gz) = 93a0e0320c72612cf61ca2083ec822941396256b1edcee93a7dac27af51a897b
+SIZE (gitlab-org-gitlab-shell-593961bae309e92e9bff550d0231092f44813b06_GL0.tar.gz) = 126704
 SHA256 (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 31a6c86d809082126e11e98e050749932861297a3d21c8e4756b5618e06ac9fd
 SIZE (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 3465551
 SHA256 (gitlab-org-labkit-dc97d99c35488e59727a3da089f764df901ba56f_GL0.tar.gz) = a09b5d54461028864d8f2bed3d9e1bf8ec1c469131540747d169e87f83fdfa9c
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index f0d4195e5492..85a4e9fcf9a1 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.3.1
+PORTVERSION=	14.3.2
 PORTREVISION=	0
 CATEGORIES=	www devel
 
@@ -16,9 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 MY_DEPENDS=	git>=2.32.0:devel/git \
 	gitaly>=${PORTVERSION}:devel/gitaly \
 	gitlab-elasticsearch-indexer>=2.13.0:textproc/gitlab-elasticsearch-indexer \
-	gitlab-agent>=14.3.2:net/gitlab-agent \
+	gitlab-agent>=14.3.3:net/gitlab-agent \
 	gitlab-pages>=1.44.0:www/gitlab-pages \
-	gitlab-shell>=13.21.0:devel/gitlab-shell \
+	gitlab-shell>=13.21.1:devel/gitlab-shell \
 	gitlab-workhorse>=${PORTVERSION}:www/gitlab-workhorse \
 	redis>=6.0.14:databases/redis \
 	yarn>=1.10.0:www/yarn \
@@ -270,7 +270,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=	c362490dfe27056da8c796e3b3e5a0f5e42acfaa
+GL_COMMIT=	92acfb1b8a9019b3fa3c817d251b2624d55da26d
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index c4e7ec861e8e..9bf43cd68a07 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633029092
-SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656
-SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681
+TIMESTAMP = 1633159240
+SHA256 (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = d618d90f40dd63d5b85d8540ee0d31578cf4a317f5ea3b5432c53b0187a0da5b
+SIZE (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = 94745309
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 7952ce94fd31..55b2e5f40b9c 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.3.1
+PORTVERSION=	14.3.2
 PORTREVISION=	0
 CATEGORIES=	www
 
@@ -23,7 +23,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=	c362490dfe27056da8c796e3b3e5a0f5e42acfaa
+GL_COMMIT=	92acfb1b8a9019b3fa3c817d251b2624d55da26d
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo
index a462eaec688a..59808c3d77f6 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1633029115
+TIMESTAMP = 1633159257
 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-6df5d9af221d_GH0.tar.gz) = 31047920e4c507f913b9922ad920a2e9f6d48e6056bdc6869b6c257e3ab095a7
@@ -201,8 +201,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-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656
-SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681
+SHA256 (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = d618d90f40dd63d5b85d8540ee0d31578cf4a317f5ea3b5432c53b0187a0da5b
+SIZE (gitlab-org-gitlab-foss-92acfb1b8a9019b3fa3c817d251b2624d55da26d_GL0.tar.gz) = 94745309
 SHA256 (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 31a6c86d809082126e11e98e050749932861297a3d21c8e4756b5618e06ac9fd
 SIZE (gitlab-org-gitaly-e078d5bd7c5eb37caa222faa15010ce6decc6aa6_GL0.tar.gz) = 3465551
 SHA256 (gitlab-org-labkit-9205b46eea68f47a36cefa783a306476f0b2dbfd_GL0.tar.gz) = c957c444298dd0f9ade07cb643d03e455dcc28d24bd203ead8d241bf50c6df57



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110020749.1927nfj0091089>