Fri, 17 May 2024 10:38:59 UTC | login

Information for build java-17-openjdk-portable-17.0.9.0.9-2.fc40

ID274087
Package Namejava-17-openjdk-portable
Version17.0.9.0.9
Release2.fc40
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/java-17-openjdk-portable.git#289d0e958f24fa8759c01d48b05c8a4b71e599e2
SummaryOpenJDK 17 Runtime Environment portable edition
DescriptionThe OpenJDK 17 runtime environment - portable edition.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 15 Dec 2023 12:24:25 UTC
CompletedFri, 15 Dec 2023 13:25:03 UTC
Taskbuild (f40, /rpms/java-17-openjdk-portable.git:289d0e958f24fa8759c01d48b05c8a4b71e599e2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/java-17-openjdk-portable.git#289d0e958f24fa8759c01d48b05c8a4b71e599e2'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Nov 22 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.9.0.9-2 - updated to OpenJDK 17.0.9 (2023-10-17) - adjsuted generate_source_tarball - removed icedtea_sync - dropped standalone licenses - added usntripped subpkg - added docs subpkg - adjsuted versions of bundled libraries - build refactored to several solid methods following gnu_andrew - removed no longer needed jdk8305995-footprint_regression_from_jdk_8224957, nss.fips.cfg.in, rh1648644-java_access_bridge_privileged_security.patch - added jdk8312489-max_sig_default_increase.patch - aligned fips-17u-51e1d00be4e.patch (gnu_andrew) - fixed '--without release' build-ability by moving docs and misc to if-release only * Thu Aug 03 2023 Jiri Vanek <jvanekw@redhat.com> - 1:17.0.8.0.7-1 - Update to jdk-17.0.8.0+7 - Update release notes to 17.0.8.0+7 - removed upstreamed Patch2001 jdk8274864-remove_amman_cairo_hacks.patch Patch2002 jdk8305113-tzdata2023c.patch * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:17.0.7.0.7-7.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 27 2023 Kalev Lember <klember@redhat.com> - 1:17.0.7.0.7-7 - Simplify portable archive name macros * Mon May 15 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.7.0.7-6 - Redeclared ForFiles release sections as %nil no longer works with %1 - RPM 4.19 no longer accept our double percentaged %{nil} passed to %{1} - so we have to pass in "" but evaluate it, otherwise files record will include it * Mon May 15 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.7.0.7-5 - no longer using system cacerts during build - they are already mv-ed as .upstream in rpms * Wed May 10 2023 Jiri Vanek <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4 - returned lost nss.fips.cfg * Wed May 10 2023 Jiri Vanek <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3 - enabled all crypto * Tue May 09 2023 Jiri Vanek <jvanekw@redhat.com> - 1:17.0.7.0.7-2 - added and applied, on demand, patch2003 jdk8305995-footprint_regression_from_jdk_8224957 * Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7 - 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 - Sync whitespace in generate_source_tarball.sh with RHEL version - 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 * Tue Apr 18 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.6.0.10-3 - introduced archfull src archive - replaced nasty handling of icons. - needed for icons and src reference for rpms (debuginfo, src subpkg) - licences moved to proper sharable noarch * Mon Apr 17 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.6.0.10-2 - Update generate_tarball.sh add support for passing a boot JDK to the configure run - Automatically turn off building a fresh HotSpot first, if the bootstrap JDK is not the same major version as that being built - added png icons from x11 source package, so they can be reused by rpms - Fix flatpak builds by disabling TestTranslations test due to missing tzdb.dat * Thu Jan 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-1 - Update to jdk-17.0.6.0+10 - Update release notes to 17.0.6.0+10 - Switch to GA mode for release * Thu Jan 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.9-0.2.ea - Update FIPS support to bring in latest changes - * OJ1357: Fix issue on FIPS with a SecurityManager in place * Thu Jan 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.9-0.1.ea - Update to jdk-17.0.6+9 - Update release notes to 17.0.6+9 - 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 * Thu Jan 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.1-0.2.ea - 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 - Drop local nss.fips.cfg.in handling now this is handled in the patched OpenJDK build * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:17.0.6.0.1-0.1.ea.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 31 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.5.0.8-2 - initial import