From 211c16fa70183fdc10c12be7ea48875e6f73f1ce Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:29:06 +0000 Subject: auto-import glibc-2.2.5-40 from glibc-2.2.5-40.src.rpm --- 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