summaryrefslogtreecommitdiff
path: root/lang/sun-jre7
AgeCommit message (Collapse)AuthorFilesLines
2014-06-07Re-add JCEryoon1-1/+4
Noted by David Sainty, thank you.
2014-06-06Update to 7.0.60ryoon6-22/+23
* PLIST.linux-i386 and PLIST.linux-x86_64 are confirmed. Changelog: http://www.oracle.com/technetwork/java/javase/7u60-relnotes-2200106.html Java SE Development Kit 7, Update 60 (JDK 7u60) The full version string for this update release is 1.7.0_60-b19 (where "b" means "build"). The version number is 7u60. Highlights This update release contains several enhancements and changes including the following: Java Mission Control New Features and Changes IANA Data 2014b JDK 7u60 contains IANA time zone data version 2014b. For more information, refer to Timezone Data Versions in the JRE Software. JavaFX This JDK release includes JavaFX version 2.2.60. Java Mission Control This JDK release includes Java Mission Control(JMC) version 5.3. For more information, see JMC 5.3 Release Notes. New Features and Changes Java ignores deployment.expiration.check.enabled property for first launch If you have an older version of Java and expiration check is turned off through deployment.properties file, Java may ignore this property for first launch. To ensure that expiration check is disabled, use the following Java Web Start command: javaws -userConfig deployment.expiration.check.enabled false If this property is changed in the deployment.properties file, open the Java Control Panel before starting an application to ensure that the native cache is synchronized with the file. For more information, see Deployment Configuration File and Properties. New flags added to Java Management API The flags MinHeapFreeRatio and MaxHeapFreeRatio have been made manageable. This means they can be changed at runtime using the management API in Java. Support for these flags have also been added to the ParallelGC as part of the adaptive size policy. Bug Fixes For a list of bug fixes included in this release, see JDK 7u60 Bug Fixes page. The following are some of the notable bug fixes in this release: Area: security-libs/java.security Synopsis: Realm.getRealmsList returns realms list in wrong order Java does not support the [capaths] section in krb5.conf correctly if there are more then one intermediate realm between the client realm and the server realm. See 8012615.
2014-05-07Reinstate UnlimitedJCEPolicyJDK7.zip distinfodsainty1-1/+4
2014-05-03update PLIST.solaris*richard2-2/+5
2014-05-01Fix non-native packaging, for example under NetBSDryoon1-10/+10
Pointed out by wiz@, thank you.
2014-05-01Fix packaging under CentOS/x86_64 6.5ryoon1-1/+10
2014-04-30Update to 7.0.55ryoon2-18/+15
Changelog: JavaFX Release Notes JavaFX is now part of JDK. JDK 7u55 release includes JavaFX version 2.2.55. New Features and Changes The frequency of some security dialogs has been reduced on systems that run the same RIA multiple times. See 8029649. Using "*" in Caller-Allowable-Codebase Attribute. If a stand-alone asterisk (*), or asterisk as part of a top level domain such as (*.org), is specified as the value for the Caller-Allowable-Codebase attribute, then calls from JavaScript code to the RIA will show a security warning. An option to remember the choice is also provided, and if the user selects the option to remember the choice to run the RIA, no further warning messages are shown for the same RIA, when run with JavaScript from the same source. For more information, see JAR File Manifest Attributes for Security documentation. See 8033707. Disabling Sponsor Offers in the Java Installer During the installation of Java, users may be presented with the option of downloading and installing sponsor offers, such as browser add-ons, or security software. With 7u55 and later releases of Java, sponsor offers can be bypassed entirely by using "SPONSORS=0" as an option, when installing Java via the command line: Manually download the 32bit online installer for 7u55 to your local machine. Click the Windows Start Button/Menu. From the available Menu choices, select the 'Search box' and enter the text "command" in it. A list of matches will appear. Select 'Command Prompt' from the available Programs list. Navigate to the folder containing the downloaded installer, e.g.: cd c:\Users\<username>\Downloads To start the installation, in the Command Prompt window type: jre-7u55-windows-i586-iftw.exe SPONSORS=0 The option to disable sponsors will persist across all future updates and re-installs of Java. Note that sponsor offers, and therefore this functionality, is only applicable to online 32bit JRE installers and Auto Update mechanisms for the Windows operating system. Bug Fixes Bug Id Category Sub-Category Description JDK-7190349 client-libs 2d [macosx] Text (Label) is incorrectly drawn with a rotated g2d JDK-8013569 client-libs 2d [macosx] JLabel preferred size incorrect on retina displays with non-default font size JDK-6571600 client-libs java.awt JNI use results in UnsatisfiedLinkError looking for libmawt.so JDK-8025588 client-libs java.awt [macosx] Frozen AppKit thread in 7u40 JDK-5049299 core-libs java.lang (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion JDK-8020191 core-libs java.lang System.getProperty( " os.name " ) returns " Windows NT (unknown) " on Windows 8.1 JDK-8030822 core-libs java.time (tz) Support tzdata2013i JDK-8019853 core-libs java.util.logging Break logging and AWT circular dependency JDK-8026474 deploy deployment_toolkit deployJava.js versioncheck doesn't work in IE11 JDK-8028691 deploy plugin loading browser proxy via config script should not trigger JAR download JDK-8029649 deploy plugin Reduce dialog frequency when app is run multiple times JDK-8033705 deploy plugin Array out of bounds exception in PluginMain.performSSVValidation JDK-8033779 deploy plugin JRE 7u51 Plugin Failing to Run Older JRE Version < 1.6.0 JDK-8029922 deploy webstart 32-bit only Java Web Start apps fail to run on 32- and 64-bit JRE configs JDK-8031579 deploy webstart Spurious Missing Manifest Permissions Attribute Warning When Launching versioned Java Web Start app JDK-8024830 hotspot compiler SEGV in org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get JDK-8035618 other-libs corba:rmi-iiop Four api/org_omg/CORBA TCK tests fail under plugin only
2014-03-02remove unwanted a space.obache1-2/+2
2014-03-02define JDK7 Update number in Makefile.common and use it.obache2-6/+9
2014-02-11Java SE Development Kit 7, Update 51 (JDK 7u51)obache6-84/+29
Olson Data 2013h JavaFX Release Notes * JavaFX is now part of JDK. JDK 7u51 release includes JavaFX version 2.2.51. New Features and Changes * Jarsigner updated to encourage timestamping * Changes to Security Slider * Prompt users to clear previously remembered decisions * Exception Site List Bug Fixes This release contains fixes for security vulnerabilities. For more information: http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html#AppendixJAVA
2014-02-10Just a bit too late, add i586 Linux JRE distribution hashes too.dsainty1-1/+4
2014-01-20Sync PLIST with file system content on NetBSD/current. Bump revision.joerg2-2/+6
2014-01-07Restore SunOS support, deleted in recent update.jperkin3-4/+15
2013-12-31Update jre from 25 to 45, see:christos6-33/+13
http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html
2013-10-16improve builtin versioning and update BUILDLINK_JAVA_PREFIX accordingly for ↵richard2-4/+14
sun-jre7
2013-07-06symbolic link for native libraries is not required for solaris.obache1-2/+2
2013-07-05Let symbolic link creation to be conditionally, and it should fix installationobache1-1/+3
for other than Linux binary users.
2013-07-04Update sun-{jre,jdk} to 7.0.25, aka Oracle Java SE 7u25.obache7-33/+37
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-10/+8
by downloading files from Oracle's site using Chrome (Chromium #136305).
2013-03-06Add SunOS support.jperkin7-8/+1661
2013-03-02Restrict JVM heap size during post-install script as the Linux JREjoerg1-2/+2
doesn't honor address space limits.
2013-03-02Match distfile.joerg1-1/+3
2013-03-02Update comment.ryoon1-2/+2
2013-03-02Use Oracle's filename.ryoon2-10/+11
2013-02-25- put both archs in distinfochristos2-2/+7
- add notes about things going wrong here.
2013-02-24fix sum for i386christos1-4/+4
2013-02-24update to .15 (x86_64)christos2-15/+11
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-15Start to abstract out the linux specific Makefile definitions, to make itabs3-16/+26
easier to add OS X support. No functional change intended on linux and ${OPSYS}-emulating-liux platforms
2012-12-15Updated lang/sun-jre7 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-jre7-7.0.9 as lang/sun-jre7.ryoon13-0/+1920
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