Path to this page:
./
lang/sun-jre7,
Suns Java(tm) 2 Standard Edition, Java Runtime Environment (JRE) 7u55
Branch: pkgsrc-2014Q1,
Version: 7.0.55,
Package name: sun-jre7-7.0.55,
Maintainer: pkgsrc-usersThis is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 7.0).
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2012/12/11 14:47:17 ryoon Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f @JAVA_HOME@/lib/@JAVA_ARCH@/client/classes.jsa
${RM} -f @JAVA_HOME@/lib/@JAVA_ARCH@/server/classes.jsa
;;
esac
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2012/12/11 14:47:17 ryoon Exp $
In order to be able to run the JVM, you need to add the following line
to your /etc/fstab:
procfs /emul/linux/proc procfs rw,linux
Furthermore, the maximum data segment size assigned to your user must
be at least 262144.
You may want to read the following for details about running this JDK:
${JAVA_HOME}/README
===========================================================================
Required to run:[
emulators/suse121_compat] [
emulators/suse121_locale] [
emulators/suse121_x11]
SHA1: f5b9e48eda19ec25db10bec03b8666dd69d27998
RMD160: 3b0e78fde07c15b61ec7d06cae3fde2d5c225821
Filesize: 45833.043 KB
Version history: (Expand)
- (2014-05-02) Updated to version: sun-jre7-7.0.55
- (2014-04-04) Package has been reborn
- (2014-04-03) Package added to pkgsrc.se, version sun-jre7-7.0.51 (created)
CVS history: (Expand)
2014-05-02 00:18:24 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4393 - requested by ryoon
lang/sun-jdk7: security update
lang/sun-jre7: security update
Revisions pulled up:
- lang/sun-jdk7/distinfo 1.15
- lang/sun-jre7/Makefile.common 1.6
- lang/sun-jre7/distinfo 1.17
---
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Apr 30 23:12:48 UTC 2014
Modified Files:
pkgsrc/lang/sun-jdk7: distinfo
pkgsrc/lang/sun-jre7: Makefile.common distinfo
Log message:
Update to 7.0.55
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
|