diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-11-18 19:04:16 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-11-18 19:04:16 +0000 |
commit | 0109d3ad403d65bc1cf555599f7cdf2fb4f67cd4 (patch) | |
tree | 60c85e35cd9568174afedc27eb28b178d0b0d999 /sys-libs | |
parent | -1 defaults for enewuser (diff) | |
download | historical-0109d3ad403d65bc1cf555599f7cdf2fb4f67cd4.tar.gz historical-0109d3ad403d65bc1cf555599f7cdf2fb4f67cd4.tar.bz2 historical-0109d3ad403d65bc1cf555599f7cdf2fb4f67cd4.zip |
- Update CVS branch to 20031115.
- With latest versions of glibc, a lot of apps failed on a PaX enabled
system with 'cannot enable executable stack as shared object requires: Permission denied'
This is due to PaX 'exec-protecting' the stack, and ld.so then trying
to make the stack executable due to some libraries not containing the
PT_GNU_STACK section. Add dl_execstack-PaX-support.patch, bug #32960.
- We do not want name_insert() in iconvconfig.c to be defined inside
write_output() as it causes issues with PaX.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 15 | ||||
-rw-r--r-- | sys-libs/glibc/Manifest | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 42844e9f7278..42f80117f01c 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.103 2003/11/16 17:02:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.104 2003/11/18 19:04:15 azarah Exp $ + +*glibc-2.3.2-r9 (18 Nov 2003) + + 18 Nov 2003; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.2-r9.ebuild: + - Update CVS branch to 20031115. + - With latest versions of glibc, a lot of apps failed on a PaX enabled + system with "cannot enable executable stack as shared object requires: + Permission denied". This is due to PaX 'exec-protecting' the stack, and + ld.so then trying to make the stack executable due to some libraries not + containing the PT_GNU_STACK section. Add dl_execstack-PaX-support.patch, + bug #32960. + - We do not want name_insert() in iconvconfig.c to be defined inside + write_output() as it causes issues with PaX. *glibc-2.3.1-r5 (16 Nov 2003) diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 8b658202ab39..dbc1d6b9f29c 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -1,8 +1,10 @@ MD5 2d20c306db480448c6f63e56b5982b79 glibc-2.3.2-r2.ebuild 17907 MD5 886f5f85437a7bdc2b093a8be503eab7 glibc-2.3.2-r3.ebuild 17301 +MD5 8ce6ea3a6723880ac4293f4a06d11b50 .glibc-2.3.2-r9.ebuild.swp 32768 MD5 4dd6a7760b1e06c798d72a1f22d49729 glibc-2.3.1-r5.ebuild 10876 MD5 98d5e5ccc69b8397670c1ce969a4190d ChangeLog 21700 MD5 ab0a1721ea8e94d8a41ca3475b8751f6 glibc-2.3.2-r8.ebuild 18625 +MD5 fcfeb0c31b7fb9b4d943b203346093a3 glibc-2.3.2-r9.ebuild 19494 MD5 8ed2bf1fdf0fa74a7a40ac1bbf9b1786 glibc-2.2.5-r9.ebuild 10003 MD5 2013443f5192d4b999953ba4248d288c files/nscd.conf 1158 MD5 98ea363167dacaaad23fd9a66ba98d5b files/nscd 844 @@ -15,6 +17,7 @@ MD5 135f8145885a2f4f9876fe973f33ddf6 files/glibc-2.2.4-string2.h.diff 5221 MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r9 143 MD5 d8830438ea871dbfd1acf7a3d0299159 files/test-__thread.c 53 MD5 d688e44731d6e4b757382d7646c492c3 files/glibc-xdr_security.patch 6612 +MD5 3e61504e3eef50896ac7d1530f17474d files/digest-glibc-2.3.2-r9 233 MD5 4404ee4b6e3017819d8f36082e0265e5 files/test-sysctl_h.c 54 MD5 28b40cc815955bcf93af44886d72b018 files/digest-glibc-2.3.2-r8 233 MD5 de6744f3ba45c52573febfa91a3d1d1d files/digest-glibc-2.3.2-r2 296 |