diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 02:59:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 02:59:17 +0000 |
commit | 9f4a71cd13d671472e5a221f8aa81d0f8a1c978f (patch) | |
tree | b78d94926979946d38b3bef983eb69539008697a | |
parent | touchup to apply cleanly to new glibc-2.3.5 (diff) | |
download | gentoo-2-9f4a71cd13d671472e5a221f8aa81d0f8a1c978f.tar.gz gentoo-2-9f4a71cd13d671472e5a221f8aa81d0f8a1c978f.tar.bz2 gentoo-2-9f4a71cd13d671472e5a221f8aa81d0f8a1c978f.zip |
add patch for alpha, some patches from crosstool, and clean up a few patches to apply cleanly
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | sys-libs/glibc/files/digest-glibc-2.3.5 | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/glibc/files/digest-glibc-2.3.5 b/sys-libs/glibc/files/digest-glibc-2.3.5 index 92baeacc91fb..35c0954f36da 100644 --- a/sys-libs/glibc/files/digest-glibc-2.3.5 +++ b/sys-libs/glibc/files/digest-glibc-2.3.5 @@ -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 0ab7f7fd59601d78ba2da694799ac4be glibc-2.3.5-patches-1.2.tar.bz2 15375 +MD5 929c89c5c5e56ded1bd10636db6f6d11 glibc-2.3.5-patches-1.3.tar.bz2 18809 MD5 8c9a699dc6c24afe646ab4fba121a486 glibc-manpages-2.3.5.tar.bz2 22148 MD5 04166455bebb5563bb9a8feca2e3c26c glibc-infopages-2.3.4-r1.tar.bz2 1294898 MD5 2c183c16b572f533d07525472d64cdc7 glibc-fedora-20041219T2331.tar.bz2 761998 diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild index 6dc9b092676d..232d3e1e805c 100644 --- a/sys-libs/glibc/glibc-2.3.5.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.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.ebuild,v 1.21 2005/06/01 01:44:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.22 2005/06/02 02:59:17 vapier 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.4-r1" # Gentoo patchset -PATCH_VER="1.2" +PATCH_VER="1.3" # C Stubbs addon (contained in fedora, so ignoring) #CSTUBS_VER="2.1.2" @@ -211,7 +211,7 @@ toolchain-glibc_src_unpack() { cp "${FILESDIR}"/2.3.5/ssp.c sysdeps/unix/sysv/linux/ || die "could not find ssp.c" rm -f "${WORKDIR}"/patches/2* epatch "${FILESDIR}"/2.3.3/glibc-2.3.2-propolice-guard-functions-v3.patch - epatch "${FILESDIR}"/2.3.3/glibc-2.3.3-frandom-detect.patch + epatch "${FILESDIR}"/2.3.5/glibc-2.3.5-frandom-detect.patch if [[ -n ${PATCH_VER} ]] ; then cd "${S}" |