diff options
author | ghen <ghen@pkgsrc.org> | 2006-09-25 08:00:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-09-25 08:00:31 +0000 |
commit | d70e59adae526b940fa3493af5d999cfa1b97937 (patch) | |
tree | dc91d1eb1558963d7fbea4f38136beff05a17d37 /lang/sun-jre13 | |
parent | dae8baf6294f3ec5a853ebc2b73ad42ecb563555 (diff) | |
download | pkgsrc-d70e59adae526b940fa3493af5d999cfa1b97937.tar.gz |
Update sun-jre13 and sun-jdk13 to 1.3.1_19 + fix PLIST.
Bugs fixed in 1.3.1_19:
6420685 ResourceMark breaks growable array
6180969 JVM 1.3.1 crash due to fatal error in exception handler
6353457 Long Integer value changes in unpredictable manner with
Deoptimization(1.3.1_06)
6359662 OutOfMemoryError with Object allocation in JDK1.3.1_09
6358532 HttpURLConnection.disconnect doesn?t really do the job
6425120 Support tzdata2006g
6276622 1.3.1_16 uninstaller removing TreatAs key for 1.5.0_02
4980600 Syntax used when invoking coreutils does not conform to POSIX
1003.1-2001
6292347 unexpected packet is sent in java.util.ResourceBundle.getBundle
Bugs fixed in 1.3.1_18:
6391777 JDK 1.3 TZ fix required - Related to SUN BASE RFE 6332148
6317483 Beans extending JPanel class are not released when created via 1.3.1
ActiveX bridge
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 9 | ||||
-rw-r--r-- | lang/sun-jre13/PLIST | 4 | ||||
-rw-r--r-- | lang/sun-jre13/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 051db1a5491..dd891d79726 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2006/03/01 23:53:21 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2006/09/25 08:00:31 ghen Exp $ -DISTNAME= j2re-1_3_1_17-linux-i586 -PKGNAME= sun-jre13-1.0.17 -PKGREVISION= 1 +DISTNAME= j2re-1_3_1_19-linux-i586 +PKGNAME= sun-jre13-1.0.19 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 @@ -10,7 +9,7 @@ COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 SHORT= JRE JAVA_WRAPPERS= java keytool policytool rmid rmiregistry tnameserv -WRKSRC= ${WRKDIR}/jre1.3.1_17 +WRKSRC= ${WRKDIR}/jre1.3.1_19 REQD_DIRS= ${JAVA_HOME} REQD_DIRS+= ${JAVA_HOME}/lib REQD_DIRS+= ${JAVA_HOME}/lib/images diff --git a/lang/sun-jre13/PLIST b/lang/sun-jre13/PLIST index 02d9dafabcb..542688ca270 100644 --- a/lang/sun-jre13/PLIST +++ b/lang/sun-jre13/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/03/01 23:53:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/09/25 08:00:31 ghen Exp $ bin/sun13-java bin/sun13-keytool bin/sun13-policytool @@ -189,9 +189,11 @@ java/sun-1.3.1/plugin/i386/ns600/libjavaplugin_oji.so @dirrm java/sun-1.3.1/lib/i386/classic @dirrm java/sun-1.3.1/lib/i386 @dirrm java/sun-1.3.1/lib/fonts +@exec ${MKDIR} %D/java/sun-1.3.1/lib/ext @dirrm java/sun-1.3.1/lib/ext @dirrm java/sun-1.3.1/lib/cmm @dirrm java/sun-1.3.1/lib/audio +@exec ${MKDIR} %D/java/sun-1.3.1/lib/applet @dirrm java/sun-1.3.1/lib/applet @dirrm java/sun-1.3.1/bin/i386/native_threads @dirrm java/sun-1.3.1/bin/i386/green_threads diff --git a/lang/sun-jre13/distinfo b/lang/sun-jre13/distinfo index 0c9f4041ebc..ba3bb10a726 100644 --- a/lang/sun-jre13/distinfo +++ b/lang/sun-jre13/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2005/12/28 09:21:57 abs Exp $ +$NetBSD: distinfo,v 1.17 2006/09/25 08:00:31 ghen Exp $ -SHA1 (j2re-1_3_1_17-linux-i586.bin) = 7a70a131d5acc2f4051cf5e3de49ada2147b5439 -RMD160 (j2re-1_3_1_17-linux-i586.bin) = 1a08a4e794d33a31a3a45435dfafe1a25b1017f1 -Size (j2re-1_3_1_17-linux-i586.bin) = 15477031 bytes +SHA1 (j2re-1_3_1_19-linux-i586.bin) = 90aa99a1e9b331110c9a4bf8743183afd1230a1d +RMD160 (j2re-1_3_1_19-linux-i586.bin) = 162a8b4aa36370ea3edc4f9d09fb86b27335ef36 +Size (j2re-1_3_1_19-linux-i586.bin) = 15485212 bytes SHA1 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16 |