aboutsummaryrefslogtreecommitdiff
path: root/development/OpenJDK11
diff options
context:
space:
mode:
Diffstat (limited to 'development/OpenJDK11')
-rw-r--r--development/OpenJDK11/OpenJDK11.SlackBuild10
-rw-r--r--development/OpenJDK11/OpenJDK11.info10
-rw-r--r--development/OpenJDK11/README5
3 files changed, 15 insertions, 10 deletions
diff --git a/development/OpenJDK11/OpenJDK11.SlackBuild b/development/OpenJDK11/OpenJDK11.SlackBuild
index 7ccc9c78fe..c16ff1d024 100644
--- a/development/OpenJDK11/OpenJDK11.SlackBuild
+++ b/development/OpenJDK11/OpenJDK11.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenJDK11
-VERSION=${VERSION:-11.0.26}
+VERSION=${VERSION:-11.0.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -135,11 +135,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/OpenJDK11/OpenJDK11.info b/development/OpenJDK11/OpenJDK11.info
index 02f602ab51..5db4555097 100644
--- a/development/OpenJDK11/OpenJDK11.info
+++ b/development/OpenJDK11/OpenJDK11.info
@@ -1,16 +1,16 @@
PRGNAM="OpenJDK11"
-VERSION="11.0.26"
+VERSION="11.0.28"
HOMEPAGE="https://openjdk.java.net/"
-DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.26-ga/jdk11u-jdk-11.0.26-ga.tar.gz \
+DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.28-ga/jdk11u-jdk-11.0.28-ga.tar.gz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-11.0.2/OpenJDK-11.0.2+9-i686-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-21.0.2/jtreg-7.3.1+1.tar.gz"
-MD5SUM="a5b7e7ac9d339c8d5b73bb27cafaab89 \
+MD5SUM="cbe3903ca134e44ada85b274dc28df1d \
2b917647040e9804e0f3ccd51f40394b \
0038551ecaf37d0cd99832217f79e56d"
-DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.26-ga/jdk11u-jdk-11.0.26-ga.tar.gz \
+DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.28-ga/jdk11u-jdk-11.0.28-ga.tar.gz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-11.0.2/OpenJDK-11.0.2+9-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="a5b7e7ac9d339c8d5b73bb27cafaab89 \
+MD5SUM_x86_64="cbe3903ca134e44ada85b274dc28df1d \
86ac6b057637f8b0b21bae13071e574e \
0038551ecaf37d0cd99832217f79e56d"
REQUIRES=""
diff --git a/development/OpenJDK11/README b/development/OpenJDK11/README
index 989d8fa8a8..aaa2700c9d 100644
--- a/development/OpenJDK11/README
+++ b/development/OpenJDK11/README
@@ -38,3 +38,8 @@ package, otherwise the build will fail.
MANY thanks to the BLFS community for maintaining 32 and 64 bit builds
of OpenJDK11 we use for bootstrapping.
+
+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.)