Commit graph

20 commits

Author SHA1 Message Date
richard
d7334db97d improve builtin versioning and update BUILDLINK_JAVA_PREFIX accordingly for sun-jre7 2013-10-16 16:47:29 +00:00
obache
419e5f4886 symbolic link for native libraries is not required for solaris. 2013-07-06 01:13:48 +00:00
obache
b080bda97b Let symbolic link creation to be conditionally, and it should fix installation
for other than Linux binary users.
2013-07-05 02:42:02 +00:00
obache
4944726e0d Update sun-{jre,jdk} to 7.0.25, aka Oracle Java SE 7u25.
while here, convert Solaris support to use pkgsrc emulator framework,
or it is hard to maintain this package.

This release includes important security fixes (CVE-2013-1571) . Oracle strongly
recommends that all Java SE 7 users upgrade to this release.

XXX: I cannot test on Solaris, but want to update for security fix.
XXX: If this change broke Solaris support, please fix, or report it.
2013-07-04 12:25:31 +00:00
ryoon
b244792c9d Update to 7.0.21
Changelog:
* Update timezone data to 2012i
* Bugfixes
2013-04-20 01:10:19 +00:00
ryoon
bc499bcb0f Update to 7.0.17
Changelog:
* Fix CVE-2013-1493.
2013-04-13 11:19:36 +00:00
jperkin
8190f1f4c4 Revert changes to use .gz suffix instead of .tar.gz. The issue is caused
by downloading files from Oracle's site using Chrome (Chromium #136305).
2013-03-08 15:08:50 +00:00
jperkin
3344033d86 Add SunOS support. 2013-03-06 16:21:13 +00:00
joerg
9d838cab8c Restrict JVM heap size during post-install script as the Linux JRE
doesn't honor address space limits.
2013-03-02 18:04:31 +00:00
joerg
297d75b195 Match distfile. 2013-03-02 18:03:20 +00:00
ryoon
ee008f5545 Update comment. 2013-03-02 08:37:50 +00:00
ryoon
366efdefab Use Oracle's filename. 2013-03-02 08:36:41 +00:00
christos
c16d6aa5df - put both archs in distinfo
- add notes about things going wrong here.
2013-02-25 17:25:10 +00:00
christos
f50c6aad9a fix sum for i386 2013-02-24 17:36:42 +00:00
christos
c22a4f6c6d update to .15 (x86_64) 2013-02-24 17:31:14 +00:00
ryoon
d05a4d9d06 Update to 1.7.13
* Fix many security bugs. See http://www.oracle.com/technetwork/topics/security/javacpufeb2013verbose-1841196.html
* Add Olson time zone data version 2012i in 1.7.13 release.
2013-02-09 10:35:19 +00:00
ryoon
c6c6ec3aa5 Fix LICENSE. 2012-12-16 13:58:25 +00:00
abs
1fc7cab2e5 Start to abstract out the linux specific Makefile definitions, to make it
easier to add OS X support. No functional change intended on linux and
${OPSYS}-emulating-liux platforms
2012-12-15 18:36:51 +00:00
abs
9c5cc62c33 Updated lang/sun-jre7 to 7.0.10
Highlights

This update release contains the following enhancements:

    Additional Certified System Configurations
    Security Feature Enhancements

Olson Data 2012i

JDK 7u10 contains Olson time zone data version 2012i. For more information, refer to Timezone Data Versions in the JRE Software.
Security Baselines

The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 7u10 are specified in the following table:
JRE Family Version 	JRE Security Baseline
(Full Version String)
7 	1.7.0_09
6 	1.6.0_37
5.0 	1.5.0_38
1.4.2 	1.4.2_40

For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer.
Additional Certified System Configurations

For JDK 7u10 release, the following additional system configurations have been certified:

    Mac OS X 10.8
    Windows 8

For more information, refer to Oracle Certified System Configurations page.
Security Feature Enhancements

The JDK 7u10 release includes the following enhancements:

    The ability to disable any Java application from running in the browser. This mode can be set in the Java Control Panel or (on Microsoft Windows platform only) using a command-line install argument.
    The ability to select the desired level of security for unsigned applets, Java Web Start applications, and embedded JavaFX applications that run in a browser. Four levels of security are supported. This feature can be set in the Java Control Panel or (on Microsoft Windows platform only) using a command-line install argument.
    New dialogs to warn you when the JRE is insecure (either expired or below the security baseline) and needs to be updated.

For more information, see Setting the Level of Security for the Java Client and Java Control Panel.
Bug Fixes
Notable Bug Fixes in JDK 7u10

The following are some of the notable bug fixes included in JDK 7u10.

Area: java command
Description: Wildcard expansion for single entry classpath does not work on Windows platforms.

The Java command and Setting the classpath documents describe how the wildcard character (*) can be used in a classpath element to expand into a list of the .jar files in the associated directory, separated by the classpath separator (;).

This wildcard expansion does not work in a Windows command shell for a single element classpath due to the Microsoft bug described in Wildcard Handling is Broken.

See 7146424.

For a list of other bug fixes included in this release, see JDK 7u10 Bug Fixes page.
2012-12-15 18:17:53 +00:00
ryoon
21d4d67d2a Import sun-jre7-7.0.9 as lang/sun-jre7.
This is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 7.0).

* builtin.mk is not tested. BUILTIN_FIND_FILES.JAVAVM7 should be fixed
* Not for NetBSD 5
2012-12-11 14:47:17 +00:00