Greg Lewis
8da599bfaf
. Use the latest cacerts file from the official Oracle distribution of
...
Update 2.
2012-03-06 03:59:29 +00:00
Greg Lewis
e5d3c8854e
. Update to OpenJDK 7 Update 2.
2012-03-06 03:58:53 +00:00
Greg Lewis
f326f69e57
. Try harder to make sure the flags returned from getFlags isn't negative,
...
since a number of places in the code check for that and assume that it
means an error occurred. On FreeBSD, in particular, the value of
ifr_flags can be negative if multicast is enabled on the socket since
the possible flags have expanded to fill more than a short.
Instead of blindly promoting ifr_flags to an int, which will preserve
the sign, we fill the int return value with ifr_flagshigh in the high
16 bits and ifr_flags in the low 16 bits.
PR: 155186
Reported by: Alex Hayward <xelah-freebsd-pr@xelah.com>
2011-07-08 07:28:46 +00:00
Greg Lewis
63c5dd4cb1
. Update to Build 147.
2011-06-29 04:09:28 +00:00
Greg Lewis
a121ec1a94
. Update to Build 146.
2011-06-26 18:31:15 +00:00
Greg Lewis
443627224f
. Update to Build 144.
2011-05-29 19:41:52 +00:00
Greg Lewis
4b97549646
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476.
2011-02-09 17:13:40 +00:00
Greg Lewis
7bcb7b5573
. Update to Build 122.
2010-12-18 08:59:20 +00:00
Greg Lewis
be29271c63
. Update to Build 121.
2010-12-14 23:37:29 +00:00
Greg Lewis
92b914da21
. Update to Build 117.
...
. Temporarily disable a previous openjdk7 install as a bootstrap since the
previous version won't compile this one.
2010-11-08 08:14:04 +00:00
Greg Lewis
c9ca7a4ee0
. Add a new NIO selector that uses kqueue(2) and make it the default. [1]
...
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.
Submitted by: davidxu@ [1]
2010-08-16 01:35:41 +00:00
Greg Lewis
2d42764d84
. Update to the latest set of root certificates that come with the JDK.
2010-07-25 07:10:52 +00:00
Greg Lewis
71a03b73fd
. Update to Build 100.
2010-07-11 19:06:54 +00:00
Greg Lewis
82ec68f6e6
. Update to Build 86.
2010-03-27 21:30:38 +00:00
Greg Lewis
8fe22ffb54
. Add ${LOCALBASE}/lib to the default library path. [1]
...
. Add a runtime dependency on javavmwrapper. [2]
PR: 144076 [2]
Submitted by: ale@ [1]
Feature safe: yes
2010-02-23 03:31:03 +00:00
Greg Lewis
2f886f4efb
. Update to Build 82.
2010-02-07 19:45:06 +00:00
Greg Lewis
980bcfd3ed
. Update to Build 80.
2010-01-24 19:29:43 +00:00
Greg Lewis
be21ee8a49
. Pull down a fix for an unsigned/signed comparison error that hasn't made
...
it into a build yet. This causes a build breakage on 6.x/amd64 at least.
Pointed out by: pointyhat (via pav)
2010-01-22 06:32:22 +00:00
Greg Lewis
a328ae1d6c
. Update to Build 79.
2010-01-18 00:38:29 +00:00
Greg Lewis
766ab75197
. Add a fairly barebones port of OpenJDK7:
...
An open-source implementation of the Java Platform, Standard Edition,
WWW: http://openjdk.java.net/
2010-01-03 21:00:15 +00:00