notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: java/openjdk6/Makefile

Number of commits found: 164 (showing only 64 on this page)

«  1 | 2 

Sunday, 27 May 2012
03:51 glewis search for other commits by this committer
. Specifically reference zip/unzip in ${LOCALBASE}/bin, since that is where
  the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin.
  Adjusting the JDK check is a harder fix, this will get things building
  again on 9.x quickly.

PR:             166996
Original commit
Saturday, 12 May 2012
04:44 glewis search for other commits by this committer
. Bootstrap with ant 1.8.3.
Original commit
Wednesday, 9 May 2012
19:51 jkim search for other commits by this committer
Update jtreg to 4.1 b04.
Original commit
03:53 glewis search for other commits by this committer
. Update to build 25.
Original commit
Wednesday, 2 May 2012
06:13 glewis search for other commits by this committer
. Fix the look up of time zone data when TZUPDATE is turned on and as a
  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.
Original commit
Thursday, 19 Apr 2012
18:53 glewis search for other commits by this committer
. Turn the TZUPDATE option off by default until I can figure out how that
  breaks the Eclipse build.
Original commit
Friday, 13 Apr 2012
04:01 glewis search for other commits by this committer
. Use the new java-zoneinfo port to provide updated time zone info.
Original commit
Saturday, 18 Feb 2012
01:06 jkim search for other commits by this committer
Fix multiple security vulnerabilities.

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
Original commit
Friday, 13 Jan 2012
17:36 jgh search for other commits by this committer
- Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of JDK
6)

This is largely done for java detection for browser compatibility
Please update UPDATE_VERSION for new releases

PR:     ports/163916
Submitted by:   Denny Lin <dennylin93 at hs.ntnu.edu.tw>
Approved by:    glewis, (rene, crees) (mentors,implicit)
Original commit
01:42 jkim search for other commits by this committer
- Replace hsearch_r from GNU libc with Berkeley DB from our libc.

http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853

- Fix POLICY option.  It was silently enabled by default with b19 update.
Original commit
Friday, 30 Dec 2011
06:42 jgh search for other commits by this committer
Installs built jars that were previously not installed.

* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files

PR: ports/161945
Submitted by:   Jilles Tjoelker <jilles at stack.nl>
Reviewed by: glewis
Approved by: glewis, crees (mentor)
Original commit
Wednesday, 30 Nov 2011
21:18 jkim search for other commits by this committer
- Update to b24. [1]
- Add x11/libXext to build dependencies. [2]
- Make portlint happy. [3]

PR:             ports/162646 [1]
                ports/156319 [2]
                ports/161985 [3]
Feature safe:   yes
Original commit
Tuesday, 9 Aug 2011
22:56 jkim search for other commits by this committer
- Add an additional patch to support i386 CPUs without CMOV instruction
under ICEDTEA option. [1]
- Chase default Korean font directory change.

PR:             ports/158304 [1]
Obtained from:  IcedTea Project [1]
Original commit
Monday, 11 Jul 2011
20:58 jkim search for other commits by this committer
- Update to build 23.
- Import more complete JPEG class support and turn on ICEDTEA option by
default. [1]
- Remove obsolete WEB option.  Note the functionality is now moved to a new
port java/icedtea-web, which depends on ICEDTEA option of this port.

Obtained from:  IcedTea project [1]
Original commit
Tuesday, 14 Jun 2011
20:51 jkim search for other commits by this committer
- Update IcedTea-Web to 1.0.3.
- Use fake JDK update version as IcedTea-Web does.
Original commit
Monday, 2 May 2011
12:44 makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
Original commit
Monday, 4 Apr 2011
20:56 jkim search for other commits by this committer
Update IcedTea-Web to 1.0.2.
Original commit
Thursday, 17 Mar 2011
09:17 ale search for other commits by this committer
Fix a severe regression introduced with the "disable IPV6_V6ONLY option".
On amd64 every call to getsocktopt returns a "Bad address" SocketException.
Original commit
Monday, 7 Mar 2011
22:41 jkim search for other commits by this committer
Add an option to apply extra patches originated from IcedTea project (turned
off by default) and sort options.  Add a basic wrapper to resurrect
com.sun.image.codec.jpeg using javax.imageio under the new option.

Obtained from:  icedtea.classpath.org
PR:             java/155288
Original commit
Thursday, 3 Mar 2011
23:22 jkim search for other commits by this committer
Backport a long standing bug fix from OpenJDK7, i.e., disable IPV6_V6ONLY
option when IPv6 is enabled and failed to create a socket.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6342561
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6882910

