aboutsummaryrefslogtreecommitdiff
path: root/development/openjdk8
diff options
context:
space:
mode:
Diffstat (limited to 'development/openjdk8')
-rw-r--r--development/openjdk8/README4
-rw-r--r--development/openjdk8/openjdk8.SlackBuild6
-rw-r--r--development/openjdk8/openjdk8.info11
3 files changed, 11 insertions, 10 deletions
diff --git a/development/openjdk8/README b/development/openjdk8/README
index 148f6beaa4..fc790b5c39 100644
--- a/development/openjdk8/README
+++ b/development/openjdk8/README
@@ -7,8 +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 won't need any dependencies at all.
+'zulu-openjdk7' and 'openjdk8' are alternatives to the 'openjdk7' dependency
+('openjdk8' in the case when you are compiling a newer version, for example.)
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 101b2a1901..2c66392e30 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for OpenJDK
-# Copyright 2022 Strahil Yordanov, Sofia, Bulgaria
+# Copyright 2025 Strahil Yordanov, Sofia, Bulgaria
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openjdk8
-VERSION=${VERSION:-8u392}
+VERSION=${VERSION:-8u442}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.29.0
+ICEDTEA=icedtea-3.34.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/development/openjdk8/openjdk8.info b/development/openjdk8/openjdk8.info
index b0fa16a512..415f70daf1 100644
--- a/development/openjdk8/openjdk8.info
+++ b/development/openjdk8/openjdk8.info
@@ -1,12 +1,13 @@
PRGNAM="openjdk8"
-VERSION="8u392"
+VERSION="8u442"
HOMEPAGE="https://openjdk.java.net"
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"
+DOWNLOAD_x86_64="https://icedtea.classpath.org/download/source/icedtea-3.34.0.tar.xz \
+ https://icedtea.classpath.org/download/drops/icedtea8/3.34.0/openjdk-git.tar.xz"
+MD5SUM_x86_64="bc57f174ada4c707fd569902a3f1ef42 \
+ a58ea101f40b58737cc25de0d38b14e2"
+
REQUIRES="openjdk7"
MAINTAINER="Strahil Yordanov"
EMAIL="strahilski@yahoo.com"