summaryrefslogtreecommitdiff
path: root/lang/openjdk7/bootstrap.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2014-07-25 23:24:13 +0000
committerryoon <ryoon>2014-07-25 23:24:13 +0000
commitdf172147bff0a6dcbd70535c7fcffc2a62817a87 (patch)
tree7ef0557990b6b0e0010c5adc5b7aa41015ce36c0 /lang/openjdk7/bootstrap.mk
parentf2709933f50dc6c03f91da4a03d831efb618d9fa (diff)
downloadpkgsrc-df172147bff0a6dcbd70535c7fcffc2a62817a87.tar.gz
Update to 1.7.65 (7u65)
* Use openjdk7-1.7.60 based bootstrap kits to avoid headlessawt related errors. Confirmed under NetBSD/{amd64,i386} 5.2.2, NetBSD/{amd64,i386} 6.1.1, NetBSD/{amd64,i386} 6.99.47, and DragonFly/amd64 {3.6.1,3.8.1}. * Drop pre-3.6 DragonFly support. * Drop unused distfiles from icedtea-extra.mk. Changelog: for Oracle Java 7u65 From: http://www.oracle.com/technetwork/java/javase/7u65-relnotes-2229169.html Java™ SE Development Kit 7, Update 65 (JDK 7u65) The full version string for this update release is 1.7.0_65-b17 (where "b" means "build"), except for Windows, where the version string is 1.7.0_65-b20. The version number is 7u65. Highlights This update release contains the following enhancements and changes: New Features and Changes IANA Data 2014c JDK 7u65 contains IANA time zone data version 2014c. For more information, refer to Timezone Data Versions in the JRE Software. Security Baselines The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 7u65 are specified in the following table: JRE Family Version JRE Security Baseline (Full Version String) 7 1.7.0_65 6 1.6.0_81 5.0 1.5.0_71 For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer. JRE Expiration Date The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Third Party Bulletin. This JRE (version 7u65) will expire with the release of the next critical patch update scheduled for October 14, 2014. For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 7u65) on November 15, 2014. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date. JavaFX Release Notes This JDK release includes JavaFX version 2.2.65. New Features and Changes New Java Control Panel option to disable sponsors Currently, to disable sponsor offers at the time of installation, the user can de-select the option during installation or can pass SPONSORS=0 as a commandline option. In this release, a new Java Control Panel(JCP) option to disable sponsors is available. To use this option, go to JCP's "Advanced" tab, and check or uncheck "Suppress sponsor offers when updating Java". This option is applicable to 32 and 64 bit Windows operating systems. New JAXP processing limit property - maxElementDepth A new property, maxElementDepth, is added to provide applications the ability to set limit on maximum element depth in an xml file that they parse. This may be helpful for applications that may use too much resources when processing an xml file with excessive element depth. Name: http://java.sun.com/xml/jaxp/properties/maxElementDepth Definition: Limit the maximum element depth Value: A positive integer. 0 is treated as no limit. Negative numbers are treated as 0. Defaule value: 0 System property: jdk.xml.maxElementDepth For more details, see Processing Limits from JAXP tutorial trail. See 8031541 (not public). Bug Fixes This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory. For a list of bug fixes included in this release, see JDK 7u65 Bug Fixes page. The following are some of the notable bug fixes in this release: Area: client-libs/AWT Synopsis: Using RMI from a restricted environment may cause a NullPointerException. If an application uses RMI and runs in a restricted environment (ie. Java Plugin, Java Web Start), it may not work. In particular, if you run a UI from an RMI callback, a NullPointerException is likely to be thrown. See 8019274. Area: other-libs/corba Synopsis: org.omg.CORBA.ORBSingletonClass loading no longer uses context class loader The system property org.omg.CORBA.ORBSingletonClass is used to configure the system-wide/singleton ORB. The handling of this system property was changed in the 7u55 release to require that the system wide/singleton ORB be visible to the system class loader. In this release, the handling of this system property has been reverted to match the behavior found in JDK versions prior to 7u55 release, i.e. the singleton ORB is once again located using the thread context class loader of the first thread, to call the no-argument ORB.init method. The change is made to support applications which depend on this behavior. Note that this change is applicable to 8u20, 7u65, 6u85 and 5.0u75 releases. For JDK 9, the new behavior, where the system wide/singleton ORB needs to be visible to the system class loader, will continue. See 8046603. Known Issues Area: xml/jax-ws Synopsis: JAF initialization in SAAJ clashing with the one in javax.mail After initialization of SAAJ components, the javax.mail library may fail to work under certain circumstances, which in turn could break the javax.mail's JAF setup. A possible workaround is to re-add the javax.mail handler before using javax.mail API: MailcapCommandMap mailMap = (MailcapCommandMap) CommandMap.getDefaultCommandMap(); mailMap.addMailcap("multipart/mixed;;x-java-content-handler=com.sun.mail.handlers.multipart_mixed"); See 8043129.
Diffstat (limited to 'lang/openjdk7/bootstrap.mk')
-rw-r--r--lang/openjdk7/bootstrap.mk93
1 files changed, 23 insertions, 70 deletions
diff --git a/lang/openjdk7/bootstrap.mk b/lang/openjdk7/bootstrap.mk
index ce4293d3851..fdf631d0458 100644
--- a/lang/openjdk7/bootstrap.mk
+++ b/lang/openjdk7/bootstrap.mk
@@ -1,32 +1,16 @@
-# $NetBSD: bootstrap.mk,v 1.11 2014/07/25 20:35:14 ryoon Exp $
+# $NetBSD: bootstrap.mk,v 1.12 2014/07/25 23:24:13 ryoon Exp $
ONLY_FOR_PLATFORM= NetBSD-[56].*-i386 NetBSD-[56].*-x86_64
ONLY_FOR_PLATFORM+= DragonFly-[23].*-* SunOS-*-*
-BOOT.nb5-i386= bootstrap-jdk7-bin-netbsd-5-i386-20110811.tar.bz2
-BOOT.nb5-amd64= bootstrap-jdk7-bin-netbsd-5-amd64-20110811.tar.bz2
-BOOT.nb6-i386= bootstrap-jdk7-bin-netbsd-6-i386-20110811.tar.bz2
-BOOT.nb6-amd64= bootstrap-jdk7-bin-netbsd-6-amd64-20110811.tar.bz2
-BOOT.df213-i386= bootstrap-jdk7-bin-dragonfly-2.13-i386-20110811A.tar.xz
-# 1.7 partial bootstrap:
-BOOT.df213-amd64= bootstrap-jdk7-bin-dragonfly-2.13-amd64-20110811A.tar.xz
-BOOT.df33prebump-i386= bootstrap-openjdk-7.9.05_2.dfly-3.3-i386.tar.xz
-BOOT.df33prebump-amd64= bootstrap-openjdk-7.9.05_2.dfly-3.3-amd64.tar.xz
-BOOT.df35-i386= bootstrap-openjdk-7.21.11.dfly-3.5-i386.tar.xz
-BOOT.df35-amd64= bootstrap-openjdk-7.21.11.dfly-3.5-amd64.tar.xz
-BOOT.df35a-i386= bootstrap-openjdk-7.25.15.dfly-3.5-i386.tar.xz
-BOOT.df35a-amd64= bootstrap-openjdk-7.25.15.dfly-3.5-amd64.tar.xz
-BOOT.common-20110811= bootstrap-jdk7-bin-common-20110811.tar.bz2
-
-DFBSDBOOTSTRAPSITE= http://dl.wolfpond.org/openjdk7/
-SITES.bootstrap-jdk7-bin-dragonfly-2.13-i386-20110811A.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-jdk7-bin-dragonfly-2.13-amd64-20110811A.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.9.05_2.dfly-3.3-i386.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.9.05_2.dfly-3.3-amd64.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.21.11.dfly-3.5-i386.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.21.11.dfly-3.5-amd64.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.25.15.dfly-3.5-i386.tar.xz= ${DFBSDBOOTSTRAPSITE}
-SITES.bootstrap-openjdk-7.25.15.dfly-3.5-amd64.tar.xz= ${DFBSDBOOTSTRAPSITE}
+BOOT.nb5-i386= bootstrap-jdk7u60-bin-netbsd-5-i386-20140719.tar.bz2
+BOOT.nb5-amd64= bootstrap-jdk7u60-bin-netbsd-5-amd64-20140719.tar.bz2
+BOOT.nb6-i386= bootstrap-jdk7u60-bin-netbsd-6-i386-20140719.tar.bz2
+BOOT.nb6-amd64= bootstrap-jdk7u60-bin-netbsd-6-amd64-20140719.tar.bz2
+BOOT.nb7-i386= bootstrap-jdk7u60-bin-netbsd-7-i386-20140719.tar.bz2
+BOOT.nb7-amd64= bootstrap-jdk7u60-bin-netbsd-7-amd64-20140719.tar.bz2
+BOOT.dfly3.6-amd64= bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2
+BOOT.dfly3.8-amd64= bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
.if !empty(MACHINE_PLATFORM:MNetBSD-5.[0-8]*-i386) || make(distinfo)
DISTFILES+= ${BOOT.nb5-i386}
@@ -38,65 +22,34 @@ DISTFILES+= ${BOOT.nb5-amd64}
EXTRACT_ONLY+= ${BOOT.nb5-amd64}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-6.[0-8]*-i386) || make(distinfo) || \
- !empty(MACHINE_PLATFORM:MNetBSD-5.99.*-i386) || \
- !empty(MACHINE_PLATFORM:MNetBSD-6.99.*-i386)
+.if !empty(MACHINE_PLATFORM:MNetBSD-6.[0-8]*-i386) || make(distinfo)
DISTFILES+= ${BOOT.nb6-i386}
EXTRACT_ONLY+= ${BOOT.nb6-i386}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-6.[0-8]*-x86_64) || make(distinfo) || \
- !empty(MACHINE_PLATFORM:MNetBSD-5.99.*-x86_64) || \
- !empty(MACHINE_PLATFORM:MNetBSD-6.99.*-x86_64)
+.if !empty(MACHINE_PLATFORM:MNetBSD-6.[0-8]*-x86_64) || make(distinfo)
DISTFILES+= ${BOOT.nb6-amd64}
EXTRACT_ONLY+= ${BOOT.nb6-amd64}
.endif
-.if !empty(MACHINE_PLATFORM:MDragonFly-2.[0-9]*-i386) || \
- !empty(MACHINE_PLATFORM:MDragonFly-3.[0-2]*-i386) || make(distinfo)
-DISTFILES+= ${BOOT.df213-i386}
-EXTRACT_ONLY+= ${BOOT.df213-i386}
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDragonFly-2.[0-9]*-x86_64) || \
- !empty(MACHINE_PLATFORM:MDragonFly-3.[0-2]*-x86_64) || make(distinfo)
-DISTFILES+= ${BOOT.df213-amd64}
-EXTRACT_ONLY+= ${BOOT.df213-amd64}
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.[3-4]*-i386) || make(distinfo)
-DISTFILES+= ${BOOT.df33prebump-i386}
-EXTRACT_ONLY+= ${BOOT.df33prebump-i386}
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.[3-4]*-x86_64) || make(distinfo)
-DISTFILES+= ${BOOT.df33prebump-amd64}
-EXTRACT_ONLY+= ${BOOT.df33prebump-amd64}
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.5*-i386) || make(distinfo)
-DISTFILES+= ${BOOT.df35-i386}
-EXTRACT_ONLY+= ${BOOT.df35-i386}
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.5*-x86_64) || make(distinfo)
-DISTFILES+= ${BOOT.df35-amd64}
-EXTRACT_ONLY+= ${BOOT.df35-amd64}
+.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-i386) || make(distinfo)
+DISTFILES+= ${BOOT.nb7-i386}
+EXTRACT_ONLY+= ${BOOT.nb7-i386}
.endif
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.[6-9]*-i386) || make(distinfo)
-DISTFILES+= ${BOOT.df35a-i386}
-EXTRACT_ONLY+= ${BOOT.df35a-i386}
+.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-x86_64) || make(distinfo)
+DISTFILES+= ${BOOT.nb7-amd64}
+EXTRACT_ONLY+= ${BOOT.nb7-amd64}
.endif
-.if !empty(MACHINE_PLATFORM:MDragonFly-3.[6-9]*-x86_64) || make(distinfo)
-DISTFILES+= ${BOOT.df35a-amd64}
-EXTRACT_ONLY+= ${BOOT.df35a-amd64}
+.if !empty(MACHINE_PLATFORM:MDragonFly-3.6*-x86_64) || make(distinfo)
+DISTFILES+= ${BOOT.dfly3.6-amd64}
+EXTRACT_ONLY+= ${BOOT.dfly3.6-amd64}
.endif
-.if !empty(DISTFILES:M*20110811*) || make(distinfo)
-DISTFILES+= ${BOOT.common-20110811}
-EXTRACT_ONLY+= ${BOOT.common-20110811}
+.if !empty(MACHINE_PLATFORM:MDragonFly-3.[8-9]*-x86_64) || make(distinfo)
+DISTFILES+= ${BOOT.dfly3.8-amd64}
+EXTRACT_ONLY+= ${BOOT.dfly3.8-amd64}
.endif
.if ${OPSYS} == "SunOS"