Commit Graph

199 Commits

Author SHA1 Message Date
Andrew John Hughes 4ec83bb3a6 Sync with upcoming java-21-openjdk package in RHEL
- Update documentation (README.md, add missing JEP to release notes)
- Replace alt-java patch with a binary separate from the JDK
- Drop stale patches that are of little use any more:
- * nss.cfg has been disabled since early PKCS11 work and long superseded by FIPS work
- * No accessibility subpackage to warrant RH1648242 patch any more
- * No use of system libjpeg turbo to warrant RH649512 patch any more
- Replace RH1684077 pcsc-lite-libs patch with better JDK-8009550 fix being upstreamed
- Update generate_tarball.sh to sync with upstream vanilla script
- Change top_level_dir_name to use the VCS tag, matching new upstream release style tarball
- Use upstream release URL for OpenJDK source
- Port misc tarball from RHEL to house alt-java outside the JDK tree
- Port improved tarball creation and checking from RHEL so tarballs are verified
2023-09-15 18:23:53 +01:00
Andrew John Hughes fff7874101 Bump buildjdkver now that java-21-openjdk is available in the buildroot 2023-09-14 16:14:32 +01:00
Jiri Vanek f6cdd00fde updated to jdk-21+35, which is no longer EA 2023-08-28 16:04:28 +02:00
Petra Alice Mikova fd0dca9bab Update NEWS file with some missed JEPs 2023-08-25 10:06:40 +02:00
Petra Alice Mikova a238aebf8e Update FIPS support to bring in latest changes
- * RH2048582: Support PKCS#12 keystores
- * RH2020290: Support TLS 1.3 in FIPS mode
- * 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
- * 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
- * Remove GCC minor versioning (JDK-8284772) to unbreak testing
- Drop local nss.fips.cfg.in handling now this is handled in the patched OpenJDK build
- require tzdata 2023c
2023-08-25 09:14:14 +02:00
Petra Alice Mikova 43b5b84321 Modified README.md, NEWS file 2023-08-22 13:03:27 +02:00
Petra Alice Mikova dee0f27293 Update to JDK21 ea version
- initial update to jdk21
- commented out fips patches
- updated to jdk21 ea
- updated patch 1001 - rh1648249-add_commented_out_nss_cfg_provider_to_java_security
- replaced files used for static libs smoke tests
2023-08-09 13:34:37 +02:00
Jiri Vanek 27c4a8f2a9 Removed wrong, rcms .1 2023-08-04 15:36:25 +02:00
Jiri Vanek 78e31cb2a6 Finished release notes 2023-08-03 18:39:00 +02:00
Jiri Vanek d4939813c1 Updated to 20.0.2 2023-08-03 18:24:31 +02:00
Fedora Release Engineering ca9d901084 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 07:54:02 +00:00
Kalev Lember 3cc86460bc Simplify portable archive name macros
Avoid using fragile regex and instead match on "%{version}-%{release}"
to do the substitutions.

This should make it both simpler (avoiding separate rhel7 conditional)
and more robust in case the build system sets a different dist tag than
what the regex expected.
2023-06-28 16:25:52 +02:00
Jiri 030257700b 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
2023-06-14 22:01:59 +02:00
Jiri b3dd576ede no longer using system cacerts during build
they are already mv-ed as .upstream in rpms
2023-05-15 17:03:59 +00:00
Jiri 4d9e1a8c47 Minor tuning if generate sources
removed last mentioning of PR3788
documented REPO_ROOT
added print out of final configuration
2023-05-15 16:18:22 +02:00
Jiri Vanek 3afaf1a6a1 Unified tabs and spaces in favor of spaces 2023-05-11 13:48:26 +02:00
Jiri Vanek 75c9dc1ba0 Using newly generated sources 2023-05-10 18:37:36 +02:00
Jiri Vanek ec5e64cc88 Add -f to rm in find in repo
Sme files may require user confirmation which is not necessary
2023-05-10 18:33:54 +02:00
Jiri Vanek 91d6446479 Removed remval of EC from sourcve tarball generation 2023-05-10 18:29:20 +02:00
Andrew John Hughes 630222042b Update to jdk-20.0.1+9
Update release notes to 20.0.1+9
2023-04-26 05:52:32 +01:00
Jiri 796d692239 source package chanegd to archfull; licenses differ 2023-04-15 17:39:24 +02:00
Jiri d115e62674 licences moved to proper sharable noarch 2023-04-15 08:46:28 +02:00
Jiri 4eee0e099a introduced noarch src archive
- replaced nasty handling of icons.
- needed for icons and src reference for rpms (debuginfo, src subpkg)
2023-04-14 18:43:42 +02:00
Jiri d2784d4c00 included missng include_normal_build clausules
around normal staticlibs and devel subpkg
2023-04-14 13:37:53 +02:00
Andrew John Hughes d240da593d Complete update to OpenJDK 20
* Update NEWS
- Update system crypto policy & FIPS patch from new fips-20u tree
 * 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
