summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-26 23:17:53 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-26 23:17:53 +0000
commit246270ccb7ebea808e3897217b5cd910f444b6e2 (patch)
tree3c64fd95d63bc275110031930cf1014f66fb0ad4 /sys-libs
parentStable on amd64 and x86. (diff)
downloadgentoo-2-246270ccb7ebea808e3897217b5cd910f444b6e2.tar.gz
gentoo-2-246270ccb7ebea808e3897217b5cd910f444b6e2.tar.bz2
gentoo-2-246270ccb7ebea808e3897217b5cd910f444b6e2.zip
Remove a nested function from iconvconfig to make it play nicer for hardened users. Closes bug #85718.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog7
-rw-r--r--sys-libs/glibc/files/digest-glibc-2.3.5-r12
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r1.ebuild4
3 files changed, 9 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 7c8da51ad931..fbd752ca294a 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.370 2005/07/24 20:01:56 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.371 2005/07/26 23:17:53 eradicator Exp $
+
+ 26 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ glibc-2.3.5-r1.ebuild:
+ Remove a nested function from iconvconfig to make it play nicer for hardened
+ users. Closes bug #85718.
24 Jul 2005; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.5-r1.ebuild:
Add the stripping of the dynamic linker from the snapshot ebuilds, else we
diff --git a/sys-libs/glibc/files/digest-glibc-2.3.5-r1 b/sys-libs/glibc/files/digest-glibc-2.3.5-r1
index e978f46cdd9b..3f9aab1d42be 100644
--- a/sys-libs/glibc/files/digest-glibc-2.3.5-r1
+++ b/sys-libs/glibc/files/digest-glibc-2.3.5-r1
@@ -1,7 +1,7 @@
MD5 93d9c51850e0513aa4846ac0ddcef639 glibc-2.3.5.tar.bz2 13583139
MD5 77011b0898393c56b799bc011a0f37bf glibc-linuxthreads-2.3.5.tar.bz2 236946
MD5 86ae1273e22af8766297ec21c0232743 glibc-libidn-2.3.5.tar.bz2 101118
-MD5 a9f7fa3c8b39b1b2ff3ae71c417df6ee glibc-2.3.5-patches-1.6.tar.bz2 20350
+MD5 48030a9959721bd1b98ca51d52407150 glibc-2.3.5-patches-1.7.tar.bz2 21033
MD5 8c9a699dc6c24afe646ab4fba121a486 glibc-manpages-2.3.5.tar.bz2 22148
MD5 893b344ace4f554f5c31b614ec7ab003 glibc-infopages-2.3.5.tar.bz2 1273846
MD5 2c183c16b572f533d07525472d64cdc7 glibc-fedora-20041219T2331.tar.bz2 761998
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
index dd9635a86c94..2adc2e347625 100644
--- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.8 2005/07/26 22:20:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.9 2005/07/26 23:17:53 eradicator Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -27,7 +27,7 @@ GLIBC_MANPAGE_VERSION="2.3.5"
GLIBC_INFOPAGE_VERSION="2.3.5"
# Gentoo patchset
-PATCH_VER="1.6"
+PATCH_VER="1.7"
# C Stubbs addon (contained in fedora, so ignoring)
#CSTUBS_VER="2.1.2"