summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gitaly/distinfo14
-rw-r--r--devel/gitaly/files/patch-Makefile77
-rw-r--r--devel/gitlab-shell/Makefile3
-rw-r--r--devel/gitlab-shell/distinfo10
-rw-r--r--net/gitlab-agent/distinfo10
-rw-r--r--net/rubygem-gitaly/Makefile2
-rw-r--r--net/rubygem-gitaly/distinfo6
-rw-r--r--net/rubygem-gitlab-kas-grpc/distinfo6
-rw-r--r--security/rubygem-ruby-saml-gitlab/Makefile3
-rw-r--r--www/gitlab-pages/distinfo10
-rw-r--r--www/gitlab-workhorse/distinfo10
-rw-r--r--www/gitlab/Makefile89
-rw-r--r--www/gitlab/Makefile.common4
-rw-r--r--www/gitlab/distinfo12
-rw-r--r--www/gitlab/files/patch-Gemfile66
-rw-r--r--www/gitlab/files/patch-config_gitlab.yml.example12
-rw-r--r--www/gitlab/files/patch-config_initializers_1__settings.rb4
-rw-r--r--www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec4
-rw-r--r--www/gitlab/files/patch-gems_gitlab-secret__detection_gitlab-secret__detection.gemspec4
19 files changed, 209 insertions, 137 deletions
diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo
index 010ea8d3f9bf..cf819010bc30 100644
--- a/devel/gitaly/distinfo
+++ b/devel/gitaly/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1740716827
-SHA256 (go/devel_gitaly/gitaly-v17.8.4/go.mod) = 261a27c85b313537dc7204da0aff2b759da37364a91b8763e96194c7c7044d1d
-SIZE (go/devel_gitaly/gitaly-v17.8.4/go.mod) = 12398
-SHA256 (go/devel_gitaly/gitaly-v17.8.4/gitaly-v17.8.4.tar.bz2) = e9548c5f0e0c3ae186ac16e0c543c5cbd8d18a2168ed4899b29c3bc29e8c10e7
-SIZE (go/devel_gitaly/gitaly-v17.8.4/gitaly-v17.8.4.tar.bz2) = 4400559
-SHA256 (go/devel_gitaly/gitaly-v17.8.4/git-v2.47.0.tar.bz2) = bda955065ff46d04f980a25858b45352e49de18f04d8dd319b6a681c55ee4529
-SIZE (go/devel_gitaly/gitaly-v17.8.4/git-v2.47.0.tar.bz2) = 8892022
+TIMESTAMP = 1739973518
+SHA256 (go/devel_gitaly/gitaly-v17.9.0/go.mod) = 8681bf4d8150ee800eae8c39a76f47d2eeccb9f891456339c6989669f07910ce
+SIZE (go/devel_gitaly/gitaly-v17.9.0/go.mod) = 12317
+SHA256 (go/devel_gitaly/gitaly-v17.9.0/gitaly-v17.9.0.tar.bz2) = 0b07e750395410d7bd8d5dd8021e08b2b60f872f30283a9471762db8f9708e64
+SIZE (go/devel_gitaly/gitaly-v17.9.0/gitaly-v17.9.0.tar.bz2) = 4410684
+SHA256 (go/devel_gitaly/gitaly-v17.9.0/git-v2.47.2.tar.bz2) = 061297b19daa4adcf9700a01acadbc5ca8722c9c26e2d2a2fe002edff537545f
+SIZE (go/devel_gitaly/gitaly-v17.9.0/git-v2.47.2.tar.bz2) = 8892868
diff --git a/devel/gitaly/files/patch-Makefile b/devel/gitaly/files/patch-Makefile
index ec9e517a978c..6435a9d172f0 100644
--- a/devel/gitaly/files/patch-Makefile
+++ b/devel/gitaly/files/patch-Makefile
@@ -1,6 +1,79 @@
---- Makefile.orig 2024-12-18 06:52:41 UTC
+--- Makefile.orig 2025-02-19 06:01:22 UTC
+++ Makefile
-@@ -606,12 +606,12 @@ ${DEPENDENCY_DIR}/git-%/Makefile: ${DEPENDENCY_DIR}/gi
+@@ -145,7 +145,7 @@ GIT_VERSION_2_47 ?= v2.47.2
+ # major version is added, be sure to update GIT_PACKED_EXECUTABLES, the *-bundled-git targets,
+ # and add new targets under the "# These targets build specific releases of Git." section.
+ GIT_VERSION_2_47 ?= v2.47.2
+-GIT_VERSION_2_48 ?= v2.48.1.gl1
++#GIT_VERSION_2_48 ?= v2.48.1.gl1
+ #
+ # OVERRIDE_GIT_VERSION allows you to specify a custom semver value to be reported by the
+ # `git --version` command. This affects bundled and non-bundled Git, and can be used whenever
+@@ -238,8 +238,7 @@ BUILD_GEM_NAME ?= gitaly
+ BUILD_GEM_NAME ?= gitaly
+
+ # Git binaries that are eventually embedded into the Gitaly binary.
+-GIT_PACKED_EXECUTABLES = $(addprefix ${BUILD_DIR}/bin/gitaly-, $(addsuffix -v2.47, ${GIT_EXECUTABLES})) \
+- $(addprefix ${BUILD_DIR}/bin/gitaly-, $(addsuffix -v2.48, ${GIT_EXECUTABLES}))
++GIT_PACKED_EXECUTABLES = $(addprefix ${BUILD_DIR}/bin/gitaly-, $(addsuffix -v2.47, ${GIT_EXECUTABLES}))
+
+ # All executables provided by Gitaly.
+ GITALY_EXECUTABLES = $(addprefix ${BUILD_DIR}/bin/,$(notdir $(shell find ${SOURCE_DIR}/cmd -mindepth 1 -maxdepth 1 -type d -print)))
+@@ -328,16 +327,14 @@ install: build
+
+ .PHONY: build-bundled-git
+ ## Build bundled Git binaries.
+-build-bundled-git: build-bundled-git-v2.47 build-bundled-git-v2.48
++build-bundled-git: build-bundled-git-v2.47
+ build-bundled-git-v2.47: $(patsubst %,${BUILD_DIR}/bin/gitaly-%-v2.47,${GIT_EXECUTABLES})
+-build-bundled-git-v2.48: $(patsubst %,${BUILD_DIR}/bin/gitaly-%-v2.48,${GIT_EXECUTABLES})
+
+ .PHONY: install-bundled-git
+ ## Install bundled Git binaries. The target directory can be modified by
+ ## setting PREFIX and DESTDIR.
+-install-bundled-git: install-bundled-git-v2.47 install-bundled-git-v2.48
++install-bundled-git: install-bundled-git-v2.47
+ install-bundled-git-v2.47: $(patsubst %,${INSTALL_DEST_DIR}/gitaly-%-v2.47,${GIT_EXECUTABLES})
+-install-bundled-git-v2.48: $(patsubst %,${INSTALL_DEST_DIR}/gitaly-%-v2.48,${GIT_EXECUTABLES})
+
+ ifdef WITH_BUNDLED_GIT
+ build: build-bundled-git
+@@ -619,22 +616,22 @@ ${BUILD_DIR}/bin/gitaly-%-v2.47: ${DEPENDENCY_DIR}/git
+ ${BUILD_DIR}/bin/gitaly-%-v2.47: ${DEPENDENCY_DIR}/git-v2.47/.built | ${BUILD_DIR}/bin
+ ${Q}install "$(<D)"/$* $@
+
+-${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_VERSION = ${GIT_VERSION_2_48}
++#${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_VERSION = ${GIT_VERSION_2_48}
+ # Use non-collision-detecting SHA1 implementation in non-cryptographic scenarios
+ # to improve performance. For now, this is only enabled for Git version 2.48 on
+ # Linux platforms.
+-ifeq ($(OS),Linux)
+-${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_MESON_BUILD_OPTIONS += -Dsha1_unsafe_backend=openssl
+-${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_BUILD_OPTIONS += OPENSSL_SHA1_UNSAFE=YesPlease
+-endif
++#ifeq ($(OS),Linux)
++#${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_MESON_BUILD_OPTIONS += -Dsha1_unsafe_backend=openssl
++#${BUILD_DIR}/bin/gitaly-%-v2.48: override GIT_BUILD_OPTIONS += OPENSSL_SHA1_UNSAFE=YesPlease
++#endif
+
+-ifdef USE_MESON
+-${BUILD_DIR}/bin/gitaly-%-v2.48: ${DEPENDENCY_DIR}/git-v2.48/build/.built | ${BUILD_DIR}/bin
+- ${Q}install "$(<D)"/$* $@
+-else
+-${BUILD_DIR}/bin/gitaly-%-v2.48: ${DEPENDENCY_DIR}/git-v2.48/.built | ${BUILD_DIR}/bin
+- ${Q}install "$(<D)"/$* $@
+-endif
++#ifdef USE_MESON
++#${BUILD_DIR}/bin/gitaly-%-v2.48: ${DEPENDENCY_DIR}/git-v2.48/build/.built | ${BUILD_DIR}/bin
++# ${Q}install "$(<D)"/$* $@
++#else
++#${BUILD_DIR}/bin/gitaly-%-v2.48: ${DEPENDENCY_DIR}/git-v2.48/.built | ${BUILD_DIR}/bin
++# ${Q}install "$(<D)"/$* $@
++#endif
+
+ # clear-go-build-cache-if-needed cleans the Go build cache if it exceeds the maximum size as
+ # configured in GOCACHE_MAX_SIZE_KB.
+@@ -668,12 +665,12 @@ ${DEPENDENCY_DIR}/git-%/Makefile: ${DEPENDENCY_DIR}/gi
# otherwise try to rebuild all targets depending on it whenever we build
# something else. We thus depend on the Makefile instead.
${DEPENDENCY_DIR}/git-%/Makefile: ${DEPENDENCY_DIR}/git-%.version
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 39c5dd241a1d..ea085222de8c 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gitlab-shell
-PORTVERSION= 14.39.0
+PORTVERSION= 14.40.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= mfechner@FreeBSD.org
diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo
index 87899d382565..31f525bd7c89 100644
--- a/devel/gitlab-shell/distinfo
+++ b/devel/gitlab-shell/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1726723663
-SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.39.0/go.mod) = b067ad20a0f449568c24bc000c1c469f35e330c2116ab55280ff5d6827a531a6
-SIZE (go/devel_gitlab-shell/gitlab-shell-v14.39.0/go.mod) = 5505
-SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.39.0/gitlab-shell-v14.39.0.tar.bz2) = 13b10cd9b34189617777e5d63ecc13e49669e6fe44b320e54aec18eb25136d0e
-SIZE (go/devel_gitlab-shell/gitlab-shell-v14.39.0/gitlab-shell-v14.39.0.tar.bz2) = 158123
+TIMESTAMP = 1739977143
+SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.40.0/go.mod) = fd0949dccc73ceeca2dfa8b27f2c7a53580c792673a461e6e23ccd103d0cbc7e
+SIZE (go/devel_gitlab-shell/gitlab-shell-v14.40.0/go.mod) = 5558
+SHA256 (go/devel_gitlab-shell/gitlab-shell-v14.40.0/gitlab-shell-v14.40.0.tar.bz2) = 7c809cb80beda8f66d4c07f07c5a7044a61f909f04a54fe13ea76a73d5a72e6f
+SIZE (go/devel_gitlab-shell/gitlab-shell-v14.40.0/gitlab-shell-v14.40.0.tar.bz2) = 164256
diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo
index efdb7ecbbb2a..36c6372f88f3 100644
--- a/net/gitlab-agent/distinfo
+++ b/net/gitlab-agent/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1740716837
-SHA256 (go/net_gitlab-agent/gitlab-agent-v17.8.4/v17.8.4.mod) = 4154ead7f7ea67f5b1a89eb211b9ceeea8a575e1d7739b66c084458f74e0c7f8
-SIZE (go/net_gitlab-agent/gitlab-agent-v17.8.4/v17.8.4.mod) = 10078
-SHA256 (go/net_gitlab-agent/gitlab-agent-v17.8.4/v17.8.4.zip) = 689ebb381d123cb5324c90e1dbc356d3585cec8fb30b31cf64c8bb43e7196acb
-SIZE (go/net_gitlab-agent/gitlab-agent-v17.8.4/v17.8.4.zip) = 1572956
+TIMESTAMP = 1739951026
+SHA256 (go/net_gitlab-agent/gitlab-agent-v17.9.0/v17.9.0.mod) = a2652235ef0a6e36f95f2e721cc1168145d1022ac9498a5bed465803cd8f6ef9
+SIZE (go/net_gitlab-agent/gitlab-agent-v17.9.0/v17.9.0.mod) = 9329
+SHA256 (go/net_gitlab-agent/gitlab-agent-v17.9.0/v17.9.0.zip) = fd1809a72e364ae3fcae24955552a7dcda983908bd467327bb9b18445f095f4d
+SIZE (go/net_gitlab-agent/gitlab-agent-v17.9.0/v17.9.0.zip) = 1565236
diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index e46474d90d59..5ab0fb3296b8 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gitaly
-PORTVERSION= 17.7.0
+PORTVERSION= 17.8.2
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo
index b10a79759c58..64247e6e0c2a 100644
--- a/net/rubygem-gitaly/distinfo
+++ b/net/rubygem-gitaly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734505981
-SHA256 (rubygem/gitaly-17.7.0.gem) = 71b0062985eb22a4ffa69976b5e5aeea43023dd32ff88af082fc2f42cfbdfe3a
-SIZE (rubygem/gitaly-17.7.0.gem) = 49664
+TIMESTAMP = 1739967326
+SHA256 (rubygem/gitaly-17.8.2.gem) = a6e554288f106d046843ee0eadd9785837dea9bd796ec9a6cdd56f9fef840787
+SIZE (rubygem/gitaly-17.8.2.gem) = 49664
diff --git a/net/rubygem-gitlab-kas-grpc/distinfo b/net/rubygem-gitlab-kas-grpc/distinfo
index afb86bfd29ee..25fd16710d4f 100644
--- a/net/rubygem-gitlab-kas-grpc/distinfo
+++ b/net/rubygem-gitlab-kas-grpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740716906
-SHA256 (rubygem/gitlab-kas-grpc-17.8.4.gem) = 49ba5bac328f934f6bbe0f9774f1cd2452de82b95b1c1639f569f60de3143d3e
-SIZE (rubygem/gitlab-kas-grpc-17.8.4.gem) = 10752
+TIMESTAMP = 1739951077
+SHA256 (rubygem/gitlab-kas-grpc-17.9.0.gem) = e58bdc89a752613c37a2b4076c8b52d6ab7e771272b6cd827fbb395ddeec35f5
+SIZE (rubygem/gitlab-kas-grpc-17.9.0.gem) = 10752
diff --git a/security/rubygem-ruby-saml-gitlab/Makefile b/security/rubygem-ruby-saml-gitlab/Makefile
index f56dced3ac6d..cd044f2c2d9e 100644
--- a/security/rubygem-ruby-saml-gitlab/Makefile
+++ b/security/rubygem-ruby-saml-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ruby-saml
PORTVERSION= 1.17.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -13,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-nokogiri>=1.13.10:textproc/rubygem-nokogiri \
- rubygem-rexml-gitlab>=0:textproc/rubygem-rexml-gitlab
+ rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo
index 469a1b3d4cd0..09bcbcce37a6 100644
--- a/www/gitlab-pages/distinfo
+++ b/www/gitlab-pages/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1740716843
-SHA256 (go/www_gitlab-pages/gitlab-pages-v17.8.4/go.mod) = 0a2270c8237f0d394ca6409539d1e8639d5effb0ab9000cd13549aa0a53c7996
-SIZE (go/www_gitlab-pages/gitlab-pages-v17.8.4/go.mod) = 3464
-SHA256 (go/www_gitlab-pages/gitlab-pages-v17.8.4/gitlab-pages-v17.8.4.tar.bz2) = c732fa9ebd71b82fc3099a9347427c79766663c0f2e9da357e73afab31c1216c
-SIZE (go/www_gitlab-pages/gitlab-pages-v17.8.4/gitlab-pages-v17.8.4.tar.bz2) = 232453
+TIMESTAMP = 1739951028
+SHA256 (go/www_gitlab-pages/gitlab-pages-v17.9.0/go.mod) = 0a2270c8237f0d394ca6409539d1e8639d5effb0ab9000cd13549aa0a53c7996
+SIZE (go/www_gitlab-pages/gitlab-pages-v17.9.0/go.mod) = 3464
+SHA256 (go/www_gitlab-pages/gitlab-pages-v17.9.0/gitlab-pages-v17.9.0.tar.bz2) = 6d4f8bd09ca0de2f5a7ee4c2db61c062e6dd49e1e9dbc2d9b5d76c31397d4937
+SIZE (go/www_gitlab-pages/gitlab-pages-v17.9.0/gitlab-pages-v17.9.0.tar.bz2) = 232721
diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo
index 3c9acc7ec54a..256f04c85b95 100644
--- a/www/gitlab-workhorse/distinfo
+++ b/www/gitlab-workhorse/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1740716905
-SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.8.4/go.mod) = 981ed1f4b3ca120ca4234c32a11114e8efa3acec171ff8265b91a00bc1707a54
-SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.8.4/go.mod) = 8008
-SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.8.4/gitlab-foss-v17.8.4.tar.bz2) = b924a124484c6848ea5d2c43cd29ca2436e4bb9a1c0ab39cb44b531ec6b0e11c
-SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.8.4/gitlab-foss-v17.8.4.tar.bz2) = 113143828
+TIMESTAMP = 1739951076
+SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.9.0/go.mod) = 981ed1f4b3ca120ca4234c32a11114e8efa3acec171ff8265b91a00bc1707a54
+SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.9.0/go.mod) = 8008
+SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.9.0/gitlab-foss-v17.9.0.tar.bz2) = 21463a18349c64b408cf7226952461998022c43cac7d202d20447eb9edf0c09c
+SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.9.0/gitlab-foss-v17.9.0.tar.bz2) = 113768027
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index e01bc7f29157..c5983a414660 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -31,27 +31,28 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
gitlab-elasticsearch-indexer>=5.4.0:textproc/gitlab-elasticsearch-indexer \
gitlab-agent>=${GITLAB_VERSION}:net/gitlab-agent \
gitlab-pages>=${GITLAB_VERSION}:www/gitlab-pages \
- gitlab-shell>=14.39.0:devel/gitlab-shell \
+ gitlab-shell>=14.40.0:devel/gitlab-shell \
gitlab-workhorse>=${GITLAB_VERSION}:www/gitlab-workhorse \
redis>=6.2.11:databases/redis \
yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \
gtar>0:archivers/gtar \
bash>0:shells/bash \
- rubygem-parser>=3.3.6.0:devel/rubygem-parser \
+ rubygem-parser>=3.3.7.1:devel/rubygem-parser \
rubygem-net-smtp>=0:mail/rubygem-net-smtp \
rubygem-psych3>=3.1<4:textproc/rubygem-psych3 \
rubygem-net-pop>=0:mail/rubygem-net-pop \
rubygem-rails70>=7.0.8.7<7.1:www/rubygem-rails70 \
+ rubygem-mutex_m>=0.3<1:devel/rubygem-mutex_m \
+ rubygem-drb>=2.2.1<3:devel/rubygem-drb \
rubygem-bootsnap>=1.18.3<1.19:devel/rubygem-bootsnap \
rubygem-ffi>=1.17.1<2:devel/rubygem-ffi \
rubygem-openssl>=3.2.0<4:security/rubygem-openssl \
- rubygem-ipaddr>=1.2.7<1.3:net/rubygem-ipaddr \
+ rubygem-gitlab-secret_detection>=0.18.0<1:security/rubygem-gitlab-secret_detection \
rubygem-responders-rails70>=3.0<4.0:www/rubygem-responders-rails70 \
rubygem-sprockets3>=3.7.0<3.8:devel/rubygem-sprockets3 \
rubygem-sprockets-rails-rails70>=3.5.1<3.6:devel/rubygem-sprockets-rails-rails70 \
rubygem-view_component-rails70>=3.21.0<3.22:devel/rubygem-view_component-rails70 \
rubygem-pg>=1.5.9<1.6:databases/rubygem-pg \
- rubygem-neighbor>=0.3.2<0.4:databases/rubygem-neighbor \
rubygem-rugged>=1.6<2:devel/rubygem-rugged \
rubygem-faraday-gitlab>=2<3:www/rubygem-faraday-gitlab \
rubygem-faraday-retry-gitlab>=2<3:www/rubygem-faraday-retry-gitlab \
@@ -60,14 +61,14 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-declarative_policy>=1.1.0<1.2:security/rubygem-declarative_policy \
rubygem-coverband>=6.1.4<6.1.5:www/rubygem-coverband \
rubygem-devise-rails70>=4.9.3<4.10:devel/rubygem-devise-rails70 \
- rubygem-bcrypt>=3.1.14<3.2:security/rubygem-bcrypt \
+ rubygem-bcrypt>=3.1.20<3.2:security/rubygem-bcrypt \
rubygem-doorkeeper-rails70>=5.8.1<6:security/rubygem-doorkeeper-rails70 \
- rubygem-doorkeeper-openid_connect>=1.8.10<2:security/rubygem-doorkeeper-openid_connect \
+ rubygem-doorkeeper-openid_connect>=1.8.11<2:security/rubygem-doorkeeper-openid_connect \
rubygem-doorkeeper-device_authorization_grant>=1.0.0<1.1:security/rubygem-doorkeeper-device_authorization_grant \
- rubygem-rexml-gitlab>=3.3.2<3.4:textproc/rubygem-rexml-gitlab \
+ rubygem-rexml>=3.4.1<3.5:textproc/rubygem-rexml \
rubygem-ruby-saml-gitlab>=1.17.0<1.18:security/rubygem-ruby-saml-gitlab \
- rubygem-omniauth>=2.1.0<3:security/rubygem-omniauth \
- rubygem-omniauth-auth0-gitlab>=3.1.0<3.2.0:net/rubygem-omniauth-auth0-gitlab \
+ rubygem-omniauth>=2.1.2<3:security/rubygem-omniauth \
+ rubygem-omniauth-auth0-gitlab>=3.1.1<3.2.0:net/rubygem-omniauth-auth0-gitlab \
rubygem-omniauth-azure-activedirectory-v2>=2.0<3:net/rubygem-omniauth-azure-activedirectory-v2 \
rubygem-omniauth-alicloud>=3.0.0<3.1:security/rubygem-omniauth-alicloud \
rubygem-omniauth-github-gitlab>=2.0.1<2.1:net/rubygem-omniauth-github-gitlab \
@@ -76,7 +77,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-omniauth-saml-gitlab>=2.2.1<3:security/rubygem-omniauth-saml-gitlab \
rubygem-omniauth-shibboleth-redux>=2.0<3:security/rubygem-omniauth-shibboleth-redux \
rubygem-omniauth_openid_connect>=0.8.0<0.9:net/rubygem-omniauth_openid_connect \
- rubygem-openid_connect>=2.3.0<2.4:net/rubygem-openid_connect \
+ rubygem-openid_connect>=2.3.1<2.4:net/rubygem-openid_connect \
rubygem-omniauth-atlassian-oauth2>=0.2.0<0.3:security/rubygem-omniauth-atlassian-oauth2 \
rubygem-rack-oauth2-gitlab>=2.2.1<2.3:security/rubygem-rack-oauth2-gitlab \
rubygem-jwt>=2.9.3<3:www/rubygem-jwt \
@@ -88,7 +89,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-rqrcode>=2.2.0<3:www/rubygem-rqrcode \
rubygem-validates_hostname>=1.0.13<1.1.0:dns/rubygem-validates_hostname \
rubygem-rubyzip>=2.3.2<2.4:archivers/rubygem-rubyzip \
- rubygem-acme-client-gitlab>=2.0.19<3:security/rubygem-acme-client-gitlab \
+ rubygem-acme-client-gitlab>=2.0.20<3:security/rubygem-acme-client-gitlab \
rubygem-browser5>=5.3.1<5.4:www/rubygem-browser5 \
rubygem-ohai>=18.1.18<19:sysutils/rubygem-ohai \
rubygem-gpgme>=2.0.24<2.1.0:security/rubygem-gpgme \
@@ -96,14 +97,14 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-net-ldap017>=0.17.1<0.18:net/rubygem-net-ldap017 \
rubygem-grape20>=2.0.0<2.1:devel/rubygem-grape20 \
rubygem-grape-entity>=1.0.1<1.1,1:devel/rubygem-grape-entity \
- rubygem-grape-swagger>=2.1.0<2.2:devel/rubygem-grape-swagger \
+ rubygem-grape-swagger>=2.1.2<2.2:devel/rubygem-grape-swagger \
rubygem-grape-swagger-entity>=0.5.1<0.6:devel/rubygem-grape-swagger-entity \
rubygem-grape-path-helpers>=2.0.1<2.1:devel/rubygem-grape-path-helpers \
rubygem-rack-cors>=2.0.1<2.1:www/rubygem-rack-cors \
rubygem-graphql>=2.4.8<2.5:devel/rubygem-graphql \
rubygem-apollo_upload_server>=2.1.6<2.2:net/rubygem-apollo_upload_server \
rubygem-graphlient>=0.8.0<0.9:devel/rubygem-graphlient \
- rubygem-ffaker>=2.10<3:devel/rubygem-ffaker \
+ rubygem-ffaker>=2.24.0<3:devel/rubygem-ffaker \
rubygem-hashie>=5.0.0<5.1:devel/rubygem-hashie \
rubygem-kaminari-rails70>=1.2.2<1.3:www/rubygem-kaminari-rails70 \
rubygem-hamlit>=2.15.0<2.16:www/rubygem-hamlit \
@@ -121,7 +122,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-google-apis-compute_v1-gitlab>=0.57.0<0.58:devel/rubygem-google-apis-compute_v1-gitlab \
rubygem-google-apis-container_v1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1 \
rubygem-google-apis-container_v1beta1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1beta1 \
- rubygem-google-apis-cloudbilling_v1>=0.21.0<0.22:devel/rubygem-google-apis-cloudbilling_v1 \
+ rubygem-google-apis-cloudbilling_v1>=0.22.0<0.23:devel/rubygem-google-apis-cloudbilling_v1 \
rubygem-google-apis-cloudresourcemanager_v1-gitlab>=0.31.0<0.32:devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab \
rubygem-google-apis-iam_v1-gitlab>=0.36.0<0.37:devel/rubygem-google-apis-iam_v1-gitlab \
rubygem-google-apis-serviceusage_v1>=0.28.0<0.29:devel/rubygem-google-apis-serviceusage_v1 \
@@ -130,13 +131,13 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-googleauth-gitlab>=1.8.1<2:security/rubygem-googleauth-gitlab \
rubygem-google-cloud-artifact_registry-v1>=0.11.0<0.12:textproc/rubygem-google-cloud-artifact_registry-v1 \
rubygem-google-cloud-compute-v1>=2.6.0<2.7:net/rubygem-google-cloud-compute-v1 \
- rubygem-seed-fu>=2.3.7<2.4.0:databases/rubygem-seed-fu \
+ rubygem-seed-fu>=2.3.9<2.4.0:databases/rubygem-seed-fu \
rubygem-elasticsearch-model-gitlab>=7.2<8:textproc/rubygem-elasticsearch-model-gitlab \
rubygem-elasticsearch-rails7>=7.2<8:textproc/rubygem-elasticsearch-rails7 \
rubygem-elasticsearch-api-gitlab>=7.17.11<7.18:textproc/rubygem-elasticsearch-api-gitlab \
- rubygem-aws-sdk-core-gitlab>=3.214.0<3.215:devel/rubygem-aws-sdk-core-gitlab \
+ rubygem-aws-sdk-core-gitlab>=3.215.0<3.216:devel/rubygem-aws-sdk-core-gitlab \
rubygem-aws-sdk-cloudformation-gitlab>=1<2:devel/rubygem-aws-sdk-cloudformation-gitlab \
- rubygem-aws-sdk-s3-gitlab>=1.176.0<1.177:devel/rubygem-aws-sdk-s3-gitlab \
+ rubygem-aws-sdk-s3-gitlab>=1.177.0<1.178:devel/rubygem-aws-sdk-s3-gitlab \
rubygem-faraday-typhoeus-gitlab>=1.1<2:www/rubygem-faraday-typhoeus-gitlab \
rubygem-faraday_middleware-aws-sigv4-gitlab>=1.0.1<1.1:devel/rubygem-faraday_middleware-aws-sigv4-gitlab \
rubygem-typhoeus>=1.4.0<1.5:www/rubygem-typhoeus \
@@ -144,7 +145,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-deckar01-task_list>=2.3.4<2.4:www/rubygem-deckar01-task_list \
rubygem-gitlab-markup>=1.9.0<1.10.0:textproc/rubygem-gitlab-markup \
rubygem-commonmarker0>=0.23.10<0.24:textproc/rubygem-commonmarker0 \
- rubygem-kramdown-gitlab>=2.4.0<2.5:textproc/rubygem-kramdown-gitlab \
+ rubygem-kramdown-gitlab>=2.5.1<2.6:textproc/rubygem-kramdown-gitlab \
rubygem-redcloth>=4.3.3<4.4.0:www/rubygem-redcloth \
rubygem-org-ruby>=0.9.12<0.10.0:textproc/rubygem-org-ruby \
rubygem-creole>=0.5.0<0.6.0:textproc/rubygem-creole \
@@ -153,11 +154,11 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-asciidoctor-include-ext>=0.4.0<0.5.0:textproc/rubygem-asciidoctor-include-ext \
rubygem-asciidoctor-plantuml00>=0.0.16<0.1:textproc/rubygem-asciidoctor-plantuml00 \
rubygem-asciidoctor-kroki>=0.10.0<0.11:textproc/rubygem-asciidoctor-kroki \
- rubygem-rouge-gitlab>=4.4.0<4.5:textproc/rubygem-rouge-gitlab \
+ rubygem-rouge-gitlab>=4.5.1<4.6:textproc/rubygem-rouge-gitlab \
rubygem-truncato>=0.7.12<0.8.0:textproc/rubygem-truncato \
rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \
- rubygem-nokogiri>=1.16.8<2:textproc/rubygem-nokogiri \
- rubygem-gitlab-glfm-markdown>=0.0.23<0.1:textproc/rubygem-gitlab-glfm-markdown \
+ rubygem-nokogiri>=1.18.2<2:textproc/rubygem-nokogiri \
+ rubygem-gitlab-glfm-markdown>=0.0.27<0.1:textproc/rubygem-gitlab-glfm-markdown \
rubygem-tanuki_emoji>=0.13<1:graphics/rubygem-tanuki_emoji \
rubygem-unicode-emoji>=4.0.4<5:devel/rubygem-unicode-emoji \
rubygem-icalendar>=2.10.2<2.11:devel/rubygem-icalendar \
@@ -173,15 +174,14 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-httparty021>=0.21.0<0.22:www/rubygem-httparty021 \
rubygem-rainbow>=3.1.1<4.0:devel/rubygem-rainbow \
rubygem-ruby-progressbar>=1.11<2:devel/rubygem-ruby-progressbar \
- rubygem-re2>=2.7.0<2.8:devel/rubygem-re2 \
- rubygem-semver_dialects>=3.4.5<4:devel/rubygem-semver_dialects \
+ rubygem-re2>=2.15.0<3:devel/rubygem-re2 \
+ rubygem-semver_dialects>=3.6.0<4:devel/rubygem-semver_dialects \
rubygem-version_sorter>=2.3<3:textproc/rubygem-version_sorter \
rubygem-js_regex>=3.8<4.0:textproc/rubygem-js_regex \
rubygem-device_detector>=0:devel/rubygem-device_detector \
- rubygem-redis-namespace>=1.11.0<1.12:databases/rubygem-redis-namespace \
rubygem-redis>=5.3.0<5.4:databases/rubygem-redis \
rubygem-redis-clustering>=5.3.0<5.4:databases/rubygem-redis-clustering \
- rubygem-connection_pool>=2.4.1<3.0:net/rubygem-connection_pool \
+ rubygem-connection_pool>=2.5.0<3.0:net/rubygem-connection_pool \
rubygem-redis-actionpack-rails70>=5.5.0<5.6:databases/rubygem-redis-actionpack-rails70 \
rubygem-discordrb-webhooks>=3.5<4.0:net-im/rubygem-discordrb-webhooks \
rubygem-jira-ruby>=2.3.0<2.4:devel/rubygem-jira-ruby \
@@ -193,12 +193,12 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-circuitbox>=2.0.0<2.1:www/rubygem-circuitbox \
rubygem-sanitize60>=6.0.2<6.1:textproc/rubygem-sanitize60 \
rubygem-babosa>=2.0<3:textproc/rubygem-babosa \
- rubygem-loofah222>=2.22.0<2.23:textproc/rubygem-loofah222 \
+ rubygem-loofah>=2.24.0<2.25:textproc/rubygem-loofah \
rubygem-licensee-gitlab>=9.16<10:devel/rubygem-licensee-gitlab \
rubygem-charlock_holmes>=0.7.9<0.8:textproc/rubygem-charlock_holmes \
rubygem-ruby-magic>=0.6<1:devel/rubygem-ruby-magic \
rubygem-fast_blank>=1.0.1<1.1:devel/rubygem-fast_blank \
- rubygem-gitlab-chronic>=0.10.5<0.11.0:devel/rubygem-gitlab-chronic \
+ rubygem-gitlab-chronic>=0.10.6<0.11.0:devel/rubygem-gitlab-chronic \
rubygem-gitlab_chronic_duration>=0.12<1:devel/rubygem-gitlab_chronic_duration \
rubygem-rack-proxy>=0.7.7<0.8.0:www/rubygem-rack-proxy \
rubygem-cssbundling-rails-rails70>=1.4.1<1.5:www/rubygem-cssbundling-rails-rails70 \
@@ -206,7 +206,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-addressable>=2.8<3:www/rubygem-addressable \
rubygem-gon-rails70>=6.4.0<6.5:www/rubygem-gon-rails70 \
rubygem-request_store15>=1.5.1<1.6:devel/rubygem-request_store15 \
- rubygem-base32>=0.3.0<0.4.0:converters/rubygem-base32 \
+ rubygem-base32>=0.3.4<0.4.0:converters/rubygem-base32 \
rubygem-gitlab-license>=2.6<3:devel/rubygem-gitlab-license \
rubygem-rack-attack>=6.7.0<6.8:www/rubygem-rack-attack \
rubygem-sentry-ruby>=5.22.0<5.23:devel/rubygem-sentry-ruby \
@@ -218,14 +218,14 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-thrift>=0.16.0:devel/rubygem-thrift \
rubygem-rails-i18n-rails70>=7.0.9<8:devel/rubygem-rails-i18n-rails70 \
rubygem-gettext_i18n_rails>=1.13.0<1.14:devel/rubygem-gettext_i18n_rails \
- rubygem-gettext>=3.4<4:devel/rubygem-gettext \
+ rubygem-gettext>=3.5.1<4:devel/rubygem-gettext \
rubygem-batch-loader>=2.0.5<2.1:devel/rubygem-batch-loader \
rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \
rubygem-peek-rails70>=1.1<2.0:devel/rubygem-peek-rails70 \
rubygem-snowplow-tracker>=0.8.0<1:devel/rubygem-snowplow-tracker \
rubygem-webrick>=1.8.2<1.10:www/rubygem-webrick \
- rubygem-prometheus-client-mmap>=1.1.1<2:devel/rubygem-prometheus-client-mmap \
- rubygem-async212>=2.12.1<2.13:devel/rubygem-async212 \
+ rubygem-prometheus-client-mmap>=1.2.8<1.3:devel/rubygem-prometheus-client-mmap \
+ rubygem-async-gitlab>=2.22.0<2.23:devel/rubygem-async-gitlab \
rubygem-gitlab-security_report_schemas>=0.1.2.min15.0.0.max15.2.1<0.1.2.min15.0.0.max15.2.2:devel/rubygem-gitlab-security_report_schemas \
rubygem-opentelemetry-sdk>=1.5.0:devel/rubygem-opentelemetry-sdk \
rubygem-opentelemetry-exporter-otlp>=0.26.3:devel/rubygem-opentelemetry-exporter-otlp \
@@ -251,8 +251,8 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-opentelemetry-instrumentation-redis>=0.25.7:devel/rubygem-opentelemetry-instrumentation-redis \
rubygem-opentelemetry-instrumentation-sidekiq>=0.25.7:devel/rubygem-opentelemetry-instrumentation-sidekiq \
rubygem-warning>=1.3.0<1.4:devel/rubygem-warning \
- rubygem-git>=1.8<2:devel/rubygem-git \
- rubygem-gitlab-dangerfiles>=4.8.0<4.9:devel/rubygem-gitlab-dangerfiles \
+ rubygem-git>=1.19.1<2:devel/rubygem-git \
+ rubygem-gitlab-dangerfiles>=4.8.1<4.9:devel/rubygem-gitlab-dangerfiles \
rubygem-license_finder-gitlab>=7.0.0<8:devel/rubygem-license_finder-gitlab \
rubygem-rspec>=3.0<4:devel/rubygem-rspec \
rubygem-octokit-gitlab>=9.0<10:net/rubygem-octokit-gitlab \
@@ -260,21 +260,21 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-gitlab-mail_room>=0.0.24<0.1.0:mail/rubygem-gitlab-mail_room \
rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \
rubygem-html2text>=0:textproc/rubygem-html2text \
- rubygem-stackprof>=0.2.26<0.3:devel/rubygem-stackprof \
+ rubygem-stackprof>=0.2.27<0.3:devel/rubygem-stackprof \
rubygem-rbtrace>=0.4.14<1.0:devel/rubygem-rbtrace \
rubygem-memory_profiler>=1.0<2.0:devel/rubygem-memory_profiler \
rubygem-activerecord-explain-analyze>=0.1<1.0:databases/rubygem-activerecord-explain-analyze \
rubygem-oauth2-gitlab>=2.0<3:net/rubygem-oauth2-gitlab \
rubygem-health_check-rails70>=3.0<4:devel/rubygem-health_check-rails70 \
- rubygem-vmstat>=2.3.0<2.4.0:sysutils/rubygem-vmstat \
+ rubygem-vmstat>=2.3.1<2.4.0:sysutils/rubygem-vmstat \
rubygem-sys-filesystem14>=1.4.3<1.5:sysutils/rubygem-sys-filesystem14 \
rubygem-net-ntp>0:net/rubygem-net-ntp \
rubygem-ssh_data>=1.3<2:security/rubygem-ssh_data \
rubygem-spamcheck>=1.3.0<1.4:net/rubygem-spamcheck \
- rubygem-gitaly>=17.7.0:net/rubygem-gitaly \
+ rubygem-gitaly>=17.8.1:net/rubygem-gitaly \
rubygem-gitlab-kas-grpc>=${GITLAB_VERSION}:net/rubygem-gitlab-kas-grpc \
rubygem-grpc>=1.63.0<2:net/rubygem-grpc \
- rubygem-google-protobuf3>=3.25.3<4:devel/rubygem-google-protobuf3 \
+ rubygem-google-protobuf3>=3.25.6<4:devel/rubygem-google-protobuf3 \
rubygem-toml-rb>=2.2.0<3:www/rubygem-toml-rb \
rubygem-flipper026>=0.26.2<0.27:devel/rubygem-flipper026 \
rubygem-flipper-active_record-rails70>=0.26.2<0.27:databases/rubygem-flipper-active_record-rails70 \
@@ -283,7 +283,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-gitlab-experiment>=0.9.1<0.10:devel/rubygem-gitlab-experiment \
rubygem-lograge-rails70>=0.11.2<1.0:www/rubygem-lograge-rails70 \
rubygem-grape_logging>=1.8.4<2.0:devel/rubygem-grape_logging \
- rubygem-gitlab-net-dns>=0.9.2<0.10:dns/rubygem-gitlab-net-dns \
+ rubygem-gitlab-net-dns>=0.10.0<0.11:dns/rubygem-gitlab-net-dns \
rubygem-countries>=4.1.3<4.2.0:devel/rubygem-countries \
rubygem-retriable>=3.1.2<3.2.0:devel/rubygem-retriable \
rubygem-lru_redux>0:devel/rubygem-lru_redux \
@@ -301,25 +301,27 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-ipaddress>=0.8.3<0.9:net/rubygem-ipaddress \
rubygem-parslet1>=1.8<2:textproc/rubygem-parslet1 \
rubygem-ed25519>=1.3.0<1.4:security/rubygem-ed25519 \
- rubygem-cvss-suite>=3.0.1<3.1:security/rubygem-cvss-suite \
+ rubygem-cvss-suite>=3.3.0<3.4:security/rubygem-cvss-suite \
rubygem-arr-pm>=0.0.12<0.1:devel/rubygem-arr-pm \
rubygem-devfile>=0.1.1<0.2:net/rubygem-devfile \
- rubygem-CFPropertyList-gitlab>=3.0.0<3.1:devel/rubygem-CFPropertyList-gitlab \
+ rubygem-CFPropertyList-gitlab>=3.0.7<3.1:devel/rubygem-CFPropertyList-gitlab \
rubygem-app_store_connect>=0:net/rubygem-app_store_connect \
rubygem-telesignenterprise>=2.2<3:devel/rubygem-telesignenterprise \
rubygem-net-protocol01>=0.1.3<0.2:net/rubygem-net-protocol01 \
+ rubygem-nkf>=0.2.0<0.3:net/rubygem-nkf \
rubygem-net-http>=0.6.0<0.6.1:www/rubygem-net-http \
rubygem-uri-gitlab>=0.13.0<0.13.1:net/rubygem-uri-gitlab \
rubygem-duo_api>=1.3<2:security/rubygem-duo_api \
rubygem-gitlab-sdk>=0.3.0<0.4:devel/rubygem-gitlab-sdk \
rubygem-paper_trail>=15.0<16:devel/rubygem-paper_trail \
rubygem-i18n_data>=0.13.1<1:devel/rubygem-i18n_data \
- rubygem-gitlab-cloud-connector>=0.2.5<0.3:security/rubygem-gitlab-cloud-connector \
+ rubygem-gitlab-cloud-connector>=1.0.0<1.1:security/rubygem-gitlab-cloud-connector \
rubygem-google-cloud-profiler-v2>=0.3<1:textproc/rubygem-google-cloud-profiler-v2 \
- rubygem-parallel>=1.22<2:sysutils/rubygem-parallel \
+ rubygem-parallel>=1.26.3<2:sysutils/rubygem-parallel \
rubygem-google-cloud-storage_transfer-gitlab>=1.2.0<1.3:net/rubygem-google-cloud-storage_transfer-gitlab \
rubygem-minitest>=5.11<6:devel/rubygem-minitest \
- rubygem-grpc-tools>=1.63.0<1.63.1:net/rubygem-grpc-tools
+ rubygem-grpc-tools>=1.69.0<1.70:net/rubygem-grpc-tools \
+ rubygem-opensearch-ruby-gitlab>=0:textproc/rubygem-opensearch-ruby-gitlab
BUILD_DEPENDS= gem:devel/ruby-gems \
${MY_DEPENDS}
@@ -528,6 +530,7 @@ post-install:
@${ECHO_CMD} "@dir(,,770) ${WWWDIR_REL}/workhorse/changelogs/unreleased" >> ${TMPPLIST}
.if ${FLAVOR:U} == ee
# Gitlab-ee version
+ @${ECHO_CMD} "@dir(,,744) ${WWWDIR_REL}/ee/db/active_context/migrate" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,744) ${WWWDIR_REL}/gems/gitlab-backup-cli/tmp" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,744) ${WWWDIR_REL}/qa/qa/specs/features/ee/api/4_verify" >> ${TMPPLIST}
@${ECHO_CMD} "@dir(,,744) ${WWWDIR_REL}/qa/qa/specs/features/ee/api/5_package" >> ${TMPPLIST}
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index a63f26ae4385..d45ccc4363a3 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,10 +1,10 @@
-GITLAB_VERSION= 17.8.4
+GITLAB_VERSION= 17.9.0
GITLAB_PORTREVISION= 0
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml
# and from https://gitlab.com/gitlab-org/git/-/tags
-GITLAB_GIT_VERSION= 2.47.0
+GITLAB_GIT_VERSION= 2.47.2
# return something like x.yy
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo
index cca36a2804a5..86385b78dcf0 100644
--- a/www/gitlab/distinfo
+++ b/www/gitlab/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1740716761
-SHA256 (gitlab-foss-v17.8.4.tar.bz2) = b924a124484c6848ea5d2c43cd29ca2436e4bb9a1c0ab39cb44b531ec6b0e11c
-SIZE (gitlab-foss-v17.8.4.tar.bz2) = 113143828
-TIMESTAMP = 1740716815
-SHA256 (gitlab-v17.8.4-ee.tar.bz2) = 7af3af55f111e4609ffda21c1713501a30fb8f0db8783d65bcd5fcf976f17d18
-SIZE (gitlab-v17.8.4-ee.tar.bz2) = 123997850
+TIMESTAMP = 1739950888
+SHA256 (gitlab-foss-v17.9.0.tar.bz2) = 21463a18349c64b408cf7226952461998022c43cac7d202d20447eb9edf0c09c
+SIZE (gitlab-foss-v17.9.0.tar.bz2) = 113768027
+TIMESTAMP = 1739950940
+SHA256 (gitlab-v17.9.0-ee.tar.bz2) = 25c4114933188d38d028c15c4d971ea4b55353850c05a184515ae8c9051d4e9c
+SIZE (gitlab-v17.9.0-ee.tar.bz2) = 124820276
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 3c6fe6426d7a..9e1f07d87311 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,6 +1,6 @@
---- Gemfile.orig 2025-01-22 04:13:11 UTC
+--- Gemfile.orig 2025-02-19 06:08:46 UTC
+++ Gemfile
-@@ -164,7 +164,7 @@ gem 'graphql', '~> 2.4.1', feature_category: :api
+@@ -165,7 +165,7 @@ gem 'graphql', '~> 2.4.1', feature_category: :api
# GraphQL API
gem 'graphql', '~> 2.4.1', feature_category: :api
@@ -9,7 +9,7 @@
gem 'apollo_upload_server', '~> 2.1.6', feature_category: :api
gem 'graphlient', '~> 0.8.0', feature_category: :importers # Used by BulkImport feature (group::import)
-@@ -216,7 +216,7 @@ gem 'google-cloud-storage', '~> 1.45.0', feature_categ
+@@ -217,7 +217,7 @@ gem 'google-cloud-storage', '~> 1.45.0', feature_categ
gem 'google-apis-storage_v1', '~> 0.29', feature_category: :shared
gem 'google-cloud-storage', '~> 1.45.0', feature_category: :shared
# We need >= 0.11.1 because that's when match_glob support is added to list_objects
@@ -18,7 +18,7 @@
gem 'google-apis-compute_v1', '~> 0.57.0', feature_category: :shared
gem 'google-apis-container_v1', '~> 0.43.0', feature_category: :shared
gem 'google-apis-container_v1beta1', '~> 0.43.0', feature_category: :shared
-@@ -227,7 +227,7 @@ gem 'google-apis-androidpublisher_v3', '~> 0.34.0', fe
+@@ -228,7 +228,7 @@ gem 'google-apis-androidpublisher_v3', '~> 0.34.0', fe
gem 'google-apis-sqladmin_v1beta4', '~> 0.41.0', feature_category: :shared
gem 'google-apis-androidpublisher_v3', '~> 0.34.0', feature_category: :shared
@@ -27,7 +27,7 @@
gem 'google-cloud-artifact_registry-v1', '~> 0.11.0', feature_category: :shared
gem 'google-cloud-compute-v1', '~> 2.6.0', feature_category: :shared
-@@ -283,7 +283,7 @@ group :puma do
+@@ -284,7 +284,7 @@ group :puma do
gem 'rack-timeout', '~> 0.7.0', require: 'rack/timeout/base', feature_category: :shared
group :puma do
@@ -36,7 +36,7 @@
gem 'sd_notify', '~> 0.1.0', require: false, feature_category: :shared
end
-@@ -291,7 +291,7 @@ gem 'state_machines-activerecord', '~> 0.8.0', feature
+@@ -292,7 +292,7 @@ gem 'state_machines-activerecord', '~> 0.8.0', feature
gem 'state_machines-activerecord', '~> 0.8.0', feature_category: :shared
# Background jobs
@@ -51,13 +51,14 @@
# Metrics
-gem 'webrick', '~> 1.8.1', require: false, feature_category: :shared
+gem 'webrick', '~> 1.8', require: false, feature_category: :shared
- gem 'prometheus-client-mmap', '~> 1.1', '>= 1.1.1', require: 'prometheus/client', feature_category: :shared
+ gem 'prometheus-client-mmap', '~> 1.2.8', require: 'prometheus/client', feature_category: :shared
# Event-driven reactor for Ruby
-@@ -474,140 +474,21 @@ group :development do
+@@ -473,138 +473,15 @@ gem 'warning', '~> 1.3.0', feature_category: :shared
+
gem 'warning', '~> 1.3.0', feature_category: :shared
- group :development do
+-group :development do
- gem 'lefthook', '~> 1.7.0', require: false, feature_category: :tooling
- gem 'rubocop', feature_category: :tooling
- gem 'solargraph', '~> 0.47.2', require: false, feature_category: :shared
@@ -72,7 +73,7 @@
-
- gem 'listen', '~> 3.7', feature_category: :shared
-
-- gem 'ruby-lsp', "~> 0.22.0", require: false, feature_category: :tooling
+- gem 'ruby-lsp', "~> 0.23.0", require: false, feature_category: :tooling
-
- gem 'ruby-lsp-rails', "~> 0.3.6", feature_category: :tooling
-
@@ -80,16 +81,16 @@
-
- gem 'gdk-toogle', '~> 0.9', '>= 0.9.5', require: 'toogle', feature_category: :tooling
-
- # Used by
- # * `lib/tasks/gitlab/security/update_banned_ssh_keys.rake`
- # * `lib/tasks/gitlab/db/migration_squash.rake`
- gem 'git', '~> 1.8', feature_category: :shared
- end
-
+- # Used by
+- # * `lib/tasks/gitlab/security/update_banned_ssh_keys.rake`
+- # * `lib/tasks/gitlab/db/migration_squash.rake`
+- gem 'git', '~> 1.8', feature_category: :shared
+-end
+-
-group :development, :test do
- gem 'deprecation_toolkit', '~> 1.5.1', require: false, feature_category: :shared
-- gem 'bullet', '~> 7.1.2', feature_category: :shared
-- gem 'parser', '= 3.3.6.0', feature_category: :shared
+- gem 'bullet', '~> 7.2.0', feature_category: :shared
+- gem 'parser', '= 3.3.7.1', feature_category: :shared
- gem 'pry-byebug', feature_category: :shared
- gem 'pry-rails', '~> 0.3.9', feature_category: :shared
- gem 'pry-shell', '~> 0.6.4', feature_category: :shared
@@ -106,13 +107,11 @@
- gem 'spring', '~> 4.1.0', feature_category: :shared
- gem 'spring-commands-rspec', '~> 1.0.4', feature_category: :shared
-
-- gem 'gitlab-styles', '~> 13.0.2', feature_category: :tooling
+- gem 'gitlab-styles', '~> 13.1.0', feature_category: :tooling, require: false
- gem 'haml_lint', '~> 0.58', feature_category: :tooling
-
-- gem 'bundler-audit', '~> 0.9.1', require: false, feature_category: :shared
--
- # Benchmarking & profiling
-- gem 'benchmark-ips', '~> 2.11.0', require: false, feature_category: :shared
+- gem 'benchmark-ips', '~> 2.14.0', require: false, feature_category: :shared
- gem 'benchmark-memory', '~> 0.1', require: false, feature_category: :shared
-
- # Profiling data from CI/CD pipelines
@@ -163,7 +162,6 @@
-end
-
-group :test do
-- gem 'fuubar', '~> 2.2.0', feature_category: :tooling
- gem 'rspec-retry', '~> 0.6.2', feature_category: :tooling
- gem 'rspec_profiling', '~> 0.0.9', feature_category: :tooling
- gem 'rspec-benchmark', '~> 0.6.0', feature_category: :tooling
@@ -177,8 +175,8 @@
- gem 'graphlyte', '~> 1.0.0', feature_category: :shared
-
- gem 'shoulda-matchers', '~> 5.1.0', require: false, feature_category: :shared
-- gem 'email_spec', '~> 2.2.0', feature_category: :shared
-- gem 'webmock', '~> 3.24.0', feature_category: :shared
+- gem 'email_spec', '~> 2.3.0', feature_category: :shared
+- gem 'webmock', '~> 3.25.0', feature_category: :shared
- gem 'rails-controller-testing', feature_category: :shared
- gem 'concurrent-ruby', '~> 1.1', feature_category: :shared
- gem 'test-prof', '~> 1.4.0', feature_category: :tooling
@@ -195,12 +193,12 @@
gem 'octokit', '~> 9.0', feature_category: :importers
# Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688
gem 'faraday-multipart', '~> 1.0', feature_category: :importers
-@@ -645,13 +526,13 @@ gem 'gitaly', '~> 17.7.0', feature_category: :gitaly
- gem 'gitaly', '~> 17.7.0', feature_category: :gitaly
+@@ -642,13 +519,13 @@ gem 'gitaly', '~> 17.8.0', feature_category: :gitaly
+ gem 'gitaly', '~> 17.8.0', feature_category: :gitaly
# KAS GRPC protocol definitions
--gem 'gitlab-kas-grpc', '~> 17.7.0', feature_category: :deployment_management
-+gem 'gitlab-kas-grpc', '~> 17.8.0', feature_category: :deployment_management
+-gem 'gitlab-kas-grpc', '~> 17.9.0.pre.rc2', feature_category: :deployment_management
++gem 'gitlab-kas-grpc', '~> 17.9.0', feature_category: :deployment_management
# Lock the version before issues below are resolved:
# https://gitlab.com/gitlab-org/gitlab/-/issues/473169#note_2028352939
@@ -211,8 +209,8 @@
gem 'google-protobuf', '~> 3.25', '>= 3.25.3', feature_category: :shared
-@@ -672,7 +553,7 @@ gem 'gitlab-net-dns', '~> 0.9.2', feature_category: :s
- gem 'gitlab-net-dns', '~> 0.9.2', feature_category: :shared
+@@ -669,7 +546,7 @@ gem 'gitlab-net-dns', '~> 0.10.0', feature_category: :
+ gem 'gitlab-net-dns', '~> 0.10.0', feature_category: :shared
# Countries list
-gem 'countries', '~> 4.0.0', feature_category: :shared
@@ -220,7 +218,7 @@
gem 'retriable', '~> 3.1.2', feature_category: :shared
-@@ -752,12 +633,17 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc
+@@ -750,10 +627,15 @@ gem 'duo_api', '~> 1.3', feature_category: :system_acc
gem 'duo_api', '~> 1.3', feature_category: :system_access
@@ -231,11 +229,9 @@
+
gem 'gitlab-sdk', '~> 0.3.0', feature_category: :application_instrumentation
- gem 'openbao_client', path: 'gems/openbao_client', feature_category: :artifact_security
-
gem 'paper_trail', '~> 15.0', feature_category: :shared
-gem "i18n_data", "~> 0.13.1", feature_category: :system_access
+gem "i18n_data", "~> 0.13", feature_category: :system_access
- gem "gitlab-cloud-connector", "~> 0.2.5", require: 'cloud_connector', feature_category: :cloud_connector
+ gem "gitlab-cloud-connector", "~> 1.0.0", require: 'gitlab/cloud_connector', feature_category: :cloud_connector
diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example
index 08982f34de3d..bdfc3d16cb92 100644
--- a/www/gitlab/files/patch-config_gitlab.yml.example
+++ b/www/gitlab/files/patch-config_gitlab.yml.example
@@ -1,4 +1,4 @@
---- config/gitlab.yml.example.orig 2025-01-15 09:55:34 UTC
+--- config/gitlab.yml.example.orig 2025-02-19 06:08:46 UTC
+++ config/gitlab.yml.example
@@ -473,7 +473,7 @@ production: &base
## GitLab Pages
@@ -61,9 +61,9 @@
- # secret_file: /home/git/gitlab/.gitlab_workhorse_secret
+ # secret_file: %%WWWDIR%%/.gitlab_workhorse_secret
+ # This section to be removed when we merge https://gitlab.com/gitlab-org/gitlab-development-kit/-/merge_requests/4382
topology_service:
- # enabled: false
-@@ -1295,7 +1295,7 @@ production: &base
+@@ -1304,7 +1304,7 @@ production: &base
# enabled: true
# File that contains the secret key for verifying access for gitlab-kas.
# Default is '.gitlab_kas_secret' relative to Rails.root (i.e. root of the GitLab app).
@@ -72,7 +72,7 @@
# The URL to the external KAS API (used by the Kubernetes agents)
# external_url: wss://kas.example.com
-@@ -1319,13 +1319,13 @@ production: &base
+@@ -1331,13 +1331,13 @@ production: &base
## GitLab Elasticsearch settings
elasticsearch:
@@ -88,7 +88,7 @@
## Webpack settings
# If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running
-@@ -1346,18 +1346,18 @@ production: &base
+@@ -1358,18 +1358,18 @@ production: &base
# Sidekiq exporter is a dedicated Prometheus metrics server optionally running alongside Sidekiq.
sidekiq_exporter:
@@ -114,7 +114,7 @@
# Web exporter is a dedicated Prometheus metrics server optionally running alongside Puma.
web_exporter:
-@@ -1584,13 +1584,13 @@ test:
+@@ -1596,13 +1596,13 @@ test:
gitaly_address: unix:tmp/tests/gitaly/praefect.socket
gitaly:
diff --git a/www/gitlab/files/patch-config_initializers_1__settings.rb b/www/gitlab/files/patch-config_initializers_1__settings.rb
index c35affe6219a..4792c05020d4 100644
--- a/www/gitlab/files/patch-config_initializers_1__settings.rb
+++ b/www/gitlab/files/patch-config_initializers_1__settings.rb
@@ -1,6 +1,6 @@
---- config/initializers/1_settings.rb.orig 2024-11-20 11:30:30 UTC
+--- config/initializers/1_settings.rb.orig 2025-02-19 06:08:46 UTC
+++ config/initializers/1_settings.rb
-@@ -211,11 +211,7 @@ Settings.gitlab['ssh_user'] ||= Settings.gitlab.user
+@@ -214,11 +214,7 @@ Settings.gitlab['ssh_user'] ||= Settings.gitlab.user
Settings.gitlab['user'] ||= 'git'
# External configuration may cause the ssh user to differ from the GitLab user
Settings.gitlab['ssh_user'] ||= Settings.gitlab.user
diff --git a/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec b/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
index f0aecede0f2a..3229305272cb 100644
--- a/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
+++ b/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
@@ -1,4 +1,4 @@
---- gems/gitlab-backup-cli/gitlab-backup-cli.gemspec.orig 2025-01-15 09:55:34 UTC
+--- gems/gitlab-backup-cli/gitlab-backup-cli.gemspec.orig 2025-02-19 06:08:46 UTC
+++ gems/gitlab-backup-cli/gitlab-backup-cli.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
@@ -22,4 +22,4 @@
+ spec.add_dependency "minitest", "~> 5.11"
spec.add_dependency "parallel", "~> 1.19"
spec.add_dependency "rack", "~> 2.2.9"
- spec.add_dependency "rexml", "~> 3.3.2"
+ spec.add_dependency "rexml", "~> 3.4.0"
diff --git a/www/gitlab/files/patch-gems_gitlab-secret__detection_gitlab-secret__detection.gemspec b/www/gitlab/files/patch-gems_gitlab-secret__detection_gitlab-secret__detection.gemspec
index 792a7e1bd16e..9d861e5e52b9 100644
--- a/www/gitlab/files/patch-gems_gitlab-secret__detection_gitlab-secret__detection.gemspec
+++ b/www/gitlab/files/patch-gems_gitlab-secret__detection_gitlab-secret__detection.gemspec
@@ -1,4 +1,4 @@
---- gems/gitlab-secret_detection/gitlab-secret_detection.gemspec.orig 2024-12-18 07:22:32 UTC
+--- gems/gitlab-secret_detection/gitlab-secret_detection.gemspec.orig 2025-02-19 06:08:46 UTC
+++ gems/gitlab-secret_detection/gitlab-secret_detection.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*.rb']
@@ -8,4 +8,4 @@
+ spec.add_runtime_dependency "grpc", "~> 1.63"
spec.add_runtime_dependency "grpc-tools", "= 1.63.0"
spec.add_runtime_dependency "parallel", "~> 1.22"
- spec.add_runtime_dependency "re2", "~> 2.4"
+ spec.add_runtime_dependency "re2", "~> 2.7"