- Update generate_tarball.sh ICEDTEA_VERSION and add support for passing a boot JDK to the configure run
- Revert changes to generate_tarball.sh which break error handling
- 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
- Revert changes to patch macro which break on older versions of rpm (4.16)
- Revert changes to configure run
- Update CLDR reference data following update to 42 (Rocky Mountain-Normalzeit => Rocky-Mountain-Normalzeit)
- Re-enable disabled translation test
- Automatically turn off building a fresh HotSpot first, if the bootstrap JDK is not the same major version as that being built
2023-04-11 03:19:47 +01:00
Jiri Vanek 42e3f73cba moved from deprecated patchN to patch N 2023-03-29 17:24:40 +02:00
Jiri Vanek ef5d7c5ea4 Commented out tzdata test 2023-03-29 17:22:06 +02:00
Jiri a6509f964a inverted fresh_libjvm behavior to be disabled by default. fails:
Checking build JDK /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot is operational...
+ /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot/bin/java -version
Error occurred during initialization of VM
Unable to load native library: /home/jvanek/rpmbuild/BUILD/java-20-openjdk-20.0.0.0.36-1.rolling.fc37.x86_64/newboot/lib/libjava.so: undefined symbol: JVM_StopThread, version SUNWprivate_1.1
2023-03-28 18:04:38 +02:00
Jiri 9be2102499 Mentioned local issues with fresh_libjvm on 2023-03-28 17:46:39 +02:00
Jiri a8162784f2 moved to jdk20 (fips not yet adapted)
- remvoed already upstreamed patches patch2006,2007,2008,2009
- commented out not yet adapted patch1001 - fips support
- removed --disable-sysconf-nss due to missing patch 1001 from configure
-- todo return both patch1001 and disable-sysconf-nss!
- adapted rh1750419-redhat_alt_java.patch and rh1750419-redhat_alt_java.patch patches
2023-03-28 17:23:52 +02:00
Jiri Vanek a156cc88a8 Adde chengelog and bumped release 2023-02-07 16:41:29 +01:00
Jiri 6d0809a929 Packaging icons for future repack 2023-02-07 12:31:26 +01:00
Petra Mikova 37721ebf23 Update to jdk-19.0.2 release
Update release notes to 19.0.2
Drop JDK-8293834 (CLDR update for Kyiv) which is now upstream
Drop JDK-8294357 (tzdata2022d), JDK-8295173 (tzdata2022e) & JDK-8296108 (tzdata2022f) local patches which are now upstream
Drop JDK-8296715 (CLDR update for 2022f) which is now upstream
Add local patch JDK-8295447 (javac NPE) which was accepted into 19u upstream but not in the GA tag
Add local patches for JDK-8296239 & JDK-8299439 (Croatia Euro update) which are present in 8u, 11u & 17u releases
2023-01-30 22:43:53 +01:00
Petra Mikova 71bf195efd Remove excess ".1" in the release string 2023-01-30 14:22:16 +01:00
Petra Mikova a90eff250d Update in-tree tzdata & CLDR to 2022g with JDK-8296108, JDK-8296715 & JDK-8297804
Update in-tree tzdata & CLDR to 2022g with JDK-8296108, JDK-8296715 & JDK-8297804
Update TestTranslations.java to test the new America/Ciudad_Juarez zone
2023-01-30 14:20:13 +01:00
Petra Mikova ab41a2e52c Fix flatpak builds 2023-01-30 14:05:41 +01:00
Fedora Release Engineering d5f2fa9380 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 13:36:27 +00:00
Jiri 0bc4702463 Added changelog and bumped release for two last commits 2023-01-13 17:31:47 +01:00
Jiri Vanek 487af1eee6 Disbled systemcrypto can not be enabled on cmdline. 2023-01-13 11:50:20 +01:00
Jiri 08fc1475e0 Necessary parts moved from rpm-like install to build 2023-01-12 14:36:58 +01:00
Petra Mikova 6b8908cd5f Drop unused tapsets from sources 2022-12-13 11:06:38 +01:00
Petra Mikova 6c34d9bb20 Merge remote-tracking branch 'review/rawhide-portable' into rawhide 2022-12-13 10:29:09 +01:00
Gwyn Ciesla 024660ef3a Added the README 2022-12-08 15:16:47 +00:00
Petra Mikova d1cba6b8ce Remove testing declarations 2022-12-08 11:18:37 +01:00
Petra Mikova effc0de03e Remove dot from devel summary (fixes rpmlint complaint) 2022-12-07 15:23:56 +01:00
Petra Mikova 6d8bc6032d Make the build portable
Added changes in build phase etc.
2022-12-07 14:29:40 +01:00
Petra Mikova c90102f66e WIP: Make the package portable
Change package name, change requires and sources
2022-12-07 13:51:10 +01:00
Petra Mikova 4cf88e940e Rename spec file 2022-12-07 13:19:50 +01:00
Andrew Hughes 2f0e5bd821 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
2022-10-26 18:44:13 +01:00
Andrew Hughes 69b27c2585 Update to jdk-19.0.1 release
Update release notes to 19.0.1
2022-10-20 02:51:58 +01:00