You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
From 2e6d43635dd79e55a24d66a003a2e869d1964db4 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Tikhonov <atikhono@redhat.com>
|
|
Date: Thu, 15 Jun 2023 12:05:03 +0200
|
|
Subject: [PATCH] BUILD: Accept krb5 1.21 for building the PAC plugin
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Reviewed-by: Alejandro López <allopez@redhat.com>
|
|
Reviewed-by: Sumit Bose <sbose@redhat.com>
|
|
(cherry picked from commit 74d0f4538deb766592079b1abca0d949d6dea105)
|
|
|
|
Reviewed-by: Sumit Bose <sbose@redhat.com>
|
|
---
|
|
src/external/pac_responder.m4 | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
|
|
index 3cbe3c9cf..90727185b 100644
|
|
--- a/src/external/pac_responder.m4
|
|
+++ b/src/external/pac_responder.m4
|
|
@@ -22,7 +22,8 @@ then
|
|
Kerberos\ 5\ release\ 1.17* | \
|
|
Kerberos\ 5\ release\ 1.18* | \
|
|
Kerberos\ 5\ release\ 1.19* | \
|
|
- Kerberos\ 5\ release\ 1.20*)
|
|
+ Kerberos\ 5\ release\ 1.20* | \
|
|
+ Kerberos\ 5\ release\ 1.21*)
|
|
krb5_version_ok=yes
|
|
AC_MSG_RESULT([yes])
|
|
;;
|
|
--
|
|
2.41.0
|
|
|