SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for java-17-openjdk-devel-slowdebug-17.0.4.1.1-3.fc37.x86_64.rpm :

* Tue Aug 30 2022 Andrew Hughes - 1:17.0.4.1.1-3- Switch to static builds, reducing system dependencies and making build more portable
* Mon Aug 29 2022 Andrew Hughes - 1:17.0.4.1.1-2- Update FIPS support to bring in latest changes-
* RH2048582: Support PKCS#12 keystores-
* RH2020290: Support TLS 1.3 in FIPS mode
* Sun Aug 21 2022 Andrew Hughes - 1:17.0.4.1.1-1- Update to jdk-17.0.4.1+1- Update release notes to 17.0.4.1+1- Add patch to provide translations for Europe/Kyiv added in tzdata2022b- Add test to ensure timezones can be translated
* Mon Aug 15 2022 Andrew Hughes - 1:17.0.4.0.8-2- Update FIPS support to bring in latest changes-
* RH2104724: Avoid import/export of DH private keys-
* RH2092507: P11Key.getEncoded does not work for DH keys in FIPS mode-
* Build the systemconf library on all platforms
* Fri Jul 22 2022 Andrew Hughes - 1:17.0.4.0.8-1- Update to jdk-17.0.4.0+8- Update release notes to 17.0.4.0+8- Switch to GA mode for release- Exclude x86 where java_arches is undefined, in order to unbreak build
* Fri Jul 22 2022 Jiri Vanek - 1:17.0.4.0.7-0.3.ea- moved to build only on %{java_arches}-- https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs- reverted :-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild (always mess up release)-- Try to build on x86 again by creating a husk of a JDK which does not depend on itself-- Exclude x86 from builds as the bootstrap JDK is now completely broken and unusable-- Replaced binaries and .so files with bash-stubs on i686- added ExclusiveArch: %{java_arches}-- this now excludes i686-- this is safely backport-able to older fedoras, as the macro was backported proeprly (with i686 included)- https://bugzilla.redhat.com/show_bug.cgi?id=2104128
* Thu Jul 21 2022 Fedora Release Engineering - 1:17.0.4.0.7-0.2.ea.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Andrew Hughes - 1:17.0.4.0.7-0.2.ea- Try to build on x86 again by creating a husk of a JDK which does not depend on itself
* Sat Jul 16 2022 Andrew Hughes - 1:17.0.4.0.7-0.1.ea- Update to jdk-17.0.3.0+7- Update release notes to 17.0.3.0+7- Exclude x86 from builds as the bootstrap JDK is now completely broken and unusable- Need to include the \'.S\' suffix in debuginfo checks after JDK-8284661
* Thu Jul 14 2022 Andrew Hughes - 1:17.0.4.0.1-0.5.ea- Explicitly require crypto-policies during build and runtime for system security properties
* Thu Jul 14 2022 Jiri Vanek - 1:17.0.4.0.1-0.4.ea- Replaced binaries and .so files with bash-stubs on i686 in preparation of the removal on that architecture:- https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
* Thu Jul 14 2022 FeRD (Frank Dana) - 1:17.0.4.0.1-0.3.ea- Add javaver- and origin-specific javadoc and javadoczip alternatives.
* Thu Jul 14 2022 Andrew Hughes - 1:17.0.4.0.1-0.2.ea- Make use of the vendor version string to store our version & release rather than an upstream release date- Include a test in the RPM to check the build has the correct vendor information.
* Thu Jul 14 2022 Jayashree Huttanagoudar - 1:17.0.4.0.1-0.2.ea- Fix issue where CheckVendor.java test erroneously passes when it should fail.- Add proper quoting so \'&\' is not treated as a special character by the shell.
* Mon Jul 11 2022 Andrew Hughes - 1:17.0.4.0.1-0.1.ea- Update to jdk-17.0.4.0+1- Update release notes to 17.0.4.0+1- Switch to EA mode for 17.0.4 pre-release builds.- Drop JDK-8282004 patch which is now upstreamed under JDK-8282231- Print release file during build, which should now include a correct SOURCE value from .src-rev- Update tarball script with IcedTea GitHub URL and .src-rev generation- Include script to generate bug list for release notes- Update tzdata requirement to 2022a to match JDK-8283350- Move EA designator check to prep so failures can be caught earlier- Make EA designator check non-fatal while upstream is not maintaining it
* Thu Jul 07 2022 Andrew Hughes - 1:17.0.3.0.7-7- Fix whitespace in spec file
* Thu Jul 07 2022 Andrew Hughes - 1:17.0.3.0.7-7- Sequence spec file sections as they are run by rpmbuild (build, install then test)
* Tue Jul 05 2022 Andrew Hughes - 1:17.0.3.0.7-7- Turn on system security properties as part of the build\'s install section- Move cacerts replacement to install section and retain original of this and tzdb.dat- Run tests on the installed image, rather than the build image- Introduce variables to refer to the static library installation directories- Use relative symlinks so they work within the image- Run debug symbols check during build stage, before the install strips them
* Fri Jul 01 2022 Stephan Bergmann - 1:17.0.3.0.7-6- Fix flatpak builds by exempting them from bootstrap
* Thu Jun 30 2022 Francisco Ferrari Bihurriet - 1:17.0.3.0.7-5- RH2007331: SecretKey generate/import operations don\'t add the CKA_SIGN attribute in FIPS mode
* Mon Jun 27 2022 Stephan Bergmann - 1:17.0.3.0.7-4- Fix flatpak builds (catering for their uncompressed manual pages)
* Wed Jun 22 2022 Andrew Hughes - 1:17.0.3.0.7-3- Update FIPS support to bring in latest changes-
* RH2036462: sun.security.pkcs11.wrapper.PKCS11.getInstance breakage-
* RH2090378: Revert to disabling system security properties and FIPS mode support together- Rebase RH1648249 nss.cfg patch so it applies after the FIPS patch- Enable system security properties in the RPM (now disabled by default in the FIPS repo)- Improve security properties test to check both enabled and disabled behaviour- Run security properties test with property debugging on
* Sun Jun 12 2022 Andrew Hughes - 1:17.0.3.0.7-2- Rebase FIPS patches from fips-17u branch and simplify by using a single patch from that repository- Rebase RH1648249 nss.cfg patch so it applies after the FIPS patch- RH2023467: Enable FIPS keys export- RH2094027: SunEC runtime permission for FIPS
* Sun Apr 24 2022 Andrew Hughes - 1:17.0.3.0.7-1- April 2022 security update to jdk 17.0.3+7- Update release notes to 17.0.3.0+7- Update README.md and generate_source_tarball.sh to match CentOS- Switch to GA mode for release- JDK-8283911 patch no longer needed now we\'re GA...
* Wed Apr 13 2022 Andrew Hughes - 1:17.0.3.0.5-0.1.ea- Update to jdk-17.0.3.0+5- Update release notes to 17.0.3.0+5
* Fri Apr 08 2022 Andrew Hughes - 1:17.0.3.0.1-0.1.ea- Update to jdk-17.0.3.0+1- Update release notes to 17.0.3.0+1- Switch to EA mode for 17.0.3 pre-release builds.- Add JDK-8283911 to fix bad DEFAULT_PROMOTED_VERSION_PRE value
* Wed Apr 06 2022 Andrew Hughes - 1:17.0.2.0.8-9- Enable AlgorithmParameters and AlgorithmParameterGenerator services in FIPS mode
* Wed Mar 30 2022 Andrew Hughes - 1:17.0.2.0.8-8- java-17-openjdk should depend on itself to build, not java-latest-openjdk which is now OpenJDK 18
* Wed Feb 23 2022 Andrew Hughes - 1:17.0.2.0.8-8- Detect NSS at runtime for FIPS detection- Turn off build-time NSS linking and go back to an explicit Requires on NSS
* Tue Feb 08 2022 Andrew Hughes - 1:17.0.2.0.8-7- Reinstate JIT builds on x86_32.- Add JDK-8282004 to fix missing CALL effects on x86_32.
* Mon Feb 07 2022 Severin Gehwolf - 1:17.0.2.0.8-6- Re-enable gdb backtrace check.
* Mon Feb 07 2022 Andrew Hughes - 1:17.0.2.0.8-5- Introduce stapinstall variable to set SystemTap arch directory correctly (e.g. arm64 on aarch64)- Need to support noarch for creating source RPMs for non-scratch builds.
* Fri Feb 04 2022 Jiri Vanek - 1:17.0.2.0.8-4- moved to become system jdk
* Fri Feb 04 2022 Andrew Hughes - 1:17.0.2.0.8-2- Temporarily move x86 to use Zero in order to get a working build- Replace -mstackrealign with -mincoming-stack-boundary=2 -mpreferred-stack-boundary=4 on x86_32 for stack alignment- Support a HotSpot-only build so a freshly built libjvm.so can then be used in the bootstrap JDK.- Explicitly list JIT architectures rather than relying on those with slowdebug builds- Disable the serviceability agent on Zero architectures even when the architecture itself is supported
* Mon Jan 24 2022 Andrew Hughes - 1:17.0.2.0.8-1.rolling- January 2022 security update to jdk 17.0.2+8- Extend LTS check to exclude EPEL.- Rename libsvml.so to libjsvml.so following JDK-8276025- Remove JDK-8276572 patch which is now upstream.- Rebase RH1995150 & RH1996182 patches following JDK-8275863 addition to module-info.java
* Mon Jan 24 2022 Severin Gehwolf - 1:17.0.2.0.8-1.rolling- Set LTS designator.
* Mon Jan 24 2022 Andrew Hughes - 1:17.0.1.0.12-16.rolling- Separate crypto policy initialisation from FIPS initialisation, now they are no longer interdependent
* Thu Jan 20 2022 Fedora Release Engineering - 1:17.0.1.0.12-15.rolling.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 18 2022 Andrew Hughes - 1:17.0.1.0.12-15.rolling- Sync gdb test with java-1.8.0-openjdk and improve architecture restrictions.- Disable on x86, x86_64, ppc64le & s390x while these are broken in rawhide.
* Thu Jan 13 2022 Andrew Hughes - 1:17.0.1.0.12-14.rolling- Fix FIPS issues in native code and with initialisation of java.security.Security
* Thu Dec 09 2021 Jiri Vanek - 1:17.0.1.0.12-13.rolling- Storing and restoring alterntives during update manually- Fixing Bug 2001567 - update of JDK/JRE is removing its manually selected alterantives and select (as auto) system JDK/JRE-- The move of alternatives creation to posttrans to fix:-- Bug 1200302 - dnf reinstall breaks alternatives-- Had caused the alternatives to be removed, and then created again,-- instead of being added, and then removing the old, and thus persisting-- the selection in family-- Thus this fix, is storing the family of manually selected master, and if-- stored, then it is restoring the family of the master
* Thu Dec 09 2021 Jiri Vanek - 1:17.0.1.0.12-12.rolling- Family extracted to globals
* Thu Dec 09 2021 Jiri Vanek - 1:17.0.1.0.12-11.rolling- javadoc-zip got its own provides next to plain javadoc ones
* Thu Dec 09 2021 Jiri Vanek - 1:17.0.1.0.12-10.rolling- replaced tabs by sets of spaces to make rpmlint happy
* Mon Nov 29 2021 Andrew Hughes - 1:17.0.1.0.12-9.rolling- Handle Fedora in distro conditionals that currently only pertain to RHEL.
* Thu Nov 18 2021 Jiri Vanek - 1:17.0.0.0.35-8-- inital import
 
ICM