forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
781cd09ca3
commit
737ea32fef
@ -5,7 +5,7 @@ Wed Sep 19 08:36:31 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
- Added security fixes:
|
||||
* 8197871.patch
|
||||
+ S8197871: Support Derby connections (CVE-2018-2938,
|
||||
bsc#1101644)
|
||||
bsc#1101644)
|
||||
* 8197925.patch
|
||||
+ S8197925: Better stack walking (CVE-2018-2940, bsc#1101645)
|
||||
* 8199547.patch
|
||||
@ -23,49 +23,49 @@ Wed Sep 19 08:36:31 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
+ S8038636: speculative traps break when classes are redefined
|
||||
* 8051972.patch
|
||||
+ S8051972: sun/security/pkcs11/ec/ReadCertificates.java fails
|
||||
intermittently
|
||||
intermittently
|
||||
* 8055008.patch
|
||||
+ S8055008: Clean up code that saves the previous versions of
|
||||
redefined classes
|
||||
redefined classes
|
||||
+ S8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
|
||||
+ S8057570: RedefineClasses() tests fail
|
||||
assert(((Metadata*)obj)->is_valid()) failed: obj is valid
|
||||
assert(((Metadata*)obj)->is_valid()) failed: obj is valid
|
||||
* 8074373.patch
|
||||
+ S8074373: NMT is not enabled if NMT option is specified after
|
||||
class path specifiers
|
||||
class path specifiers
|
||||
* 8076117.patch
|
||||
+ S8076117: EndEntityChecker should not process custom
|
||||
extensions after PKIX validation
|
||||
extensions after PKIX validation
|
||||
* 8157898.patch
|
||||
+ S8157898: SupportedDSAParamGen.java failed with timeout
|
||||
* 8169201.patch
|
||||
+ S8169201: Montgomery multiply intrinsic should use correct
|
||||
name
|
||||
name
|
||||
* 8170035.patch
|
||||
+ S8170035: When determining the ciphersuite lists, there is no
|
||||
debug output for disabled suites.
|
||||
debug output for disabled suites.
|
||||
* 8176183.patch
|
||||
+ S8176183: sun/security/mscapi/SignedObjectChain.java fails on
|
||||
Windows
|
||||
Windows
|
||||
* 8187635.patch
|
||||
+ S8187635: On Windows Swing changes keyboard layout on a
|
||||
window activation
|
||||
window activation
|
||||
* 8188223.patch
|
||||
+ S8188223: IfNode::range_check_trap_proj() should handler
|
||||
dying subgraph with single if proj
|
||||
dying subgraph with single if proj
|
||||
* 8196224.patch
|
||||
+ S8196224: Even better Internet address support
|
||||
* 8196491.patch
|
||||
+ S8196491: Newlines in JAXB string values of SOAP-requests are
|
||||
escaped to "
"
|
||||
escaped to "
"
|
||||
* 8196854.patch
|
||||
+ S8196854: TestFlushableGZIPOutputStream failing with
|
||||
IndexOutOfBoundsException
|
||||
IndexOutOfBoundsException
|
||||
* 8197943.patch
|
||||
+ S8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
|
||||
* 8198794.patch
|
||||
+ S8198794: Hotspot crash on Cassandra 3.11.1 startup with
|
||||
libnuma 2.0.3
|
||||
libnuma 2.0.3
|
||||
* 8199406.patch
|
||||
+ S8199406: Performance drop with Java JDK 1.8.0_162-b32
|
||||
* 8200359.patch
|
||||
@ -80,7 +80,7 @@ Wed Sep 19 08:36:31 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
+ S8203233: (tz) Upgrade time-zone data to tzdata2018e
|
||||
* 8203368.patch
|
||||
+ S8203368: ObjectInputStream filterCheck method throws
|
||||
NullPointerException
|
||||
NullPointerException
|
||||
* 8205491.patch
|
||||
+ S8205491: adjust reflective access checks
|
||||
|
||||
|
@ -203,7 +203,8 @@ Patch1000: icedtea-3.0.1-sunec.patch
|
||||
Patch1001: java-1_8_0-openjdk-suse-desktop-files.patch
|
||||
Patch2001: disable-doclint-by-default.patch
|
||||
Patch2002: aarch64.patch
|
||||
#
|
||||
|
||||
# Oracle July 2018 CPU backport to jdk8u171
|
||||
Patch5000: 8038636.patch
|
||||
Patch5001: 8051972.patch
|
||||
Patch5002: 8055008.patch
|
||||
@ -234,7 +235,7 @@ Patch5026: 8202996.patch
|
||||
Patch5027: 8203233.patch
|
||||
Patch5028: 8203368.patch
|
||||
Patch5029: 8205491.patch
|
||||
#
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
Loading…
x
Reference in New Issue
Block a user