/hg/icedtea6-hg: 11 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Oct 24 01:47:31 PDT 2012


changeset c1c7d4617bea in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c1c7d4617bea
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Sep 19 23:24:23 2012 +0100

	PR1119: Test explicitly if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener is missing (GCC#42003).

	2012-09-19  Andrew John Hughes  <gnu.andrew at redhat.com>

		PR1119: Only add classes to rt-source-files.txt if the class (or one or more of its methods/fields)
		are actually missing from the boot JDK
		* Makefile.am:
		(ICEDTEA_BOOTSTRAP_CLASSES): Only include
		javax.swing.plaf.basic.BasicDirectoryModel if
		PR42003 is present in the boot JDK.
		* NEWS: List PR1119.  Correct previous use of
		PR1119 which should be PR1121.
		* acinclude.m4:
		(IT_FIND_JAVAC): Add missing requirement of
		IT_CHECK_FOR_JDK.
		(IT_FIND_JAVA): Likewise.
		(IT_FIND_JAVAH): Likewise.
		(IT_FIND_JAR): Likewise.
		(IT_FIND_RMIC): Likewise.
		(IT_FIND_NATIVE2ASCII): Likewise.
		(IT_CHECK_FOR_METHOD): New macro to check
		for a method both at build-time and run-time.
		* configure.ac: Call IT_CHECK_FOR_METHOD
		for javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener.


changeset 36b093404170 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=36b093404170
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Sep 20 16:33:37 2012 +0100

	PR1119: Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel from bootstrap classes.  Unneeded.

	2012-09-20  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_BOOTSTRAP_CLASSES):
		Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.


changeset 99dd5321a045 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=99dd5321a045
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Sep 24 20:32:40 2012 +0100

	Merge in icedtea6-hg for b26


changeset 8bfbcf3a5d93 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=8bfbcf3a5d93
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Sep 25 17:22:04 2012 +0100

	Update to b26 tarball.  Include new changes in b25 & b26 in NEWS.

	2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(OPENJDK_DATE): Updated to that of b26 tarball.
		(OPENJDK_SHA256SUM): Likewise.
		* NEWS:
		Add updates in b25 & b26 not already present
		in previous releases.


changeset d9d8e88ece00 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=d9d8e88ece00
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Sep 25 18:04:11 2012 +0100

	PR1114: Provide option to turn off downloading of tarballs (--disable-downloading)

	2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: List PR1114.

	2012-04-11  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am:
		(download-openjdk): Don't download unless
		enable_downloading is set.
		(download-cacao): Likewise.
		(download-jamvm): Likewise.
		(download-hotspot): Likewise.
		(download-jaxp-drop): Likewise.
		(download-jaxws-drop): Likewise.
		(download-jaf-drop): Likewise.
		* acinclude.m4:
		(IT_CHECK_FOR_DOWNLOADING): New option
		--disable-downloading.
		* configure.ac: Call IT_CHECK_FOR_DOWNLOADING.


changeset 9fe1e3e1d4dc in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=9fe1e3e1d4dc
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Sep 25 18:06:05 2012 +0100

	PR1114: Fix enable_downloading syntax.

	2012-04-12  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am:
		(download-openjdk): Fix syntax.
		(download-cacao): Likewise.
		(download-jamvm): Likewise.
		(download-hotspot): Likewise.
		(download-jaxp-drop): Likewise.
		(download-jaxws-drop): Likewise.
		(download-jaf-drop): Likewise.


changeset b2594f302584 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=b2594f302584
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Sep 25 19:08:50 2012 +0100

	PR1176: Synchronise CACAO rules between IcedTea6/7/8 where possible

	2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: List PR1176.

	2012-09-25  Stefan Ring  <stefan at complang.tuwien.ac.at>

		* patches/cacao/ignore-jdi-tests.patch: Removed.
		* patches/cacao/ignore-tests.patch: Likewise.
		* Makefile.am:
		Synchronize CACAO sections with icedtea7,
		removing test-disabling patches.
		(cacao): Pass -j$(PARALLEL_JOBS) to make.

	2009-11-02  Andrew John Hughes  <ahughes at redhat.com>

		(extract-cacao): Test the actual CACAO source
		directory exists, not just the directory above.
		Use $@ to create stamp.


