Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2022 20:01:55 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ca4b9719122c - 2022Q3 - www/gitlab-ce: bugfix update to 15.1.3
Message-ID:  <202208022001.272K1teA050927@gitrepo.freebsd.org>

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

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

commit ca4b9719122c7cdf0986d66b52d86222edd3cdc9
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-07-20 08:07:43 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-08-02 19:52:56 +0000

    www/gitlab-ce: bugfix update to 15.1.3
    
    Changelog:
    https://about.gitlab.com/releases/2022/07/19/gitlab-15-1-3-released/
    (cherry picked from commit 457e07fd7f243b38ce25d0824945be723e59f25c)
---
 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, 19 insertions(+), 21 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 6798d1147b29..d85abb66cdad 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gitaly
-DISTVERSION=	15.1.2
+DISTVERSION=	15.1.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=	74841daff59806d1eae12279bddc67ce1d840b66
+GL_COMMIT=	4fa0798f00b53cae47aba33207bd175cfb3cfa54
 
 # 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 3464fb6bb6fe..1d842dae1d6c 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1657347138
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0/go.mod) = da3660541474ccb9c6cbe923f17450ae26a1d3c4465b9125281ff4361a7cb45b
-SIZE (go/devel_gitaly/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0/go.mod) = 2054
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0.tar.gz) = ebbd2bf2de2b06ac186663e7a47fd3c1a2e70a46ebd159da2d464825073271dd
-SIZE (go/devel_gitaly/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0/gitlab-org-gitaly-74841daff59806d1eae12279bddc67ce1d840b66_GL0.tar.gz) = 3939065
+TIMESTAMP = 1658298013
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0/go.mod) = da3660541474ccb9c6cbe923f17450ae26a1d3c4465b9125281ff4361a7cb45b
+SIZE (go/devel_gitaly/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0/go.mod) = 2054
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0.tar.gz) = a49102797d415c0d598ce39cd085acd660e8bbbffe2ecae27b56004cbfd5f0d3
+SIZE (go/devel_gitaly/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0/gitlab-org-gitaly-4fa0798f00b53cae47aba33207bd175cfb3cfa54_GL0.tar.gz) = 3938896
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 4b04abb6dfc7..78ce08d09dbf 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,7 +1,5 @@
-# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
-
 PORTNAME=	gitlab-ce
-PORTVERSION=	15.1.2
+PORTVERSION=	15.1.3
 PORTREVISION=	0
 CATEGORIES=	www devel
 
@@ -282,7 +280,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=	ea7455c82929d4b8e8a81999b0282c3c650ccb9a
+GL_COMMIT=	15fae3a516e7aa80640cc8f498676e2f83c956f6
 
 USERS=	git
 GROUPS=	git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 136c29f97d91..be04aea7525d 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657347375
-SHA256 (gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0.tar.gz) = 0b5cf70dba36940c751b7c228127df6df862bce310aa5b8f6a13ceaa046d662f
-SIZE (gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0.tar.gz) = 103089105
+TIMESTAMP = 1658297755
+SHA256 (gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0.tar.gz) = f391d6f24c944937f8bf1337351b461c905441e241f48763e084342c434d3824
+SIZE (gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0.tar.gz) = 103091911
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 1171d5541ec9..15d42633d6e8 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.1.2
+PORTVERSION=	15.1.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=	ea7455c82929d4b8e8a81999b0282c3c650ccb9a
+GL_COMMIT=	15fae3a516e7aa80640cc8f498676e2f83c956f6
 
 # 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 1715905a042d..6f8f6fba4a9e 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1657347344
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0/go.mod) = 4365772ecf544e811d23b0603124cff02091d8d5318d85bd35fcb91324df46ae
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0/go.mod) = 5781
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0.tar.gz) = 0b5cf70dba36940c751b7c228127df6df862bce310aa5b8f6a13ceaa046d662f
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0/gitlab-org-gitlab-foss-ea7455c82929d4b8e8a81999b0282c3c650ccb9a_GL0.tar.gz) = 103089105
+TIMESTAMP = 1658297847
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0/go.mod) = 4365772ecf544e811d23b0603124cff02091d8d5318d85bd35fcb91324df46ae
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0/go.mod) = 5781
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0.tar.gz) = f391d6f24c944937f8bf1337351b461c905441e241f48763e084342c434d3824
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0/gitlab-org-gitlab-foss-15fae3a516e7aa80640cc8f498676e2f83c956f6_GL0.tar.gz) = 103091911



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