/hg/release/icedtea6-1.12: 22 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Apr 24 03:59:22 PDT 2013


changeset 7dc0363b60c8 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=7dc0363b60c8
author: Jon VanAlten <jon.vanalten at redhat.com>
date: Thu Apr 11 16:25:24 2013 -0400

	Add backport of 7036559 and ConcurrentHashMap deserialization reliability fix for 8009063.


changeset 43434eedda7d in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=43434eedda7d
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 17:51:08 2013 +0100

	Fix issues with previous commit.

	2013-04-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Updated.
		* Makefile.am:
		(SECURITY_PATCHES): Correct path to 7036559; not
		a security patch but a backport to enable one to
		be applied.
		* patches/security/20130416/7036559.patch: Moved to...
		* patches/openjdk/7036559-concurrenthashmap_improvements.patch:
		...here.

	2013-04-11  Jon VanAlten  <jon.vanalten at redhat.com>

		* Makefile.am:
		(SECURITY_PATCHES): Add new patches.
		* patches/security/20130416/7036559.patch: Add backport.
		* patches/security/20130416/8009063.patch: Add security fix.


changeset 3152bf7bfa91 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=3152bf7bfa91
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 20:35:52 2013 +0100

	Add 2013/04/16 security patches.

	2013-04-17  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch:
		Reapplied as a security patch pre-requisite.
		* patches/security/20130201/8001235.patch:
		Dropped as included in JAXP tarball used.
		* INSTALL: Remove --with-{jaxp,jaf,jaxws}-drop-zip documentation.
		* Makefile.am:
		(JAXWS_DROP_URL): Removed.
		(JAXWS_DROP_ZIP): Likewise.
		(JAXWS_DROP_SHA256SUM): Likewise.
		(JAF_DROP_URL): Likewise.
		(JAF_DROP_ZIP): Likewise.
		(JAF_DROP_SHA256SUM): Likewise.
		(JAF_DROP_URL): Likewise.
		(JAXP_DROP_URL): Likewise.
		(JAXP_DROP_ZIP): Likewise.
		(JAXP_DROP_SHA256SUM): Likewise.
		(DROP_PATCHES): Add patches providing code
		previously provided by drop zips.
		(SECURITY_PATCHES): Updated.
		(ICEDTEA_PATCHES): Add DROP_PATCHES.  Remove
		6669869 duplicate.
		(ICEDTEA_ENV): Remove ALT_DROPS_DIR.
		(download-jaxp-drop): Removed.
		(clean-download-jaxp-drop): Likewise.
		(download-jaf-drop): Likewise.
		(clean-download-jaf-drop): Likewise.
		(download-jaxws-drop): Likewise.
		(clean-download-jaxws-drop): Likewise.
		(download-drops): Likewise.
		(clean-drops): Likewise.
		(download): Don't depend on download-drops.
		(clean-download): Likewise for clean-drops.
		* NEWS: Add security issues, backports and
		mention drop move.
		* acinclude.m4:
		(IT_WITH_JAXP_DROP_ZIP): Removed.
		(IT_WITH_JAF_DROP_ZIP): Likewise.
		(IT_WITH_JAXWS_DROP_ZIP): Likewise.
		* configure.ac: Don't call removed macros above.
		* patches/ecj/override.patch: Add new cases introduced
		by security patches (sigh).
		* patches/libraries.patch,
		* patches/nomotif-6706121.patch:
		Regenerated against security patches.
		* patches/openjdk/5102804-memory_leak.patch,
		* patches/openjdk/6501644-icu_sync.patch:
		Backports for security patches.
		* patches/openjdk/6633275-shaped_translucent_windows.patch:
		Remove copyright notice changes broken by 8006790 security patch.
		* patches/openjdk/6669869-queries_per_appcontext.patch,
		* patches/openjdk/6886358-layout_update.patch,
		* patches/openjdk/6963811-deadlock_fix.patch,
		* patches/openjdk/7017324-kerning_crash.patch,
		* patches/openjdk/7064279-fixup.patch,
		* patches/openjdk/7064279-resource_release.patch,
		* patches/openjdk/8004302-soap_test_failure.patch:
		More backports for security patches.
		* patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch,
		* patches/openjdk/jaxp144_05.patch:
		Add drop zips in patch form.
		* patches/security/20130416/6657673-fixup.patch,
		* patches/security/20130416/6657673.patch,
		* patches/security/20130416/7200507.patch,
		* patches/security/20130416/8000724.patch,
		* patches/security/20130416/8001031.patch,
		* patches/security/20130416/8001040.patch,
		* patches/security/20130416/8001322.patch,
		* patches/security/20130416/8001329.patch,
		* patches/security/20130416/8003335.patch,
		* patches/security/20130416/8003445.patch,
		* patches/security/20130416/8003543.patch,
		* patches/security/20130416/8004261.patch,
		* patches/security/20130416/8004336.patch,
		* patches/security/20130416/8004986.patch,
		* patches/security/20130416/8005432.patch,
		* patches/security/20130416/8005943.patch,
		* patches/security/20130416/8006309.patch,
		* patches/security/20130416/8006435.patch,
		* patches/security/20130416/8006790.patch,
		* patches/security/20130416/8006795.patch,
		* patches/security/20130416/8007406.patch,
		* patches/security/20130416/8007617.patch,
		* patches/security/20130416/8009699.patch:
		Add security patches.
		* patches/xjc.patch:
		Regenerate JAXWS patch against sources, not
		drop system.

	2013-04-12  Omair Majid  <omajid at redhat.com>

		* patches/security/20130416/8007667.patch,
		* patches/security/20130416/8007918.patch,
		* patches/security/20130416/8009305.patch,
		* patches/security/20130416/8009814.patch,
		* patches/security/20130416/8009857.patch:
		Add security patches.


