development/openjdk8: Updated for version 8u252.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2020-11-21 00:54:40 +00:00 committed by Willy Sudiarto Raharjo
parent d2a72f0cd7
commit b883881b86
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 25 additions and 27 deletions

View file

@ -7,11 +7,11 @@ 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.
If you already have 'openjdk8' on your system (and are compiling a newer
version, for example) you don't need the 'openjdk7' dependency.
After installing the package you will need to logout/reboot your
machine as it will add new files to the /etc/profile.d folder.
After installing the package you will need to logout/reboot your machine
as it will add new files to the /etc/profile.d folder.
This script may take a couple of hours to complete and will require
about 11 GB of disk space for its temporary directory. It defaults to

View file

@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
VERSION=${VERSION:-8u242}
VERSION=${VERSION:-8u252}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
ICEDTEA=icedtea-3.15.0
ICEDTEA=icedtea-3.16.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -81,8 +81,6 @@ $(
#+ http://mirror.centos.org/centos/6/os/x86_64/Packages/ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm
# You can list its contents with this command (after you install this package:)
#+ 'keytool -v -list -keystore ./cacerts -storepass changeit'
# It's old and some certificates inside have already expired but without it some java programs
#+ may throw exceptions. It is meant as a dummy placehoder file.
) \
--with-openjdk-src-zip="$CWD/openjdk.tar.xz" \
--with-corba-src-zip="$CWD/corba.tar.xz" \

View file

@ -1,24 +1,24 @@
PRGNAM="openjdk8"
VERSION="8u242"
VERSION="8u252"
HOMEPAGE="http://openjdk.java.net"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.15.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.15.0/hotspot.tar.xz"
MD5SUM="f789fff45db6fdcc663d2a277e423763 \
f8de18e2a79f5cd0a4f65c134505f1b3 \
a1835170b80736ea01548892d05269b9 \
bac0dfc3edeb36bb0a8e17bf3e8638ba \
c0ec29233b16d028710f3e8a46fa0d8d \
1fb48b1c922b5e451c8c974e7e017c81 \
aac611dac366e55f608b8c0c945b230c \
c4b7700db1ccdb5817a8a614934089a3 \
1bf3fe318193497ad84f96c166261218"
DOWNLOAD="http://icedtea.classpath.org/download/source/icedtea-3.16.0.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/openjdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/corba.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/jaxp.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/jaxws.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/jdk.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/langtools.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/nashorn.tar.xz \
http://icedtea.classpath.org/download/drops/icedtea8/3.16.0/hotspot.tar.xz"
MD5SUM="a8a202fdd4aa170f80968508477cd986 \
0908aaf4976a9092ea41657a53aa3195 \
293716bae4f8519f5223efe3b03cc38f \
83d457c1eeb61874dbcb0a0dca06cc00 \
f0708de204b736ea0f5bb4125a7a8943 \
55a648609f76b93ac19878bc21ba0f35 \
5ba24b93a4f909e5725ad6c04b8f3ed4 \
6fd7950ea8afb9ae986272aab55ed721 \
a5e5491cf87903cae64bda8fef6e3314"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openjdk7"