Skip to content

Commit fc9a7eb

Browse files
authored
Merge pull request #3823 from citrus-it/jdkr52
OpenJDK updates (r151052)
2 parents a9d4cbd + a882e81 commit fc9a7eb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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"

0 commit comments

Comments
 (0)