summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorRoland Mainz <rmainz@redhat.com>2015-01-26 18:38:55 +0100
committerRoland Mainz <rmainz@redhat.com>2015-01-26 18:38:55 +0100
commitfb520967f95c2fe2fc337a797b93dfba5363e5fc (patch)
treed03564bd4341bd774fc9ab49b09435b932c1b369 /krb5.spec
parent6baee3e65672f75a053831f8d693a77c6dffad9b (diff)
downloadkrb5-fb520967f95c2fe2fc337a797b93dfba5363e5fc.tar.gz
krb5-fb520967f95c2fe2fc337a797b93dfba5363e5fc.tar.xz
krb5-fb520967f95c2fe2fc337a797b93dfba5363e5fc.zip
* 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"). - Added "python-sphinx-latex" to the build requirements to fix build failures on F22 machines.
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/krb5.spec b/krb5.spec
index 3c45341..bd08d06 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -43,7 +43,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.13
-Release: 4%{?dist}
+Release: 5%{?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
@@ -96,6 +96,7 @@ Patch134: krb5-1.11-kpasswdtest.patch
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
License: MIT
URL: http://web.mit.edu/kerberos/www/
@@ -106,7 +107,7 @@ BuildRequires: autoconf, bison, flex, gawk, gettext, pkgconfig, sed
BuildRequires: libcom_err-devel, libedit-devel, libss-devel
%endif
BuildRequires: gzip, ncurses-devel, tar
-BuildRequires: python-sphinx, texlive-pdftex
+BuildRequires: python-sphinx, python-sphinx-latex, texlive-pdftex
# The texlive package got a lot more complicated here.
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
# Taken from \usepackage directives produced by sphinx:
@@ -319,6 +320,7 @@ ln NOTICE LICENSE
%patch137 -p1
%patch138 -p1
+%patch139 -p1 -b .krb5_1_13_kinit_C_loop_krb5bug243
# Take the execute bit off of documentation.
chmod -x doc/krb5-protocol/*.txt doc/ccapi/*.html
@@ -989,8 +991,15 @@ exit 0
%{_sbindir}/gss-server
%{_sbindir}/uuserver
+
%changelog
-* Thu Dec 19 2014 Roland Mainz <rmainz@redhat.com> - 1.13-4
+* 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").
+- Added "python-sphinx-latex" to the build requirements
+ to fix build failures on F22 machines.
+
+* Thu Dec 18 2014 Roland Mainz <rmainz@redhat.com> - 1.13-4
- fix for CVE-2014-5354 (#1174546) "krb5: NULL pointer
dereference when using keyless entries"