SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for java-17-openjdk-portable-slowdebug-17.0.9.0.9-1.el9.x86_64.rpm :

* Thu Oct 12 2023 Andrew Hughes - 1:17.0.9.0.9-1- Update to jdk-17.0.9+9 (GA)- Update release notes to 17.0.9+9- Re-generate FIPS patch against 17.0.9+1 following backport of JDK-8209398- Bump libpng version to 1.6.39 following JDK-8305815- Bump HarfBuzz version to 7.2.0 following JDK-8307301- Bump freetype version to 2.13.0 following JDK-8306881- Update generate_tarball.sh to be closer to upstream vanilla script inc. no more ECC removal- Sync generate_tarball.sh with 11u version- Update bug URL for RHEL to point to the Red Hat customer portal- Change top_level_dir_name to use the VCS tag, matching new upstream release style tarball- Use upstream release URL for OpenJDK source- Apply all patches using -p1- Temporarily turn off \'fresh_libjvm\' due to removal of JVM_IsThreadAlive (JDK-8305425)-
*
* This tarball is embargoed until 2023-10-17 AATT 1pm PT.
*
*
* Sat Sep 02 2023 Andrew Hughes - 1:17.0.8.1.1-1- Update to jdk-17.0.8.1+1 (GA)- Update release notes to 17.0.8.1+1- Add backport of JDK-8312489 already upstream in 17.0.10 (see OPENJDK-2095)- Update openjdk_news script to specify subdirectory last- Add missing discover_trees script required by openjdk_news
* Fri Jul 14 2023 Andrew Hughes - 1:17.0.8.0.7-1- Update to jdk-17.0.8+7 (GA)- Update release notes to 17.0.8+7- Switch to GA mode for final release.-
* This tarball is embargoed until 2023-07-18 AATT 1pm PT.
*
* Thu Jul 13 2023 Andrew Hughes - 1:17.0.8.0.6-0.1.ea- Update to jdk-17.0.8+6 (EA)- Update release notes to 17.0.8+6
* Thu Jul 13 2023 Andrew Hughes - 1:17.0.8.0.1-0.3.ea- Make sure the unstripped JDK is customised by the installjdk function
* Wed Jul 12 2023 Andrew Hughes - 1:17.0.8.0.1-0.2.ea- Rebuild jmods using the stripped binaries in release builds- Resolves: OPENJDK-1974
* Tue Jul 04 2023 Andrew Hughes - 1:17.0.8.0.1-0.1.ea- Use absolute path to tapset directory- Drop unused globals for tapset installation
* Tue Jul 04 2023 Andrew Hughes - 1:17.0.8.0.1-0.1.ea- Re-enable SystemTap support and perform only substitutions possible without final NVR available- Depend on graphviz & pandoc for full documentation support- Fix typo which stops the EA designator being included in the build- Include tapsets in the miscellaneous tarball
* Mon Jul 03 2023 Andrew Hughes - 1:17.0.8.0.1-0.1.ea- Update to jdk-17.0.8+1 (EA)- Update release notes to 17.0.8+1- Switch to EA mode- Drop local inclusion of JDK-8274864 & JDK-8305113 as they are included in 17.0.8+1- Bump bundled LCMS version to 2.15 as in jdk-17.0.8+1.- Bump bundled HarfBuzz version to 7.0.1 as in jdk-17.0.8+1
* Tue Apr 25 2023 Andrew Hughes - 1:17.0.7.0.7-2- Update to jdk-17.0.7.0+7- Update release notes to 17.0.7.0+7- Require tzdata 2023c due to local inclusion of JDK-8274864 & JDK-8305113- Reintroduce generate_source_tarball.sh from RHEL 9- Update generate_tarball.sh to add support for passing a boot JDK to the configure run- Add POSIX-friendly error codes to generate_tarball.sh and fix whitespace- Remove .jcheck and GitHub support when generating tarballs, as done in upstream release tarballs- Update FIPS support against 17.0.7+6 and bring in latest changes:-
* RH2134669: Add missing attributes when registering services in FIPS mode.-
* test/jdk/sun/security/pkcs11/fips/VerifyMissingAttributes.java: fixed jtreg main class-
* RH1940064: Enable XML Signature provider in FIPS mode-
* RH2173781: Avoid calling C_GetInfo() too early, before cryptoki is initialized- Fix trailing \'.\' in tarball name- Use rpmrelease in vendor version to avoid inclusion of dist tag-
*
* This tarball is embargoed until 2023-04-18 AATT 1pm PT.
*
*- Resolves: rhbz#2185182- Resolves: rhbz#2134669- Resolves: rhbz#1940064- Resolves: rhbz#2173781
* Thu Apr 20 2023 Andrew Hughes - 1:17.0.6.0.10-7- Sync with existing RHEL 8 build, in order to start building portables on RHEL 8- Restore system bootstrap JDK (RHEL 8 has java-17-openjdk)- Remove use of devtoolset (RHEL 8 native compilers should be sufficient)- Explicitly exclude x86, as on RHEL RPMs
* Tue Feb 21 2023 Andrew Hughes - 1:17.0.6.0.10-6- Add docs, icons and samples to the portable output- Make sure generated checksums work and don\'t include full path- The docs directory is a subdirectory of images, so remove confusing separate copying
* Wed Feb 15 2023 Andrew Hughes - 1:17.0.6.0.10-5- Build with internal debuginfo as in RHEL and then create a stripped variant ourselves for the portable release build- Restore compiler flags to those used in RHEL- Drop unused static library patch- Drop syslookup workaround which was fixed by JDK-8276572 over a year ago
* Tue Feb 14 2023 Andrew Hughes - 1:17.0.6.0.10-4- Separate JDK packaging into a separate function- Use variables to make it clearer what is going on- Use a package output directory as we do for building and installing- Workaround missing manpage directory in the JRE image
* Sun Feb 12 2023 Andrew Hughes - 1:17.0.6.0.10-3- Adapt the portable build to use the same system library handling as RHEL builds
* Sat Jan 14 2023 Andrew Hughes - 1:17.0.6.0.10-3- Add missing release note for JDK-8295687- Resolves: rhbz#2160111
* Fri Jan 13 2023 Andrew Hughes - 1:17.0.6.0.10-2- Update FIPS support to bring in latest changes-
* Add nss.fips.cfg support to OpenJDK tree-
* RH2117972: Extend the support for NSS DBs (PKCS11) in FIPS mode-
* Remove forgotten dead code from RH2020290 and RH2104724-
* OJ1357: Fix issue on FIPS with a SecurityManager in place- Drop local nss.fips.cfg.in handling now this is handled in the patched OpenJDK build- Resolves: rhbz#2118493
* Fri Jan 13 2023 Stephan Bergmann - 1:17.0.6.0.10-2- Fix flatpak builds by disabling TestTranslations test due to missing tzdb.dat- Related: rhbz#2160111
* Wed Jan 11 2023 Andrew Hughes - 1:17.0.6.0.10-1- Update to jdk-17.0.6.0+10- Update release notes to 17.0.6.0+10- Re-enable EA upstream status check now it is being actively maintained.- Drop JDK-8294357 (tzdata2022d) & JDK-8295173 (tzdata2022e) local patches which are now upstream- Drop JDK-8275535 local patch now this has been accepted and backported upstream- Drop local copy of JDK-8293834 now this is upstream- Require tzdata 2022g due to inclusion of JDK-8296108, JDK-8296715 & JDK-8297804- Update TestTranslations.java to test the new America/Ciudad_Juarez zone-
*
* This tarball is embargoed until 2023-01-17 AATT 1pm PT.
*
*- Resolves: rhbz#2160111
* Sat Oct 15 2022 Andrew Hughes - 1:17.0.5.0.8-2- 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- Related: rhbz#2160111
* Thu Oct 13 2022 Andrew Hughes - 1:17.0.5.0.8-1- Update to jdk-17.0.5+8 (GA)- Update release notes to 17.0.5+8 (GA)- Switch to GA mode for final release.-
* This tarball is embargoed until 2022-10-18 AATT 1pm PT.
*- Resolves: rhbz#2133695
* Fri Sep 02 2022 Andrew Hughes - 1:17.0.4.1.1-2- Update FIPS support to bring in latest changes-
* RH2023467: Enable FIPS keys export-
* 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#2123579- Resolves: rhbz#2123580- Resolves: rhbz#2123581- Resolves: rhbz#2123583- Resolves: rhbz#2123584
* Sun Aug 21 2022 Jayashree Huttanagoudar - 1:17.0.4.1.1-1- Added a missing change to portable NEWS file from upstream.
* 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- Resolves: rhbz#2119532
* Mon Jul 18 2022 Jayashree Huttanagoudar - 1:17.0.4.0.8-1- Commented out: fipsver f8142a23d0a which was from rhel-9-main- Picked 17.0.4+8 GA tag from rhel-9.0.0- For Jul 2022 CPU fipsver is 765f970aef1 on rhel-9.0.0
* Mon Jul 18 2022 Andrew Hughes - 1:17.0.4.0.8-1- Update to jdk-17.0.4.0+8 (GA)- Update release notes to 17.0.4.0+8- Need to include the \'.S\' suffix in debuginfo checks after JDK-8284661- Switch to GA mode for release-
*
* This tarball is embargoed until 2022-07-19 AATT 1pm PT.
*
*
* 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.- Related: rhbz#2084779
* Tue Jul 12 2022 Jayashree Huttanagoudar - 1:17.0.4.0.1-0.1.ea- Tweaked line to print release information for portable
* Tue Jul 12 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.- 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- Related: rhbz#2084218
* Thu Jun 30 2022 Jayashree Huttanagoudar - 1:17.0.3.0.7-8- Comment line for portable: System security properties to be off by default
* Thu Jun 30 2022 Francisco Ferrari Bihurriet - 1:17.0.3.0.7-8- RH2007331: SecretKey generate/import operations don\'t add the CKA_SIGN attribute in FIPS mode- Resolves: rhbz#2102433
* Wed Jun 29 2022 Jayashree Huttanagoudar - 1:17.0.3.0.7-7- System security properties are disabled by default on portable.- Commented out lines which are not applicable for portable.
* Wed Jun 29 2022 Andrew Hughes - 1:17.0.3.0.7-7- 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- Resolves: rhbz#2099844- Resolves: rhbz#2100677
* Tue Jun 28 2022 Jayashree Huttanagoudar - 1:17.0.3.0.7-6- Removed upstreamed patch2001: aqaCheckSecurityAndProviderFileSocketPermissions.patch
* Sun Jun 12 2022 Andrew Hughes - 1:17.0.3.0.7-6- 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- Resolves: rhbz#2029657- Resolves: rhbz#2096117
* Wed May 25 2022 Andrew Hughes - 1:17.0.3.0.7-5- Exclude s390x from the gdb test on RHEL 7 where we see failures with the portable build
* Tue May 24 2022 Jiri Vanek - 1:17.0.3.0.7-4- to pass aqa, fixing genuie failure in :- java/lang/SecurityManager/CheckAccessClassInPackagePermissions.java#CheckAccessClassInPackagePermissions- javax/xml/crypto/dsig/FileSocketPermissions.java#FileSocketPermissions- added and applied patch2001: aqaCheckSecurityAndProviderFileSocketPermissions.patch- this, properly named, patch must go to all our jdk17 builds, and to the fips repo
* Thu May 19 2022 Jiri Vanek - 1:17.0.3.0.7-3- to pass aqa:- removed copy system tzdb in favour of in-tree- removed Patch2: rh1648644-java_access_bridge_privileged_security.patch- This is not intended to release untill we decide proper steps
* Thu May 19 2022 Jayashree Huttanagoudar - 1:17.0.3.0.7-2- Include BOOT_JDK for s390x for portable- BOOT_JDK downlaoded form hydra as java-17-temurin-17.0.3.7-0.private.ojdk17~upstream.hotspot.release.sdk.el7.s390x.tarxz and renamed- Added cosmetic changes to bypass a failure for s390x
* Wed Apr 20 2022 Andrew Hughes - 1:17.0.3.0.7-1- April 2022 security update to jdk 17.0.3+7- Remove JDK-8284548 and JDK-8284920 they are upstreamed now- Resolves: rhbz#2073579
* Sat Apr 16 2022 Andrew Hughes - 1:17.0.3.0.6-3- Add JDK-8284920 fix for XPath regression- Related: rhbz#2073575
* Fri Apr 15 2022 Andrew Hughes - 1:17.0.3.0.6-2- Remove the patch jdk8283911-default_promoted_version_pre.patch which missed in previous commit- JDK-8275082 should be listed as also resolving JDK-8278008 & CVE-2022-21476- Related: rhbz#2073575
* Mon Apr 11 2022 Andrew Hughes - 1:17.0.3.0.6-1- April 2022 security update to jdk 17.0.3+6- Update to jdk-17.0.3.0+6 pre-release tarball (17usec.17.0.3+5-220408)- Add JDK-8284548 regression fix missing from pre-release tarball but in jdk-17.0.3+6/jdk-17.0.3-ga- Update release notes to 17.0.3.0+6- Add missing README.md and generate_source_tarball.sh- Introduce tests/tests.yml, based on the one in java-11-openjdk- JDK-8283911 patch no longer needed now we\'re GA...- Switch to GA mode for release-
*
* This tarball is embargoed until 2022-04-19 AATT 1pm PT.
*
*- Resolves: rhbz#2073575
* Wed Apr 06 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- Resolves: rhbz#2050460
* Tue Mar 29 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- Related: rhbz#2050456
* Mon Feb 28 2022 Jayashree Huttanagoudar - 1:17.0.2.0.8-10- Update icedtea_sync.sh with suitable message for portable
* Mon Feb 28 2022 Andrew Hughes - 1:17.0.2.0.8-10- Restructure the build so a minimal initial build is then used for the final build (with docs)- This reduces pressure on the system JDK and ensures the JDK being built can do a full build- Turn off bootstrapping for slow debug builds, which are particularly slow on ppc64le.- Handle Fedora in distro conditionals that currently only pertain to RHEL.- Run OpenJDK normalizer script on the spec file to fix further rogue whitespace- Sync gdb test with java-1.8.0-openjdk and improve architecture restrictions.- 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.- 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- Resolves: rhbz#2022822
* Mon Feb 28 2022 Andrew Hughes - 1:17.0.2.0.8-9- Enable AlgorithmParameters and AlgorithmParameterGenerator services in FIPS mode- Correction to previous changelog entry- Resolves: rhbz#2052070
* Sun Feb 27 2022 Andrew Hughes - 1:17.0.2.0.8-8- Detect NSS at runtime for FIPS detection- Resolves: rhbz#2051605
* Wed Feb 23 2022 Andrew Hughes - 1:17.0.2.0.8-7- Add JDK-8275535 patch to fix LDAP authentication issue.- Resolves: rhbz#2053521
* Tue Feb 08 2022 Andrew Hughes - 1:17.0.2.0.8-6- Minor cosmetic improvements to make spec more comparable between variants- Related: rhbz#2022822
* Thu Feb 03 2022 Andrew Hughes - 1:17.0.2.0.8-5- Update tapsets from IcedTea 6.x repository with fix for JDK-8015774 changes (_heap->_heaps) and AATTJAVA_SPEC_VERAATT- Related: rhbz#2022822
* Thu Feb 03 2022 Andrew Hughes - 1:17.0.2.0.8-4- Extend LTS check to exclude EPEL.- Related: rhbz#2022822
* Tue Jan 18 2022 Andrew Hughes - 1:17.0.2.0.8-3- Separate crypto policy initialisation from FIPS initialisation, now they are no longer interdependent
* Mon Jan 17 2022 Andrew Hughes - 1:17.0.2.0.8-2- Fix FIPS issues in native code and with initialisation of java.security.Security- Related: rhbz#2039366
* Wed Jan 12 2022 Andrew Hughes - 1:17.0.2.0.8-1- January 2022 security update to jdk 17.0.2+8- Rebase RH1995150 & RH1996182 patches following JDK-8275863 addition to module-info.java- Resolves: rhbz#2039366- Minor change to the OUTPUT_FILE value to separate the name from the version with \'-\'
* Mon Nov 29 2021 Severin Gehwolf - 1:17.0.1.0.12-3- Use \'sql:\' prefix in nss.fips.cfg as F35+ no longer ship the legacy secmod.db file as part of nss- Resolves: rhbz#2023537
* Tue Oct 26 2021 Andrew Hughes - 1:17.0.1.0.12-2- Drop JDK-8272332/RH2004078 patch which is upstream in 17.0.1- October CPU update to jdk 17.0.1+12- Allow plain key import to be disabled with -Dcom.redhat.fips.plainKeySupport=false- Add patch to allow plain key import.
* Mon Oct 25 2021 Jiri Vanek - 1:17.0.0.0.35-5- cacerts symlink is resolved before passed to configure- https://issues.redhat.com/browse/OPENJDK-487- Disable FIPS mode detection using NSS in favour of using /proc/sys/crypto/fips_enabled for now, so we don\'t link against NSS-- effectively disabled Patch1008: rh1929465-improve_system_FIPS_detection.patch by settng --enable-sysconf-nss to --disable-sysconf-nss-- the enable-sysconf-nss was bringing in hard depndence on nss. Without nss, even in non fips, jvm had not even started
 
ICM