changeset 362d237b55fa in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=362d237b55fa
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 04:08:07 2012 +0100

	Apply 2012/10/16 security patches.

	2012-10-11  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(SECURITY_PATCHES): Add new patches.
		* patches/ecj/override.patch:
		Add new cases in P11Key and RMIConnectionImpl
		introduced by security patches.
		* patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch,
		* patches/openjdk/p11cipher-6604496-support_ckm_aes_ctr.patch:
		Regenerated to still apply after security patches.
		* patches/security/20121016/6631398.patch,
		* patches/security/20121016/7093490.patch,
		* patches/security/20121016/7143535.patch,
		* patches/security/20121016/7158800.patch,
		* patches/security/20121016/7158801.patch,
		* patches/security/20121016/7158804.patch,
		* patches/security/20121016/7167656.patch,
		* patches/security/20121016/7169884.patch,
		* patches/security/20121016/7169888.patch,
		* patches/security/20121016/7172522.patch,
		* patches/security/20121016/7176337.patch,
		* patches/security/20121016/7186286.patch,
		* patches/security/20121016/7189103.patch,
		* patches/security/20121016/7189490.patch,
		* patches/security/20121016/7189567.patch,
		* patches/security/20121016/7192975.patch,
		* patches/security/20121016/7195194.patch,
		* patches/security/20121016/7195917.patch,
		* patches/security/20121016/7195919.patch,
		* patches/security/20121016/7198296.patch,
		* patches/security/20121016/7198606.patch:
		New patches.


changeset 7b0d155c59eb in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=7b0d155c59eb
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 06:03:58 2012 +0100

	Add latest releases to NEWS.

	2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Add 1.10.10 & 1.11.5 releases.


changeset a91f927b72f2 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a91f927b72f2
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 09:44:50 2012 +0100

	Bump to b27 and remove upstream security patches.

	2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(OPENJDK_VERSION): Bump to next release, b27.
		(SECURITY_PATCHES): Drop security patches now
		available in upstream hg.
		* patches/security/20121016/6631398.patch,
		* patches/security/20121016/7093490.patch,
		* patches/security/20121016/7143535.patch,
		* patches/security/20121016/7158800.patch,
		* patches/security/20121016/7158801.patch,
		* patches/security/20121016/7158804.patch,
		* patches/security/20121016/7167656.patch,
		* patches/security/20121016/7169884.patch,
		* patches/security/20121016/7169888.patch,
		* patches/security/20121016/7172522.patch,
		* patches/security/20121016/7176337.patch,
		* patches/security/20121016/7186286.patch,
		* patches/security/20121016/7189103.patch,
		* patches/security/20121016/7189490.patch,
		* patches/security/20121016/7189567.patch,
		* patches/security/20121016/7192975.patch,
		* patches/security/20121016/7195194.patch,
		* patches/security/20121016/7195917.patch,
		* patches/security/20121016/7195919.patch,
		* patches/security/20121016/7198296.patch,
		* patches/security/20121016/7198606.patch:
		Removed; upstream.


changeset 09db58b50cb3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=09db58b50cb3
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 09:47:15 2012 +0100

	Fix my e-mail address.

	2011-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* AUTHORS: Update my e-mail address.
		* ChangeLog: Likewise.


diffstat:

 AUTHORS                                                                            |     2 +-
 ChangeLog                                                                          |  1174 +-
 Makefile.am                                                                        |   186 +-
 NEWS                                                                               |   104 +-
 acinclude.m4                                                                       |    87 +
 configure.ac                                                                       |     9 +-
 patches/cacao/ignore-jdi-tests.patch                                               |  1496 ----
 patches/cacao/ignore-tests.patch                                                   |    11 -
 patches/ecj/override.patch                                                         |   115 +-
 patches/merge_fix.patch                                                            |   288 +-
 patches/nomotif-6706121.patch                                                      |   216 +-
 patches/openjdk/6610244-modal-fatal-error-windows.patch                            |   125 -
 patches/openjdk/6633275-shaped_translucent_windows.patch                           |   663 +-
 patches/openjdk/6797195-hw_lw_mixing.patch                                         |   128 +-
 patches/openjdk/7103224-glibc_name_collision.patch                                 |   236 -
 patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch |    12 -
 patches/openjdk/7185678-xmenuitem_peer_npe.patch                                   |    21 -
 patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch                        |    42 +-
 patches/openjdk/p11cipher-6604496-support_ckm_aes_ctr.patch                        |    51 +-
 patches/openjdk/remove-mimpure-option-to-gcc.patch                                 |   162 -
 patches/security/20120612/7079902.patch                                            |   508 -
 patches/security/20120612/7110720.patch                                            |   129 -
 patches/security/20120612/7143606.patch                                            |   644 -
 patches/security/20120612/7143614.patch                                            |   165 -
 patches/security/20120612/7143617.patch                                            |    72 -
 patches/security/20120612/7143851.patch                                            |    74 -
 patches/security/20120612/7143872.patch                                            |   400 -
 patches/security/20120612/7145239.patch                                            |    68 -
 patches/security/20120612/7152811.patch                                            |   107 -
 patches/security/20120612/7157609.patch                                            |    56 -
 patches/security/20120612/7160677.patch                                            |    19 -
 patches/security/20120612/7160757.patch                                            |    26 -
 patches/security/20120830/7162476-xmldecoder_via_classfinder.patch                 |  2522 ------
 patches/security/20120830/7163201-simplify_toolkit_internal_references.patch       |  3713 ----------
 patches/support_linux_3.patch                                                      |    19 -
 35 files changed, 1791 insertions(+), 11859 deletions(-)