changeset bc3cb711723f in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=bc3cb711723f
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jan 30 00:52:15 2013 +0000

	Add missing bug ID.

	2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Add missing bug ID.


changeset 5815d7235a04 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=5815d7235a04
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 20:41:06 2013 +0100

	Fix .hgignore not to hide patches.

	2013-02-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* .hgignore: Fix so the cacao patches directory
		isn't hidden.


changeset 9c7c56198ae1 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=9c7c56198ae1
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 21:32:21 2013 +0100

	Add missing NEWS entry and ChangeLog for ARM fix.

	2013-04-12  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Add PR1362 from last commit.
		* ChangeLog: Add missing entry for ARM
		fix.


changeset aa13d18b7c33 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=aa13d18b7c33
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 16 17:01:34 2013 +0100

	PR1319: Use #if not #ifdef in giflib 5 patch.

	2013-04-16  Andrew John Hughes  <gnu.andrew at redhat.com>

		* patches/pr1319-support_giflib_5.patch,
		Use #if not #ifdef.


changeset 8743805e76dd in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=8743805e76dd
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 16 17:08:54 2013 +0100

	PR1338: Remove dependence on libXp.

	2013-04-16  Andrew John Hughes  <gnu.andrew at redhat.com>

		PR1338: Remove dependence on libXp
		* configure.ac: Drop check for libXp.


changeset 6660c8ee4785 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=6660c8ee4785
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 16 17:11:46 2013 +0100

	PR1339: Simplify the rewriter, avoiding concurrency.

	2013-03-11  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR1339: Simplify the rewriter, avoiding concurrency.
		* rewriter/com/redhat/rewriter/ClassRewriter.java:
		Always use the single threaded executor.
		* NEWS: Updated with this and previous fix.


changeset 1c641a995625 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=1c641a995625
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 21:42:04 2013 +0100

	PR1380: Add AArch64 support to Zero

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Add patch after SH patch.
		* NEWS: Updated.
		* AUTHORS: Add Andreas and merge in THANKYOU.
		* THANKYOU: Removed.

	2013-03-22  Andreas Schwab  <schwab at suse.cz>

		PR1380: Add AArch64 support to Zero
		* patches/aarch64.patch:
		Add Zero support for AArch64.


changeset 9f3282f826c4 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=9f3282f826c4
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 17 12:01:42 2013 +0100

	Update EXTRA_DIST following merge of THANKYOU into AUTHORS.

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(EXTRA_DIST): Remove THANKYOU.


changeset 30db65b2cd27 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=30db65b2cd27
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 22:38:22 2013 +0100

	PR1336: Bootstrap failure on Fedora 17/18

	2013-04-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR1336: Bootstrap failure on Fedora 17/18
		* Makefile.am:
		(ICEDTEA_BOOTSTRAP_CLASSES): Add SSLContext,
		SSLEngine, TrustAnchor and KeyStoreBuilderParameters
		depending on if methods are missing.
		* NEWS: Updated.
		* configure.ac: Mention bugs in comments.
		Add tests for getDefaultSSLParameters/setSSLParameters,
		new TrustAnchor constructor, TrustAnchor.getCA() and
		KeyStoreBuilderParameters.getParameters().


changeset bb6ce131dcc2 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=bb6ce131dcc2
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 23 22:47:50 2013 +0100

	Update NEWS from previous commits.

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: List additional fix for PR1319 and
		bug ID (OJ3) for get_stack_bounds memory leak.


changeset 65bf53d7a416 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=65bf53d7a416
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 17 13:14:23 2013 +0100

	Improve listing for S8004987 and S8004994

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Improve listing for S8004987 and
		S8004994, using descriptions buried in the
		patch itself (found during release announcement).


changeset 6b16bd8e8e34 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=6b16bd8e8e34
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 24 08:26:15 2013 +0100

	PR1402: Support glibc < 2.17 with AArch64 patch

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* patches/aarch64.patch:
		Fix to apply against older HotSpot.

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Updated.
		* patches/aarch64.patch:
		Define EM_AARCH64 for legacy systems
		with glibc earlier than 2.17.


