------------------------------------------------------------ revno: 623 committer: Matthias Klose <[email protected]> branch nick: openjdk7 timestamp: Tue 2019-03-26 18:10:08 +0100 message: check in delta for the 7u181-2.6.14-1 upload removed: patches/hotspot-powerpcspe.diff modified: changelog patches/it-patch-updates.diff rules
-- lp:~openjdk/openjdk/openjdk7 https://code.launchpad.net/~openjdk/openjdk/openjdk7 Your team Debian Java Maintainers is subscribed to branch lp:~openjdk/openjdk/openjdk7. To unsubscribe from this branch go to https://code.launchpad.net/~openjdk/openjdk/openjdk7/+edit-subscription
=== modified file 'changelog' --- changelog 2018-04-02 09:29:14 +0000 +++ changelog 2019-03-26 17:10:08 +0000 @@ -1,3 +1,35 @@ +openjdk-7 (7u181-2.6.14-1) experimental; urgency=medium + + * IcedTea release 2.6.14 (based on 7u181). Closes: #898976. + * Security fixes: + - S8162488: JDK should be updated to use LittleCMS 2.8 + - S8180881: Better packaging of deserialization + - S8182362: Update CipherOutputStream Usage + - S8183032: Upgrade to LittleCMS 2.9 + - S8189123: More consistent classloading + - S8189969, CVE-2018-2790: Manifest better manifest entries + - S8189977, CVE-2018-2795: Improve permission portability + - S8189981, CVE-2018-2796: Improve queuing portability + - S8189985, CVE-2018-2797: Improve tabular data portability + - S8189989, CVE-2018-2798: Improve container portability + - S8189993, CVE-2018-2799: Improve document portability + - S8189997, CVE-2018-2794: Enhance keystore mechanisms + - S8190478: Improved interface method selection + - S8190877: Better handling of abstract classes + - S8191696: Better mouse positioning + - S8192025, CVE-2018-2814: Less referential references + - S8192030: Better MTSchema support + - S8192757, CVE-2018-2815: Improve stub classes implementation + - S8193409: Improve AES supporting classes + - S8193414: Improvements in MethodType lookups + - S8193833, CVE-2018-2800: Better RMI connection support + * debian/patches/it-patch-updates.diff: + - Refreshed. + * debian/patches/hotspot-powerpcspe.diff: + - Removed, fixed upstream. + + -- Emilio Pozuelo Monfort <[email protected]> Fri, 08 Jun 2018 12:23:38 +0200 + openjdk-7 (7u171-2.6.13-1) experimental; urgency=high [ Tiago Stürmer Daitx ] === removed file 'patches/hotspot-powerpcspe.diff' --- patches/hotspot-powerpcspe.diff 2014-07-06 14:43:48 +0000 +++ patches/hotspot-powerpcspe.diff 1970-01-01 00:00:00 +0000 @@ -1,11 +0,0 @@ ---- openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp~ 2014-06-05 23:19:11.000000000 +0200 -+++ openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp 2014-07-06 11:34:53.133326845 +0200 -@@ -36,7 +36,7 @@ - - // Atomically copy 64 bits of data - static void atomic_copy64(volatile void *src, volatile void *dst) { --#if defined(PPC32) -+#if defined(PPC32) && !defined(__NO_FPRS__) - double tmp; - asm volatile ("lfd %0, 0(%1)\n" - "stfd %0, 0(%2)\n" === modified file 'patches/it-patch-updates.diff' --- patches/it-patch-updates.diff 2015-10-30 15:18:48 +0000 +++ patches/it-patch-updates.diff 2019-03-26 17:10:08 +0000 @@ -1,38 +1,9 @@ Description: IcedTea patch updates (regenerate patches) Author: Matthias Klose <[email protected]> -Last-Update: 2014-07-06 +Last-Update: 2018-06-08 --- a/patches/boot/bootstrap-tools.patch +++ b/patches/boot/bootstrap-tools.patch -@@ -1,7 +1,8 @@ --diff -Nru openjdk-boot.orig/corba/make/common/shared/Defs-java.gmk openjdk-boot/corba/make/common/shared/Defs-java.gmk ----- openjdk-boot.orig/corba/make/common/shared/Defs-java.gmk 2012-06-29 15:19:55.000000000 +0100 --+++ openjdk-boot/corba/make/common/shared/Defs-java.gmk 2012-06-29 18:52:40.584723407 +0100 --@@ -131,26 +131,14 @@ -+Index: openjdk-boot/corba/make/common/shared/Defs-java.gmk -+=================================================================== -+--- openjdk-boot/corba/make/common/shared/Defs-java.gmk.orig -++++ openjdk-boot/corba/make/common/shared/Defs-java.gmk -+@@ -137,26 +137,14 @@ TARGET_CLASS_VERSION = 7 - CLASS_VERSION = -target $(TARGET_CLASS_VERSION) - JAVACFLAGS += $(CLASS_VERSION) - JAVACFLAGS += -encoding ascii -@@ -33,10 +34,11 @@ - - # Override of what javac to use (see deploy workspace) - ifdef JAVAC --diff -Nru openjdk-boot.orig/jdk/make/common/shared/Defs-java.gmk openjdk-boot/jdk/make/common/shared/Defs-java.gmk ----- openjdk-boot.orig/jdk/make/common/shared/Defs-java.gmk 2012-06-29 15:21:00.000000000 +0100 --+++ openjdk-boot/jdk/make/common/shared/Defs-java.gmk 2012-06-29 18:53:43.337711469 +0100 --@@ -168,27 +168,15 @@ -+Index: openjdk-boot/jdk/make/common/shared/Defs-java.gmk -+=================================================================== -+--- openjdk-boot/jdk/make/common/shared/Defs-java.gmk.orig -++++ openjdk-boot/jdk/make/common/shared/Defs-java.gmk -+@@ -173,27 +173,15 @@ NO_PROPRIETARY_API_WARNINGS = -XDignore. - - # Langtools - ifdef LANGTOOLS_DIST @@ -60,7 +62,7 @@ JAVAH_CMD = $(JAVA_TOOLS_DIR)/javah \ $(JAVAHFLAGS) === modified file 'rules' --- rules 2018-04-02 09:29:14 +0000 +++ rules 2019-03-26 17:10:08 +0000 @@ -363,7 +363,6 @@ debian/patches/hotspot-sparc-arch.diff \ debian/patches/hotspot-no-march-i586.diff \ debian/patches/zero-opt.diff \ - debian/patches/hotspot-powerpcspe.diff \ debian/patches/hotspot-mips-align.diff \ debian/patches/zero-x32.diff \ debian/patches/zero-sparc.diff
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
