Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5C7ECA65E2 for ; Tue, 7 Oct 2014 18:07:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0495314A160; Tue, 7 Oct 2014 18:07:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0839614A150 for ; Tue, 7 Oct 2014 18:07:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E3h5N-I3-M0j for ; Tue, 7 Oct 2014 18:07:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 25E7214A13D for ; Tue, 7 Oct 2014 18:07:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0958C98; Tue, 7 Oct 2014 18:07:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 7 Oct 2014 18:07:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20141007180708.0958C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Tue Oct 7 18:07:07 UTC 2014 Modified Files: pkgsrc/lang/sun-jdk7: distinfo pkgsrc/lang/sun-jre7: Makefile.common distinfo Log Message: Update to 7.0.67 Changelog: 7.0.67: http://www.oracle.com/technetwork/java/javase/7u67-relnotes-2251330.html Bug Fixes The following bug fix is included in this release: Area: deploy/plugin Synopsis: regression - java_arguments not accepted after update to 7u65 The regression is addressed in this release. See 8050875. 7.0.65: http://www.oracle.com/technetwork/java/javase/7u65-relnotes-2229169.html IANA Data 2014c JDK 7u65 contains IANA time zone data version 2014c. For more information, refer to Timezone Data Versions in the JRE Software. 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. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/sun-jdk7/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/sun-jre7/Makefile.common cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/sun-jre7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.