changeset db270ea37a50 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=db270ea37a50
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 24 09:09:25 2013 +0100

	RH952389: Restrict temp file permissions.

	2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* ChangeLog:
		Move Elliott's entry to correct position.
		* Makefile.am:
		(ICEDTEA_PATCHES): Fix path to previous patch.
		* patches/openjdk/jaxws-tempfiles-ioutils-6.patch:
		Moved from here to...
		* patches/jaxws-tempfiles-ioutils-6.patch:
		...here as not an upstream OpenJDK patch.

	2013-04-17  Elliott Baron  <ebaron at redhat.com>

		* patches/openjdk/jaxws-tempfiles-ioutils-6.patch:
		Restrict temp file permissions.
		* Makefile.am:
		(ICEDTEA_PATCHES): Added new patch.
		* NEWS: Updated.


changeset 2e7ef54df229 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=2e7ef54df229
author: Elliott Baron <ebaron at redhat.com>
date: Thu Apr 18 16:20:55 2013 -0400

	Give xalan/xerces access to their own internal packages.

	2013-04-18  Elliott Baron  <ebaron at redhat.com>

	  * Makefile.am:
	  (ICEDTEA_PATCHES): Add new patch.
	  * patches/object-factory-cl-internal.patch:
	  Patch to give xalan/xerces access to their own internal
	  packages.
	  * NEWS: Updated.


changeset b7490b3606ec in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=b7490b3606ec
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 19 11:38:18 2013 +0100

	Fix patch to apply on RHEL 5.

	2013-04-19  Jiri Vanek  <jvanek at redhat.com>

		* patches/security/20130416/8007667.patch:
		Fix patch format to apply on RHEL 5.


changeset 460828862a9e in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=460828862a9e
author: Elliott Baron <ebaron at redhat.com>
date: Fri Apr 19 14:38:19 2013 -0400

	Fix Backport from S6657673.

	2013-04-19  Elliott Baron  <ebaron at redhat.com>

	  * Makefile.am:
	  (ICEDTEA_PATCHES): Add new patch.
	  * patches/security/20130416/6657673.patch:
	  Removed {parser,transform}.FactoryFinder hunks.
	  * patches/security/20130416/6657673-jaxp-backport-factoryfinder.patch:
	  Backported {parser,transform}.FactoryFinder fixes
	  from jdk7u-dev changesets: 4a61ac055189 & 38d4d23d167c.
	  * NEWS: Updated.


changeset 148faa0f0f08 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=148faa0f0f08
author: Elliott Baron <ebaron at redhat.com>
date: Mon Apr 22 17:13:26 2013 -0400

	Split 6657673-jaxp-backport-factoryfinder patch into two.

	2013-04-22  Elliott Baron  <ebaron at redhat.com>

	  * Makefile.am:
	  (ICEDTEA_PATCHES): Removed one patch, split it into two.
	  * patches/security/20130416/6657673-jaxp-backport-factoryfinder.patch:
	  Removed. Split into patches below.
	  * patches/openjdk/7133220-factory-finder-parser-transform-useBSClassLoader.patch:
	  First part of removed patch.
	  * patches/openjdk/6657673-factory-finder-parser-transform-internal-packages.patch:
	  Second part of removed patch.


changeset f12754deed53 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=f12754deed53
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 24 09:21:10 2013 +0100

	Cleanup from previous commit.

	2013-04-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Rename patches.
		* NEWS: List backports in previous change
		correctly.
		* patches/openjdk/7133220-factory-finder-parser-transform-useBSClassLoader.patch:
		Moved to...
		* patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch:
		...this.
		* patches/openjdk/6657673-factory-finder-parser-transform-internal-packages.patch:
		Moved to..
		* patches/security/20130416/6657673-factory_finder.patch:
		...this.


changeset 681bcc5e6a18 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=681bcc5e6a18
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 24 11:57:49 2013 +0100

	S8009530: ICU Kern table support broken

	2013-04-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Add new patch.
		* NEWS: Mention 8009530 backport.
		* patches/openjdk/8009530-icu_kern_table_support_broken.patch:
		Backported from 7u.


