auto-import glibc-2.2.5-40 from glibc-2.2.5-40.src.rpm

This commit is contained in:
cvsdist 2004-09-09 05:29:06 +00:00
parent b18ac84fd3
commit 211c16fa70
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%define glibcrelease 39
%define glibcrelease 40
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches i686 athlon alpha alphaev6
%define prelinkdate 20020617
@ -195,6 +195,9 @@ case `uname -r` in
%patch5 -p1
%patch6 -p1
perl -pi -e 'm/PACKET.*1024/ and s/1024/65536/' \
`find resolv glibc-compat -name \*.c`
%ifarch %{prelinkarches}
mkdir prelink
tar x --bzip2 -C prelink -f %{SOURCE2}
@ -662,6 +665,9 @@ rm -f *.filelist*
%endif
%changelog
* Mon Sep 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-40
- fix resolver buffer overflows
* Wed Aug 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-39
- fix the calloc patch so that calloc (131072, 0) doesn't
crash