pkgsrc/lang
ryoon 7ca7147014 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.
2014-10-07 18:07:07 +00:00
..
a60 Calling time() requires <time.h>. My fault, I think, and/or NetBSD has 2014-06-29 04:34:07 +00:00
abcl Update to ABCL 1.3.1 2014-09-12 20:29:30 +00:00
algol68g * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
asn1c Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
awka Add the license definition for this package 2014-09-05 00:59:12 +00:00
baci
basic256 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
boomerang Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
brandybasic This package for some reason thinks MacOS comes with DOS <conio.h>. It 2014-06-29 04:39:58 +00:00
bwbasic
caml-light Don't force -fno-defer-pop. 2013-10-27 20:32:56 +00:00
camlp5 Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ccsh
cdl3
Cg-compiler Munged MAINTAINER on file copy. Fixed. 2013-06-30 14:14:10 +00:00
chicken Update to Chicken 4.9.0.1 2014-06-12 07:22:12 +00:00
cim Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cint Use portable find constructs. 2014-09-24 23:24:39 +00:00
clang Add option for installing the static analyzer. 2014-10-01 09:41:02 +00:00
classpath Share patches with lang/classpath-gui. Fix freetype use. 2014-04-19 15:00:37 +00:00
classpath-gui Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clisp Disable custom (and broken) Solaris linking, fixes 64-bit build. 2014-05-14 11:24:24 +00:00
clojure Update to Clojure 1.5.1 2013-06-11 19:51:27 +00:00
coq Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
cparser Remove accidental global variable. On most Unix platforms such 2014-06-29 04:53:26 +00:00
cu-prolog
eag
ecl Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
eieio Resolves: 2013-04-06 20:27:16 +00:00
elisp-manual Shorten. Note that this is the emacs21 manual and emacs22+ come with 2013-08-03 21:47:00 +00:00
elk
embryo band-aid patch for missing fxp2f(3) on NetBSD<6. 2013-08-30 11:12:04 +00:00
erlang Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
erlang-doc Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
erlang-man Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
f2c Only install catman page if catinstall is set. 2013-09-12 13:10:19 +00:00
ficl
focal
fort77 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
g95 Restrict USE_TOOLS+= perl:build to Linux. 2014-07-16 12:16:31 +00:00
gambc Remove NOT_FOR_BULK_PLATFORM, builds fine for me. 2014-09-24 23:31:36 +00:00
gauche Fix build on SunOS - needs c99 + extensions, and requires zlib. 2014-08-28 17:45:53 +00:00
gawk Fix build under SCO OpenServer 5.0.7/3.2. 2014-07-15 14:58:08 +00:00
gcc Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc-aux Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc3 Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
gcc3-c Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc3-c++ Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc3-f77 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc3-objc Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc34 Fix build on NetBSD 7+ 2014-09-10 12:18:54 +00:00
gcc44 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc45 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc46 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc47 Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc47-libs Don't pass --enable-__cxa_atexit on SunOS, it is only available in newer 2014-07-24 12:43:20 +00:00
gcc48 Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
gcc48-cc++ replace variable name "cc++" with "ccxx", "+" in the tail of variable name 2014-09-13 01:12:09 +00:00
gcc48-fortran Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc48-libs Update to 4.8.3 2014-05-31 13:06:25 +00:00
gcc48-objc Replace all references to _GCC_REQD with the appropriate logical value for 2014-09-06 08:20:28 +00:00
gcc49 Don't redefine putc and friends to fix build on NetBSD with libc++. 2014-09-10 12:20:00 +00:00
gcc49-libs Initial import of gcc49-libs-4.9.1nb1 as lang/gcc49-libs. 2014-09-04 18:49:10 +00:00
gforth Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ghc Recognize more Perl versions. 2014-06-27 06:51:22 +00:00
ghc-bootstrap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ghc7 current bootstrap binary kit for SmartOS is built with ncurses5 2014-09-26 07:00:50 +00:00
gnat-aux Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnat_util lang/gnat_util: Don't silence tsort for sake of SunOS support 2014-05-09 11:47:05 +00:00
go Update to 1.3.2 for a security fix: 2014-09-26 13:54:28 +00:00
gpc This is too old to support MacOS. 2014-06-29 05:08:36 +00:00
gprolog Add another site. 2013-06-13 16:31:55 +00:00
guile Patch around gtexinfo 5.2's high-and-mighty attitude towards indiscretions. 2013-11-30 07:06:25 +00:00
guile16 guile doesn't use any curses, termcap or terminfo 2013-10-18 15:53:27 +00:00
gwydion-dylan Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
heirloom-awk
hugs * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
icc11 s/gcc48/gcc48-cc++/ 2014-06-15 17:37:22 +00:00
icon
inform
intercal
ja-gawk
jamvm Update jamvm to 1.5.4. 2014-02-08 09:41:29 +00:00
japhar Work around linux's broken sort(1). 2013-04-28 03:31:22 +00:00
jasmin
java-lang-spec
java-vm-spec
jikes
jini
joos
js
kaffe Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
kaffe-esound
kaffe-x11 libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
kali Remove flagrantly wrong shell syntax (trailing &&) appearing in the 2014-01-02 04:18:49 +00:00
konoha Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
ksi Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
librep Update to 0.92.3 2014-01-03 05:01:36 +00:00
libtcl-nothread Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
likepython Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
lua Multiversion support for Lua. 2014-05-03 13:00:44 +00:00
lua51 Remove .pc files. 2014-06-13 17:09:57 +00:00
lua52 Remove .pc files. 2014-06-13 17:09:57 +00:00
LuaJIT
LuaJIT2 . Added buildlink3.mk 2014-03-26 13:29:53 +00:00
lush * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
maude Fix build with newer bison. Don't use <rope> with clang, but fall back 2013-11-29 18:30:09 +00:00
mawk Changes 1.3.4.20131226: 2014-03-13 16:35:23 +00:00
mercury Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
minischeme
mit-scheme-bin Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +00:00
mono Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
mono-basic Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
mono2 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
moscow_ml Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mpd
nawk Increase the default YYMAXDEPTH from 150 to 300, fixes problems building 2014-03-25 12:50:49 +00:00
newlisp The symlink to java is not needed anymore. 2014-07-07 14:41:09 +00:00
nhc98 Use mk/curses instead of devel/ncurses 2014-03-09 11:59:09 +00:00
nodejs Update nodejs to 0.10.32. 2014-09-23 08:30:58 +00:00
nqp Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
nuitka Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
objc Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
ocaml Added comments to gethostbyname/addr patches 2014-05-13 10:17:44 +00:00
onyx This probes for and uses libedit, but libedit isn't buildlinked. 2014-01-05 04:10:06 +00:00
oo2c Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
open-cobol-ce Import open-cobol-ce-1.1.59 as lang/open-cobol-ce. 2013-05-26 04:13:05 +00:00
opencobol Set CONFLICTS. 2013-05-26 04:15:40 +00:00
openjdk7 Two more cases for serialized GC and memory limits. 2014-10-04 22:47:32 +00:00
openjdk7-bin
opensource-cobol Add missing patch 2014-03-16 04:53:14 +00:00
ossp-js Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p2c Redo DESTDIR support correctly. hi joerg-from-2009 :-) 2014-01-02 07:45:14 +00:00
p5-Switch Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
parrot Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
pcc
pcc-current update to 20140706 snapshot 2014-07-16 20:17:37 +00:00
pear Bump PKGREVISION by Updating bundled Archive_Tar pear to 1.33.12. 2014-08-18 15:17:54 +00:00
perl5 Perl 5.20.1 has been released, this is the latest stable version of Perl. 2014-10-01 07:17:02 +00:00
pfe Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pforth Remove flags that have been GCC's since ~forever. 2013-10-28 23:47:56 +00:00
php Update to php54 to 5.4.33, aprroved by wiz@. 2014-09-30 08:16:10 +00:00
php5-perl Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
php53 Update php53 to 5.3.29, final PHP 5.3 release. 2014-08-15 16:09:16 +00:00
php54 Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
php55 Update php55 to 5.5.17, approved by wiz@. 2014-09-30 08:14:25 +00:00
picoc Use a pointer to the void type, not a enum value that turns out to be 0. 2013-12-17 23:23:38 +00:00
pict Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
polyml Make compiler wrapper add RPATH. 2014-09-29 00:55:00 +00:00
py-basicproperty Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-cxfreeze Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-hy Import py27-hy-0.10.0 as lang/py-hy. 2014-05-18 03:32:16 +00:00
py-pyrex Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pythonz Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-six Update to 1.8.0: 2014-09-14 17:52:12 +00:00
py26-html-docs Some packaging improvements. 2014-07-17 11:30:58 +00:00
py27-html-docs Some packaging improvements. 2014-07-17 11:34:42 +00:00
py33-html-docs Import py33-html-docs-3.3.5 as lang/py33-html-docs. 2014-07-17 11:37:38 +00:00
py34-html-docs Import py34-html-docs-3.4.1 as lang/py34-html-docs. 2014-07-17 11:45:40 +00:00
python Add python-digest 2014-06-07 14:27:02 +00:00
python26 try to find openssl header from system inc_dirs additionally, builtin one 2014-05-21 00:35:50 +00:00
python27 Reverting some changes which made building on Darwin to fail. 2014-07-26 06:19:38 +00:00
python33 Add a fix, test-case and note for directory traversal vulnerability, ref. 2014-07-02 12:53:52 +00:00
python34 Apply fix for directory traversal vulnerability, ref. 2014-07-04 11:37:13 +00:00
racket Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
racket-textual Update to Racket 6.0.1 2014-06-15 09:35:28 +00:00
rakudo-star Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
rcfunge Can work with system curses 2014-03-09 11:48:15 +00:00
rexx-imc
rexx-regina
ruby Clarify description of RUBY_NOVERSION, RUBY_PKGPREFIX and RUBY_SUFFIX. 2014-09-15 06:26:33 +00:00
ruby-coffee-script
ruby-coffee-script-source Update ruby-coffee-script-source to 1.7.0. 2014-03-14 17:19:18 +00:00
ruby-doc-stdlib
ruby-execjs Update ruby-execjs to 2.0.2. 2014-03-14 17:21:29 +00:00
ruby18 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby18-base Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits. 2014-06-26 15:59:31 +00:00
ruby21 Add ruby21 package which contains all packages from Ruby 2.1.1 2014-03-14 19:47:00 +00:00
ruby21-base Fix typo in comment in a patch file. 2014-10-02 08:59:26 +00:00
ruby193 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby193-base Fix typo in comment in a patch file. 2014-10-02 08:50:12 +00:00
ruby200 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby200-base Fix typo in comment in a patch file. 2014-10-02 08:59:26 +00:00
runawk Update to 1.5.1 (build failure on Hurd was fixed) 2014-07-13 16:27:03 +00:00
sablevm Don't define _XOPEN_SOURCE to a bogus value on SunOS. 2014-09-25 12:55:52 +00:00
sablevm-classpath Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
sablevm-classpath-gui Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
sather Let's try using the pkgsrc config for MacOS. If it doesn't work, which is 2014-06-29 05:12:42 +00:00
sbcl Update to SBCL 1.2.0 2014-06-01 18:55:59 +00:00
scala Update to 2.11.1. 2014-06-12 17:35:46 +00:00
scheme48 Treat FreeBSD and DragonFly the same way. 2014-06-17 22:23:40 +00:00
scm Add network libs on SunOS 2014-02-08 23:39:55 +00:00
see Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sigscheme just for fun to modularize uim package, but that's all, useless for me. 2014-09-28 03:18:07 +00:00
siod Disable check-libs, this package unpacks directly into WRKDIR so falls 2014-07-25 15:21:39 +00:00
smalltalk FreeBSD uses NetBSD's libexecinfo. 2014-06-19 15:15:38 +00:00
smlnj Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
snobol fix path in snobol post-build target 2014-09-20 18:13:29 +00:00
spidermonkey * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
spl Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
squeak Update to Squeak 4.4 2013-11-16 20:34:56 +00:00
squeak-vm Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
sr
sr-examples
stalin Remove NOT_FOR_BULK_PLATFORM for SunOS, it builds in under 10 minutes 2014-09-25 09:32:38 +00:00
STk Update HOMEPAGE. 2013-06-16 11:47:13 +00:00
sun-jdk6 Fix SunOS PLISTs. Please try to keep them in sync when you change this 2013-12-13 11:10:20 +00:00
sun-jdk7 Update to 7.0.67 2014-10-07 18:07:07 +00:00
sun-jre6 Update to 6.0.45 2013-04-25 13:32:12 +00:00
sun-jre7 Update to 7.0.67 2014-10-07 18:07:07 +00:00
swi-prolog
swi-prolog-jpl Add swi-prolog-jpl version 6.6.5 2014-05-28 10:33:00 +00:00
swi-prolog-lite Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
swi-prolog-packages Update to 6.6.5 2014-05-28 10:29:12 +00:00
tcl Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tcl-expect Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tcl-otcl Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
tcl85 Prevent matching TCL 8.6. 2014-03-17 00:04:43 +00:00
tinyscheme fix the location of the init file for tinyscheme 2014-04-29 19:18:16 +00:00
twelf Resolves: 2013-04-06 20:27:16 +00:00
ucblogo Fix format string, some missing prototypes and the check for signal 2013-07-18 12:05:09 +00:00
umb-scheme Fix build on FreeBSD. 2014-05-12 22:16:54 +00:00
utilisp
vala
vala014 Synchronize DESCR/COMMENT across vala versions, fix typos. 2014-08-09 22:11:01 +00:00
vala018 Synchronize DESCR/COMMENT across vala versions, fix typos. 2014-08-09 22:11:01 +00:00
vala020 Synchronize DESCR/COMMENT across vala versions, fix typos. 2014-08-09 22:11:01 +00:00
vala024 Import vala024-0.24.0 as lang/vala024 (based on vala020). 2014-08-09 22:12:56 +00:00
vscm
vslisp Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
wsbasic Hand in maintainership. 2013-04-13 07:55:01 +00:00
yabasic Update to 2.767 2014-04-11 15:24:34 +00:00
yap Fix build against readline 6.3. 2014-04-21 18:15:32 +00:00
Makefile Add gcc49-libs. 2014-09-04 18:49:45 +00:00