diff --git a/.gitignore b/.gitignore index e359707..ed2ebe0 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /jdk-updates-jdk11u-jdk-11.0.12+2-4curve.tar.xz /jdk-updates-jdk11u-jdk-11.0.12+3-4curve.tar.xz /jdk-updates-jdk11u-jdk-11.0.12+4-4curve.tar.xz +/jdk-updates-jdk11u-jdk-11.0.12+6-4curve.tar.xz diff --git a/NEWS b/NEWS index f6d81f8..e146c86 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ Live versions of these release notes can be found at: - JDK-8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll - JDK-8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit() - JDK-8195841: PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen + - JDK-8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails - JDK-8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException - JDK-8206925: Support the certificate_authorities extension - JDK-8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty @@ -82,6 +83,7 @@ Live versions of these release notes can be found at: - JDK-8236859: WebSocket over authenticating proxy fails with NPE - JDK-8236992: AArch64: remove redundant load_klass in itable stub - JDK-8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: [] + - JDK-8237804: sun/security/mscapi tests fail with "Key pair not generated, alias already exists" - JDK-8238175: CTW: Class.getDeclaredMethods fails with assert(k->is_subclass_of(SystemDictionary::Throwable_klass())) failed: invalid exception class - JDK-8238567: SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers - JDK-8238812: assert(false) failed: bad AD file @@ -93,6 +95,7 @@ Live versions of these release notes can be found at: - JDK-8241082: Upgrade IANA Language Subtag Registry data to 03-16-2020 version - JDK-8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873 - JDK-8241101: [s390] jtreg test failure after JDK-8238696: not conformant features string + - JDK-8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93) - JDK-8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset - JDK-8241475: AArch64: Add missing support for PopCountVI node - JDK-8241829: Cleanup the code for PrinterJob on windows @@ -123,6 +126,7 @@ Live versions of these release notes can be found at: - JDK-8249142: java/awt/FontClass/CreateFont/DeleteFont.sh is unstable - JDK-8249189: AARCH64: more L2I conversions can be skipped - JDK-8249719: MethodHandle performance suffers from bad ResolvedMethodTable hash function + - JDK-8249875: GCC 10 warnings -Wtype-limits with JFR code - JDK-8250635: MethodArityHistogram should use Compile_lock in favour of fancy checks - JDK-8250876: Fix issues with cross-compile on macos - JDK-8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits @@ -140,6 +144,7 @@ Live versions of these release notes can be found at: - JDK-8255086: Update the root locale display names - JDK-8255625: AArch64: Implement Base64.encodeBlock accelerator/intrinsic - JDK-8255763: C2: OSR miscompilation caused by invalid memory instruction placement + - JDK-8255992: JFR EventWriter does not use first string from StringPool with id 0 - JDK-8256037: [TESTBUG] com/sun/jndi/dns/ConfigTests/PortUnreachable.java fails due to the hard coded threshold is small - JDK-8256244: java/lang/ProcessHandle/PermissionTest.java fails with TestNG 7.1 - JDK-8256287: [windows] add loop fuse to map_or_reserve_memory_aligned @@ -257,6 +262,7 @@ Live versions of these release notes can be found at: - JDK-8265239: Shenandoah: Shenandoah heap region count could be off by 1 - JDK-8265417: Backport of JDK-8249672 breaks Solaris x86 build - JDK-8265421: java/lang/String/StringRepeat.java test is missing a memory requirement + - JDK-8265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Secmod - JDK-8265537: x86 version string truncated after JDK-8249672 11u backport - JDK-8265666: Enable AIX build platform to make external debug symbols - JDK-8265677: CMS: CardTableBarrierSet::write_ref_array_work() lacks storestore barrier @@ -272,7 +278,11 @@ Live versions of these release notes can be found at: - JDK-8266892: avoid maybe-uninitialized gcc warnings on linux s390x - JDK-8266929: Unable to use algorithms from 3p providers - JDK-8267235: [macos_aarch64] InterpreterRuntime::throw_pending_exception messing up LR results in crash + - JDK-8267561: Shenandoah: Reference processing not properly setup for outside of cycle degenerated GC + - JDK-8267599: Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u - JDK-8267641: [11u] 8227609 backport typo + - JDK-8267721: Enable sun/security/pkcs11 tests for Amazon Linux 2 AArch64 + - JDK-8268678: LetsEncryptCA.java test fails as Let’s Encrypt Authority X3 is retired Notes on individual issues: =========================== diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index fd0f7f3..05134a4 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -342,7 +342,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 4 +%global buildver 6 %global rpmrelease 0 #%%global tagsuffix "" # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit @@ -2314,6 +2314,11 @@ cjc.mainProgram(args) %endif %changelog +* Thu Jul 08 2021 Andrew Hughes - 1:11.0.12.0.6-0.0.ea +- Update to jdk-11.0.12.0+6 +- Update release notes to 11.0.12.0+6 +- Skip 11.0.12.0+5 as 11.0.12.0+6 only adds a test change + * Thu Jul 08 2021 Andrew Hughes - 1:11.0.12.0.4-0.0.ea - Update to jdk-11.0.12.0+4 - Update release notes to 11.0.12.0+4 diff --git a/sources b/sources index 7c6ff5d..af0ae7b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30 -SHA512 (jdk-updates-jdk11u-jdk-11.0.12+4-4curve.tar.xz) = 48c877a3994b4297744c79409fbb7de4f93673558d3846a7784ab62f83d85b11782fc341b5eda4f00a8f77cb9e3766622a793b3b2b4ee98b18998653e4659c47 +SHA512 (jdk-updates-jdk11u-jdk-11.0.12+6-4curve.tar.xz) = c5dc3101d0315b9cd5407f26142c121b0889aa931772212f717ae2c6de3c5071f16cc7b98728993384e3c9d74126c06d532af911429dd7b5baebe52a8e65d015