Skip to content

Commit 223c988

Browse files
authored
Merge pull request #3822 from citrus-it/jdk
JDK updates
2 parents 06d7f66 + f77faaa commit 223c988

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

build/openjdk11/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414
#
15-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=openjdk
20-
VER=11.0.25+9
20+
VER=11.0.26+4
2121
PKG=runtime/java/openjdk11
2222
SUMMARY="openjdk ${VER%%.*}"
2323
DESC="Open-source implementation of the eleventh edition of the "

build/openjdk17/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414
#
15-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=openjdk
20-
VER=17.0.13+11
20+
VER=17.0.14+7
2121
PKG=runtime/java/openjdk17
2222
SUMMARY="openjdk ${VER%%.*}"
2323
DESC="Open-source implementation of the seventeenth edition of the "

build/openjdk21/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414
#
15-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=openjdk
20-
VER=21.0.5+11
20+
VER=21.0.6+7
2121
PKG=runtime/java/openjdk21
2222
SUMMARY="openjdk ${VER%%.*}"
2323
DESC="Open-source implementation of the twenty-first edition of the "

build/openjdk8/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414
#
15-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=openjdk
2020
VER=1.8
21-
UPDATE=432
21+
UPDATE=442
2222
BUILD=06
2323
PKG=openjdk ##IGNORE## - filled in later
2424
SUMMARY="tbc"; DESC="tbc"

doc/packages.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
| network/socat | 1.8.0.2 | http://www.dest-unreach.org/socat/download/
7575
| network/test/iperf | 3.18 | https://github.com/esnet/iperf/releases
7676
| network/test/netperf | 2.7.0 | https://github.com/HewlettPackard/netperf/tags
77-
| runtime/java/openjdk11 | 11.0.25+9 | https://github.com/openjdk/jdk11u/tags
78-
| runtime/java/openjdk17 | 17.0.13+11 | https://github.com/openjdk/jdk17u/tags
79-
| runtime/java/openjdk21 | 21.0.5+11 | https://github.com/openjdk/jdk21u/tags
80-
| runtime/java/openjdk8 | 1.8.432-06 | https://github.com/openjdk/jdk8u/tags
77+
| runtime/java/openjdk11 | 11.0.26+4 | https://github.com/openjdk/jdk11u/tags
78+
| runtime/java/openjdk17 | 17.0.14+7 | https://github.com/openjdk/jdk17u/tags
79+
| runtime/java/openjdk21 | 21.0.6+7 | https://github.com/openjdk/jdk21u/tags
80+
| runtime/java/openjdk8 | 1.8.442-06 | https://github.com/openjdk/jdk8u/tags
8181
| runtime/perl | 5.40.1 | https://www.cpan.org/src/README.html
8282
| runtime/python-311 | 3.11.11 | https://www.python.org/downloads/source/
8383
| runtime/python-312 | 3.12.8 | https://www.python.org/downloads/source/

0 commit comments

Comments
 (0)