diff --git a/glibc.spec b/glibc.spec index a7f776a..ad4cad0 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 2.2.5-40 +- fix resolver buffer overflows + * Wed Aug 7 2002 Jakub Jelinek 2.2.5-39 - fix the calloc patch so that calloc (131072, 0) doesn't crash