summaryrefslogtreecommitdiffstats
path: root/openjdk/build/openjdk.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-01-15 21:24:08 +0000
committer Eric Hameleers <alien@slackware.com>2013-01-15 21:24:08 +0000
commita58b9aa4bcb43d9d499f15de5cb2abedbb7da33e (patch)
tree61c278a1ecd4366dab897c0b422b7d7c0a653327 /openjdk/build/openjdk.SlackBuild
parentabd866fdd2c9ae3e5c6097cb06545381cdc69f96 (diff)
downloadasb-a58b9aa4bcb43d9d499f15de5cb2abedbb7da33e.tar.gz
asb-a58b9aa4bcb43d9d499f15de5cb2abedbb7da33e.tar.xz
Address 0day exploit, using icedtea-2.3.4
Diffstat (limited to 'openjdk/build/openjdk.SlackBuild')
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index 18261bfa..9ce63bf0 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013 Eric Hameleers, Eindhoven, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,10 +25,10 @@ PKGNAM1=openjdk
PKGNAM2=openjre
JAVAVER=7u9
JAVABLD=b30
-ICEDTEA=2.3.3
+ICEDTEA=2.3.4
VERSION="${JAVAVER}_${JAVABLD}"
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-"alien"}
NUMJOBS=${NUMJOBS:--j6}