summaryrefslogtreecommitdiffstats
path: root/development/openjdk8
diff options
context:
space:
mode:
Diffstat (limited to 'development/openjdk8')
-rw-r--r--development/openjdk8/README5
-rw-r--r--development/openjdk8/openjdk8.SlackBuild8
-rw-r--r--development/openjdk8/openjdk8.info14
3 files changed, 13 insertions, 14 deletions
diff --git a/development/openjdk8/README b/development/openjdk8/README
index 35f166374b..148f6beaa4 100644
--- a/development/openjdk8/README
+++ b/development/openjdk8/README
@@ -7,9 +7,8 @@ that you have already installed as they may cause conflicts with the
PATH, JAVA_HOME and MANPATH variables (this includes the 'openjdk7'
dependency package -- you may wish to remove it after you're done.)
-If you already have 'openjdk8' on your system (and are compiling a
-newer version, for example) you don't need the 'openjdk7' dependency.
-Also, you can use 'zulu-openjdk7' instead of 'openjdk7' if you wish.
+If you already have 'openjdk8' on your system (and are compiling a newer
+version, for example) you won't need any dependencies at all.
After installing the package you will need to logout/login to your
machine as it will add new files to the /etc/profile.d folder.
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index 8885330236..101b2a1901 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openjdk8
-VERSION=${VERSION:-8u345}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-8u392}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.24.0
+ICEDTEA=icedtea-3.29.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -92,7 +92,7 @@ mkdir -p usr/lib${LIBDIRSUFFIX}
cd usr/lib${LIBDIRSUFFIX}
cp -av $BUILD_DIR/icedtea-build/openjdk.build/images/j2sdk-image/ $PRGNAM
-chown -R root.root $PKG
+chown -R root:root $PKG
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
diff --git a/development/openjdk8/openjdk8.info b/development/openjdk8/openjdk8.info
index 69fe7bff4c..b0fa16a512 100644
--- a/development/openjdk8/openjdk8.info
+++ b/development/openjdk8/openjdk8.info
@@ -1,12 +1,12 @@
PRGNAM="openjdk8"
-VERSION="8u345"
+VERSION="8u392"
HOMEPAGE="https://openjdk.java.net"
-DOWNLOAD="https://icedtea.classpath.org/download/source/icedtea-3.24.0.tar.xz \
- https://icedtea.classpath.org/download/drops/icedtea8/3.24.0/openjdk-git.tar.xz"
-MD5SUM="2232fbea093d6866e7d354ffec2b3b5e \
- fa73e43f2fe8a2c527e5212394722361"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://icedtea.classpath.org/download/source/icedtea-3.29.0.tar.xz \
+ https://icedtea.classpath.org/download/drops/icedtea8/3.29.0/openjdk-git.tar.xz"
+MD5SUM_x86_64="2f4cdbee15aa0832b9f5bec2ea27289d \
+ 3b34d935beaca314c974fea3089916d3"
REQUIRES="openjdk7"
MAINTAINER="Strahil Yordanov"
EMAIL="strahilski@yahoo.com"