Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-15-openjdk for openSUSE:Factory
checked in at 2022-02-04 21:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-15-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-15-openjdk.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-15-openjdk"
Fri Feb 4 21:49:19 2022 rev:8 rq:951502 version:15.0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-15-openjdk/java-15-openjdk.changes
2021-10-21 23:56:09.380044931 +0200
+++
/work/SRC/openSUSE:Factory/.java-15-openjdk.new.1898/java-15-openjdk.changes
2022-02-04 21:52:32.879089098 +0100
@@ -1,0 +2,132 @@
+Fri Feb 4 06:49:52 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Update to upstream tag jdk-15.0.6+5 (January 2022 CPU)
+ * Security fixes:
+ + JDK-8268494: Better inlining of inlined interfaces
+ + JDK-8270386, CVE-2022-21291, bsc#1194925: Better verification
+ of scan methods
+ + JDK-8269151: Better construction of EncryptedPrivateKeyInfo
+ + JDK-8273968: JCK javax_xml tests fail in CI
+ + JDK-8270416, CVE-2022-21294, bsc#1194934: Enhance construction
+ of Identity maps
+ + JDK-8270392, CVE-2022-21293, bsc#1194935: Improve String
+ constructions
+ + JDK-8270498, CVE-2022-21296, bsc#1194932: Improve SAX Parser
+ configuration management
+ + JDK-8268488: More valuable DerValues
+ + JDK-8274096, CVE-2022-21366, bsc#1194927: Improve decoding of
+ image files
+ + JDK-8272272: Enhance jcmd communication
+ + JDK-8272462: Enhance image handling
+ + JDK-8273308: PatternMatchTest.java fails on CI
+ + JDK-8268813, CVE-2022-21283, bnc#1194937: Better String
+ matching
+ + JDK-8272014, CVE-2022-21305, bsc#1194939: Better array
+ indexing
+ + JDK-8273838, CVE-2022-21365, bsc#1194928: Enhanced BMP
+ processing
+ + JDK-8270952, CVE-2022-21277, bsc#1194930: Improve TIFF file
+ handling
+ + JDK-8271962: Better TrueType font loading
+ + JDK-8273756, CVE-2022-21360, bsc#1194929: Enhance BMP image
+ support
+ + JDK-8271968: Better canonical naming
+ + JDK-8271987: Manifest improved manifest entries
+ + JDK-8270646, CVE-2022-21299, bsc#1194931: Improved scanning of
+ XML entities
+ + JDK-8269944: Better HTTP transport redux
+ + JDK-8268512: More content for ContentInfo
+ + JDK-8273290: Enhance sound handling
+ + JDK-8272236, CVE-2022-21341, bsc#1194941: Improve serial forms
+ for transport
+ + JDK-8264934, CVE-2022-21248, bnc#1194926: Enhance cross VM
+ serialization
+ + JDK-8272026, CVE-2022-21340, bsc#1194940: Verify Jar
+ Verification
+ + JDK-8270492, CVE-2022-21282, bsc#1194933: Better resolution of
+ URIs
+ * Other changes:
+ + JDK-8226810: Failed to launch JVM because of
+ NullPointerException occured on System.props
+ + JDK-8256066: Tests use deprecated TestNG API that is no
+ longer available in new versions
+ + JDK-8251329: (zipfs) Files.walkFileTree walks infinitely if
+ zip has dir named "." inside
+ + JDK-8266545: 8261169 broke Harfbuzz build with gcc 7 and 8
+ + JDK-8261169: Upgrade HarfBuzz to the latest 2.8.0
+ + JDK-8247872: Upgrade HarfBuzz to the latest 2.7.2
+ + JDK-8266761: AssertionError in
+ sun.net.httpserver.ServerImpl.responseCompleted
+ + JDK-8268620: InfiniteLoopException test may fail on x86
+ platforms
+ + JDK-8255790: GTKL&F: Java 16 crashes on initialising GTKL&F
+ on Manjaro Linux
+ + JDK-8272332: --with-harfbuzz=system doesn't add -lharfbuzz
+ after JDK-8255790
+ + JDK-8248865: Document JNDI/LDAP timeout properties
+ + JDK-8262316: Reducing locks in RSA Blinding
+ + JDK-8273026: Slow LoginContext.login() on multi threading
+ application
+ + JDK-8250894: Provide a configure option to build and run
+ against the platform libharfbuzz
+ + JDK-8250605: Linux x86_32 builds fail after JDK-8249821
+ + JDK-8249821: Separate libharfbuzz from libfontmanager
+ + JDK-8254270: linux 32 bit build doesn't compile
+ libjdwp/log_messages.c
+ + JDK-8274293: Build failure on macOS with Xcode 13.0 as vfork
+ is deprecated
+ + JDK-8276536: Update TimeZoneNames files to follow the changes
+ made by JDK-8275766
+ + JDK-8270533: AArch64: size_fits_all_mem_uses should return
+ false if its output is a CAS
+ + JDK-8273826: Correct Manifest file name and NPE checks
+ + JDK-8275766: (tz) Update Timezone Data to 2021e
+ + JDK-8275849: TestZoneInfo310.java fails with tzdata2021e
+ + JDK-8266949: Check possibility to disable OperationTimedOut
+ on Unix
+ + JDK-8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)
+ + JDK-8196100: javax/swing/text/JTextComponent/5074573/
+ /bug5074573.java fails
+ + JDK-8273790: Potential cyclic dependencies between Gregorian
+ and CalendarSystem
+ + JDK-8253421: Initialize JFR trace-IDs with zero
+ + JDK-8270893: IndexOutOfBoundsException while reading large
+ TIFF file
+ + JDK-8274779: HttpURLConnection: HttpClient and HttpsClient
+ incorrectly check request method when set to POST
+ + JDK-8190753: (zipfs): Accessing a large entry (> 2^31 bytes)
+ leads to a negative initial size for ByteArrayOutputStream
+ + JDK-8274407: (tz) Update Timezone Data to 2021c
+ + JDK-8274467: TestZoneInfo310.java fails with tzdata2021b
+ + JDK-8274468: TimeZoneTest.java fails with tzdata2021b
+ + JDK-8274501: c2i entry barriers read int as long on AArch64
+ + JDK-8269850: Most JDK releases report macOS version 12 as
+ 10.16 instead of 12.0
+ + JDK-8253702: BigSur version number reported as 10.16, should
+ be 11.nn
+ + JDK-8225083: Remove Google certificate that is expiring in
+ December 2021
+ + JDK-8225082: Remove IdenTrust certificate that is expiring in
+ September 2021
+ + JDK-8274840: Update OS detection code to recognize Windows 11
+ + JDK-8273229: Update OS detection code to recognize Windows
+ Server 2022
+ + JDK-8273575: memory leak in appendBootClassPath(), paths must
+ be deallocated
+ + JDK-8269179: Crash in
+ TestMacroLogicVector::testSubWordBoolean: assert(_base >=
+ VectorMask && _base <= VectorZ) failed: Not a Vector
+ + JDK-8274381: missing CAccessibility definitions in JNI code
+ + JDK-8274435: EXCEPTION_ACCESS_VIOLATION in
+ BFSClosure::closure_impl
+ + JDK-8266206: Build failure after JDK-8264752 with older GCCs
+ + JDK-8264752: SIGFPE crash with option
+ FlightRecorderOptions:threadbuffersize=30M
+ + JDK-8273358: macOS Monterey does not have the font Times
+ needed by Serif
+ + JDK-8274056: JavaAccessibilityUtilities leaks JNI objects
+- Modified patch:
+ * system-pcsclite.patch
+ + Rediff to changed context
+
+-------------------------------------------------------------------
Old:
----
jdk-15.0.5+3.tar.gz
New:
----
jdk-15.0.6+5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-15-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.FSlV3x/_old 2022-02-04 21:52:35.019074378 +0100
+++ /var/tmp/diff_new_pack.FSlV3x/_new 2022-02-04 21:52:35.023074351 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,13 +32,13 @@
# Standard JPackage naming and versioning defines.
%global featurever 15
%global interimver 0
-%global updatever 5
+%global updatever 6
%global patchver 0
-%global datever 2021-10-19
-%global buildver 3
+%global datever 2022-01-18
+%global buildver 5
%global openjdk_repo jdk15u
-%global openjdk_tag jdk-15.0.5+3
-%global openjdk_dir jdk15u-jdk-15.0.5-3
+%global openjdk_tag
jdk-%{featurever}.%{interimver}.%{updatever}+%{buildver}
+%global openjdk_dir
%{openjdk_repo}-jdk-%{featurever}.%{interimver}.%{updatever}-%{buildver}
# JavaEE modules
%global java_atk_wrapper_version 0.33.2
%global java_activation_repository activation
++++++ jdk-15.0.5+3.tar.gz -> jdk-15.0.6+5.tar.gz ++++++
/work/SRC/openSUSE:Factory/java-15-openjdk/jdk-15.0.5+3.tar.gz
/work/SRC/openSUSE:Factory/.java-15-openjdk.new.1898/jdk-15.0.6+5.tar.gz
differ: char 47, line 1
++++++ system-pcsclite.patch ++++++
--- /var/tmp/diff_new_pack.FSlV3x/_old 2022-02-04 21:52:35.263072700 +0100
+++ /var/tmp/diff_new_pack.FSlV3x/_new 2022-02-04 21:52:35.263072700 +0100
@@ -1,16 +1,16 @@
--- jdk15/make/autoconf/lib-bundled.m4 2020-05-07 13:35:09.825368428 +0200
+++ jdk15/make/autoconf/lib-bundled.m4 2020-05-07 13:37:41.358280752 +0200
-@@ -40,6 +40,7 @@
- LIB_SETUP_LIBPNG
+@@ -41,6 +41,7 @@
LIB_SETUP_ZLIB
LIB_SETUP_LCMS
+ LIB_SETUP_HARFBUZZ
+ LIB_SETUP_PCSCLITE
])
################################################################################
-@@ -263,3 +264,41 @@
- AC_SUBST(LCMS_CFLAGS)
- AC_SUBST(LCMS_LIBS)
+@@ -304,3 +305,41 @@
+ AC_SUBST(HARFBUZZ_CFLAGS)
+ AC_SUBST(HARFBUZZ_LIBS)
])
+
+################################################################################
@@ -52,7 +52,7 @@
+])
--- jdk15/make/autoconf/spec.gmk.in 2020-05-07 13:35:09.825368428 +0200
+++ jdk15/make/autoconf/spec.gmk.in 2020-05-07 13:37:41.358280752 +0200
-@@ -769,6 +769,7 @@
+@@ -761,6 +761,7 @@
ENABLE_INTREE_EC:=@ENABLE_INTREE_EC@
USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@