For in-depth analysis of this problem from FreeBSD perspective, please see:

http://diario.beerensalat.info/2008/10/12/java_and_ipv6_on_bsd.html
Original commit
Tuesday, 1 Mar 2011
19:21 jkim search for other commits by this committer
Update to build 22.
Original commit
Friday, 25 Feb 2011
12:27 ale search for other commits by this committer
Update apache-ant to 1.8.2 bugfix release.

PR:             ports/154187
Submitted by:   ale
Approved by:    portmgr (pav)
Original commit
Monday, 21 Feb 2011
19:03 jkim search for other commits by this committer
Update IcedTea-Web to 1.0.1 and fix multiple security vulnerabilities.

CVE-2010-4469:  Hotspot backward jsr heap corruption
CVE-2010-4465:  Swing timer-based security manager bypass
CVE-2010-4472:  Untrusted code allowed to replace DSIG/C14N implementation
CVE-2010-4448:  DNS cache poisoning by untrusted applets
CVE-2010-4450:  Launcher incorrect processing of empty library path entries
CVE-2010-4471:  Java2D font-related system property leak
CVE-2010-4470:  JAXP untrusted component state manipulation
CVE-2011-0706:  Multiple signers privilege escalation

Obtained from:  icedtea.classpath.org
Obtained from:  jaxp.java.net
Original commit
Friday, 11 Feb 2011
22:02 jkim search for other commits by this committer
Add experimental support for sound via ALSA pcm-oss plugin.  This feature
is disabled by default because MIDI plugin for OSS does not exist, i.e.,
(hardware) MIDI sequencer is not supported.  However, softsynth (Gervill)
works fine as it uses sampled sound.
Original commit
00:41 jkim search for other commits by this committer
- Implement some missing FreeBSD-specific methods, i.e., swap info, committed
virtual memory, free physical memory, and number of open file descriptors.
For example, jconsole shows more realistic numbers instead of hardcoded bogus
numbers in VM Summary tab now.  Correct a jtreg test case for the swap info.
- Mention procfs(5) is used for some features in this implementation.
Original commit
Wednesday, 9 Feb 2011
20:00 jkim search for other commits by this committer
- Update to build 21.
- Improve Serviceability Agent.  For example, the following should work now:

        jdb -connect sun.jvm.hotspot.jdi.SAPIDAttachingConnector:pid=<PID>
        jmap <PID>
        jsadebugd <PID>
        jstack -F <PID>
        jstack -m <PID>

- Replace IcedTea6 1.9.x with IcedTea-Web 1.0 for web support.  Note it is
still tightly coupled with openjdk6 for now because we do not have proper
infrastructure to decouple them yet.
- Add itweb-settings (a Java Control Panel replacement for IcedTea-Web).
- Add desktop integration files for web support (but not installed in default
system-wide locations).
Original commit
17:13 glewis search for other commits by this committer
. Fix infinite loop in parsing certain doubles.  See  CVE-2010-4476.
Original commit
Tuesday, 18 Jan 2011
19:28 jkim search for other commits by this committer
Update IcedTea6 web support to 1.9.4 (CVE-2010-4351).

Feature safe:   yes
Original commit
Tuesday, 4 Jan 2011
22:54 jkim search for other commits by this committer
Fix a typo in the BSD patchset.

PR:             ports/153421
Submitted by:   Alexander Vasyanin (avasyanin at gmail dot com)
Original commit
Tuesday, 14 Dec 2010
07:31 sunpoet search for other commits by this committer
- Use apache-ant 1.8.1 while devel/apache-ant was updated
- Pet portlint: use tab instead of space

PR:             ports/152676
Submitted by:   sunpoet (myself)
Approved by:    glewis (with java hat)
Original commit
Wednesday, 24 Nov 2010
23:35 jkim search for other commits by this committer
- Update IcedTea6 web support to 1.9.2.
- Add a patch to fix browser plugin crash[1].

Submitted by:   Barbara (barbara dot xxx1975 at libero dot it)[1]
Original commit
Sunday, 31 Oct 2010
20:47 glewis search for other commits by this committer
. Set LIBOWN and LIBGRP to the current user's uid and gid to allow building
  of the plugin by non-root users.
