Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2023 10:50:24 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: 40e3c194a360 - main - www/gitlab-ce: bugfix update to 15.10.3
Message-ID:  <202304201050.33KAoOpw010666@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=40e3c194a360705948f35705a188b547a01971fd

commit 40e3c194a360705948f35705a188b547a01971fd
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-04-20 10:49:43 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-04-20 10:50:16 +0000

    www/gitlab-ce: bugfix update to 15.10.3
    
    Changelog:
    https://about.gitlab.com/releases/2023/04/14/gitlab-15-10-3-released/
---
 devel/gitaly/Makefile         |  4 ++--
 devel/gitaly/distinfo         | 10 +++++-----
 www/gitlab-ce/Makefile        |  4 ++--
 www/gitlab-ce/distinfo        |  6 +++---
 www/gitlab-pages/Makefile     |  5 ++---
 www/gitlab-pages/distinfo     | 10 +++++-----
 www/gitlab-workhorse/Makefile |  4 ++--
 www/gitlab-workhorse/distinfo | 10 +++++-----
 8 files changed, 26 insertions(+), 27 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 176bc66a660b..39efa2db3718 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitaly
-DISTVERSION=	15.10.2
+DISTVERSION=	15.10.3
 PORTREVISION=	0
 DISTVERSIONPREFIX=	v
 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=	aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe
+GL_COMMIT=	e7b8d1136de856bce239c4511f922e2003f94314
 
 # 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 cd4c0aee3ee4..be4a4652b719 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1681126542
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0/go.mod) = f9e62b5491c17780d343f8de6921e04e1012858cd7ad6de24a77d38e6d941235
-SIZE (go/devel_gitaly/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0/go.mod) = 10320
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0.tar.gz) = 3e46f5ad5f82f2997395504a3233e0973adc33e2b27b9d4a6ef0944910b44ac2
-SIZE (go/devel_gitaly/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0/gitlab-org-gitaly-aee76b7fd5b7e2fd68911f2b6b5203ee7512e0fe_GL0.tar.gz) = 3096434
+TIMESTAMP = 1681981127
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0/go.mod) = f9e62b5491c17780d343f8de6921e04e1012858cd7ad6de24a77d38e6d941235
+SIZE (go/devel_gitaly/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0/go.mod) = 10320
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0.tar.gz) = ed3969937366ef91a8e44bb9a66296517d96f18d3ded23f4a35d04cb33c4b3ab
+SIZE (go/devel_gitaly/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0/gitlab-org-gitaly-e7b8d1136de856bce239c4511f922e2003f94314_GL0.tar.gz) = 3096433
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index fb2c3bcf3670..495ceadb9b8d 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitlab-ce
-PORTVERSION=	15.10.2
+PORTVERSION=	15.10.3
 PORTREVISION=	0
 CATEGORIES=	www devel
 
@@ -289,7 +289,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=	ae06966da16860568740fd607fdf98377fcada81
+GL_COMMIT=	1b7933f32303f102555ce078716a33a701e434e1
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index aed80ed11d48..9f2317b3ced5 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681126489
-SHA256 (gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0.tar.gz) = d4880ac1c3e2ddbdb94a786156a4f7c76a1895e0adc957da69beeb72f4873077
-SIZE (gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0.tar.gz) = 101624422
+TIMESTAMP = 1681981070
+SHA256 (gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0.tar.gz) = f5c73918378ebecb2ac9d99bb9ec89dab55238f71620872fc047604ee581b871
+SIZE (gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0.tar.gz) = 101628075
diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile
index 7b232d625581..335dffc4d2ad 100644
--- a/www/gitlab-pages/Makefile
+++ b/www/gitlab-pages/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gitlab-pages
-PORTVERSION=	15.10.2
+PORTVERSION=	15.10.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES+=	https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/
 DISTFILES+=	go.mod
@@ -19,7 +18,7 @@ GO_MODULE=	gitlab.com/gitlab-org/gitlab-pages
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitlab-pages/-/tags/
-GL_COMMIT=	26ce22b38663488101dbfec70a86289de8fd0f6b
+GL_COMMIT=	cbeb55bd876037d8b4727aa61b21807d106034d2
 
 GO_BUILDFLAGS=	-ldflags="-X 'main.VERSION=${PORTVERSION}' -X 'main.REVISION=${GL_COMMIT}'"
 
diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo
index 8cb46a6fac50..00a81250ed8f 100644
--- a/www/gitlab-pages/distinfo
+++ b/www/gitlab-pages/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1681126581
-SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0/go.mod) = 46db8658c6f0351191e106a870b9570de4ab97b900b450daa66ea74ec805f1f5
-SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0/go.mod) = 3020
-SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0.tar.gz) = 577da9906f4ac5e6ea71df0de2af88eefeb8dac9cc0e57131df7ef5e51571e97
-SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0/gitlab-org-gitlab-pages-26ce22b38663488101dbfec70a86289de8fd0f6b_GL0.tar.gz) = 227640
+TIMESTAMP = 1681981163
+SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0/go.mod) = 46db8658c6f0351191e106a870b9570de4ab97b900b450daa66ea74ec805f1f5
+SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0/go.mod) = 3020
+SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0.tar.gz) = b51fcece43490fdebc0b003797c10096ac890a9fd5091ab7e45b241975312b4d
+SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0/gitlab-org-gitlab-pages-cbeb55bd876037d8b4727aa61b21807d106034d2_GL0.tar.gz) = 227585
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index a9b5dea71a13..4e0b220f15de 100644
--- a/www/gitlab-workhorse/Makefile
+++ b/www/gitlab-workhorse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	15.10.2
+PORTVERSION=	15.10.3
 PORTREVISION=	0
 DISTVERSIONPREFIX=	v
 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=	ae06966da16860568740fd607fdf98377fcada81
+GL_COMMIT=	1b7933f32303f102555ce078716a33a701e434e1
 
 # 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 5caaa0a54115..ac88190bf53f 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1681126570
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0/go.mod) = 9fdf8cb254d815b1e1887360684bc8b5969b03cdaacbc9a7c8628e2828622458
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0/go.mod) = 6201
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0.tar.gz) = d4880ac1c3e2ddbdb94a786156a4f7c76a1895e0adc957da69beeb72f4873077
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0/gitlab-org-gitlab-foss-ae06966da16860568740fd607fdf98377fcada81_GL0.tar.gz) = 101624422
+TIMESTAMP = 1681981169
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0/go.mod) = 9fdf8cb254d815b1e1887360684bc8b5969b03cdaacbc9a7c8628e2828622458
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0/go.mod) = 6201
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0.tar.gz) = f5c73918378ebecb2ac9d99bb9ec89dab55238f71620872fc047604ee581b871
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0/gitlab-org-gitlab-foss-1b7933f32303f102555ce078716a33a701e434e1_GL0.tar.gz) = 101628075



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