summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:08:32 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:08:32 +0000
commitb38aa43e89c4c8a44b41638799c3b6866df6dc08 (patch)
tree5a6863717baba4d13bac073dd3997bf1d8e68ea2
parent14193d79b342bbac26e996e68a31797010381a9f (diff)
downloadkrb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.tar.gz
krb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.tar.xz
krb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.zip
auto-import changelog data from krb5-1.2.2-15.src.rpmkrb5-1_2_2-15
Wed Oct 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-15 - add patch from Tom Yu for exploitable bugs in kadmind4 - remove raw keys from the default kdc.conf
-rw-r--r--kdc.conf2
-rw-r--r--krb5.spec10
2 files changed, 10 insertions, 2 deletions
diff --git a/kdc.conf b/kdc.conf
index 951b91c..40e204f 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -6,5 +6,5 @@
[realms]
EXAMPLE.COM = {
master_key_type = des-cbc-crc
- supported_enctypes = des-cbc-crc:normal des3-cbc-raw:normal des3-cbc-sha1:normal des-cbc-crc:v4 des-cbc-crc:afs3
+ supported_enctypes = des-cbc-crc:normal des3-cbc-sha1:normal des-cbc-crc:v4 des-cbc-crc:afs3
}
diff --git a/krb5.spec b/krb5.spec
index 55a2178..280bb5c 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -3,7 +3,7 @@
Summary: The Kerberos network authentication system.
Name: krb5
Version: 1.2.2
-Release: 14
+Release: 15
Source0: krb5-%{version}.tar.gz
Source1: kpropd.init
Source2: krb524d.init
@@ -49,6 +49,7 @@ Patch22: krb5-1.2.2-logauth.patch
Patch23: krb5-1.2.2-size.patch
Patch24: http://web.mit.edu/kerberos/www/advisories/telnetd_122_patch.txt
Patch25: http://web.mit.edu/kerberos/www/advisories/2002-001-xdr_array_patch.txt
+Patch26: http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2002-002-kadm4.txt
License: MIT, freely distributable.
URL: http://web.mit.edu/kerberos/www/
Group: System Environment/Libraries
@@ -110,6 +111,10 @@ network uses Kerberos, this package should be installed on every
workstation.
%changelog
+* Wed Oct 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-15
+- add patch from Tom Yu for exploitable bugs in kadmind4
+- remove raw keys from the default kdc.conf
+
* Fri Aug 2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-14
- add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
@@ -454,6 +459,9 @@ popd
pushd src/lib/rpc
%patch25 -p0 -b .xdr
popd
+pushd src/kadmin/v4server
+%patch26 -p0 -b .kadmind
+popd
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
find . -type f -name "*.fixinfo" -exec rm -fv "{}" ";"
gzip doc/*.ps