/hg/icedtea6-hg: 29 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri May 3 07:39:57 PDT 2013
changeset 02a65b9914d5 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=02a65b9914d5
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Mar 22 14:18:47 2013 +0000
OPENJDK6-4: Backport the new version of copyMemory from OpenJDK 7 to allow Snappy to build
Move jvmtiEnv patch to bundled HotSpot build only.
changeset 241d297ff5e3 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=241d297ff5e3
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Mar 27 21:14:08 2013 +0000
Add langtools backports suggested by Joe Darcy and backport for bundled HotSpot suggested by Xerxes.
2013-03-26 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add new backports (HotSpot
one only to bundled HotSpot build).
* patches/hotspot/original/6840152-jvm_crashes_with_heavyweight_monitors.patch:
Backport suggested by Xerxes for hs20.
* patches/openjdk/6500343-bad_code_from_conditionals.patch,
* patches/openjdk/6682380-foreach_crash.patch,
* patches/openjdk/6718364-inference_failure.patch,
* patches/openjdk/7003595-incompatibleclasschangeerror.patch,
* patches/openjdk/7024568-long_method_resolution_oom_error.patch,
* patches/openjdk/7046929-fix_t6397104_test_failure.patch:
Langtools backports present in the proprietary JDK 6 tree,
as listed by Joe Darcy.
changeset 3584aac9d62d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3584aac9d62d
author: chrisphi
date: Fri Apr 05 09:01:48 2013 -0400
Bug 1362: Fedora 19 / rawhide FTBFS SIGILL
Summary: Fix reg alloc problem in thumb2.cpp compiler.
changeset bcad714e7c48 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=bcad714e7c48
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 12 22:06:38 2013 +0100
Add missing NEWS entry and ChangeLog for last commit.
2013-04-12 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add PR1362 from last commit.
* ChangeLog: Add missing entry for last
commit.
changeset 44dda0c0c865 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=44dda0c0c865
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Sun Apr 14 21:05:17 2013 +0100
PR1336: Bootstrap failure on Fedora 17/18
2013-04-12 Andrew John Hughes <gnu.andrew at redhat.com>
PR1336: Bootstrap failure on Fedora 17/18
* Makefile.am:
(ICEDTEA_BOOTSTRAP_CLASSES): Add SSLParameters
if needed.
* configure.ac: Check for javax.net.ssl.SSLParameters.
changeset db7918fff199 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=db7918fff199
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 ef687bd533e2 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ef687bd533e2
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 f9540cbade1e in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=f9540cbade1e
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 ab418eb1e664 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ab418eb1e664
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Apr 16 18:39:51 2013 +0100
Fix typo in ICEDTEA_PATCHES.
2013-04-16 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add missing backslash (oops!)
* patches/openjdk/7024568-long_method_resolution_oom_error.patch:
Fix patch that doesn't apply cleanly.
changeset fe8749a2c67c in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=fe8749a2c67c
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Apr 17 07:56:18 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 50031cd2f57a in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=50031cd2f57a
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 ceab4a096b50 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ceab4a096b50
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Apr 22 18:11:11 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 ffe30d3918c4 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=ffe30d3918c4
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 25 15:01:06 2013 +0100
Add backport of 7036559 and ConcurrentHashMap deserialization reliability fix for 8009063.
changeset 0396c602f40d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0396c602f40d
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 25 15:04:12 2013 +0100
Fix issues with previous commit.
2013-04-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
* 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 d5ea2fe9da2d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=d5ea2fe9da2d
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Apr 25 18:18:04 2013 +0100
Use latest hs23 HEAD, bringing in security fixes and aarch64 patch.
2013-04-25 Andrew John Hughes <gnu.andrew at member.fsf.org>
* Makefile.am:
(ICEDTEA_PATCHES): Move aarch64.patch to original
HotSpot only.
* hotspot.map: Sync with latest hs23 HEAD.
changeset c9be0d1330dc in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c9be0d1330dc
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:06:47 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 0115b40df976 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0115b40df976
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:10:41 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>
* patches/aarch64.patch:
Define EM_AARCH64 for legacy systems
with glibc earlier than 2.17.
changeset 13cfe757d5ee in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=13cfe757d5ee
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:15:18 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.
changeset 2701f46e49a0 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=2701f46e49a0
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:17:57 2013 +0100
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.
changeset 0bf8e7d60829 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0bf8e7d60829
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 c483fccf4758 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=c483fccf4758
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:20:56 2013 +0100
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.
changeset 4c03cba06c11 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=4c03cba06c11
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 797c2d24d89f in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=797c2d24d89f
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:31:01 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 3e701dcab7d4 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3e701dcab7d4
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 03:32:15 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.
* patches/openjdk/8009530-icu_kern_table_support_broken.patch:
Backported from 7u.
changeset b08a2c95d268 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=b08a2c95d268
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 13:13:40 2013 +0100
Update NEWS following latest releases.
2013-04-26 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add release notes for 1.11.10, 1.11.11
and 1.12.5 and remove features listed under 1.13.0
that were provided in those releases.
changeset 485b2d3dfd09 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=485b2d3dfd09
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Fri Apr 26 15:39:35 2013 +0100
S7022999: Can't build with FORCE_TIERED=0 (bundled HotSpot only)
2013-04-26 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Fix naming of aarch64 patch
and add new one.
* NEWS: Updated.
* patches/hotspot/original/7022999-fastlocking_compiler1_only.patch:
Backport fix to make Zero build work following
6840152.
* patches/aarch64.patch: Moved to...
* patches/hotspot/original/aarch64.patch: ...here.
changeset 11353b3c2109 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=11353b3c2109
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Apr 29 13:27:32 2013 +0200
Added two JTreg tests for checking TextLayout class behaviour.
changeset 3b76dff83564 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3b76dff83564
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Apr 30 13:18:33 2013 +0200
Added patch containing three new JTreg tests ComponentOrientationTest.java,
ComponentPlacementTest.java and ComponentSizeTest.java.
changeset 635d03c5e2dc in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=635d03c5e2dc
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri May 03 15:38:08 2013 +0100
Merge
diffstat:
AUTHORS | 4 +
ChangeLog | 411 +
INSTALL | 3 -
Makefile.am | 256 +-
NEWS | 129 +-
THANKYOU | 10 -
acinclude.m4 | 63 -
arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp | 30 +-
configure.ac | 59 +-
hotspot.map | 2 +-
patches/componentOrientationTests.patch | 246 +
patches/copy_memory.patch | 36 +
patches/ecj/override.patch | 110 +
patches/hotspot/original/6840152-jvm_crashes_with_heavyweight_monitors.patch | 32 +
patches/hotspot/original/7022999-fastlocking_compiler1_only.patch | 25 +
patches/hotspot/original/aarch64.patch | 34 +
patches/hotspot/original/jvmtiEnv.patch | 12 +
patches/jaxws-tempfiles-ioutils-6.patch | 176 +
patches/jvmtiEnv.patch | 12 -
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/6500343-bad_code_from_conditionals.patch | 129 +
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/6682380-foreach_crash.patch | 97 +
patches/openjdk/6718364-inference_failure.patch | 76 +
patches/openjdk/6886358-layout_update.patch | 13847 +
patches/openjdk/6963811-deadlock_fix.patch | 42 +
patches/openjdk/7003595-incompatibleclasschangeerror.patch | 351 +
patches/openjdk/7017324-kerning_crash.patch | 101 +
patches/openjdk/7024568-long_method_resolution_oom_error.patch | 102 +
patches/openjdk/7036559-concurrenthashmap_improvements.patch | 1436 +
patches/openjdk/7046929-fix_t6397104_test_failure.patch | 42 +
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/8004341-jck_dialog_failure.patch | 26 -
patches/openjdk/8005615-failure_to_load_logger_implementation.patch | 542 -
patches/openjdk/8007393.patch | 78 -
patches/openjdk/8007611.patch | 24 -
patches/openjdk/8009530-icu_kern_table_support_broken.patch | 332 +
patches/openjdk/8009641-8007675_build_fix.patch | 49 -
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/6563318.patch | 36 -
patches/security/20130201/6664509.patch | 1322 -
patches/security/20130201/6776941.patch | 272 -
patches/security/20130201/7141694.patch | 87 -
patches/security/20130201/7173145.patch | 22 -
patches/security/20130201/7186945.patch | 10819 -
patches/security/20130201/7186948.patch | 20 -
patches/security/20130201/7186952.patch | 127 -
patches/security/20130201/7186954.patch | 81 -
patches/security/20130201/7192392.patch | 695 -
patches/security/20130201/7192393.patch | 60 -
patches/security/20130201/7192977.patch | 444 -
patches/security/20130201/7197546.patch | 479 -
patches/security/20130201/7200491.patch | 49 -
patches/security/20130201/7200500.patch | 60 -
patches/security/20130201/7201064.patch | 125 -
patches/security/20130201/7201066.patch | 66 -
patches/security/20130201/7201068.patch | 83 -
patches/security/20130201/7201070.patch | 31 -
patches/security/20130201/7201071.patch | 553 -
patches/security/20130201/8000210.patch | 104 -
patches/security/20130201/8000537.patch | 334 -
patches/security/20130201/8000540.patch | 187 -
patches/security/20130201/8000631.patch | 3964 -
patches/security/20130201/8001235.patch | 37 -
patches/security/20130201/8001242.patch | 61 -
patches/security/20130201/8001307.patch | 27 -
patches/security/20130201/8001972.patch | 438 -
patches/security/20130201/8002325.patch | 59 -
patches/security/20130219/8006446.patch | 395 -
patches/security/20130219/8006777.patch | 1036 -
patches/security/20130219/8007688.patch | 130 -
patches/security/20130304/8007014.patch | 477 -
patches/security/20130304/8007675.patch | 416 -
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/textLayoutGetCharacterCount.patch | 54 +
patches/textLayoutLimits.patch | 49 +
patches/xjc.patch | 56 +-
rewriter/com/redhat/rewriter/ClassRewriter.java | 6 +-
118 files changed, 1093780 insertions(+), 24758 deletions(-)
diffs (truncated from 1120721 to 500 lines):
diff -r 18b6e9eaf3e8 -r 635d03c5e2dc AUTHORS
--- a/AUTHORS Mon Mar 18 21:34:40 2013 +0000
+++ b/AUTHORS Fri May 03 15:38:08 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 18b6e9eaf3e8 -r 635d03c5e2dc ChangeLog
--- a/ChangeLog Mon Mar 18 21:34:40 2013 +0000
+++ b/ChangeLog Fri May 03 15:38:08 2013 +0100
@@ -1,3 +1,409 @@
+2013-04-30 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Added new patch.
+ * patches/componentOrientationTests.patch:
+ Patch containing three new JTreg tests ComponentOrientationTest.java,
+ ComponentPlacementTest.java and ComponentSizeTest.java. These tests
+ check if ComponentOrientation subsystem behaviour is correct even
+ when right-to-left orientation is used.
+
+2013-04-29 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add two new patches.
+ * patches/textLayoutGetCharacterCount.patch:
+ * patches/textLayoutLimits.patch:
+ Two JTreg tests for checking TextLayout class behaviour.
+
+2013-04-26 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Fix naming of aarch64 patch
+ and add new one.
+ * NEWS: Updated.
+ * patches/hotspot/original/7022999-fastlocking_compiler1_only.patch:
+ Backport fix to make Zero build work following
+ 6840152.
+ * patches/aarch64.patch: Moved to...
+ * patches/hotspot/original/aarch64.patch: ...here.
+
+2013-04-26 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add release notes for 1.11.10, 1.11.11
+ and 1.12.5 and remove features listed under 1.13.0
+ that were provided in those releases.
+
+2013-04-24 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add new patch.
+ * 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.
+ 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.
+
+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.
+
+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.
+
+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
+ * patches/aarch64.patch:
+ Define EM_AARCH64 for legacy systems
+ with glibc earlier than 2.17.
+
+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.
+ * 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-25 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Move aarch64.patch to original
+ HotSpot only.
+ * hotspot.map: Sync with latest hs23 HEAD.
+
+2013-04-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
+
+ * 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-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-04-16 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add missing backslash (oops!)
+ * patches/openjdk/7024568-long_method_resolution_oom_error.patch:
+ Fix patch that doesn't apply cleanly.
+
+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>
+
+ PR1336: Bootstrap failure on Fedora 17/18
+ * Makefile.am:
+ (ICEDTEA_BOOTSTRAP_CLASSES): Add SSLParameters
+ if needed.
+ * configure.ac: Check for javax.net.ssl.SSLParameters.
+
+2013-04-12 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add PR1362 from last commit.
+ * ChangeLog: Add missing entry for last
+ commit.
+
+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-03-26 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add new backports (HotSpot
+ one only to bundled HotSpot build).
+ * patches/hotspot/original/6840152-jvm_crashes_with_heavyweight_monitors.patch:
+ Backport suggested by Xerxes for hs20.
+ * patches/openjdk/6500343-bad_code_from_conditionals.patch,
+ * patches/openjdk/6682380-foreach_crash.patch,
+ * patches/openjdk/6718364-inference_failure.patch,
+ * patches/openjdk/7003595-incompatibleclasschangeerror.patch,
+ * patches/openjdk/7024568-long_method_resolution_oom_error.patch,
+ * patches/openjdk/7046929-fix_t6397104_test_failure.patch:
+ Langtools backports present in the proprietary JDK 6 tree,
+ as listed by Joe Darcy.
+
+2013-03-22 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add new patch. Move
+ jvmtiEnv.patch to bundled HotSpot build only.
+ * NEWS: Update with new patch, add OpenJDK 6
+ JIRA URLs.
+ * patches/copy_memory.patch: New patch to
+ add sun.misc.Unsafe.copyMemory method from 7.
+ * patches/jvmtiEnv.patch: Moved to...
+ * patches/hotspot/original/jvmtiEnv.patch: here.
+
+2013-03-19 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * patches/openjdk/8004341-jck_dialog_failure.patch,
+ * patches/openjdk/8005615-failure_to_load_logger_implementation.patch,
+ * patches/openjdk/8007393.patch,
+ * patches/openjdk/8007611.patch,
+ * patches/openjdk/8009641-8007675_build_fix.patch,
+ * patches/security/20130201/6563318.patch,
+ * patches/security/20130201/6664509.patch,
+ * patches/security/20130201/6776941.patch,
+ * patches/security/20130201/7141694.patch,
+ * patches/security/20130201/7173145.patch,
+ * patches/security/20130201/7186945.patch,
+ * patches/security/20130201/7186948.patch,
+ * patches/security/20130201/7186952.patch,
+ * patches/security/20130201/7186954.patch,
+ * patches/security/20130201/7192392.patch,
+ * patches/security/20130201/7192393.patch,
+ * patches/security/20130201/7192977.patch,
+ * patches/security/20130201/7197546.patch,
+ * patches/security/20130201/7200491.patch,
+ * patches/security/20130201/7200500.patch,
+ * patches/security/20130201/7201064.patch,
+ * patches/security/20130201/7201066.patch,
+ * patches/security/20130201/7201068.patch,
+ * patches/security/20130201/7201070.patch,
+ * patches/security/20130201/7201071.patch,
+ * patches/security/20130201/8000210.patch,
+ * patches/security/20130201/8000537.patch,
+ * patches/security/20130201/8000540.patch,
+ * patches/security/20130201/8000631.patch,
+ * patches/security/20130201/8001235.patch,
+ * patches/security/20130201/8001242.patch,
+ * patches/security/20130201/8001307.patch,
+ * patches/security/20130201/8001972.patch,
+ * patches/security/20130201/8002325.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:
+ Remove patches available upstream.
+ * Makefile.am:
+ (JAXP_DROP_ZIP): Update to jaxp144_05.zip
+ with latest security fix included.
+ (JAXP_DROP_SHA256SUM): Likewise.
+ (SECURITY_PATCHES): Remove ones available
+ upstream (all from 2013/02/01, 2013/02/19
+ and 2013/03/04).
+ (ICEDTEA_PATCHES): Remove patches for
+ 8005615, 8004341, 8007393 & 8007611
+ available upstream.
+ * patches/ecj/override.patch:
+ Add new case introduced by upstream version
+ of security patches (sigh...)
+
2013-03-18 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
@@ -599,6 +1005,11 @@
2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
+ * Makefile.am:
+ (OPENJDK_VERSION): Bump to next release, b28.
+
+2012-10-31 Andrew John Hughes <gnu.andrew at redhat.com>
+
* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
* generated/com/sun/corba/se/impl/logging/IORSystemException.java,
* generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
diff -r 18b6e9eaf3e8 -r 635d03c5e2dc INSTALL
--- a/INSTALL Mon Mar 18 21:34:40 2013 +0000
+++ b/INSTALL Fri May 03 15:38:08 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 18b6e9eaf3e8 -r 635d03c5e2dc Makefile.am
--- a/Makefile.am Mon Mar 18 21:34:40 2013 +0000
+++ b/Makefile.am Fri May 03 15:38:08 2013 +0100
@@ -2,7 +2,7 @@
OPENJDK_DATE = 26_oct_2012
OPENJDK_SHA256SUM = 044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0
-OPENJDK_VERSION = b27
+OPENJDK_VERSION = b28
OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
CACAO_VERSION = 68fe50ac34ec
@@ -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
More information about the distro-pkg-dev
mailing list