Skip to content

Commit

Permalink
Merge pull request #3822 from citrus-it/jdk
Browse files Browse the repository at this point in the history
JDK updates
  • Loading branch information
oetiker authored Feb 1, 2025
2 parents 06d7f66 + f77faaa commit 223c988
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build/openjdk11/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=openjdk
VER=11.0.25+9
VER=11.0.26+4
PKG=runtime/java/openjdk11
SUMMARY="openjdk ${VER%%.*}"
DESC="Open-source implementation of the eleventh edition of the "
Expand Down
4 changes: 2 additions & 2 deletions build/openjdk17/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=openjdk
VER=17.0.13+11
VER=17.0.14+7
PKG=runtime/java/openjdk17
SUMMARY="openjdk ${VER%%.*}"
DESC="Open-source implementation of the seventeenth edition of the "
Expand Down
4 changes: 2 additions & 2 deletions build/openjdk21/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=openjdk
VER=21.0.5+11
VER=21.0.6+7
PKG=runtime/java/openjdk21
SUMMARY="openjdk ${VER%%.*}"
DESC="Open-source implementation of the twenty-first edition of the "
Expand Down
4 changes: 2 additions & 2 deletions build/openjdk8/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=openjdk
VER=1.8
UPDATE=432
UPDATE=442
BUILD=06
PKG=openjdk ##IGNORE## - filled in later
SUMMARY="tbc"; DESC="tbc"
Expand Down
8 changes: 4 additions & 4 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
| network/socat | 1.8.0.2 | http://www.dest-unreach.org/socat/download/
| network/test/iperf | 3.18 | https://github.com/esnet/iperf/releases
| network/test/netperf | 2.7.0 | https://github.com/HewlettPackard/netperf/tags
| runtime/java/openjdk11 | 11.0.25+9 | https://github.com/openjdk/jdk11u/tags
| runtime/java/openjdk17 | 17.0.13+11 | https://github.com/openjdk/jdk17u/tags
| runtime/java/openjdk21 | 21.0.5+11 | https://github.com/openjdk/jdk21u/tags
| runtime/java/openjdk8 | 1.8.432-06 | https://github.com/openjdk/jdk8u/tags
| runtime/java/openjdk11 | 11.0.26+4 | https://github.com/openjdk/jdk11u/tags
| runtime/java/openjdk17 | 17.0.14+7 | https://github.com/openjdk/jdk17u/tags
| runtime/java/openjdk21 | 21.0.6+7 | https://github.com/openjdk/jdk21u/tags
| runtime/java/openjdk8 | 1.8.442-06 | https://github.com/openjdk/jdk8u/tags
| runtime/perl | 5.40.1 | https://www.cpan.org/src/README.html
| runtime/python-311 | 3.11.11 | https://www.python.org/downloads/source/
| runtime/python-312 | 3.12.8 | https://www.python.org/downloads/source/
Expand Down

0 comments on commit 223c988

Please sign in to comment.