From 4a2dfb104c2f2bd84634e45b7713453488aa2da0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Oct 2018 13:57:21 -0700 Subject: [PATCH] Revert the patch from -20 as it seems to make FreeIPA worse --- krb5.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/krb5.spec b/krb5.spec index 12f7d60..9d0e2e7 100644 --- a/krb5.spec +++ b/krb5.spec @@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.16.1 # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces) -Release: 20%{?dist} +Release: 21%{?dist} # lookaside-cached sources; two downloads and a build artifact Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz @@ -103,7 +103,10 @@ Patch83: Make-krb5kdc-p-affect-TCP-ports.patch Patch84: Remove-outdated-note-in-krb5kdc-man-page.patch Patch85: Fix-k5test-prompts-for-Python-3.patch Patch86: In-FIPS-mode-add-plaintext-fallback-for-RC4-usages-a.patch -Patch87: Fix-bugs-with-concurrent-use-of-MEMORY-ccaches.patch +# Disabled for now as it seems to make things worse for FreeIPA +# (consistent crashes during server deployment, not just a crash +# in a later test): https://bugzilla.redhat.com/show_bug.cgi?id=1633089#c26 +#Patch87: Fix-bugs-with-concurrent-use-of-MEMORY-ccaches.patch License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -750,6 +753,9 @@ exit 0 %{_libdir}/libkadm5srv_mit.so.* %changelog +* Tue Oct 09 2018 Adam Williamson - 1.16.1-21 +- Revert the patch from -20 for now as it seems to make FreeIPA worse + * Tue Oct 02 2018 Robbie Harwood - 1.16.1-20 - Fix bugs with concurrent use of MEMORY ccaches