head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2022.08.15.12.23.05; author tnn; state dead; branches; next 1.1; commitid vvfURUShFSIelYPD; 1.1 date 2022.05.13.14.24.19; author ryoon; state Exp; branches; next ; commitid msY1F1L8Xr9j2UDD; desc @@ 1.2 log @openjdk*: Security & bugfix update for the long term support branches Upstream kindly merged many of the NetBSD-specific patches. Thanks! <3 @ text @$NetBSD: patch-src_hotspot_os_posix_signals__posix.cpp,v 1.1 2022/05/13 14:24:19 ryoon Exp $ --- src/hotspot/os/posix/signals_posix.cpp.orig 2022-02-05 03:44:09.000000000 +0000 +++ src/hotspot/os/posix/signals_posix.cpp @@@@ -816,7 +816,11 @@@@ static void check_signal_handler(int sig static os_sigaction_t os_sigaction = NULL; if (os_sigaction == NULL) { // only trust the default sigaction, in case it has been interposed +#if defined(__NetBSD__) + os_sigaction = (os_sigaction_t)dlsym(RTLD_DEFAULT, "__sigaction14"); +#else os_sigaction = (os_sigaction_t)dlsym(RTLD_DEFAULT, "sigaction"); +#endif if (os_sigaction == NULL) return; } @ 1.1 log @lang/openjdk17: import openjdk17-1.17.0.3.7 Open-source implementation of the Java Platform, Standard Edition. This package privides OpenJDK 17 LTS. This package is NOT certified to be compatible with any Java standard. Use at own risk. Mandatory trademark notice: "OpenJDK is a trademark or registered trademark of Oracle America, Inc. in the United States and other countries." @ text @d1 1 a1 1 $NetBSD$ @