↵ Return to the main page of java-latest-openjdk-src-slowdebug
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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. - 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) - 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-14 | Martin Balao <mbalao at redhat dot com> - 1:17.0.0.0.35-1.rolling | - Support the FIPS mode crypto policy (RH1655466) - Use appropriate keystore types when in FIPS mode (RH1818909) - Disable TLSv1.3 when the FIPS crypto policy and the NSS-FIPS provider are in use (RH1860986) - Detect FIPS using SECMOD_GetSystemFIPSEnabled in the new libsystemconf JDK library. |
2021-08-30 | Jiri Vanek <jvanek at redhat dot com> - 1:17.0.0.0.33-0.1.ea.rolling | - alternatives creation moved to posttrans - Thus fixing the old reisntall issue: - https://bugzilla.redhat.com/show_bug.cgi?id=1200302 - https://bugzilla.redhat.com/show_bug.cgi?id=1976053 |
2021-07-30 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.33-0.0.ea.rolling | - Update to jdk-17+33, including JDWP fix and July 2021 CPU - Resolves: rhbz#1972529 |
2021-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 1:17.0.0.0.26-0.4.ea.rolling.1 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
2021-07-02 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.26-0.4.ea.rolling | - Use the "reverse" build loop (debug first) as the main and only build loop to get more diagnostics. - Remove restriction on disabling product build, as debug packages no longer have javadoc packages. |
2021-06-28 | Petra Alice Mikova <pmikova at redhat dot com> - 1:17.0.0.0.26-0.3.ea.rolling | - fix patch rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch which made the SunPKCS provider show up again - Resolves: rhbz#1971120 |
2021-06-24 | Severin Gehwolf <sgehwolf at redhat dot com> - 1:17.0.0.0.26-0.2.ea.rolling | - Re-enable TestSecurityProperties after inclusion of PR3695 |
2021-06-24 | Andrew Hughes <gnu dot andrew at redhat dot com> - 1:17.0.0.0.26-0.2.ea.rolling | - Add PR3695 to allow the system crypto policy to be turned off |
2021-06-24 | Severin Gehwolf <sgehwolf at redhat dot com> - 1:17.0.0.0.26-0.1.ea.rolling | - Update buildjdkver to 17 so as to build with itself |