git: 3a8d1d9e8cd3 - main - www/gitlab: Update "kerberos off" patch for gitlab 17.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 21:25:46 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a8d1d9e8cd37adb5e765cd329b29bef815e543b
commit 3a8d1d9e8cd37adb5e765cd329b29bef815e543b
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-01-17 21:21:24 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-17 21:21:24 +0000
www/gitlab: Update "kerberos off" patch for gitlab 17.8.0
Approved by: mfechner (maintainer, implicit)
---
www/gitlab/files/extra-patch-Gemfile-kerberos-off | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/gitlab/files/extra-patch-Gemfile-kerberos-off b/www/gitlab/files/extra-patch-Gemfile-kerberos-off
index b6cbffee72e0..7aa7aae469eb 100644
--- a/www/gitlab/files/extra-patch-Gemfile-kerberos-off
+++ b/www/gitlab/files/extra-patch-Gemfile-kerberos-off
@@ -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