Browse Source

rebuild krb5 from vine5.1 package

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1147 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
0e451d6287
1 changed files with 15 additions and 1 deletions
  1. 15 1
      k/krb5/krb5-vl.spec

+ 15 - 1
k/krb5/krb5-vl.spec

@@ -19,7 +19,7 @@ Summary: The Kerberos network authentication system.
 Summary(ja): Kerberos ネットワーク認証システム
 Name: krb5
 Version: 1.6.3
-Release: 5%{?_dist_release}
+Release: 7%{?_dist_release}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -109,6 +109,8 @@ Patch82: krb5-CVE-2009-0844-0845-2.patch
 Patch83: krb5-CVE-2009-0846.patch
 Patch84: krb5-CVE-2009-0847.patch
 Patch85: krb5-1.6_CVE-2009-4212.patch
+Patch86: krb5-CVE-2010-0629.patch
+Patch87: http://web.mit.edu/kerberos/advisories/2010-005-patch_r16.txt
 
 License: MIT
 URL: http://web.mit.edu/kerberos/www/
@@ -131,6 +133,9 @@ BuildRequires: openldap-devel
 BuildRequires: openssl-devel >= 0.9.8
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Kerberos V5 is a trusted-third-party network authentication system,
 which can improve your network's security by eliminating the insecure
@@ -358,6 +363,8 @@ popd
 %patch83 -p1 -b .CVE-2009-0846
 %patch84 -p1 -b .CVE-2009-0847
 %patch85 -p0 -b .CVE-2009-4212
+%patch86 -p0 -b .CVE-2010-0629
+%patch87 -p1 -b .CVE-2010-1321
 
 cp src/krb524/README README.krb524
 gzip doc/*.ps
@@ -978,6 +985,13 @@ exit 0
 %endif
 
 %changelog
+* Fri May 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.3-7
+- add patch87 for fix CVE-2010-1321 (GSS API Null pointer def)
+
+* Sat Apr 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.3-6
+- add patch86 for fix CVE-2010-0629 (kadmind DoS)
+- add Vendor/Distribution tags
+
 * Thu Jan 14 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.6.3-5
 - add Patch85 for fix CVE-2009-4212 (AES and RC4 Decryption)