Description of problem: Changes introduced when updating to OpenJDK 15 modified the rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch file to update it after a solaris conditional removal also removed the provider, likely an oversight due to the confusing commented out line existing before in the patch. The commit introducing the issue: https://src.fedoraproject.org/rpms/java-latest-openjdk/c/a64f9d7aa2881a5ed3b8e49baf44a6d1a839d6db Original line before: https://github.com/openjdk/jdk/blob/f04a7e5cb465bb630201650245356b60228b8dd7/src/java.base/share/conf/security/java.security#L86-L88 Original line after: https://github.com/openjdk/jdk/blob/071bd521bca2485c6df95c45e4310d39b05bd046/src/java.base/share/conf/security/java.security#L80 The java-11-openjdk patch does not remove the line: https://src.fedoraproject.org/rpms/java-11-openjdk/blob/main/f/rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch Current java-latest-openjdk patch removing the line: https://src.fedoraproject.org/rpms/java-latest-openjdk/blob/main/f/rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: Java test: Provider[] providers = Security.getProviders(); for (Provider provider : providers) { System.out.println("Provider: {}", provider.getName()); } Actual results: SunPKCS11 is missing. Expected results: SunPKCS11 gets listed. Additional info: This bug affects F33, F34 and rawhide.
hi! Thank you for a great bug report. Will be elaborated.
Please see: https://src.fedoraproject.org/rpms/java-latest-openjdk/pull-request/58 if you have something to say, say now:)
Thanks, the scratch build works for me. Because this is easy to work around by editing the java.config file locally, there is no rush if you plan to rebase into 17ea before pushing a new release.
FEDORA-2021-8aa38c60d8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-8aa38c60d8
FEDORA-EPEL-2021-ae546e763a has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-ae546e763a
FEDORA-2021-4dc39ca4e3 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-4dc39ca4e3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-4dc39ca4e3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2021-ae546e763a has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-ae546e763a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2021-9b6a3a5183 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-9b6a3a5183 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-8aa38c60d8 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-8aa38c60d8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-8aa38c60d8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Hi, the delayed push of this fix to the rawhide is intentional due to the current freeze. I will push it there as soon as I can. Thank you!
FEDORA-2021-226e7ee308 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-226e7ee308
FEDORA-2021-226e7ee308 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-4dc39ca4e3 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-8aa38c60d8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2021-9b6a3a5183 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2021-ae546e763a has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.