git: e873d898b941 - main - www/gitlab-ce: update extra-patch-Gemfile-kerberos-off (make kerberos optional)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 09:52:12 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e873d898b941e784a62a0aa64fc8c11fd709c634 commit e873d898b941e784a62a0aa64fc8c11fd709c634 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2023-05-11 09:47:08 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-05-11 09:51:52 +0000 www/gitlab-ce: update extra-patch-Gemfile-kerberos-off (make kerberos optional) Approved by: mfechner (maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D39988 --- www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off b/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off index d80c80415ef3..267fe8e44ff8 100644 --- a/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off +++ b/www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off @@ -1,9 +1,9 @@ --- Gemfile.orig +++ Gemfile -@@ -60,7 +60,7 @@ +@@ -79,7 +79,7 @@ # Kerberos authentication. EE-only - gem 'gssapi', group: :kerberos + gem 'gssapi', '~> 1.3.1', group: :kerberos -gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos +#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos