| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=296318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296270
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296099
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296070
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296069
|
| |
|
|
|
|
|
|
|
|
| |
default it to on since I can't imagine why anyone would deliberately
want the limited strength versions given a choice.
Cribbed from java/openjdk6
Notes:
svn path=/head/; revision=295990
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
result turn it on by default again. This change bears a little more
explanation.
In UnixFileSystem.java there is a cache of canonical paths and in
particular one for paths inside java.home. The problem with looking
up time zone data is that if another path within java.home has been
looked up then the symlink for the time zone data is not resolved
(since the cache assumes there are no symlinks in java.home) and we fail
to be able to open the ZoneInfoMapping file.
One of the other features in UnixFileSystem is that the cache is not
consulted and full resolution occurs for paths containing "." or "..".
I've chosen to (ab)use this to force resolution of the time zone data
directory in ZoneInfoFile.java rather than doing something like IcedTea
did which was to introduce a tz.properties file where they would stash
the time zone info directory rather than symlinking it in. For full
reference that patch is here:
http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch
There are two main reasons I chose a bit of a hack rather than something
like this.
1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port).
2. Using updated time zone data is only an option in the port and using
something like tz.properties when the option is off is clunky.
Thanks to avg@ for sleuth work on finding the bug write up and the
IcedTea fix.
Notes:
svn path=/head/; revision=295845
|
| |
|
|
|
|
|
| |
WWW: http://www.oracle.com/us/technologies/java/index.html
Notes:
svn path=/head/; revision=295818
|
| |
|
|
|
|
|
| |
- Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
Notes:
svn path=/head/; revision=295816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295815
|
| |
|
|
|
|
|
| |
- Add an option to install demos and samples. Turned on by default.
Notes:
svn path=/head/; revision=295812
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295811
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295772
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295770
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295720
|
| |
|
|
|
|
|
| |
Submitted by: tg@
Notes:
svn path=/head/; revision=295235
|
| |
|
|
|
|
|
| |
breaks the Eclipse build.
Notes:
svn path=/head/; revision=295124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=295046
|
| |
|
|
|
|
|
|
| |
this is done with an additional patch instead of updating the source
bundle being used and the associated patch set.
Notes:
svn path=/head/; revision=295045
|
| |
|
|
|
|
|
| |
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=294958
|
| |
|
|
|
|
|
|
|
| |
- deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=294957
|
| |
|
|
| |
Notes:
svn path=/head/; revision=294887
|
| |
|
|
|
|
|
| |
rather than relying on the official time zone updater.
Notes:
svn path=/head/; revision=294885
|
| |
|
|
|
|
|
| |
rather than relying on the official time zone updater.
Notes:
svn path=/head/; revision=294882
|
| |
|
|
|
|
|
| |
rather than relying on the official time zone updater.
Notes:
svn path=/head/; revision=294880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=294829
|
| |
|
|
| |
Notes:
svn path=/head/; revision=294759
|
| |
|
|
|
|
|
| |
rather than relying on the official time zone updater.
Notes:
svn path=/head/; revision=294757
|
| |
|
|
|
|
|
|
| |
PR: 166785
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Notes:
svn path=/head/; revision=294717
|
| |
|
|
|
|
|
| |
rather than relying on the official time zone updater.
Notes:
svn path=/head/; revision=294585
|
| |
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294181
|
| |
|
|
|
|
|
|
|
|
|
| |
the JDK/JRE ports. This will make keeping up to date with new timezone
data easier and prevent all the JDK/JRE ports needing to be updated
regularly whenever a new TZUpdater is released by Oracle.
Feature safe: yes
Notes:
svn path=/head/; revision=294028
|
| |
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293830
|
| |
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: glewis@ (via email)
Feature safe: yes
Notes:
svn path=/head/; revision=293776
|
| |
|
|
|
|
|
|
|
|
|
| |
- Tweak ecj.sh to handle version and compilation
- bump PORTREVISION
Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails)
Feature safe: yes
Notes:
svn path=/head/; revision=293619
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.
WWW: http://www.eclipse.org/
Feature safe: yes
Notes:
svn path=/head/; revision=293586
|
| |
|
|
|
|
|
|
|
| |
PR: ports/165774
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=293221
|
| |
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Feature safe: yes
Notes:
svn path=/head/; revision=293164
|
| |
|
|
|
|
|
|
|
|
|
| |
redirection.
PR: ports/165689
Submitted by: Sutra Zhou <zhoushuqun@gmail.com>
Approved by: glarkin@ (mentor, implicit)
Notes:
svn path=/head/; revision=292852
|
| |
|
|
|
|
|
| |
Update 2.
Notes:
svn path=/head/; revision=292799
|
| |
|
|
| |
Notes:
svn path=/head/; revision=292798
|
| |
|
|
| |
Notes:
svn path=/head/; revision=292789
|
| |
|
|
| |
Notes:
svn path=/head/; revision=292787
|
| |
|
|
|
|
|
| |
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=292246
|
| |
|
|
|
|
|
|
| |
PR: ports/155547
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=292130
|
| |
|
|
|
|
|
| |
Approved by: maintainer timeout (>5weeks)
Notes:
svn path=/head/; revision=292064
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2011-3563: Fix issues in java sound
CVE-2011-3571: Fix in AtomicReferenceArray
CVE-2011-5035: Add property to limit number of request headers to the HTTP Server
CVE-2012-0501: Better input parameter checking in zip file processing
CVE-2012-0502: Issues with some KeyboardFocusManager method
CVE-2012-0503: Issues with TimeZone class
CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass
CVE-2012-0506: Issues with some method in corba
Obtained from: IcedTea Project
Notes:
svn path=/head/; revision=291651
|
| |
|
|
| |
Notes:
svn path=/head/; revision=291557
|
| |
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/news/show/1549.html
Notes:
svn path=/head/; revision=291556
|
| |
|
|
|
|
|
|
|
|
|
| |
is what we use doing the actual unzipping. Fixes the build for
FreeBSD 9.
PR: 164847
Submitted by: Kukushkin Konstantin <dark@rambler-co.ru>
Notes:
svn path=/head/; revision=290928
|