Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-11-openjdk for openSUSE:Factory
checked in at 2021-04-26 16:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-11-openjdk.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-11-openjdk"
Mon Apr 26 16:38:26 2021 rev:44 rq:887256 version:11.0.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes
2021-03-24 16:10:03.995757312 +0100
+++
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.12324/java-11-openjdk.changes
2021-04-26 16:38:34.589975557 +0200
@@ -1,0 +2,406 @@
+Wed Apr 21 08:24:59 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Update to upstream tag jdk-11.0.11+9 (April 2021, CPU)
+ * Security fixes
+ + JDK-8244473: Contextualize registration for JNDI
+ + JDK-8244543: Enhanced handling of abstract classes
+ + JDK-8249906, CVE-2021-2163, bsc#1185055: Enhance opening JARs
+ + JDK-8250568, CVE-2021-2161, bsc#1185056: Less ambiguous
+ processing
+ + JDK-8253799: Make lists of normal filenames
+ + JDK-8257001: Improve Http Client Support
+ * Other changes
+ + JDK-7107012: sun.jvm.hotspot.code.CompressedReadStream
+ readDouble() conversion to long mishandled
+ + JDK-7146776: deadlock between URLStreamHandler.getHostAddress
+ and file.Handler.openconnection
+ + JDK-8086003: Test fails on OSX with java.lang.RuntimeException
+ 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3'
+ missing
+ + JDK-8168869: jdeps: localized messages don't use proper line
+ breaks
+ + JDK-8180837: SunPKCS11-NSS tests failing with
+ CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
+ + JDK-8202343: Disable TLS 1.0 and 1.1
+ + JDK-8205992: jhsdb cannot attach to Java processes running in
+ Docker containers
+ + JDK-8209193: Fix aarch64-linux compilation after -Wreorder
+ changes
+ + JDK-8210413: AArch64: Optimize div/rem by constant in C1
+ + JDK-8210578: AArch64: Invalid encoding for fmlsvs instruction
+ + JDK-8211051: jdeps usage of --dot-output doesn't provide
+ valid output for modular jar
+ + JDK-8211057: Gensrc step CompileProperties generates unstable
+ CompilerProperties output
+ + JDK-8211150: G1 Full GC not purging code root memory and
+ hence causing memory leak
+ + JDK-8211825: ModuleLayer.defineModulesWithXXX does not setup
+ delegation when module reads automatic module
+ + JDK-8212043: Add floating-point Math.min/max intrinsics
+ + JDK-8212218: [TESTBUG] runtime/ErrorHandling/
+ /TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
+ + JDK-8213116: javax/swing/JComboBox/WindowsComboBoxSize/
+ /WindowsComboBoxSizeTest.java fails in Windows
+ + JDK-8213909: jdeps --print-module-deps should report missing
+ dependences
+ + JDK-8214180: Need better granularity for sleeping
+ + JDK-8214223: tools/jdeps/listdeps/ListModuleDeps.java failed
+ due to missing Lib2 file
+ + JDK-8214230: Classes generated by SystemModulesPlugin.java
+ are not reproducable
+ + JDK-8214741: docs/index.html has no title or copyright
+ + JDK-8215687: [Graal] unit test CheckGraalIntrinsics failed
+ after 8212043
+ + JDK-8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/
+ /resexhausted003/TestDescription.java fails
+ + JDK-8218482: sun/security/krb5/auto/ReplayCachePrecise.java
+ failed - no KrbException thrown
+ + JDK-8218550: Add test omitted from JDK-8212043
+ + JDK-8221584: SIGSEGV in os::PlatformEvent::unpark() in
+ JvmtiRawMonitor::raw_exit while posting method exit event
+ + JDK-8221995: AARCH64: problems with CAS instructions encoding
+ + JDK-8222518: Remove unnecessary caching of Parker object in
+ java.lang.Thread
+ + JDK-8222785: aarch64: add necessary masking for immediate
+ shift counts
+ + JDK-8223186: HotSpot compile warnings from GCC 9
+ + JDK-8225773: jdeps --check produces NPE if there are missing
+ module dependences
+ + JDK-8225805: Java Access Bridge does not close the logger
+ + JDK-8226810: Failed to launch JVM because of
+ NullPointerException occured on System.props
+ + JDK-8229396: jdeps ignores multi-release when
+ generate-module-info used on command line
+ + JDK-8229474: Shenandoah: Cleanup CM::update_roots()
+ + JDK-8232225: Rework the fix for JDK-8071483
+ + JDK-8232905: JFR fails with assertion:
+ assert(t->unflushed_size() == 0) failed: invariant
+ + JDK-8233164: C2 fails with assert(phase->C->get_alias_index(t)
+ == phase->C->get_alias_index(t_adr)) failed: correct memory
+ chain
+ + JDK-8233910: java/awt/ColorClass/AlphaColorTest.java is
+ failing intermittently in nightly lnux-x64 system
+ + JDK-8233912: aarch64: minor improvements of atomic operations
+ + JDK-8234508: VM_HeapWalkOperation::iterate_over_object reads
+ non-strong fields with an on-strong load barrier
+ + JDK-8234742: Improve handshake logging
+ + JDK-8234796: Refactor Handshake::execute to take a more
+ complex type than ThreadClosure
+ + JDK-8235324: Dying objects are published from users of
+ CollectedHeap::object_iterate
+ + JDK-8235351: Lookup::unreflect should bind with the original
+ caller independent of Method's accessible flag
+ + JDK-8237369: Shenandoah: failed vmTestbase/nsk/jvmti/
+ /AttachOnDemand/attach021/TestDescription.java test
+ + JDK-8237392: Shenandoah: Remove unreliable assertion
+ + JDK-8237483: AArch64 C1 OopMap inserted twice fatal error
+ + JDK-8237495: Java MIDI fails with a dereferenced memory error
+ when asked to send a raw 0xF7
+ + JDK-8239355: (dc) Initial value of SO_SNDBUF should allow
+ sending large datagrams (macOS)
+ + JDK-8240353: AArch64: missing support for
+ -XX:+ExtendedDTraceProbes in C1
+ + JDK-8240704: CheckHandles.java failed "AssertionError: Handle
+ use increased by more than 10 percent."
+ + JDK-8240751: Shenandoah: fold ShenandoahTracer definition
+ + JDK-8240795: [REDO] 8238384 CTW: C2 compilation fails with
+ "assert(store != load->find_exact_control(load->in(0)))
+ failed: dependence cycle found"
+ + JDK-8241598: Upgrade JLine to 3.14.0
+ + JDK-8241649: Optimize Character.toString
+ + JDK-8241770: Module xxxAnnotation() methods throw NCDFE if
+ module-info.class found as resource in unnamed module
+ + JDK-8241911: AArch64: Fix a potential register clash issue in
+ reduce_add2I
+ + JDK-8242030: Wrong package declarations in jline classes after
+ JDK-8241598
+ + JDK-8242565: Policy initialization issues when the denyAfter
+ constraint is enabled
+ + JDK-8243618: compiler/rtm/cli tests can be run w/o WhiteBox
+ + JDK-8243670: Unexpected test result caused by C2
+ MergeMemNode::Ideal
+ + JDK-8244088: [Regression] Switch of Gnome theme ends up in
+ deadlocked UI
+ + JDK-8244154: Update SunPKCS11 provider with PKCS11 v3.0 header
+ files
+ + JDK-8244340: Handshake processing thread lacks yielding
+ + JDK-8244573: java.lang.ArrayIndexOutOfBoundsException thrown
+ for malformed class file
+ + JDK-8244683: A TSA server used by tests
+ + JDK-8245005: javax/net/ssl/compatibility/BasicConnectTest.java
+ failed with No enum constant
+ + JDK-8245026: PsAdaptiveSizePolicy::_old_gen_policy_is_ready is
+ unused
+ + JDK-8245283: JFR: Can't handle constant dynamic used by Jacoco
+ agent
+ + JDK-8245512: CRC32 optimization using AVX512 instructions
+ + JDK-8245527: LDAP Channel Binding support for Java
+ GSS/Kerberos
+ + JDK-8246707: (sc) SocketChannel.read/write throws
+ AsynchronousCloseException on closed channel
+ + JDK-8246709: sun/security/tools/jarsigner/
+ /TsacertOptionTest.java compilation failed after JDK-8244683
+ + JDK-8247200: assert((unsigned)fpargs < 32)
+ + JDK-8247766: [aarch64] guarantee(val < (1U << nbits))
+ failed: Field too big for insn.
+ + JDK-8248336: AArch64: C2: offset overflow in
+ BoxLockNode::emit
+ + JDK-8248865: Document JNDI/LDAP timeout properties
+ + JDK-8248901: Signed immediate support in
+ .../share/assembler.hpp is broken.
+ + JDK-8249543: Force DirectBufferAllocTest to run with
+ -ExplicitGCInvokesConcurrent
+ + JDK-8249588: libwindowsaccessbridge issues on 64bit Windows
+ + JDK-8249749: modify a primitive array through a stream and a
+ for cycle causes jre crash
+ + JDK-8249787: Make TestGCLocker more resilient with concurrent
+ GCs
+ + JDK-8249867: xml declaration is not followed by a newline
+ + JDK-8250911: [windows] os::pd_map_memory() error detection
+ broken
+ + JDK-8251255: [linux] Add process-memory information to hs-err
+ and VM.info
+ + JDK-8251359: Shenandoah: filter null oops before calling
+ enqueue/SATB barrier
+ + JDK-8251925: C2: RenaissanceStressTest fails with
+ assert(!had_error): bad dominance
+ + JDK-8251944: Add Shenandoah test config to
+ compiler/gcbarriers/UnsafeIntrinsicsTest.java
+ + JDK-8251992: VM crashed running TestComplexAddrExpr.java test
+ with -XX:UseAVX=X
+ + JDK-8253220: Epsilon: clean up unused code/declarations
+ + JDK-8253274: The CycleDMImagetest brokes the system
+ + JDK-8253353: Crash in C2: guarantee(n != NULL) failed: No Node
+ + JDK-8253368: TLS connection always receives close_notify
+ exception
+ + JDK-8253404: C2: assert(C->live_nodes() <=
+ C->max_node_limit()) failed: Live Node limit exceeded limit
+ + JDK-8253409: Double-rounding possibility in float fma
+ + JDK-8253476: TestUseContainerSupport.java fails on some Linux
+ kernels w/o swap limit capabilities
+ + JDK-8253524: C2: Refactor code that clones predicates during
+ loop unswitching
+ + JDK-8253644: C2: assert(skeleton_predicate_has_opaque(iff))
+ failed: unexpected
+ + JDK-8253681: closed java/awt/dnd/MouseEventAfterStartDragTest/
+ /MouseEventAfterStartDragTest.html test failed
+ + JDK-8253702: BigSur version number reported as 10.16, should
+ be 11.nn
+ + JDK-8253756: C2 CompilerThread0 crash in Node::add_req(Node*)
+ + JDK-8254104: MethodCounters must exist before nmethod is
+ installed
+ + JDK-8254734: "dead loop detected" assert failure with patch
+ from 8223051
+ + JDK-8254748: Bad Copyright header format after JDK-8212218
+ + JDK-8254799: runtime/ErrorHandling/
+ /TestHeapDumpOnOutOfMemoryError.java fails with release VMs
+ + JDK-8255058: C1: assert(is_virtual()) failed: type check
++++ 212 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes
++++ and
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.12324/java-11-openjdk.changes
Old:
----
8b3498547395.tar.bz2
New:
----
15862747ee15.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-11-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.SrevpP/_old 2021-04-26 16:38:35.693977315 +0200
+++ /var/tmp/diff_new_pack.SrevpP/_new 2021-04-26 16:38:35.693977315 +0200
@@ -33,13 +33,13 @@
# Standard JPackage naming and versioning defines.
%global featurever 11
%global interimver 0
-%global updatever 10
+%global updatever 11
%global patchver 0
-%global datever 2021-01-19
+%global datever 2021-04-20
%global buildver 9
%global hg_project jdk-updates
%global hg_repository jdk11u
-%global hg_revision 8b3498547395
+%global hg_revision 15862747ee15
%global icedtea_sound_version 1.0.1
# JavaEE modules
%global java_atk_wrapper_version 0.33.2
@@ -281,12 +281,6 @@
# Requires rest of java
Requires: %{name}-headless = %{version}-%{release}
Requires: fontconfig
-# mozilla-nss has to be installed to prevent
-# java.security.ProviderException: Could not initialize NSS
-# ...
-# java.io.FileNotFoundException: /usr/lib64/libnss3.so
-#was bnc#634793
-Requires: mozilla-nss
Requires(post): file
# Standard JPackage base provides.
Provides: java = %{javaver}
@@ -352,6 +346,12 @@
Group: Development/Languages/Java
Requires: jpackage-utils
Requires(post): java-ca-certificates
+# mozilla-nss has to be installed to prevent
+# java.security.ProviderException: Could not initialize NSS
+# ...
+# java.io.FileNotFoundException: /usr/lib64/libnss3.so
+#was bnc#634793
+Requires: mozilla-nss
# Post requires update-alternatives to install tool update-alternatives.
Requires(post): update-alternatives
# Postun requires update-alternatives to uninstall tool update-alternatives.
++++++ 8b3498547395.tar.bz2 -> 15862747ee15.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/java-11-openjdk/8b3498547395.tar.bz2
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.12324/15862747ee15.tar.bz2
differ: char 11, line 1