auto-import changelog data from krb5-1.2.2-14.src.rpm
Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-14 - add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
This commit is contained in:
parent
f06da5baa4
commit
14193d79b3
@ -3,7 +3,7 @@
|
|||||||
Summary: The Kerberos network authentication system.
|
Summary: The Kerberos network authentication system.
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 13
|
Release: 14
|
||||||
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/telnetd_122_patch.txt
|
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
|
||||||
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,9 @@ network uses Kerberos, this package should be installed on every
|
|||||||
workstation.
|
workstation.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- bump release number and rebuild
|
- bump release number and rebuild
|
||||||
|
|
||||||
@ -447,6 +451,9 @@ popd
|
|||||||
pushd src/appl/telnet/telnetd
|
pushd src/appl/telnet/telnetd
|
||||||
%patch24 -p1 -b .telnetd
|
%patch24 -p1 -b .telnetd
|
||||||
popd
|
popd
|
||||||
|
pushd src/lib/rpc
|
||||||
|
%patch25 -p0 -b .xdr
|
||||||
|
popd
|
||||||
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
|
cp $RPM_SOURCE_DIR/statglue.c src/util/profile/statglue.c
|
||||||
find . -type f -name "*.fixinfo" -exec rm -fv "{}" ";"
|
find . -type f -name "*.fixinfo" -exec rm -fv "{}" ";"
|
||||||
gzip doc/*.ps
|
gzip doc/*.ps
|
||||||
|
Loading…
Reference in New Issue
Block a user