Name: | java-latest-openjdk-jmods-slowdebug |
---|---|
Epoch: | 1 |
Version: | 17.0.1.0.12 |
Release: | 3.rolling.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 187451813 |
License: | ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA |
RPM: | java-latest-openjdk-jmods-slowdebug-17.0.1.0.12-3.rolling.el8.x86_64.rpm |
Source RPM: | java-latest-openjdk-17.0.1.0.12-3.rolling.el8.src.rpm |
Build Date: | Fri Nov 19 2021 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://openjdk.java.net/ |
Summary: | JMods for OpenJDK 17 with full debugging on |
Description: | The JMods for OpenJDK 17. This package is unoptimised with full debugging. Install only as needed and remove ASAP. |
- Patch syslookup.c so it actually has some code to be compiled into libsyslookup - Related: rhbz#2013846
- Use 'sql:' prefix in nss.fips.cfg as F35+ no longer ship the legacy secmod.db file as part of nss
- October CPU update to jdk 17.0.1+12 - dropped commented-out source line
- Update release notes to document the major changes between OpenJDK 11 & 17.
- Fix unused function compiler warning found in systemconf.c - Extend the default security policy to accomodate PKCS11 accessing jdk.internal.access. - Allow plain key import to be disabled with -Dcom.redhat.fips.plainKeySupport=false
- Add patch to disable non-FIPS crypto in the SUN and SunEC security providers. - Add patch to login to the NSS software token when in FIPS mode. - Add patch to allow plain key import.
- Update to jdk-17+35, also known as jdk-17-ga. - Switch to GA mode.
- Minor code cleanups on FIPS detection patch and check for SECMOD_GetSystemFIPSEnabled in configure. - Remove unneeded Requires on NSS as it will now be dynamically linked and detected by RPM.
- Detect FIPS using SECMOD_GetSystemFIPSEnabled in the new libsystemconf JDK library.
- Update RH1655466 FIPS patch with changes in OpenJDK 8 version. - SunPKCS11 runtime provider name is a concatenation of "SunPKCS11-" and the name in the config file. - Change nss.fips.cfg config name to "NSS-FIPS" to avoid confusion with nss.cfg. - No need to substitute path to nss.fips.cfg as java.security file supports a java.home variable. - Disable FIPS mode support unless com.redhat.fips is set to "true". - Enable alignment with FIPS crypto policy by default (-Dcom.redhat.fips=false to disable). - Add explicit runtime dependency on NSS for the PKCS11 provider in FIPS mode - Move setup of JavaSecuritySystemConfiguratorAccess to Security class so it always occurs (RH1915071)