mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/gitlab: Update "kerberos off" patch for gitlab 17.8.0
Approved by: mfechner (maintainer, implicit)
This commit is contained in:
parent
1fbfdf73b0
commit
3a8d1d9e8c
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue