summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-12 12:28:22 +0000
committer Eric Hameleers <alien@slackware.com>2013-03-12 12:28:22 +0000
commit288e8f90c1a7da8468ddea3dcc27b462aaad46e8 (patch)
treeb8b06ad1116a53922a8f972f3a58e19eb09db351
parent544cd2540526754f480f1647073625c741883c0b (diff)
downloadasb-288e8f90c1a7da8468ddea3dcc27b462aaad46e8.tar.gz
asb-288e8f90c1a7da8468ddea3dcc27b462aaad46e8.tar.xz
Update to icedtea-2.3.8 building openjdk-7u15_b02
-rw-r--r--openjdk/build/BUILDING.txt20
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild6
2 files changed, 13 insertions, 13 deletions
diff --git a/openjdk/build/BUILDING.txt b/openjdk/build/BUILDING.txt
index d9ffa4f6..7f2b34af 100644
--- a/openjdk/build/BUILDING.txt
+++ b/openjdk/build/BUILDING.txt
@@ -1,23 +1,23 @@
# You can run this script in the sources/ subdirectory to download the sources.
-# For icedtea-2.3.7 the tarballs are:
-wget http://icedtea.classpath.org/download/source/icedtea-2.3.7.tar.gz
+# For icedtea-2.3.8 the tarballs are:
+wget http://icedtea.classpath.org/download/source/icedtea-2.3.8.tar.gz
#
# These source URLs are constructed from reading the Makefile.in of icedtea:
# egrep '(^OPENJDK_VERSION|^JDK_UPDATE_VERSION|^CORBA_CHANGESET|^HOTSPOT_CHANGESET|^JAXP_CHANGESET|^JAXWS_CHANGESET|^JDK_CHANGESET|^LANGTOOLS_CHANGESET|^OPENJDK_CHANGESET|^CACAO_VERSION|^CACAO_BASE_URL|^JAMVM_VERSION|^JAMVM_BASE_URL|^ICEDTEA_PREFIX|^ICEDTEA_HG_URL)' Makefile.in
#
-# In icedtea-2.3.7 you can choose between "default" and "zero" versions
+# In icedtea-2.3.8 you can choose between "default" and "zero" versions
# of the VM. The zero vm is meant for ARM based systems.
# Use this command to find out the hash of the hopspot.zip
# grep default hotspot.map
#
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive/506161df1c48.tar.gz -O openjdk.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive/82e58144c3fb.tar.gz -O corba.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive/1d46a56eb51c.tar.gz -O jaxp.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive/6a3417030605.tar.gz -O jdk.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/langtools/archive/b5006c3285c6.tar.gz -O langtools.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive/b9590aa972b9.tar.gz -O jaxws.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive/ed02a059ea15.tar.gz -O openjdk.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive/516aae5f27cf.tar.gz -O corba.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive/1fbe99283d97.tar.gz -O jaxp.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive/deac45dc94f0.tar.gz -O jdk.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/langtools/archive/41426c72b802.tar.gz -O langtools.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive/3c7be82314bf.tar.gz -O jaxws.tar.gz
wget http://icedtea.classpath.org/download/drops/cacao/a567bcb7f589.tar.gz -O cacao-a567bcb7f589.tar.gz
wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz
-wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot/archive/104e2c65892d.tar.gz -O hotspot.tar.gz
+wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot/archive/a152dced63a1.tar.gz -O hotspot.tar.gz
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index 22460385..8ba6343a 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -23,9 +23,9 @@
PKGNAM1=openjdk
PKGNAM2=openjre
-JAVAVER=7u15
-JAVABLD=b20
-ICEDTEA=2.3.7
+JAVAVER=7u17
+JAVABLD=b02
+ICEDTEA=2.3.8
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}