summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNathaniel McCallum <nathaniel@themccallums.org>2015-02-03 17:48:30 +0100
committerNathaniel McCallum <nathaniel@themccallums.org>2015-02-03 17:48:30 +0100
commit7188a346bd389a9c74c04c47664fd3f903a344ce (patch)
treeb06882d9eab973cf5fba48f57ba9949c79248d52 /krb5.spec
parentfb520967f95c2fe2fc337a797b93dfba5363e5fc (diff)
downloadkrb5-7188a346bd389a9c74c04c47664fd3f903a344ce.tar.gz
krb5-7188a346bd389a9c74c04c47664fd3f903a344ce.tar.xz
krb5-7188a346bd389a9c74c04c47664fd3f903a344ce.zip
Support KDC_ERR_MORE_PREAUTH_DATA_REQUIRED (RT#8063)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index bd08d06..e0dd903 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -43,7 +43,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.13
-Release: 5%{?dist}
+Release: 6%{?dist}
# - Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13-signed.tar
# - The sources below are stored in a lookaside cache. Upload with
@@ -97,6 +97,7 @@ Patch136: krb5-socket_wrapper_eventfd_prototype_mismatch.patch
Patch137: krb5-CVE_2014_5353_fix_LDAP_misused_policy_name_crash.patch
Patch138: krb5-CVE_2014_5354_support_keyless_principals_in_LDAP.patch
Patch139: krb5-1.13_kinit_C_loop_krb5bug243.patch
+Patch140: krb5-1.14-Support-KDC_ERR_MORE_PREAUTH_DATA_REQUIRED.patch
License: MIT
URL: http://web.mit.edu/kerberos/www/
@@ -321,6 +322,7 @@ ln NOTICE LICENSE
%patch137 -p1
%patch138 -p1
%patch139 -p1 -b .krb5_1_13_kinit_C_loop_krb5bug243
+%patch140 -p1
# Take the execute bit off of documentation.
chmod -x doc/krb5-protocol/*.txt doc/ccapi/*.html
@@ -993,6 +995,9 @@ exit 0
%changelog
+* Mon Feb 02 2015 Nathaniel McCallum <npmccallum@redhat.com>
+- Support KDC_ERR_MORE_PREAUTH_DATA_REQUIRED (RT#8063)
+
* Mon Jan 26 2015 Roland Mainz <rmainz@redhat.com> - 1.13-5
- fix for kinit -C loops (#1184629, MIT/krb5 issue 243, "Do not
loop on principal unknown errors").