diff --git a/glibc.spec b/glibc.spec index ad4cad0..51a0c1a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define glibcrelease 40 +%define glibcrelease 43 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches i686 athlon alpha alphaev6 %define prelinkdate 20020617 @@ -37,6 +37,11 @@ Patch3: glibc-2.2.5-security.patch Patch4: glibc-2.2.5-getdents.patch Patch5: glibc-2.2.5-xdr_array.patch Patch6: glibc-2.2.5-calloc.patch +Patch7: glibc-2.2.5-dl-environ.patch +Patch8: glibc-2.2.5-wprintf.patch +Patch9: glibc-2.2.5-maxpacket.patch +Patch10: glibc-2.2.5-setrlimit.patch +Patch11: glibc-2.2.5-xdrmem.patch %ifarch ia64 sparc64 s390x Conflicts: kernel < 2.4.0 %define enablekernel 2.4.0 @@ -194,6 +199,11 @@ case `uname -r` in %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 perl -pi -e 'm/PACKET.*1024/ and s/1024/65536/' \ `find resolv glibc-compat -name \*.c` @@ -665,6 +675,19 @@ rm -f *.filelist* %endif %changelog +* Wed Mar 5 2003 Jakub Jelinek 2.2.5-43 +- fix overflows in xdrmem (Paul Eggert, Roland McGrath) + +* Thu Oct 12 2002 Jakub Jelinek 2.2.5-42 +- use malloc instead of alloca for get*by* functions, so that + they work even with extremely low stack sizes (#75128, #75616) +- fix *wprintf +- don't muck with RLIMIT_STACK in FLOATING_STACKS linuxthreads + +* Thu Sep 12 2002 Jakub Jelinek 2.2.5-41 +- only remove required dangerous env variables from environment + for suid/sgid apps, not also any variables matching their prefixes + * Mon Sep 9 2002 Jakub Jelinek 2.2.5-40 - fix resolver buffer overflows