aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-02-15 12:23:59 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-02-16 16:59:42 +0000
commitb0b567057df8c60876f5a2bfa1b47afa84270918 (patch)
tree7effb66eb5002090383b87e91cd3cd0aee55042a
parent8287164dfc55f250a5c64f453a3b7e38735520d0 (diff)
downloadports-b0b567057df8c60876f5a2bfa1b47afa84270918.tar.gz
ports-b0b567057df8c60876f5a2bfa1b47afa84270918.zip
www/gitlab-ce: security update to 15.8.3
-rw-r--r--devel/gitaly/Makefile8
-rw-r--r--devel/gitaly/distinfo10
-rw-r--r--www/gitlab-ce/Makefile8
-rw-r--r--www/gitlab-ce/distinfo6
-rw-r--r--www/gitlab-pages/Makefile6
-rw-r--r--www/gitlab-pages/distinfo10
-rw-r--r--www/gitlab-workhorse/Makefile8
-rw-r--r--www/gitlab-workhorse/distinfo10
8 files changed, 33 insertions, 33 deletions
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 4c2f2c20e0b6..3b98a5643802 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitaly
-DISTVERSION= 15.8.1
-PORTREVISION= 2
+DISTVERSION= 15.8.3
+PORTREVISION= 0
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# it fixes segfaults reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848
# define dependencies that are required for build and run under MY_DEPENDS
-MY_DEPENDS= git>=2.39.1:devel/git \
+MY_DEPENDS= git>=2.39.2:devel/git \
rubygem-bundler>=2.1.4:sysutils/rubygem-bundler \
rubygem-rugged>=1.2<2:devel/rubygem-rugged \
rubygem-gitlab-markup>=1.8.0<1.9.0:textproc/rubygem-gitlab-markup \
@@ -48,7 +48,7 @@ MAKE_ENV+= ${GO_ENV}
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
-GL_COMMIT= 097c70d26c16ab867a8565745f0e0e9da7d55c49
+GL_COMMIT= 1f24c1507ec111c32c8080347a476c0a6a001e93
# 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 ca4a4143662e..08f28509c243 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1675228017
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0/go.mod) = 28e105ea47304435dc1432661b97514170a8df58bc74075417a2e934b57c0d43
-SIZE (go/devel_gitaly/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0/go.mod) = 9702
-SHA256 (go/devel_gitaly/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0.tar.gz) = 1101a3870159a79905c7dfac3922e96385412932ddbb6ef12142cacabf78ffdc
-SIZE (go/devel_gitaly/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0/gitlab-org-gitaly-097c70d26c16ab867a8565745f0e0e9da7d55c49_GL0.tar.gz) = 2957088
+TIMESTAMP = 1676462678
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0/go.mod) = 28e105ea47304435dc1432661b97514170a8df58bc74075417a2e934b57c0d43
+SIZE (go/devel_gitaly/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0/go.mod) = 9702
+SHA256 (go/devel_gitaly/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0.tar.gz) = 50ee221c735a489b51e921c25c1b80904988e169773b9d5ce7a29f81b3bf45fb
+SIZE (go/devel_gitaly/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0/gitlab-org-gitaly-1f24c1507ec111c32c8080347a476c0a6a001e93_GL0.tar.gz) = 2957051
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 6148d468cfed..fd397b6a6c7f 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
-PORTVERSION= 15.8.1
-PORTREVISION= 3
+PORTVERSION= 15.8.3
+PORTREVISION= 0
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# which makes maintaining this long list much easier!
# devel/rubygem-parser is required for database upgrade process
# see https://gitlab.com/gitlab-org/gitlab/-/issues/350866
-MY_DEPENDS= git>=2.39.1:devel/git \
+MY_DEPENDS= git>=2.39.2:devel/git \
gitaly>=${PORTVERSION}:devel/gitaly \
gitlab-elasticsearch-indexer>=3.2.0:textproc/gitlab-elasticsearch-indexer \
gitlab-agent>=15.8.0:net/gitlab-agent \
@@ -276,7 +276,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= 383efe57adfb30756ce6ce0d3f47c32a33c2ca85
+GL_COMMIT= 22f43167474102e26b4b585df6dbb541e48b7879
USERS= git
GROUPS= git
diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo
index 616dfe3a00fb..e02aa419230e 100644
--- a/www/gitlab-ce/distinfo
+++ b/www/gitlab-ce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675227949
-SHA256 (gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0.tar.gz) = 25e8f2116ff1b175f3416ef506082ea6e7c4516c759c306e44d199ffd385cfbe
-SIZE (gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0.tar.gz) = 99758843
+TIMESTAMP = 1676463469
+SHA256 (gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0.tar.gz) = 8b0f8aa26f18b234966c5cb60ad1a6af27f89e7528e98e28081df624b8318cf7
+SIZE (gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0.tar.gz) = 99763082
diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile
index 9f03ef5287ea..5058744854b6 100644
--- a/www/gitlab-pages/Makefile
+++ b/www/gitlab-pages/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gitlab-pages
-PORTVERSION= 15.8.1
+PORTVERSION= 15.8.3
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 0
CATEGORIES= www
MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/
DISTFILES+= go.mod
@@ -19,7 +19,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= 345ed7982842b70a17aed0b08dcee21af78b30df
+GL_COMMIT= a3e84d64b2955ecdd48cce3a7390aa34f234c0ff
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 279839a74728..66a163dab4dc 100644
--- a/www/gitlab-pages/distinfo
+++ b/www/gitlab-pages/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1675228077
-SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0/go.mod) = 407883ba322b73d1526b585fb5a2570826c39759adf176965e8a37b1cf664f2d
-SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0/go.mod) = 2938
-SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0.tar.gz) = 1aae312e1c881731107cc553694968b0d723179839ce6e5ed99c8d82b32b2719
-SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0/gitlab-org-gitlab-pages-345ed7982842b70a17aed0b08dcee21af78b30df_GL0.tar.gz) = 226707
+TIMESTAMP = 1676462800
+SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0/go.mod) = 407883ba322b73d1526b585fb5a2570826c39759adf176965e8a37b1cf664f2d
+SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0/go.mod) = 2938
+SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0.tar.gz) = f656415fd8afce10a4e76a8d298d5667109e9350e8f8a6d5d3e6364fa91ee714
+SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0/gitlab-org-gitlab-pages-a3e84d64b2955ecdd48cce3a7390aa34f234c0ff_GL0.tar.gz) = 226667
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 028bbead6095..06fce2a18a4f 100644
--- a/www/gitlab-workhorse/Makefile
+++ b/www/gitlab-workhorse/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitlab-workhorse
-PORTVERSION= 15.8.1
-PORTREVISION= 2
+PORTVERSION= 15.8.3
+PORTREVISION= 0
DISTVERSIONPREFIX= v
CATEGORIES= www
@@ -11,7 +11,7 @@ WWW= https://gitlab.com/gitlab-org/gitlab-workhorse
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE
-BUILD_DEPENDS= git>=2.38.0:devel/git
+BUILD_DEPENDS= git>=2.39.2:devel/git
RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool
USES= gmake go:modules,no_targets
@@ -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= 383efe57adfb30756ce6ce0d3f47c32a33c2ca85
+GL_COMMIT= 22f43167474102e26b4b585df6dbb541e48b7879
# 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 35483d692296..d7b89d61baf2 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1675228017
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0/go.mod) = 47c828240bfe55fc868643db03874e5d509117901ba77b8748731cbb4d6b1de9
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0/go.mod) = 6347
-SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0.tar.gz) = 25e8f2116ff1b175f3416ef506082ea6e7c4516c759c306e44d199ffd385cfbe
-SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0/gitlab-org-gitlab-foss-383efe57adfb30756ce6ce0d3f47c32a33c2ca85_GL0.tar.gz) = 99758843
+TIMESTAMP = 1676463163
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0/go.mod) = 47c828240bfe55fc868643db03874e5d509117901ba77b8748731cbb4d6b1de9
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0/go.mod) = 6347
+SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0.tar.gz) = 8b0f8aa26f18b234966c5cb60ad1a6af27f89e7528e98e28081df624b8318cf7
+SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0/gitlab-org-gitlab-foss-22f43167474102e26b4b585df6dbb541e48b7879_GL0.tar.gz) = 99763082