diffs (truncated from 18820 to 500 lines):

diff -r 7fe15479d719 -r 09db58b50cb3 AUTHORS
--- a/AUTHORS	Mon Sep 03 20:06:53 2012 +0200
+++ b/AUTHORS	Wed Oct 24 09:47:15 2012 +0100
@@ -15,7 +15,7 @@
 Kyle Galloway <kgallowa at redhat.com>
 Dennis Gilmore <dgilmore at redhat.com>
 Andrew Haley <aph at redhat.com>
-Andrew John Hughes <gnu_andrew at member.fsf.org, ahughes at redhat.com>
+Andrew John Hughes <gnu_andrew at member.fsf.org, gnu.andrew at redhat.com>
 Tomas Hurka <tomas.hurka at sun.com>
 Ioana Ivan <iivan at redhat.com>
 Matthias Klose <doko at ubuntu.com>
diff -r 7fe15479d719 -r 09db58b50cb3 ChangeLog
--- a/ChangeLog	Mon Sep 03 20:06:53 2012 +0200
+++ b/ChangeLog	Wed Oct 24 09:47:15 2012 +0100
@@ -1,15 +1,198 @@
+2011-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* AUTHORS: Update my e-mail address.
+	* ChangeLog: Likewise.
+
+2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_VERSION): Bump to next release, b27.
+	(SECURITY_PATCHES): Drop security patches now
+	available in upstream hg.
+	* patches/security/20121016/6631398.patch,
+	* patches/security/20121016/7093490.patch,
+	* patches/security/20121016/7143535.patch,
+	* patches/security/20121016/7158800.patch,
+	* patches/security/20121016/7158801.patch,
+	* patches/security/20121016/7158804.patch,
+	* patches/security/20121016/7167656.patch,
+	* patches/security/20121016/7169884.patch,
+	* patches/security/20121016/7169888.patch,
+	* patches/security/20121016/7172522.patch,
+	* patches/security/20121016/7176337.patch,
+	* patches/security/20121016/7186286.patch,
+	* patches/security/20121016/7189103.patch,
+	* patches/security/20121016/7189490.patch,
+	* patches/security/20121016/7189567.patch,
+	* patches/security/20121016/7192975.patch,
+	* patches/security/20121016/7195194.patch,
+	* patches/security/20121016/7195917.patch,
+	* patches/security/20121016/7195919.patch,
+	* patches/security/20121016/7198296.patch,
+	* patches/security/20121016/7198606.patch:
+	Removed; upstream.
+
+2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add 1.10.10 & 1.11.5 releases.
+
+2012-10-23  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(SECURITY_PATCHES): Add new patches.
+	* patches/ecj/override.patch:
+	Add new cases in P11Key and RMIConnectionImpl
+	introduced by security patches.
+	* patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch,
+	* patches/openjdk/p11cipher-6604496-support_ckm_aes_ctr.patch:
+	Regenerated to still apply after security patches.
+	* patches/security/20121016/6631398.patch,
+	* patches/security/20121016/7093490.patch,
+	* patches/security/20121016/7143535.patch,
+	* patches/security/20121016/7158800.patch,
+	* patches/security/20121016/7158801.patch,
+	* patches/security/20121016/7158804.patch,
+	* patches/security/20121016/7167656.patch,
+	* patches/security/20121016/7169884.patch,
+	* patches/security/20121016/7169888.patch,
+	* patches/security/20121016/7172522.patch,
+	* patches/security/20121016/7176337.patch,
+	* patches/security/20121016/7186286.patch,
+	* patches/security/20121016/7189103.patch,
+	* patches/security/20121016/7189490.patch,
+	* patches/security/20121016/7189567.patch,
+	* patches/security/20121016/7192975.patch,
+	* patches/security/20121016/7195194.patch,
+	* patches/security/20121016/7195917.patch,
+	* patches/security/20121016/7195919.patch,
+	* patches/security/20121016/7198296.patch,
+	* patches/security/20121016/7198606.patch:
+	New patches.
+
+2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: List PR1176.
+
+2012-09-25  Stefan Ring  <stefan at complang.tuwien.ac.at>
+
+	* patches/cacao/ignore-jdi-tests.patch: Removed.
+	* patches/cacao/ignore-tests.patch: Likewise.
+	* Makefile.am:
+	Synchronize CACAO sections with icedtea7,
+	removing test-disabling patches.
+	(cacao): Pass -j$(PARALLEL_JOBS) to make.
+
+2009-11-02  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	(extract-cacao): Test the actual CACAO source
+	directory exists, not just the directory above.
+	Use $@ to create stamp.
+
+2012-04-12  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(download-openjdk): Fix syntax.
+	(download-cacao): Likewise.
+	(download-jamvm): Likewise.
+	(download-hotspot): Likewise.
+	(download-jaxp-drop): Likewise.
+	(download-jaxws-drop): Likewise.
+	(download-jaf-drop): Likewise.
+
+2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: List PR1114.
+
+2012-04-11  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(download-openjdk): Don't download unless
+	enable_downloading is set.
+	(download-cacao): Likewise.
+	(download-jamvm): Likewise.
+	(download-hotspot): Likewise.
+	(download-jaxp-drop): Likewise.
+	(download-jaxws-drop): Likewise.
+	(download-jaf-drop): Likewise.
+	* acinclude.m4:
+	(IT_CHECK_FOR_DOWNLOADING): New option
+	--disable-downloading.
+	* configure.ac: Call IT_CHECK_FOR_DOWNLOADING.
+
+2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_DATE): Updated to that of b26 tarball.
+	(OPENJDK_SHA256SUM): Likewise.
+	* NEWS:
+	Add updates in b25 & b26 not already present
+	in previous releases.
+
+2012-09-20  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_BOOTSTRAP_CLASSES):
+	Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.
+
+2012-09-19  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/7185678-xmenuitem_peer_npe.patch,
+	* patches/security/20120830/7162476-xmldecoder_via_classfinder.patch,
+	* patches/security/20120830/7163201-simplify_toolkit_internal_references.patch:
+	Removed; upstream.
+	* Makefile.am:
+	(SECURITY_PATCHES): Drop patches available upstream.
+	(ICEDTEA_PATCHES): Likewise.
+	* patches/merge_fix.patch,
+	* patches/nomotif-6706121.patch,
+	* patches/openjdk/6633275-shaped_translucent_windows.patch,
+	* patches/openjdk/6797195-hw_lw_mixing.patch:
+	Regenerated against upstream.
+
+2012-09-19  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	PR1119: Only add classes to rt-source-files.txt if the class (or one or more of its methods/fields)
+	are actually missing from the boot JDK
+	* Makefile.am:
+	(ICEDTEA_BOOTSTRAP_CLASSES): Only include
+	javax.swing.plaf.basic.BasicDirectoryModel if
+	PR42003 is present in the boot JDK.
+	* NEWS: List PR1119.  Correct previous use of
+	PR1119 which should be PR1121.
+	* acinclude.m4:
+	(IT_FIND_JAVAC): Add missing requirement of
+	IT_CHECK_FOR_JDK.
+	(IT_FIND_JAVA): Likewise.
+	(IT_FIND_JAVAH): Likewise.
+	(IT_FIND_JAR): Likewise.
+	(IT_FIND_RMIC): Likewise.
+	(IT_FIND_NATIVE2ASCII): Likewise.
+	(IT_CHECK_FOR_METHOD): New macro to check
+	for a method both at build-time and run-time.
+	* configure.ac: Call IT_CHECK_FOR_METHOD
+	for javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener.
+
 2012-09-03  Mark Wielaard  <mark at klomp.org>
 
 	* Makefile.am (ICEDTEA_PATCHES): Add missing backslash after
 	patches/openjdk/7034464-transparent_huge_pages.patch.
 