diffstat:

 .hgignore                                                                      |       7 +-
 AUTHORS                                                                        |       4 +
 ChangeLog                                                                      |     293 +
 INSTALL                                                                        |       3 -
 Makefile.am                                                                    |     203 +-
 NEWS                                                                           |      56 +-
 THANKYOU                                                                       |      10 -
 acinclude.m4                                                                   |      63 -
 configure.ac                                                                   |      59 +-
 patches/aarch64.patch                                                          |      34 +
 patches/ecj/override.patch                                                     |      59 +
 patches/jaxws-tempfiles-ioutils-6.patch                                        |     176 +
 patches/libraries.patch                                                        |     252 +-
 patches/nomotif-6706121.patch                                                  |     218 +-
 patches/object-factory-cl-internal.patch                                       |     384 +
 patches/openjdk/5102804-memory_leak.patch                                      |     429 +
 patches/openjdk/6501644-icu_sync.patch                                         |    8066 +
 patches/openjdk/6633275-shaped_translucent_windows.patch                       |      49 -
 patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch      |     346 -
 patches/openjdk/6669869-queries_per_appcontext.patch                           |     355 +
 patches/openjdk/6886358-layout_update.patch                                    |   13847 +
 patches/openjdk/6963811-deadlock_fix.patch                                     |      42 +
 patches/openjdk/7017324-kerning_crash.patch                                    |     101 +
 patches/openjdk/7036559-concurrenthashmap_improvements.patch                   |    1436 +
 patches/openjdk/7064279-fixup.patch                                            |      71 +
 patches/openjdk/7064279-resource_release.patch                                 |     436 +
 patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch |     298 +
 patches/openjdk/8004302-soap_test_failure.patch                                |      75 +
 patches/openjdk/8009530-icu_kern_table_support_broken.patch                    |     332 +
 patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch                            |  449213 +++++++
 patches/openjdk/jaxp144_05.patch                                               |  595585 ++++++++++
 patches/pr1319-support_giflib_5.patch                                          |       2 +-
 patches/security/20130201/8001235.patch                                        |      37 -
 patches/security/20130416/6657673-factory_finder.patch                         |      54 +
 patches/security/20130416/6657673-fixup.patch                                  |     229 +
 patches/security/20130416/6657673.patch                                        |    9494 +
 patches/security/20130416/7200507.patch                                        |     230 +
 patches/security/20130416/8000724.patch                                        |    1368 +
 patches/security/20130416/8001031.patch                                        |    5457 +
 patches/security/20130416/8001040.patch                                        |     113 +
 patches/security/20130416/8001322.patch                                        |      61 +
 patches/security/20130416/8001329.patch                                        |      32 +
 patches/security/20130416/8003335.patch                                        |      63 +
 patches/security/20130416/8003445.patch                                        |      77 +
 patches/security/20130416/8003543.patch                                        |     236 +
 patches/security/20130416/8004261.patch                                        |     142 +
 patches/security/20130416/8004336.patch                                        |      29 +
 patches/security/20130416/8004986.patch                                        |     374 +
 patches/security/20130416/8005432.patch                                        |     518 +
 patches/security/20130416/8005943.patch                                        |     202 +
 patches/security/20130416/8006309.patch                                        |      22 +
 patches/security/20130416/8006435.patch                                        |      76 +
 patches/security/20130416/8006790.patch                                        |     166 +
 patches/security/20130416/8006795.patch                                        |      35 +
 patches/security/20130416/8007406.patch                                        |      31 +
 patches/security/20130416/8007617.patch                                        |     376 +
 patches/security/20130416/8007667.patch                                        |     579 +
 patches/security/20130416/8007918.patch                                        |     357 +
 patches/security/20130416/8009063.patch                                        |      67 +
 patches/security/20130416/8009305.patch                                        |      68 +
 patches/security/20130416/8009699.patch                                        |      25 +
 patches/security/20130416/8009814.patch                                        |      27 +
 patches/security/20130416/8009857.patch                                        |      66 +
 patches/xjc.patch                                                              |      56 +-
 rewriter/com/redhat/rewriter/ClassRewriter.java                                |       6 +-
 65 files changed, 1092249 insertions(+), 928 deletions(-)

diffs (truncated from 1095070 to 500 lines):

diff -r 623621d29d04 -r 681bcc5e6a18 .hgignore
--- a/.hgignore	Fri Apr 05 09:01:48 2013 -0400
+++ b/.hgignore	Wed Apr 24 11:57:49 2013 +0100
@@ -4,10 +4,6 @@
 missing
 aclocal.m4
 autom4te.cache
-cacao
-netbeans
-visualvm
-bootstrap
 build
 debian
 lib
@@ -52,3 +48,6 @@
 
 syntax: regexp
 ^openjdk
+^cacao
+^bootstrap
+^jamvm
diff -r 623621d29d04 -r 681bcc5e6a18 AUTHORS
--- a/AUTHORS	Fri Apr 05 09:01:48 2013 -0400
+++ b/AUTHORS	Wed Apr 24 11:57:49 2013 +0100
@@ -2,6 +2,7 @@
 Please keep this list in alphabetical order.
 
 Lillian Angel <langel at redhat.com>
+Alexis Ballier <aballier at gentoo.org>
 Alon Bar-Lev <alon.barlev at gmail.com>
 Gary Benson <gbenson at redhat.com>
 Tania Bento <tbento at redhat.com>
@@ -18,6 +19,7 @@
 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>
+C. K. Jester-Young (cky944 at gmail.com)
 Matthias Klose <doko at ubuntu.com>
 Francis Kung <fkung at redhat.com>
 Denis Lila <dlila at redhat.com>
