www/gitlab: Update "kerberos off" patch for gitlab 17.8.0

Approved by:	mfechner (maintainer, implicit)
This commit is contained in:
Vladimir Druzenko 2025-01-18 00:21:24 +03:00
parent 1fbfdf73b0
commit 3a8d1d9e8c

View file

@ -1,11 +1,11 @@
--- Gemfile.orig
+++ Gemfile
@@ -96,7 +96,7 @@
@@ -120,7 +120,7 @@ gem 'gssapi', '~> 1.3.1', group: :kerberos, feature_ca
# Kerberos authentication. EE-only
gem 'gssapi', '~> 1.3.1', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
-gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
+#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo Gemfile/MissingFeatureCategory
gem 'gssapi', '~> 1.3.1', group: :kerberos, feature_category: :system_access
-gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos, feature_category: :system_access
+#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos, feature_category: :system_access
# Spam and anti-bot protection
gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails' # rubocop:todo Gemfile/MissingFeatureCategory
gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails', feature_category: :insider_threat