summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:11:31 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:11:31 +0000
commit9a77231fd9657cd73be4ba2523823a5e423ba849 (patch)
treec5affa879ff57313ac551d52c6f6dbfb13ef9ea5
parenta422b0be5893e0783d07348809d71b166535126b (diff)
downloadkrb5-9a77231fd9657cd73be4ba2523823a5e423ba849.tar.gz
krb5-9a77231fd9657cd73be4ba2523823a5e423ba849.tar.xz
krb5-9a77231fd9657cd73be4ba2523823a5e423ba849.zip
auto-import krb5-1.2.4-2 from krb5-1.2.4-2.src.rpmkrb5-1_2_4-2
-rw-r--r--krb5.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index f69341c..44a6a65 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -4,7 +4,7 @@
Summary: The Kerberos network authentication system.
Name: krb5
Version: 1.2.4
-Release: 1
+Release: 2
Source0: krb5-%{version}.tar.gz
Source1: kpropd.init
Source2: krb524d.init
@@ -47,6 +47,7 @@ Patch20: krb5-1.2.2-by-address.patch
Patch21: http://lite.mit.edu/krb5-1.2.2-ktany.patch
Patch22: krb5-1.2.2-logauth.patch
Patch23: krb5-1.2.2-size.patch
+Patch24: http://web.mit.edu/kerberos/www/advisories/2002-001-xdr_array_patch.txt
License: MIT, freely distributable.
URL: http://web.mit.edu/kerberos/www/
Group: System Environment/Libraries
@@ -108,6 +109,9 @@ network uses Kerberos, this package should be installed on every
workstation.
%changelog
+* Fri Aug 2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.4-2
+- add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
+
* Fri Mar 1 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.4-1
- update to 1.2.4
@@ -478,6 +482,9 @@ workstation.
%patch21 -p1 -b .ktany
%patch22 -p1 -b .logauth
%patch23 -p1 -b .size
+pushd src/lib/rpc
+%patch24 -p0 -b .xdr
+popd
%if %{statglue}
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
%endif