From 9f8eeed0c98e0a5ef37798ee3273d2068bc28edb Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 27 Oct 2015 09:40:23 +0100 Subject: [PATCH] Fix building pac responder with the krb5-1.14 --- ...rb5-1.14-for-building-the-PAC-plugin.patch | 29 +++++++++++++++++++ sssd.spec | 6 +++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch diff --git a/0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch b/0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch new file mode 100644 index 0000000..aff582b --- /dev/null +++ b/0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch @@ -0,0 +1,29 @@ +From c36f343f88f65a9765085f1346da6d6591ef86a5 Mon Sep 17 00:00:00 2001 +From: Lukas Slebodnik +Date: Mon, 26 Oct 2015 07:00:50 +0100 +Subject: [PATCH 7/7] BUILD: Accept krb5 1.14 for building the PAC plugin + +Reviewed-by: Sumit Bose +(cherry picked from commit 8fe87c3d35bf301cbb6ed7d441b588327d831924) +(cherry picked from commit 3dd118ee870d4370e8bfff8bd71d7e9954ccac06) +--- + 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 2941d63ab5bc9f2c993cabf1080a04f812611751..a9e142dc945e157d87ab8478fa63b261415a7e8d 100644 +--- a/src/external/pac_responder.m4 ++++ b/src/external/pac_responder.m4 +@@ -22,7 +22,8 @@ then + Kerberos\ 5\ release\ 1.10* | \ + Kerberos\ 5\ release\ 1.11* | \ + Kerberos\ 5\ release\ 1.12* | \ +- Kerberos\ 5\ release\ 1.13*) ++ Kerberos\ 5\ release\ 1.13* | \ ++ Kerberos\ 5\ release\ 1.14*) + krb5_version_ok=yes + AC_MSG_RESULT([yes]) + ;; +-- +2.5.0 + diff --git a/sssd.spec b/sssd.spec index ad00c6f..fe39280 100644 --- a/sssd.spec +++ b/sssd.spec @@ -29,7 +29,7 @@ Name: sssd Version: 1.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -44,6 +44,7 @@ Patch0003: 0003-AD-Consolidate-connection-list-construction-on-ad_co.patch Patch0004: 0004-SSSDConfig-Do-not-raise-exception-if-config_file_ver.patch Patch0005: 0005-SSSDConfigTest-Try-load-saved-config.patch Patch0006: 0006-SSSDConfigTest-Test-real-config-without-config_file_.patch +patch0007: 0007-BUILD-Accept-krb5-1.14-for-building-the-PAC-plugin.patch ### Dependencies ### Requires: sssd-common = %{version}-%{release} @@ -1015,6 +1016,9 @@ fi %{_libdir}/%{name}/modules/libwbclient.so %changelog +* Tue Oct 27 2015 Lukas Slebodnik - 1.13.1-4 +- Fix building pac responder with the krb5-1.14 + * Mon Oct 19 2015 Lukas Slebodnik - 1.13.1-3 - python-sssdconfig: Fix parssing sssd.conf without config_file_version - Resolves: upstream #2837 - REGRESSION: ipa-client-automout failed