rpms/krb5/devel krb5.spec,1.237,1.238

Nalin Dahyabhai nalin at fedoraproject.org
Tue Feb 16 21:45:25 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15329/devel

Modified Files:
	krb5.spec 
Log Message:
- apply patch from upstream to fix KDC denial of service (CVE-2010-0283, #566002)



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- krb5.spec	3 Feb 2010 17:11:35 -0000	1.237
+++ krb5.spec	16 Feb 2010 21:45:25 -0000	1.238
@@ -10,7 +10,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -84,6 +84,7 @@ Patch90: krb5-1.7-openssl-1.0.patch
 Patch93: krb5-1.7-create_on_load.patch
 Patch95: krb5-1.7-opte.patch
 Patch96: krb5-1.7-exp_warn.patch
+Patch97: http://web.mit.edu/kerberos/advisories/2010-001-patch.txt.asc
 
 License: MIT
 URL: http://web.mit.edu/kerberos/www/
@@ -222,6 +223,10 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Tue Feb 16 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7.1-2
+- apply patch from upstream to fix KDC denial of service (CVE-2010-0283,
+  #566002)
+
 * Wed Feb  3 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7.1-1
 - update to 1.7.1
   - don't trip AD lockout on wrong password (#542687, #554351)
@@ -1582,6 +1587,7 @@ popd
 %patch93 -p1 -b .create_on_load
 %patch95 -p1 -b .opte
 %patch96 -p1 -b .exp_warn
+%patch97 -p1 -b .2010-001
 gzip doc/*.ps
 
 sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex



More information about the scm-commits mailing list