From b38aa43e89c4c8a44b41638799c3b6866df6dc08 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:08:32 +0000 Subject: [PATCH] auto-import changelog data from krb5-1.2.2-15.src.rpm Wed Oct 23 2002 Nalin Dahyabhai 1.2.2-15 - add patch from Tom Yu for exploitable bugs in kadmind4 - remove raw keys from the default kdc.conf --- kdc.conf | 2 +- krb5.spec | 10 +++++++++- 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 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 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