From 15df87d58303cfd72a9703390b3d656837547340 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 25 Mar 2012 23:23:14 +0000 Subject: Updated for 2.15 --- 14.1/glibc/glibc-multilib.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '14.1') diff --git a/14.1/glibc/glibc-multilib.SlackBuild b/14.1/glibc/glibc-multilib.SlackBuild index 121830e..c111acc 100755 --- a/14.1/glibc/glibc-multilib.SlackBuild +++ b/14.1/glibc/glibc-multilib.SlackBuild @@ -28,7 +28,7 @@ # by Eric Hameleers -VERSION=${VERSION:-2.14.1} +VERSION=${VERSION:-2.15} CHECKOUT=${CHECKOUT:-""} BUILD=${BUILD:-4alien} @@ -197,10 +197,8 @@ apply_patches() { # Avoid the Intel optimized asm routines for now because they break # the flash player. We'll phase this in when it's safer to do so. zcat $CWD/glibc.disable.broken.optimized.memcpy.diff.gz | patch -p1 --verbose || exit 1 - # Upstream fixes to avert Firefox crashes: + # Upstream fixes to avert Firefox crashes: (still applies to 2.15... probably better not to drop it) zcat $CWD/glibc-2.14.1-fixes-1.patch.gz | patch -p1 --verbose || exit 1 - # Fix an integer overflow in tzfile: - zcat $CWD/glibc.CVE-2009-5029.diff.gz | patch -p1 --verbose || exit 1 if [ $BOOTSTRP -eq 1 ] ; then # Multilib - Disable check for forced unwind (Patch from eglibc) since we # do not have a multilib glibc yet to link to; -- cgit v1.2.3-65-gdbad