Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/sun-jdk14,
Suns Java(tm) 2 SDK, Standard Edition 1.4.2
Branch: CURRENT,
Version: 2.19,
Package name: sun-jdk14-2.19,
Maintainer: pkgsrc-usersThis is the Linux port of the Sun Java(tm) Development Kit, version 1.4.
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.7 2004/05/22 21:32:34 jmmv Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
options COMPAT_LINUX
Then, 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
${JAVA_HOME}/README
for details about running this JDK.
===========================================================================
Required to run:[
lang/sun-jre14] [
emulators/suse100_32_x11] [
emulators/suse100_32_compat] [
emulators/suse100_32_locale]
SHA1: 7c66d03bb6762e549b0644262d08075eb972ac53
RMD160: 4d2167bac874d7bce757563d88a9e124b3cb2ca7
Filesize: 35534.262 KB
Version history: (Expand)
- (2010-02-11) Package deleted from pkgsrc
- (2009-06-25) Updated to version: sun-jdk14-2.19
- (2008-03-14) Updated to version: sun-jdk14-2.17
- (2008-03-06) Updated to version: sun-jdk14-2.17
- (2008-02-02) Updated to version: sun-jdk14-2.16
- (2008-01-21) Updated to version: sun-jdk14-2.16
CVS history: (Expand)
2010-02-10 18:42:33 by Joerg Sonnenberger | Files touched by this commit (54) | |
Log message:
Retire jdk, jdk-openjit, sun-jdk14, sun-jdk15, sun-jre14, sun-jre15.
|
2009-06-25 13:43:41 by OBATA Akio | Files touched by this commit (5) | |
Log message:
Update sun-{jre,jdk}14 to 2.19, a.k.a. 1.4.2_19.
Changes in 1.4.2_19
The full internal version number for this update release is 1.4.2_19-b04 (where
"b" means "build"). The external version number is 1.4.2_19.
OlsonData 2008i
This release contains Olson time zone data version 2008i. For more information,
refer to Timezone Data Versions in the JRE Software .
Root Certificates Included
Root Certificates are included in this release. The following root
certificates have been added:
* Camerfirma root certificates
* T-systems root CA certificate (Deutsche Telekom Root CA 2)
Bug Fixes
This release contains fixes for one or more security vulnerabilities. For more
information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991,
245246, 246266, 246346, 246386, and 246387.
Other bug fixes are listed in the following URL:
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_19
Changes in 1.4.2_18
The full internal version number for this update release is 1.4.2_18-b06 (where
"b" means "build"). The external version number is 1.4.2_18.
OlsonData 2008b
This release contains Olson time zone data version 2008b. For more information,
refer to 6679340 or to US DST Timezone Updater.
Bug Fixes
This release contains fixes for one or more security vulnerabilities. For more
information, please see Sun Alerts 238666, 238905, 238967, and 238968.
Other bug fixes are listed in the following URL:
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_18
|
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-03-05 22:50:22 by Tobias Nygren | Files touched by this commit (5) | |
Log message:
Update to 1.4.2 Update 17. Security update that fixes multiple recently
reported vulnerabilities.
* http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_17
|
2008-01-21 02:39:02 by Tobias Nygren | Files touched by this commit (5) |
Log message:
- Update to sun-jdk14-2.16 and sun-jre14-2.16.
Update 16 adds a GlobalSign root certificate.
Update 15 is a bugfix release, see
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_15
- Add the appropriate license files.
|
2007-08-22 16:49:25 by Johnny C. Lam | Files touched by this commit (10) |
Log message:
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user
this. The JDK packages also depend on the corresponding JRE package,
so they don't need to show the same message -- keep the message with
the JRE packages instead.
|