-2012-09-03  Andrew John Hughes  <ahughes at redhat.com>
+2012-09-03  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.9 & 1.11.4.
 
-2012-08-31  Andrew John Hughes  <ahughes at redhat.com>
-
-	* Makefile.am:
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(JAXP_DROP_ZIP): Update to security fixed version.
+	(JAXP_DROP_SHA256SUM): Likewise.
+	(SECURITY_PATCHES): Drop; upstream.
+	(ICEDTEA_PATCHES): Drop mimpure-text patch; upstream.
+	* patches/ecj/override.patch: Regenerate
+	against Oracle version of security patches.
+
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
 	(ICEDTEA_PATCHES): Rename patches.
 	* patches/openjdk/7034464-hugepage.patch:
 	Renamed to...
@@ -20,7 +203,7 @@
 	* patches/openjdk/7037939-disable_adaptive_resizing_with_large_pages.patch
 	this.
 
-2012-08-31  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(SECURITY_PATCHES): Add 7162476, 7163201 & 7182135.
@@ -67,7 +250,7 @@
 	* Makefile.am (stamps/add-nss.stamp): Only try patching the
 	security files if they actually exist.
 
-2012-08-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1121: Old installs still suffer from GCC PR41686
 	* Makefile.am:
@@ -75,7 +258,7 @@
 	Add javax.security.auth.kerberos.KerberosTicket
 	* NEWS: Updated.
 
