From b18ac84fd3ff734f4641b1467e07170b1c47bbdb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:29:00 +0000 Subject: [PATCH] auto-import glibc-2.2.5-39 from glibc-2.2.5-39.src.rpm --- glibc.spec | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index ca07d5f..a7f776a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define glibcrelease 36 +%define glibcrelease 39 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches i686 athlon alpha alphaev6 %define prelinkdate 20020617 @@ -33,6 +33,10 @@ Conflicts: rpm <= 4.0-0.65 Conflicts: glibc-devel < 2.2.3 Patch: glibc-kernel-2.4.patch Patch2: glibc-2.2.5.patch +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 %ifarch ia64 sparc64 s390x Conflicts: kernel < 2.4.0 %define enablekernel 2.4.0 @@ -186,6 +190,10 @@ case `uname -r` in %patch -p1 ;; esac %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 %ifarch %{prelinkarches} mkdir prelink @@ -654,7 +662,21 @@ rm -f *.filelist* %endif %changelog -* Tue Jun 18 2002 Jakub Jelinek 2.2.5-35 +* Wed Aug 7 2002 Jakub Jelinek 2.2.5-39 +- fix the calloc patch so that calloc (131072, 0) doesn't + crash + +* Thu Aug 1 2002 Jakub Jelinek 2.2.5-38 +- fix xdr_array buffer overflow +- fix calloc overflow (both patches by Solar Designer) +- getdents fix for LSB conformance + +* Tue Jul 9 2002 Jakub Jelinek 2.2.5-37 +- fix buffer overflows in getnetby* (if nsswitch.conf + network: line includes dns) and gethostby* for apps compiled + against glibc 2.0. + +* Tue Jun 18 2002 Jakub Jelinek 2.2.5-36 - fix nice return value - fix __moddi3 (#65612, #65695) - export get*ent_r@@GLIBC_2.1.2 symbols (#66278)