Original commit
Wednesday, 13 Oct 2010
19:51 jkim search for other commits by this committer
Update Web Start and Java plugin to IcedTea6 1.9.1.
Original commit
Thursday, 23 Sep 2010
21:54 jkim search for other commits by this committer
- Rewrite IcedTea6 plugin patch to improve stability of initialization/shutdown
process.  Update comments in the patch accordingly.
- Tidy up makefile for the plugin.  Remove a hack for include path of libxul,
which is correctly patched from libxul 1.9.2.9_1.  Remove mozilla-plugin.pc from
linker options for pkg-config.  Generally speaking, NPAPI plugins do not need
to link with Gecko engine directly.
- Move run-time dependencies for the plugin to build-time dependencies as it is
completely optional any way.
Original commit
Thursday, 16 Sep 2010
00:32 jkim search for other commits by this committer
Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.
Note the feature is turned off by default because it adds experimental and
unofficial patches from icedtea.classpath.org.  You need to select WEB option
from config menu or define WITH_WEB variable to enable the feature.  Also,
note that a symlink for web browser is not created automatically with same
reasoning.  Thus, you need to create a symlink for your browser, e.g.,

ln -s ${LOCALBASE}/openjdk6/jre/lib/IcedTeadPlugin.so ~/.mozilla/plugins

Remove some stale comments in package message while I am here.
Original commit
Thursday, 9 Sep 2010
06:18 glewis search for other commits by this committer
. Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot
  make jobs.  If not, fall back to the number of CPUs, as per the current
  behaviour.

  Only the HotSpot part of the build is safe to parallelise, so leave the
  port marked MAKE_JOBS_UNSAFE.
Original commit
Sunday, 15 Aug 2010
05:23 glewis search for other commits by this committer
. Port over davidxu@'s NIO selector that uses kqueue(2) from jdk16.
. Mark as MAKE_JOBS_UNSAFE.
Original commit
Saturday, 7 Aug 2010
02:12 glewis search for other commits by this committer
. Back out the previous revision.  The port is not MAKE_JOBS_SAFE.
Original commit
Sunday, 1 Aug 2010
22:22 glewis search for other commits by this committer
. Mark MAKE_JOBS_SAFE.
. Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS.

PR:             148753
Submitted by:   David Naylor <naylor.b.david@gmail.com>
Original commit
Saturday, 10 Jul 2010
16:44 glewis search for other commits by this committer
. Update to build 20.

PR:             148202
Original commit
Friday, 21 May 2010
05:11 jkim search for other commits by this committer
Stop downloading more sources (JAXP, JAX-WS, and JAF) from build phase and
add IcedTea project as an additional master site.  This change should fix
most build failures related to network problems, e.g., bootstrapping with
an IPv6-enabled JDK, unreliable network connections, etc.
Original commit
Tuesday, 18 May 2010
13:29 ale search for other commits by this committer
Do not add /usr/local/lib three times to DEFAULT_LIBPATH.
Update cacerts file from Sun's JRE 6u20.
Original commit
Monday, 17 May 2010
23:19 jkim search for other commits by this committer
- Update to b19 promoted build. [1]

- Merge two additional patches from the OpenJDK BSD porting project:

http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d
http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f

- Add a message to note fdescfs(5) is necessary for this implementation.

PR:             ports/145806 [1]
Discussed with: glewis, lev
Original commit
Friday, 14 May 2010
18:08 jkim search for other commits by this committer
Reset maintainer to java@.

Discussed with: glewis, lev
Original commit
Tuesday, 26 Jan 2010
17:11 ale search for other commits by this committer
Add ${LOCALBASE}/lib to java.library.path.

Submitted by:   ale
Approved by:    maintainer
Original commit
Monday, 25 Jan 2010
16:34 ale search for other commits by this committer
Remove unneeded '\' in COMMENT.
Original commit
Thursday, 21 Jan 2010
08:52 ale search for other commits by this committer
- Fix a bug in 'jar' utility
- Add support for running regression tests
- Respect LOCALBASE
- Bump PORTREVISION

These are the test results on:

FreeBSD 6 i386:  passed: 3113; failed: 29; error: 2
FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2

Note: a couple of tests passed only after a few runs.

Submitted by:   ale
Approved by:    maintainer
Original commit
Saturday, 16 Jan 2010
19:34 ale search for other commits by this committer
- Update to b17 promoted build [1]
  - Fix font rendering and update cacerts file
  - Add support for fastdebug jdk