@@ -32,6 +34,7 @@
 Mark Reinhold <mr at sun.com>
 Bernhard Rosenkränzer <bero at arklinux.org>
 Marc Schoenefeld <mschoene at redhat.com>
+Andreas Schwab <schwab at suse.cz>
 Keith Seitz <keiths at redhat.com>
 Andrew Su <asu at redhat.com, andrew.su at utoronto.ca>
 Joshua Sumali <jsumali at redhat.com>
@@ -39,6 +42,7 @@
 Christian Thalinger <twisti at complang.tuwien.ac.at>
 Dalibor Topic <robilad at kaffe.org>
 Arnaud Vandyck <avdyk at debian.org>
+Torsten Werner (mail.twerner at googlemail.com)
 Mark Wielaard <mark at klomp.org>
 Yi Zhan <yi.zhan at intel.com>
 
diff -r 623621d29d04 -r 681bcc5e6a18 ChangeLog
--- a/ChangeLog	Fri Apr 05 09:01:48 2013 -0400
+++ b/ChangeLog	Wed Apr 24 11:57:49 2013 +0100
@@ -1,3 +1,296 @@
+2013-04-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add new patch.
+	* NEWS: Mention 8009530 backport.
+	* patches/openjdk/8009530-icu_kern_table_support_broken.patch:
+	Backported from 7u.
+
+2013-04-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Rename patches.
+	* NEWS: List backports in previous change
+	correctly.
+	* patches/openjdk/7133220-factory-finder-parser-transform-useBSClassLoader.patch:
+	Moved to...
+	* patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch:
+	...this.
+	* patches/openjdk/6657673-factory-finder-parser-transform-internal-packages.patch:
+	Moved to..
+	* patches/security/20130416/6657673-factory_finder.patch:
+	...this.
+
+2013-04-22  Elliott Baron  <ebaron at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Removed one patch, split it into two.
+	* patches/security/20130416/6657673-jaxp-backport-factoryfinder.patch:
+	Removed. Split into patches below.
+	* patches/openjdk/7133220-factory-finder-parser-transform-useBSClassLoader.patch:
+	First part of removed patch.
+	* patches/openjdk/6657673-factory-finder-parser-transform-internal-packages.patch:
+	Second part of removed patch.
+
+2013-04-19  Elliott Baron  <ebaron at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add new patch.
+	* patches/security/20130416/6657673.patch:
+	Removed {parser,transform}.FactoryFinder hunks.
+	* patches/security/20130416/6657673-jaxp-backport-factoryfinder.patch:
+	Backported {parser,transform}.FactoryFinder fixes
+	from jdk7u-dev changesets: 4a61ac055189 & 38d4d23d167c.
+	* NEWS: Updated.
+
+2013-04-19  Jiri Vanek  <jvanek at redhat.com>
+
+	* patches/security/20130416/8007667.patch:
+	Fix patch format to apply on RHEL 5.
+
+2013-04-18  Elliott Baron  <ebaron at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add new patch.
+	* patches/object-factory-cl-internal.patch:
+	Patch to give xalan/xerces access to their own internal
+	packages.
+	* NEWS: Updated.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* ChangeLog:
+	Move Elliott's entry to correct position.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Fix path to previous patch.
+	* patches/openjdk/jaxws-tempfiles-ioutils-6.patch:
+	Moved from here to...
+	* patches/jaxws-tempfiles-ioutils-6.patch:
+	...here as not an upstream OpenJDK patch.
+
+2013-04-17  Elliott Baron  <ebaron at redhat.com>
+
+	* patches/openjdk/jaxws-tempfiles-ioutils-6.patch:
+	Restrict temp file permissions.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Added new patch.
+	* NEWS: Updated.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/aarch64.patch:
+	Fix to apply against older HotSpot.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	PR1402: Support glibc < 2.17 with AArch64 patch
+	* NEWS: Updated.
+	* patches/aarch64.patch:
+	Define EM_AARCH64 for legacy systems
+	with glibc earlier than 2.17.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Improve listing for S8004987 and
+	S8004994, using descriptions buried in the
+	patch itself (found during release announcement).
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: List additional fix for PR1319 and
+	bug ID (OJ3) for get_stack_bounds memory leak.
+
+2013-04-22  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR1336: Bootstrap failure on Fedora 17/18
+	* Makefile.am:
+	(ICEDTEA_BOOTSTRAP_CLASSES): Add SSLContext,
+	SSLEngine, TrustAnchor and KeyStoreBuilderParameters
+	depending on if methods are missing.
+	* NEWS: Updated.
+	* configure.ac: Mention bugs in comments.
+	Add tests for getDefaultSSLParameters/setSSLParameters,
+	new TrustAnchor constructor, TrustAnchor.getCA() and
+	KeyStoreBuilderParameters.getParameters().
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(EXTRA_DIST): Remove THANKYOU.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add patch after SH patch.
+	* NEWS: Updated.
+	* AUTHORS: Add Andreas and merge in THANKYOU.
+	* THANKYOU: Removed.
+
+2013-03-22  Andreas Schwab  <schwab at suse.cz>
+
+	PR1380: Add AArch64 support to Zero
+	* patches/aarch64.patch:
+	Add Zero support for AArch64.
+
+2013-03-11  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR1339: Simplify the rewriter, avoiding concurrency.
+	* rewriter/com/redhat/rewriter/ClassRewriter.java:
+	Always use the single threaded executor.
+	* NEWS: Updated with this and previous fix.
+
+2013-04-16  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	PR1338: Remove dependence on libXp
+	* configure.ac: Drop check for libXp.
+
+2013-04-16  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* patches/pr1319-support_giflib_5.patch,
+	Use #if not #ifdef.
+
+2013-04-12  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add PR1362 from last commit.
+	* ChangeLog: Add missing entry for PR1362
+	fix.
+
+2013-04-05  Chris Phillips  <chphilli at redhat.com>
+
+	* arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp:
+	Fix failure in the register allocation logic,
+	diagnosed by Andrew Haley to be an issue with
+	PUSH/POP macro's and assumption of order of
+	evaluation of arguments.  The fix includes
+	detection of the condition and bailing from the
+	compilation if a similar failure is detected.
+
+2013-02-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* .hgignore: Fix so the cacao patches directory
+	isn't hidden.
+
+2013-01-29  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Add missing bug ID.
+
+2013-04-17  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch:
+	Reapplied as a security patch pre-requisite.
+	* patches/security/20130201/8001235.patch:
+	Dropped as included in JAXP tarball used.
+	* INSTALL: Remove --with-{jaxp,jaf,jaxws}-drop-zip documentation.
+	* Makefile.am:
+	(JAXWS_DROP_URL): Removed.
+	(JAXWS_DROP_ZIP): Likewise.
+	(JAXWS_DROP_SHA256SUM): Likewise.
+	(JAF_DROP_URL): Likewise.
+	(JAF_DROP_ZIP): Likewise.
+	(JAF_DROP_SHA256SUM): Likewise.
+	(JAF_DROP_URL): Likewise.
+	(JAXP_DROP_URL): Likewise.
+	(JAXP_DROP_ZIP): Likewise.
+	(JAXP_DROP_SHA256SUM): Likewise.
+	(DROP_PATCHES): Add patches providing code
+	previously provided by drop zips.
+	(SECURITY_PATCHES): Updated.
+	(ICEDTEA_PATCHES): Add DROP_PATCHES.  Remove
+	6669869 duplicate.
+	(ICEDTEA_ENV): Remove ALT_DROPS_DIR.
+	(download-jaxp-drop): Removed.
+	(clean-download-jaxp-drop): Likewise.
+	(download-jaf-drop): Likewise.
+	(clean-download-jaf-drop): Likewise.
+	(download-jaxws-drop): Likewise.
+	(clean-download-jaxws-drop): Likewise.
+	(download-drops): Likewise.
+	(clean-drops): Likewise.
+	(download): Don't depend on download-drops.
+	(clean-download): Likewise for clean-drops.
+	* NEWS: Add security issues, backports and
+	mention drop move.
+	* acinclude.m4:
+	(IT_WITH_JAXP_DROP_ZIP): Removed.
+	(IT_WITH_JAF_DROP_ZIP): Likewise.
+	(IT_WITH_JAXWS_DROP_ZIP): Likewise.
+	* configure.ac: Don't call removed macros above.
+	* patches/ecj/override.patch: Add new cases introduced
+	by security patches (sigh).
+	* patches/libraries.patch,
+	* patches/nomotif-6706121.patch:
+	Regenerated against security patches.
+	* patches/openjdk/5102804-memory_leak.patch,
+	* patches/openjdk/6501644-icu_sync.patch:
+	Backports for security patches.
+	* patches/openjdk/6633275-shaped_translucent_windows.patch:
+	Remove copyright notice changes broken by 8006790 security patch.
+	* patches/openjdk/6669869-queries_per_appcontext.patch,
+	* patches/openjdk/6886358-layout_update.patch,
+	* patches/openjdk/6963811-deadlock_fix.patch,
+	* patches/openjdk/7017324-kerning_crash.patch,
+	* patches/openjdk/7064279-fixup.patch,
+	* patches/openjdk/7064279-resource_release.patch,
+	* patches/openjdk/8004302-soap_test_failure.patch:
+	More backports for security patches.
+	* patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch,
+	* patches/openjdk/jaxp144_05.patch:
+	Add drop zips in patch form.
+	* patches/security/20130416/6657673-fixup.patch,
+	* patches/security/20130416/6657673.patch,
+	* patches/security/20130416/7200507.patch,
+	* patches/security/20130416/8000724.patch,
+	* patches/security/20130416/8001031.patch,
+	* patches/security/20130416/8001040.patch,
+	* patches/security/20130416/8001322.patch,
+	* patches/security/20130416/8001329.patch,
+	* patches/security/20130416/8003335.patch,
+	* patches/security/20130416/8003445.patch,
+	* patches/security/20130416/8003543.patch,
+	* patches/security/20130416/8004261.patch,
+	* patches/security/20130416/8004336.patch,
+	* patches/security/20130416/8004986.patch,
+	* patches/security/20130416/8005432.patch,
+	* patches/security/20130416/8005943.patch,
+	* patches/security/20130416/8006309.patch,
+	* patches/security/20130416/8006435.patch,
+	* patches/security/20130416/8006790.patch,
+	* patches/security/20130416/8006795.patch,
+	* patches/security/20130416/8007406.patch,
+	* patches/security/20130416/8007617.patch,
+	* patches/security/20130416/8009699.patch:
+	Add security patches.
+	* patches/xjc.patch:
+	Regenerate JAXWS patch against sources, not
+	drop system.
+
+2013-04-12  Omair Majid  <omajid at redhat.com>
+
+	* patches/security/20130416/8007667.patch,
+	* patches/security/20130416/8007918.patch,
+	* patches/security/20130416/8009305.patch,
+	* patches/security/20130416/8009814.patch,
+	* patches/security/20130416/8009857.patch:
+	Add security patches.
+
+2013-04-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Updated.
+	* Makefile.am:
+	(SECURITY_PATCHES): Correct path to 7036559; not
+	a security patch but a backport to enable one to
+	be applied.
+	* patches/security/20130416/7036559.patch: Moved to...
+	* patches/openjdk/7036559-concurrenthashmap_improvements.patch:
+	...here.
+
+2013-04-11  Jon VanAlten  <jon.vanalten at redhat.com>
+
+	* Makefile.am:
+	(SECURITY_PATCHES): Add new patches.
+	* patches/security/20130416/7036559.patch: Add backport.
+	* patches/security/20130416/8009063.patch: Add security fix.
+
 2013-03-19  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
