Fridrich Strba 2018-09-19 09:21:29 +00:00 committed by Git OBS Bridge
parent 01e9c02ed6
commit 781cd09ca3

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Wed Sep 19 08:36:31 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Backport Oracle July 2018 CPU
- Added security fixes:
* 8197871.patch
+ S8197871: Support Derby connections (CVE-2018-2938,
bsc#1101644)
* 8197925.patch
+ S8197925: Better stack walking (CVE-2018-2940, bsc#1101645)
* 8199547.patch
+ S8199547: Exception to Pattern Syntax (CVE-2018-2952,
bsc#1101651)
* 8200666.patch
+ S8200666: Improve LDAP support (CVE-2018-2973, bsc#1101656)
- Added security-in-depth fixes:
* 8191239.patch
+ S8191239: Improve desktop file usage
* 8193419.patch
+ S8193419: Better Internet address support
- Added patches:
* 8038636.patch
+ S8038636: speculative traps break when classes are redefined
* 8051972.patch
+ S8051972: sun/security/pkcs11/ec/ReadCertificates.java fails
intermittently
* 8055008.patch
+ S8055008: Clean up code that saves the previous versions of
redefined classes
+ S8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
+ S8057570: RedefineClasses() tests fail
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
* 8076117.patch
+ S8076117: EndEntityChecker should not process custom
extensions after PKIX validation
* 8157898.patch
+ S8157898: SupportedDSAParamGen.java failed with timeout
* 8169201.patch
+ S8169201: Montgomery multiply intrinsic should use correct
name
* 8170035.patch
+ S8170035: When determining the ciphersuite lists, there is no
debug output for disabled suites.
* 8176183.patch
+ S8176183: sun/security/mscapi/SignedObjectChain.java fails on
Windows
* 8187635.patch
+ S8187635: On Windows Swing changes keyboard layout on a
window activation
* 8188223.patch
+ S8188223: IfNode::range_check_trap_proj() should handler
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 "&#xa;"
* 8196854.patch
+ S8196854: TestFlushableGZIPOutputStream failing with
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
* 8199406.patch
+ S8199406: Performance drop with Java JDK 1.8.0_162-b32
* 8200359.patch
+ S8200359: (tz) Upgrade time-zone data to tzdata2018d
* 8201433.patch
+ S8201433: Fix potential crash in BufImg_SetupICM
* 8202585.patch
+ S8202585: JDK 8u181 l10n resource file update
* 8202996.patch
+ S8202996: Remove debug print statements from RMI fix
* 8203233.patch
+ S8203233: (tz) Upgrade time-zone data to tzdata2018e
* 8203368.patch
+ S8203368: ObjectInputStream filterCheck method throws
NullPointerException
* 8205491.patch
+ S8205491: adjust reflective access checks
-------------------------------------------------------------------
Fri Jun 1 12:14:41 UTC 2018 - fstrba@suse.com