summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-09-16 19:32:06 -0400
committerNalin Dahyabhai <nalin@redhat.com>2010-09-16 19:32:06 -0400
commitf44b554d1bcf1d4111f1564232399efa9490896f (patch)
tree6a33ad9b10ae85c54913bd49b3d2587981ca8f34
parent3fe7ccdb9298e5b6f9fa9dc25bef21c0715ece21 (diff)
downloadkrb5-1.8.3-4.fc15.tar.gz
krb5-1.8.3-4.fc15.tar.xz
krb5-1.8.3-4.fc15.zip
- fix reading of keyUsage extensions when attempting to select pkinit client certs (part of #629022, RT#6775)krb5-1.8.3-4.fc15
- fix selection of pkinit client certs when one or more don't include a subjectAltName extension (part of #629022, RT#6774)
-rw-r--r--krb5.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index fd3d112..3d58174 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -5,7 +5,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.8.3
-Release: 3%{?dist}
+Release: 4%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.3-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -48,6 +48,8 @@ Patch63: krb5-1.8-selinux-label.patch
Patch70: krb5-trunk-kpasswd_tcp2.patch
Patch71: krb5-1.8-dirsrv-accountlock.patch
Patch72: krb5-trunk-explife.patch
+Patch73: krb5-trunk-key_usage.patch
+Patch74: krb5-trunk-signed.patch
License: MIT
URL: http://web.mit.edu/kerberos/www/
@@ -186,6 +188,8 @@ ln -s NOTICE LICENSE
#%patch70 -p0 -b .kpasswd_tcp2
%patch71 -p1 -b .dirsrv-accountlock
%patch72 -p0 -b .explife
+%patch73 -p0 -b .key_usage
+%patch74 -p0 -b .signed
gzip doc/*.ps
sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex
@@ -637,6 +641,12 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Wed Sep 15 2010 Nalin Dahyabhai <nalin@redhat.com> 1.8.3-4
+- fix reading of keyUsage extensions when attempting to select pkinit client
+ certs (part of #629022, RT#6775)
+- fix selection of pkinit client certs when one or more don't include a
+ subjectAltName extension (part of #629022, RT#6774)
+
* Fri Sep 3 2010 Nalin Dahyabhai <nalin@redhat.com> 1.8.3-3
- build with -fstack-protector-all instead of the default -fstack-protector,
so that we add checking to more functions (i.e., all of them) (#629950)