diff -r 623621d29d04 -r 681bcc5e6a18 INSTALL
--- a/INSTALL	Fri Apr 05 09:01:48 2013 -0400
+++ b/INSTALL	Wed Apr 24 11:57:49 2013 +0100
@@ -145,9 +145,6 @@
 * --with-openjdk-src-zip: Specify the location of the OpenJDK tarball to avoid downloading.
 * --with-hotspot-src-zip: Specify the location of the HotSpot tarball to avoid downloading.
 * --with-alt-jar: Use the specified jar binary in the second stage rather than the one just built.
-* --with-jaxp-drop-zip: Specify the location of the JAXP source drop zip file to avoid downloading.
-* --with-jaf-drop-zip: Specify the location of the JAF source drop zip file to avoid downloading.
-* --with-jaxws-drop-zip: Specify the location of the JAXWS source drop zip file to avoid downloading.
 * --with-cacao-home: Specify the location of an installed CACAO to use rather than downloading
   and building one.
 * --with-cacao-src-zip: Specify the location of a CACAO tarball to avoid downloading.
diff -r 623621d29d04 -r 681bcc5e6a18 Makefile.am
--- a/Makefile.am	Fri Apr 05 09:01:48 2013 -0400
+++ b/Makefile.am	Wed Apr 24 11:57:49 2013 +0100
@@ -17,15 +17,6 @@
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
 
