Name: | java-17-openjdk-headless |
---|---|
Epoch: | 1 |
Version: | 17.0.5.0.8 |
Release: | 1.el8_7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 205226048 |
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-17-openjdk-headless-17.0.5.0.8-1.el8_7.x86_64.rpm |
Source RPM: | java-17-openjdk-17.0.5.0.8-1.el8_7.src.rpm |
Build Date: | Thu Nov 10 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://openjdk.java.net/ |
Summary: | OpenJDK 17 Headless Runtime Environment |
Description: | The OpenJDK 17 runtime environment without audio and video support. |
- Update to jdk-17.0.5+8 (GA) - Update release notes to 17.0.5+8 (GA) - Bump HarfBuzz bundled version to 4.4.1 following JDK-8289853 - Bump FreeType bundled version to 2.12.1 following JDK-8290334 - Update in-tree tzdata to 2022e with JDK-8294357 & JDK-8295173 - Update CLDR data with Europe/Kyiv (JDK-8293834) - Drop JDK-8292223 patch which we found to be unnecessary - Update TestTranslations.java to use public API based on TimeZoneNamesTest upstream - The stdc++lib, zlib & freetype options should always be set from the global, so they are not altered for staticlibs builds - Remove freetype sources along with zlib sources - Resolves: rhbz#2132502 - Resolves: rhbz#2133695
- Backport JDK-8288985 to enable use of ChaCha20-Poly1305 with the PKCS11 provider - Upstream backport in progress: https://github.com/openjdk/jdk17u-dev/pull/650 - Resolves: rhbz#2006351
- Switch to static builds, reducing system dependencies and making build more portable - Resolves: rhbz#2121263
- Fix flatpak builds (catering for their uncompressed manual pages) - Fix flatpak builds by exempting them from bootstrap - Resolves: rhbz#2102734
- 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 - * RH2048582: Support PKCS#12 keystores - * RH2020290: Support TLS 1.3 in FIPS mode - Resolves: rhbz#2104724 - Resolves: rhbz#2092507 - Resolves: rhbz#2048582 - Resolves: rhbz#2020290
- 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 - Resolves: rhbz#2119531
- Update to jdk-17.0.4.0+8 - Update release notes to 17.0.4.0+8 - Switch to GA mode for release - Resolves: rhbz#2106522
- Revert the following changes until copy-java-configs has adapted to relative symlinks: - * 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 - The move of turning on system security properties is retained so we don't ship with them off - Related: rhbz#2100674
- retutrned absolute symlinks - relative symlinks are breaking cjc, and deeper investigations are necessary -- why cjc intentionally skips relative symllinks - images have to be workarounded differently - Related: rhbz#2100674
- Update to jdk-17.0.4.0+7 - Update release notes to 17.0.4.0+7 - Switch to EA mode for 17.0.4 pre-release builds. - Need to include the '.S' suffix in debuginfo checks after JDK-8284661 - 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 - Explicitly require crypto-policies during build and runtime for system security properties - 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. - Resolves: rhbz#2083316