summaryrefslogtreecommitdiff
path: root/lang/sun-jdk7
AgeCommit message (Collapse)AuthorFilesLines
2013-12-31update jdk from 25 to 45, see:christos2-19/+9
http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html
2013-10-16improve builtin versioning and update BUILDLINK_DEPMETHOD correctly for sun-jdk7richard2-4/+6
2013-09-09Fix SunOS PLISTs to catch up with recent changes.jperkin2-2/+6
2013-09-07Bump PKGREVISION.ryoon3-3/+12
* Attempt to fix the missing JDK native libraries to make jmap work. Based on patches from dsainty@. Tested on NetBSD/i386 and amd64.
2013-07-04Update sun-{jre,jdk} to 7.0.25, aka Oracle Java SE 7u25.obache2-19/+19
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-04-20Update to 7.0.21ryoon2-18/+18
Changelog: * Update timezone data to 2012i * Bugfixes
2013-04-13Update to 7.0.17ryoon2-18/+18
Changelog: * Fix CVE-2013-1493.
2013-03-08Revert changes to use .gz suffix instead of .tar.gz. The issue is causedjperkin2-14/+8
by downloading files from Oracle's site using Chrome (Chromium #136305).
2013-03-06Add SunOS support.jperkin6-6/+1424
2013-03-02Use Oracle's filename.ryoon2-10/+8
2013-02-25sync with sun-jre7christos2-12/+18
2013-02-09Update to 1.7.13ryoon2-3/+3
* 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.
2012-12-16Fix LICENSE.ryoon1-2/+2
2012-12-15Updated lang/sun-jdk7 to 7.0.10abs2-12/+12
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-11Import sun-jdk7-7.0.9 as lang/sun-jdk7.ryoon8-0/+1492
This is the Linux port of the Sun Java(tm) Development Kit (J2SE 7.0).