-JAXWS_DROP_URL = http://icedtea.classpath.org/download/drops
-JAXWS_DROP_ZIP = jdk6-jaxws2_1_6-2011_06_13.zip
-JAXWS_DROP_SHA256SUM = 229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3
-JAF_DROP_URL = http://icedtea.classpath.org/download/drops
-JAF_DROP_ZIP = jdk6-jaf-b20.zip
-JAF_DROP_SHA256SUM = 78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012
-JAXP_DROP_URL = http://icedtea.classpath.org/download/drops
-JAXP_DROP_ZIP = jaxp144_04.zip
-JAXP_DROP_SHA256SUM = 490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c
 OPENJDK_HG_URL = http://hg.openjdk.java.net/jdk6/jdk6
 
 HOTSPOT_SRC_ZIP = hotspot.tar.gz
@@ -127,6 +118,28 @@
 	$(SHARE)/javax/security/sasl/Sasl.java
 endif
 
+#PR56553 - SSLParameters support missing
+if LACKS_JAVAX_NET_SSL_SSLCONTEXT_GETDEFAULTSSLPARAMETERS
+ ICEDTEA_BOOTSTRAP_CLASSES += \
+	$(SHARE)/javax/net/ssl/SSLContext.java
+endif
+if LACKS_JAVAX_NET_SSL_SSLENGINE_SETSSLPARAMETERS
+ICEDTEA_BOOTSTRAP_CLASSES += \
+	$(SHARE)/javax/net/ssl/SSLEngine.java
+endif
+
+#PR57030 - Add missing TrustAnchor methods
+if LACKS_JAVA_SECURITY_CERT_TRUSTANCHOR_X500_CONS
+ICEDTEA_BOOTSTRAP_CLASSES += \
+	$(SHARE)/java/security/cert/TrustAnchor.java
+endif
+
+#PR57031 - Add missing getParameters() method in KeyStoreBuilderParameters
+if LACKS_JAVAX_NET_SSL_KEYSTOREBUILDERPARAMETERS_GETPARAMETERS
+ICEDTEA_BOOTSTRAP_CLASSES += \
+	$(SHARE)/javax/net/ssl/KeyStoreBuilderParameters.java
+endif
+
 # Flags
 MEMORY_LIMIT = -J-Xmx1024m
 IT_CFLAGS=$(CFLAGS) $(ARCHFLAG)
