aboutsummaryrefslogtreecommitdiff
path: root/development/OpenJDK17
diff options
context:
space:
mode:
Diffstat (limited to 'development/OpenJDK17')
-rw-r--r--development/OpenJDK17/OpenJDK17.SlackBuild10
-rw-r--r--development/OpenJDK17/OpenJDK17.info10
-rw-r--r--development/OpenJDK17/README8
3 files changed, 18 insertions, 10 deletions
diff --git a/development/OpenJDK17/OpenJDK17.SlackBuild b/development/OpenJDK17/OpenJDK17.SlackBuild
index 54c190b420..927b46dab3 100644
--- a/development/OpenJDK17/OpenJDK17.SlackBuild
+++ b/development/OpenJDK17/OpenJDK17.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenJDK17
-VERSION=${VERSION:-17.0.14}
+VERSION=${VERSION:-17.0.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -134,11 +134,11 @@ sh configure \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --with-giflib=system \
+ --with-giflib=bundled \
--with-harfbuzz=bundled \
- --with-lcms=system \
- --with-libjpeg=system \
- --with-libpng=system \
+ --with-lcms=bundled \
+ --with-libjpeg=bundled \
+ --with-libpng=bundled \
--with-zlib=bundled \
--disable-precompiled-headers \
--enable-libffi-bundling \
diff --git a/development/OpenJDK17/OpenJDK17.info b/development/OpenJDK17/OpenJDK17.info
index 4fd775932b..fbebf99ebb 100644
--- a/development/OpenJDK17/OpenJDK17.info
+++ b/development/OpenJDK17/OpenJDK17.info
@@ -1,16 +1,16 @@
PRGNAM="OpenJDK17"
-VERSION="17.0.14"
+VERSION="17.0.16"
HOMEPAGE="https://openjdk.java.net/"
-DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.14-ga/jdk17u-jdk-17.0.14-ga.tar.gz \
+DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.16-ga/jdk17u-jdk-17.0.16-ga.tar.gz \
https://slackware.uk/people/alien/slackbuilds/openjdk17/build/sources/OpenJDK-16.0.2-ga-linux-i586-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-21.0.2/jtreg-7.3.1+1.tar.gz"
-MD5SUM="28e235ec4f04d52052900c596fd67b06 \
+MD5SUM="ff49a6feab8dd6cdd5217ce2b2237a9e \
1122a0355d0f85af1f4458965661d37f \
0038551ecaf37d0cd99832217f79e56d"
-DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.14-ga/jdk17u-jdk-17.0.14-ga.tar.gz \
+DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.16-ga/jdk17u-jdk-17.0.16-ga.tar.gz \
https://slackware.uk/people/alien/slackbuilds/openjdk17/build/sources/OpenJDK-16.0.2-ga-linux-x86_64-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-21.0.2/jtreg-7.3.1+1.tar.gz"
-MD5SUM_x86_64="28e235ec4f04d52052900c596fd67b06 \
+MD5SUM_x86_64="ff49a6feab8dd6cdd5217ce2b2237a9e \
5a78816bed3c90f4552dc2163282faca \
0038551ecaf37d0cd99832217f79e56d"
REQUIRES=""
diff --git a/development/OpenJDK17/README b/development/OpenJDK17/README
index 58ff79465c..44e39b442e 100644
--- a/development/OpenJDK17/README
+++ b/development/OpenJDK17/README
@@ -2,6 +2,9 @@ OpenJDK17 is an open source implementation of version 17 (LTS) of the
Java Development Kit, Standard Edition. It includes tools for
developing, testing, and running programs written in Java.
+This is a GA release. Any builds you see with a designation +<number>
+are actually beta releases leading up to the GA release.
+
This script builds the package from source using the packages listed
in the .info file (the source tarball plus a binary of the prevous
version to bootstrap from), so it is not necessary to have a jdk
@@ -35,3 +38,8 @@ BIG FAT NOTE: If you have ANY JDK installed (jdk, zulu-openjdk,
OpenJDK, etc.), you MUST first uninstall it, then logout/login to
clear the JAVA_HOME folder from your $PATH in order to build this
package, otherwise the build will fail.
+
+BIG FAT NOTE 2: This will currently not build in current, so all
+parameters with '=system' have been changed to '=bundled'. This way,
+the package built in 15.0 will run in -current. (Upstream is aware of
+the issue.)