↵ Return to the main page of java-latest-openjdk-static-libs-fastdebug
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-11-05 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.35-3.rolling | - Patch syslookup.c so it actually has some code to be compiled into libsyslookup - Related: rhbz#2013846 |
2021-11-03 | Severin Gehwolf <sgehwolf at redhat dot com> - 1:17.0.1.0.12-2.rolling | - Use 'sql:' prefix in nss.fips.cfg as F35+ no longer ship the legacy secmod.db file as part of nss |
2021-10-20 | Petra Alice Mikova <pmikova at redhat dot com> - 1:17.0.1.0.12-1.rolling | - October CPU update to jdk 17.0.1+12 - dropped commented-out source line |
2021-10-11 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.35-3.rolling | - Update release notes to document the major changes between OpenJDK 11 & 17. |
2021-10-10 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.35-2.rolling | - 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 |
2021-10-10 | Martin Balao <mbalao at redhat dot com> - 1:17.0.0.0.35-2.rolling | - 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. |
2021-09-14 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.35-1.rolling | - Update to jdk-17+35, also known as jdk-17-ga. - Switch to GA mode. |
2021-09-08 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.33-0.3.ea.rolling | - 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. |
2021-09-08 | Martin Balao <mbalao at redhat dot com> - 1:17.0.0.0.33-0.3.ea.rolling | - Detect FIPS using SECMOD_GetSystemFIPSEnabled in the new libsystemconf JDK library. |
2021-09-06 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.33-0.2.ea.rolling | - 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) |