-2012-08-15  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-15  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1117: IcedTea6 prebuilds far too many classes on bootstrap
 	* patches/ecj/hotspot.patch:
@@ -128,7 +311,7 @@
 	* overlays/openjdk/hotspot/test/serviceability/SDTProbesGNULinuxTest.sh:
 	New testcase.
 
-2012-08-14  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-14  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1113: Include tapset tests in distribution.
 	* Makefile.am:
@@ -136,7 +319,7 @@
 	(EXTRA_DIST): Add TAPSET_TEST_SRCS.
 	* NEWS: Updated.
 
-2012-08-14  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-14  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(clean-add-nss): Only move java.security.old
@@ -190,7 +373,7 @@
 
 	* Makefile.am: copy entire CACAO directory, including .hg
 
-2012-08-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Apply NSS changes to java.security after
 	build.
@@ -204,7 +387,7 @@
 	(add-nss-ecj): Apply NSS_PATCHES to bootstrap build.
 	(clean-add-nss-ecj): Revert java.security for bootstrap build.
 
-2012-08-08  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-08  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patch.
 	* patches/openjdk/p11cipher-6414899-p11digest_should_support_cloning.patch:
@@ -249,7 +432,32 @@
 
 	* test/tapset/jstaptest.pl (get_arch_dir): Fix dir for x86.
 
-2012-06-07  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-13  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/remove-mimpure-option-to-gcc.patch:
+	Dropped; upstreamed.
+	* patches/security/20120612/7079902.patch,
+	* patches/security/20120612/7110720.patch,
+	* patches/security/20120612/7143606.patch,
+	* patches/security/20120612/7143614.patch,
+	* patches/security/20120612/7143617.patch,
+	* patches/security/20120612/7143851.patch,
+	* patches/security/20120612/7143872.patch,
+	* patches/security/20120612/7145239.patch,
+	* patches/security/20120612/7152811.patch,
+	* patches/security/20120612/7157609.patch,
+	* patches/security/20120612/7160677.patch,
+	* patches/security/20120612/7160757.patch:
+	Dropped; provided by Oracle upstream.
+	* Makefile.am:
+	(JAXP_DROP_ZIP): Update to security fixed version.
+	(JAXP_DROP_SHA256SUM): Likewise.
+	(SECURITY_PATCHES): Drop; upstream.
+	(ICEDTEA_PATCHES): Drop mimpure-text patch; upstream.
+	* patches/ecj/override.patch: Regenerate
+	against Oracle version of security patches.
+
+2012-06-07  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am,
 	* patches/ecj/override.patch:
@@ -268,22 +476,46 @@
 	* patches/security/20120612/7160757.patch:
 	Security patches for 2012/06/12.
 
-2012-06-12  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-12  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.8 & 1.11.3 releases.
 