@@ -244,6 +257,10 @@
 
 ICEDTEA_FSG_PATCHES =
 
+DROP_PATCHES = \
+	patches/openjdk/jaf-b20_jaxws2-1_6_2011_06_13.patch \
+	patches/openjdk/jaxp144_05.patch
+
 SECURITY_PATCHES = \
 	patches/security/20120830/7182135-impossible_to_use_some_editors_directly.patch \
 	patches/security/20130201/7201068.patch \
@@ -274,16 +291,57 @@
 	patches/security/20130201/8001307.patch \
 	patches/security/20130201/8001972.patch \
 	patches/security/20130201/8002325.patch \
-	patches/security/20130201/8001235.patch \
 	patches/security/20130219/8006446.patch \
 	patches/security/20130219/8006777.patch \
 	patches/security/20130219/8007688.patch \
 	patches/security/20130304/8007014.patch \
-	patches/security/20130304/8007675.patch
+	patches/security/20130304/8007675.patch \
+	patches/openjdk/7036559-concurrenthashmap_improvements.patch \
+	patches/security/20130416/8009063.patch \
+	patches/openjdk/8004302-soap_test_failure.patch \
+	patches/security/20130416/6657673.patch \
+	patches/security/20130416/6657673-fixup.patch \
+	patches/openjdk/7133220-factory_finder_parser_transform_useBSClassLoader.patch \
+	patches/security/20130416/6657673-factory_finder.patch \
+	patches/openjdk/6669869-queries_per_appcontext.patch \
+	patches/openjdk/5102804-memory_leak.patch \
+	patches/openjdk/6963811-deadlock_fix.patch \
+	patches/openjdk/7064279-resource_release.patch \
+	patches/openjdk/7064279-fixup.patch \
+	patches/security/20130416/7200507.patch \
+	patches/security/20130416/8000724.patch \
+	patches/security/20130416/8004986.patch \
+	patches/openjdk/6501644-icu_sync.patch \
+	patches/openjdk/6886358-layout_update.patch \
+	patches/security/20130416/8001031.patch \
+	patches/openjdk/7017324-kerning_crash.patch \
+	patches/security/20130416/8001040.patch \
+	patches/security/20130416/8001322.patch \
+	patches/security/20130416/8001329.patch \
+	patches/security/20130416/8003335.patch \
+	patches/security/20130416/8003445.patch \
+	patches/security/20130416/8003543.patch \
+	patches/security/20130416/8004261.patch \
+	patches/security/20130416/8004336.patch \
+	patches/security/20130416/8005432.patch \
+	patches/security/20130416/8005943.patch \
+	patches/security/20130416/8006309.patch \
+	patches/security/20130416/8006435.patch \
+	patches/security/20130416/8006790.patch \
+	patches/security/20130416/8006795.patch \
+	patches/security/20130416/8007406.patch \
+	patches/security/20130416/8007617.patch \
+	patches/security/20130416/8007667.patch \
+	patches/security/20130416/8007918.patch \
+	patches/security/20130416/8009305.patch \
+	patches/security/20130416/8009699.patch \
+	patches/security/20130416/8009814.patch \
+	patches/security/20130416/8009857.patch
 
 SPECIAL_SECURITY_PATCH = patches/security/20120214/7112642.patch
 
 ICEDTEA_PATCHES = \
+	$(DROP_PATCHES) \
 	$(SECURITY_PATCHES) \
 	patches/stdc-limit-macros.patch \
 	patches/openjdk/4993545-nativeinlightfixer.patch \
@@ -464,7 +522,6 @@
 	patches/openjdk/6390045-error_cannot_access_java_lang_void.patch \
 	patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch \
 	patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch \
-	patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch \
 	patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch \
 	patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch \
 	patches/pr690-shark-jit-hs20.patch \
@@ -513,7 +570,11 @@
 	patches/openjdk/8007393.patch \
 	patches/openjdk/8007611.patch \
 	patches/fix_get_stack_bounds_leak.patch \



More information about the distro-pkg-dev mailing list