- Cleanup/Enhance the port [2]

Submitted by:   maintainer [1], ale [2]
Approved by:    maintainer
Original commit
Wednesday, 13 Jan 2010
16:25 ale search for other commits by this committer
- Remove a circular dependency between openjdk6 and ant
  (required to make it the default jdk port)
- Remove manual fetching of unrestricted jce policy file
- Other no-ops

Approved by:    maintainer
Original commit
Friday, 17 Jul 2009
16:16 jkim search for other commits by this committer
Register/unregister OpenJDK6 explicitly via javavmwrapper.

Reviewed by:    Brian Gardner (maintainer)
Original commit
Wednesday, 3 Jun 2009
03:47 glewis search for other commits by this committer
. Restore Brian Gardner as maintainer with his new email address.
. Remove the runtime dependency on CUPS [2]

PR:             134648 [2]
Submitted by:   dinoex@ [2]
Original commit
Friday, 22 May 2009
06:23 glewis search for other commits by this committer
. Add support for the serviceability agent (includes work by glewis@ and
  Brian Gardner).  Core support needs some more work.
. Install the debug build when WITH_DEBUG is set.
. Change WITH_DEBUG to only build the debug build.
. Eliminate the requirements for the binary plugins.
. Fix some compilation errors in the debug build on 7.x.

Submitted by:   Kurt Miller <kurt@intricatesoftware.com>
Original commit
04:07 glewis search for other commits by this committer
. Reset maintainer to java@.  I located an earlier mail from Brian that he
  was leaving Expert's Exchange, so I imagine email to him there is just
  bouncing.
. Tweak the license description in COMMENT to a more standard form.
. Remove USE_JAVA.  The JDK bootstrap dependency is handled separately in
  the Makefile itself and once openjdk6 is part of bsd.java.mk USE_JAVA
  could make this port depend on itself (which doesn't play nice with
  portmaster).
Original commit
03:55 glewis search for other commits by this committer
. Allow a previously installed version of openjdk6 and jdk16 to also be
  used as a bootstrap.

PR:             134440
Submitted by:   Jonathan Chen <jonc@chen.org.nz>
Original commit
Saturday, 9 May 2009
23:21 glewis search for other commits by this committer
. Update to Build 16.
. Host the patchset in the ports infrastructure rather than downloading it.
. Make the port build HotSpot rather than using the one of the bootstrapping
  JDK (fixes a license violation).

Submitted by:   Kurt Miller <kurt@intricatesoftware.com>
Approved by:    Fixes a license violation
Original commit
Monday, 9 Mar 2009
02:01 maho search for other commits by this committer
Remove WEB knob.
OpenJDK (6 or 7) doesn't yet come with a plugin or webstart.

Submitted by:   Kurt Miller <lists@intricatesoftware.com>
            http://docs.FreeBSD.org/cgi/mid.cgi?200902251003.14760.lists
Approved by:     Brian Gardner <brian@experts-exchange.com> (maintainer)
Original commit
01:53 maho search for other commits by this committer
Fix broken on 6.

Spotted by: pav
Approved by: Brian Gardner <brian@experts-exchange.com> (maintainer)
Original commit
Thursday, 26 Feb 2009
12:56 maho search for other commits by this committer
* reroll openjdk-6-src-b14-10-feb-2009.zip
  http://lists.freebsd.org/pipermail/freebsd-java/2009-February/007917.html
* Serious tests and cleaning.
Original commit
Monday, 23 Feb 2009
20:28 erwin search for other commits by this committer
Take a stab at fixing INDEX by adding USE_ANT.
Original commit
08:11 maho search for other commits by this committer
Fix build.

Spotted by:  cperciva@ and QAT
Original commit
07:51 maho search for other commits by this committer
Fix build.

Spotted by: QAT
Original commit
06:54 maho search for other commits by this committer
Build fix.

Spotted by:     QAT
Original commit
04:39 maho search for other commits by this committer
Fix build.

Submitted by:   QAT
Original commit
03:15 maho search for other commits by this committer
OpenJDK is an open-source implementation of the Java Platform, Standard Edition.

The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be
the runtime equivelent to JDK6 Release 11.

Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.

OpenJDK 6 should supercede the java/jdk16 port at some point in time.

WWW: http://openjdk.java.net/

Submitted by:   Brian Gardner <brian@experts-exchange.com>
Original commit

Number of commits found: 164 (showing only 64 on this page)

«  1 | 2