Path to this page:
./
lang/sun-jre7,
Suns Java(tm) 2 Standard Edition, Java Runtime Environment (JRE) 7u25
Branch: pkgsrc-2013Q2,
Version: 7.0.25,
Package name: sun-jre7-7.0.25,
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_locale] [
emulators/suse121_x11] [
emulators/suse121_compat]
SHA1: fb4c38af805bda3923092b332bdb520d07d94aa5
RMD160: 2eaaeeb86c29c4fd62feed385affc340820ff2cb
Filesize: 45861.333 KB
Version history: (Expand)
- (2013-07-14) Updated to version: sun-jre7-7.0.25
- (2013-07-08) Package added to pkgsrc.se, version sun-jre7-7.0.21 (created)
CVS history: (Expand)
2013-07-14 18:10:55 by Matthias Scheler | Files touched by this commit (9) | |
Log message:
Pullup ticket #4176 - requested by obache
lang/sun-jdk7: security update
lang/sun-jre7: security update
Revisions pulled up:
- lang/sun-jdk7/Makefile 1.11
- lang/sun-jdk7/distinfo 1.10
- lang/sun-jre7/Makefile 1.15-1.17
- lang/sun-jre7/Makefile.common 1.3
- lang/sun-jre7/PLIST.linux-i386 1.2
- lang/sun-jre7/PLIST.linux-x86_64 1.2
- lang/sun-jre7/PLIST.solaris-i386 1.2
- lang/sun-jre7/PLIST.solaris-x86_64 1.2
- lang/sun-jre7/distinfo 1.12
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Jul 4 12:25:31 UTC 2013
Modified Files:
pkgsrc/lang/sun-jdk7: Makefile distinfo
pkgsrc/lang/sun-jre7: Makefile Makefile.common PLIST.linux-i386
PLIST.linux-x86_64 PLIST.solaris-i386 PLIST.solaris-x86_64 distinfo
Log message:
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.
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Jul 5 02:42:02 UTC 2013
Modified Files:
pkgsrc/lang/sun-jre7: Makefile
Log message:
Let symbolic link creation to be conditionally, and it should fix installation
for other than Linux binary users.
---
Module Name: pkgsrc
Committed By: obache
Date: Sat Jul 6 01:13:48 UTC 2013
Modified Files:
pkgsrc/lang/sun-jre7: Makefile
Log message:
symbolic link for native libraries is not required for solaris.
|