CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/01/30 09:29:00
Modified files:
devel/jdk/11 : Makefile distinfo
devel/jdk/11/patches:
patch-src_java_base_unix_native_libjli_java_md_common_c
patch-src_java_desktop_share_classes_sun_print_PSPrinterJob_java
devel/jdk/11/pkg: PLIST
Added files:
devel/jdk/11/patches: patch-make_lib_Awt2dLibraries_gmk
patch-src_hotspot_share_oops_array_hpp
patch-src_hotspot_share_utilities_globalDefinitions_cpp
patch-src_hotspot_share_utilities_globalDefinitions_hpp
patch-src_jdk_jdwp_agent_unix_native_libjdwp_exec_md_c
Log message:
Update to 11.0.30+7-1 GA:
* Contains upstream bug and security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-01-20
* Add @pkgpath devel/jdk/1.8 to PLIST to not leave behind jdk-1.8.0
when people upgrade.
* Rename PATCH_VER to BUILD_VER to match what upstream calls this
part of the version.
* Additional gcc 15 fixes from upstream unmerged pull request
* Use closefrom(2) in libjdwp/exec_md.c
* Update URLS to use https
ok sthen@