auto-import krb5-1.2.4-3 from krb5-1.2.4-3.src.rpm
This commit is contained in:
parent
9a77231fd9
commit
280a055a99
2
kdc.conf
2
kdc.conf
@ -7,5 +7,5 @@
|
|||||||
[realms]
|
[realms]
|
||||||
EXAMPLE.COM = {
|
EXAMPLE.COM = {
|
||||||
master_key_type = des-cbc-crc
|
master_key_type = des-cbc-crc
|
||||||
supported_enctypes = des3-cbc-raw:normal des3-cbc-raw:norealm des3-cbc-raw:onlyrealm des3-cbc-sha1:normal des3-cbc-sha1:norealm des3-cbc-sha1:onlyrealm des-cbc-crc:v4 des-cbc-crc:afs3 des-cbc-crc:normal des-cbc-crc:norealm des-cbc-crc:onlyrealm des-cbc-md4:v4 des-cbc-md4:afs3 des-cbc-md4:normal des-cbc-md4:norealm des-cbc-md4:onlyrealm des-cbc-md5:v4 des-cbc-md5:afs3 des-cbc-md5:normal des-cbc-md5:norealm des-cbc-md5:onlyrealm des-cbc-raw:v4 des-cbc-raw:afs3 des-cbc-raw:normal des-cbc-raw:norealm des-cbc-raw:onlyrealm des-cbc-sha1:v4 des-cbc-sha1:afs3 des-cbc-sha1:normal des-cbc-sha1:norealm des-cbc-sha1:onlyrealm
|
supported_enctypes = des3-cbc-sha1:normal des3-cbc-sha1:norealm des3-cbc-sha1:onlyrealm des-cbc-crc:v4 des-cbc-crc:afs3 des-cbc-crc:normal des-cbc-crc:norealm des-cbc-crc:onlyrealm des-cbc-md4:v4 des-cbc-md4:afs3 des-cbc-md4:normal des-cbc-md4:norealm des-cbc-md4:onlyrealm des-cbc-md5:v4 des-cbc-md5:afs3 des-cbc-md5:normal des-cbc-md5:norealm des-cbc-md5:onlyrealm des-cbc-sha1:v4 des-cbc-sha1:afs3 des-cbc-sha1:normal des-cbc-sha1:norealm des-cbc-sha1:onlyrealm
|
||||||
}
|
}
|
||||||
|
10
krb5.spec
10
krb5.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: The Kerberos network authentication system.
|
Summary: The Kerberos network authentication system.
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 2
|
Release: 3
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
Source1: kpropd.init
|
Source1: kpropd.init
|
||||||
Source2: krb524d.init
|
Source2: krb524d.init
|
||||||
@ -48,6 +48,7 @@ Patch21: http://lite.mit.edu/krb5-1.2.2-ktany.patch
|
|||||||
Patch22: krb5-1.2.2-logauth.patch
|
Patch22: krb5-1.2.2-logauth.patch
|
||||||
Patch23: krb5-1.2.2-size.patch
|
Patch23: krb5-1.2.2-size.patch
|
||||||
Patch24: http://web.mit.edu/kerberos/www/advisories/2002-001-xdr_array_patch.txt
|
Patch24: http://web.mit.edu/kerberos/www/advisories/2002-001-xdr_array_patch.txt
|
||||||
|
Patch25: http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2002-002-kadm4.txt
|
||||||
License: MIT, freely distributable.
|
License: MIT, freely distributable.
|
||||||
URL: http://web.mit.edu/kerberos/www/
|
URL: http://web.mit.edu/kerberos/www/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -109,6 +110,10 @@ network uses Kerberos, this package should be installed on every
|
|||||||
workstation.
|
workstation.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.4-3
|
||||||
|
- 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.4-2
|
* 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
|
- add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
|
||||||
|
|
||||||
@ -485,6 +490,9 @@ workstation.
|
|||||||
pushd src/lib/rpc
|
pushd src/lib/rpc
|
||||||
%patch24 -p0 -b .xdr
|
%patch24 -p0 -b .xdr
|
||||||
popd
|
popd
|
||||||
|
pushd src/kadmin/v4server
|
||||||
|
%patch25 -p0 -b .kadmind
|
||||||
|
popd
|
||||||
%if %{statglue}
|
%if %{statglue}
|
||||||
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
|
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user