summaryrefslogtreecommitdiffstats
path: root/14.1
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-03-25 23:23:14 +0000
committer Eric Hameleers <alien@slackware.com>2012-03-25 23:23:14 +0000
commit15df87d58303cfd72a9703390b3d656837547340 (patch)
treea7f33cd5c452302ae99821a31d353ed5ce465726 /14.1
parentcdd7a854d4ef8c9ce472223f3f962be362e45d41 (diff)
downloadmultilib-15df87d58303cfd72a9703390b3d656837547340.tar.gz
multilib-15df87d58303cfd72a9703390b3d656837547340.tar.xz
Updated for 2.15
Diffstat (limited to '14.1')
-rwxr-xr-x14.1/glibc/glibc-multilib.SlackBuild6
1 files changed, 2 insertions, 4 deletions
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 <alien@slackware.com>
-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;