Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 2021 14:54:15 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: 96e60ab5270d - main - www/gitlab-ce: Security update to 14.3.1
Message-ID:  <202110011454.191EsFHi043417@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=96e60ab5270da77331e623d6e25635301b101aeb

commit 96e60ab5270da77331e623d6e25635301b101aeb
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-09-30 19:29:40 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-10-01 14:53:39 +0000

    www/gitlab-ce: Security update to 14.3.1
    
    Changelog:
    https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/
    
    Security:       1bdd4db6-2223-11ec-91be-001b217b3468
---
 devel/gitaly/Makefile         | 6 +++---
 devel/gitaly/distinfo         | 6 +++---
 www/gitlab-ce/Makefile        | 6 +++---
 www/gitlab-ce/distinfo        | 6 +++---
 www/gitlab-workhorse/Makefile | 4 ++--
 www/gitlab-workhorse/distinfo | 6 +++---
 6 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index a257855a00e3..347b35da74ad 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitaly
-DISTVERSION=	14.3.0
-PORTREVISION=	1
+DISTVERSION=	14.3.1
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -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=	1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6
+GL_COMMIT=	22ec2cd8fd891d805b37fc3fdd9bc44ee3880428
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo
index ce843681dac1..a02f1b694bb8 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1632233264
+TIMESTAMP = 1633029263
 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-1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6_GL0.tar.gz) = 7c7b2dfa3bc235104c11fcb334421fb0cb10da4bf7a7664443d988b23a3725e3
-SIZE (gitlab-org-gitaly-1a0e5d9b50a5ae76b5a11fd09cf66d2213ffbef6_GL0.tar.gz) = 3672411
+SHA256 (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 413ed0cee29068479962d4a578e36cfeeff0f252c4f4b45e4d718e2653e37f5c
+SIZE (gitlab-org-gitaly-22ec2cd8fd891d805b37fc3fdd9bc44ee3880428_GL0.tar.gz) = 3672512
 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 40128bca9a42..f0d4195e5492 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=	14.3.0
-PORTREVISION=	1
+PORTVERSION=	14.3.1
+PORTREVISION=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -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=	ceec8accb09a4c43d70896440d3662bf6dc765dc
+GL_COMMIT=	c362490dfe27056da8c796e3b3e5a0f5e42acfaa
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 94431566dc20..c4e7ec861e8e 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632242433
-SHA256 (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 2d35066e0067b3a722a40e61933f44131864021860775ea542c63e1651d53b51
-SIZE (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 94739477
+TIMESTAMP = 1633029092
+SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656
+SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index dc9f860ad2a3..7952ce94fd31 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.0
+PORTVERSION=	14.3.1
 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=	ceec8accb09a4c43d70896440d3662bf6dc765dc
+GL_COMMIT=	c362490dfe27056da8c796e3b3e5a0f5e42acfaa
 
 # for go dependencies
 USE_GITHUB=	nodefault
diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo
index 7b9d4c8d6191..a462eaec688a 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1632235667
+TIMESTAMP = 1633029115
 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-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 2d35066e0067b3a722a40e61933f44131864021860775ea542c63e1651d53b51
-SIZE (gitlab-org-gitlab-foss-ceec8accb09a4c43d70896440d3662bf6dc765dc_GL0.tar.gz) = 94739477
+SHA256 (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = e07ab68e70d1c2dea319dd2d7258a149e6690986989daa813a36a19431edc656
+SIZE (gitlab-org-gitlab-foss-c362490dfe27056da8c796e3b3e5a0f5e42acfaa_GL0.tar.gz) = 94746681
 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?202110011454.191EsFHi043417>