-2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-11  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/7103224-glibc_name_collision.patch,
+	* patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch,
+	* patches/support_linux_3.patch:
+	Drop upstreamed patches.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Removed above patches.
+	* patches/openjdk/6633275-shaped_translucent_windows.patch:
+	Regenerated due to copyright header change by Oracle.
+
+2012-06-06  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/openjdk/6610244-modal-fatal-error-windows.patch:
+	Removed.
+	* Makefile.am,
+	Remove upstreamed patch.
+
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_VERSION): Move to b26, ready
+	for next release.
+
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Move to released b25.
 	* Makefile.am:
 	(OPENJDK_DATE): Set to b25 release date.
 	(OPENJDK_SHA256SUM): Set to b25 checksum.
 
-2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add latest releases, 1.10.7 & 1.11.2
 
-2012-05-10  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-10  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patches.
 	* patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch,
@@ -296,7 +528,7 @@
 	* patches/openjdk/p11cipher-6924489-ckr_operation_not_initialized.patch:
 	Backports from 7 to improve P11Cipher.
 
-2012-05-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(MEMORY_LIMIT): Always set this.
@@ -313,7 +545,7 @@
 	Make the test TestRSA compatible with JDK6 syntax.
 	* Makefile.am: Updated.
 
-2012-05-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(add-nss): Copy nss.cfg to j2re-image as well.
@@ -323,7 +555,7 @@
 	(add-nss-ecj): Same as for add-nss.
 	(clean-add-nss-ecj): Same as for clean-add-nss.
 
-2012-05-04  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-04  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Backport cryptography tests from 7.
 	* Makefile.am: Add new patches.
@@ -413,7 +645,7 @@
 
 	* Makefile.am (clean-jtreg): Depend on clean-jtreg-reports.
 
-2012-03-20  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-20  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* acinclude.m4:
 	(IT_FIND_COMPILER): Define only once and
@@ -431,7 +663,7 @@
 	* configure.ac: Invoke IT_FIND_COMPILER rather than
 	IT_FIND_JAVAC.
 
-2012-03-19  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-19  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* acinclude.m4:
 	(IT_CHECK_FOR_JDK): Update JDK home directory
@@ -439,7 +671,7 @@
 	and removing generic ones which may now pick
 	up an unwanted 1.7 installation.
 
-2012-03-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR600, 886:
 	* Makefile.am:
@@ -448,7 +680,7 @@
 	(IT_ENABLE_JAMVM): Generate jvm.jamvm.cfg.
 	* jvm.jamvm.cfg.in: Copied from jvm.cfg.in.
 
-2012-03-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR600, 886:
 	* patches/pr600-arm-jvm.cfg.patch: Removed.
@@ -524,7 +756,7 @@
 
 	* tapset/jstack.stp.in: Don't hard code constantPoolOopDesc_size.
 
-2012-03-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/security/20120214/7082299.patch,
 	* patches/security/20120214/7088367.patch,
@@ -583,7 +815,7 @@
 	* arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp (Helper_new):
 	Don't use shared Eden in incremental mode.
 
-2012-02-15  Andrew John Hughes  <ahughes at redhat.com>
+2012-02-15  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Bring in 1.8.13, 1.9.13 and 1.10.6
 	release notes.
@@ -615,7 +847,7 @@
 	* NEWS: Update with fix.
 	* patches/ecj/jaxws-getdtdtype.patch: Update to apply correctly.
 
-2012-02-01  Andrew John Hughes  <ahughes at redhat.com>
+2012-02-01  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Sync with 1.11 branch.
 
@@ -687,7 +919,7 @@
 	(Thumb2_Return): Pass stackdepth to Thumb2_Safepoint.
 	(Thumb2_codegen): Pass stackdepth to Thumb2_Return.
 
-2012-01-18  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-18  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/6851973-kerberos.patch,
 	* patches/openjdk/7091528-javadoc_class_files.patch,
@@ -759,7 +991,7 @@
 	* patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch: 
 	New file. Sets XAtoms	_NET_WM_PID and WM_CLIENT_MACHINE for X windows.
 
-2012-01-12  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-12  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.5, 1.9.12 and 1.8.12
 	release notes.  Remove duplicates from 1.11.
@@ -773,7 +1005,7 @@
 	com.sun.org.apache.xml.internal.security.utils.IdResolver is not
 	thread safe.
 
-2012-01-10  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-10  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patch.
 	* NEWS: Mention backport.
@@ -817,7 +1049,7 @@
 	* policytool.desktop.in: new file, stub for desktop file, have variable
 	to be substituted during configure
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Cleanup ARM entry, separating
 	details into their own section.
@@ -826,7 +1058,7 @@
 
 	* NEWS: ARM assembly language port.
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Remove outdated NIO2 backport.



More information about the distro-pkg-dev mailing list