summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2006-03-11 04:47:51 +0000
committersnj <snj>2006-03-11 04:47:51 +0000
commit0265e0ff62b45f7fbad35bccdce1c9245f701aba (patch)
tree1a1bbbaf5ea87b07e49d436c92878fbf57a5b0e2
parentdc7592c6705c40b7740a131892035b9a0418daf8 (diff)
downloadpkgsrc-0265e0ff62b45f7fbad35bccdce1c9245f701aba.tar.gz
Pullup ticket 1206 - requested by Joerg Sonnenberger
security updates for sun-j{re,dk}13 Revisions pulled up: - pkgsrc/lang/sun-jre13/Makefile 1.43 - pkgsrc/lang/sun-jre13/distinfo 1.16 - pkgsrc/lang/sun-jdk13/Makefile 1.38 - pkgsrc/lang/sun-jdk13/distinfo 1.18 Module Name: pkgsrc Committed By: abs Date: Wed Dec 28 09:21:57 UTC 2005 Modified Files: pkgsrc/lang/sun-jre13: Makefile distinfo Log Message: Update lang/sun-jre13 to sun-jre13-1.0.17. Changes since sun-jre13-1.0.16 - REGRESSION: hotspot c2 crash running rmi JCK tests - server VM crashes with -Xcomp in 1.4.2_05 - Crashes at Function name=JVM_GetCPFieldSignatureUTF in jdk 1.3.1_13 - Exception message's size is more than doubled everytime an exception is thrown - RFE: Stall allocation requests while heap is full and GC locker is held - VolanoTest OOM with mustang b14 - JVMPI obj_frees come before method_exits - improve the performance of GC_locker - JRE/Browser crash during repaint - IE/XP on MP or HT systems. - GregorianCalendar returns bad WEEK_OF_YEAR - Escalation: broken for time zone issue with date on windows - Memory leak due to unreferenced Objects created via 1.3.1 ActiveX bridge - Possible regression in ActiveX Bridge 1.3.1_13 and higher - Beans extending JPanel class are not released when created via 1.3.1 ActiveX bridge --- Module Name: pkgsrc Committed By: abs Date: Wed Dec 28 09:22:31 UTC 2005 Modified Files: pkgsrc/lang/sun-jdk13: Makefile distinfo Log Message: Update lang/sun-jdk13 to sun-jre13-1.0.17. Changes since sun-jdk13-1.0.16 - REGRESSION: hotspot c2 crash running rmi JCK tests - server VM crashes with -Xcomp in 1.4.2_05 - Crashes at Function name=JVM_GetCPFieldSignatureUTF in jdk 1.3.1_13 - Exception message's size is more than doubled everytime an exception is thrown - RFE: Stall allocation requests while heap is full and GC locker is held - VolanoTest OOM with mustang b14 - JVMPI obj_frees come before method_exits - improve the performance of GC_locker - JRE/Browser crash during repaint - IE/XP on MP or HT systems. - GregorianCalendar returns bad WEEK_OF_YEAR - Escalation: broken for time zone issue with date on windows - Memory leak due to unreferenced Objects created via 1.3.1 ActiveX bridge - Possible regression in ActiveX Bridge 1.3.1_13 and higher - Beans extending JPanel class are not released when created via 1.3.1 ActiveX bridge
-rw-r--r--lang/sun-jdk13/Makefile10
-rw-r--r--lang/sun-jdk13/distinfo8
-rw-r--r--lang/sun-jre13/Makefile8
-rw-r--r--lang/sun-jre13/distinfo8
4 files changed, 17 insertions, 17 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile
index 81ce7ab9962..080b96618ac 100644
--- a/lang/sun-jdk13/Makefile
+++ b/lang/sun-jdk13/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.37 2005/12/05 20:50:27 rillig Exp $
+# $NetBSD: Makefile,v 1.37.2.1 2006/03/11 04:47:51 snj Exp $
-DISTNAME= j2sdk-1_3_1_16-linux-i586
-PKGNAME= sun-jdk13-1.0.16
+DISTNAME= j2sdk-1_3_1_17-linux-i586
+PKGNAME= sun-jdk13-1.0.17
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) Development Kit 1.3.1
SHORT= JDK
-DEPENDS+= sun-jre13>=1.0.16:../../lang/sun-jre13
+DEPENDS+= sun-jre13>=1.0.17:../../lang/sun-jre13
JAVA_CLASSPATH= ${JAVA_HOME}/src.jar
JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
-WRKSRC= ${WRKDIR}/jdk1.3.1_16
+WRKSRC= ${WRKDIR}/jdk1.3.1_17
# Remove parts that are in common with the JRE.
#
diff --git a/lang/sun-jdk13/distinfo b/lang/sun-jdk13/distinfo
index 939a53c1857..9ffc7ed143b 100644
--- a/lang/sun-jdk13/distinfo
+++ b/lang/sun-jdk13/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2005/10/10 14:59:20 jschauma Exp $
+$NetBSD: distinfo,v 1.17.2.1 2006/03/11 04:47:51 snj Exp $
-SHA1 (j2sdk-1_3_1_16-linux-i586.bin) = cda5c32eda7f5cb2e0fb9a44f49ea505d76d9aa3
-RMD160 (j2sdk-1_3_1_16-linux-i586.bin) = 12a9a397b53e4ab839219ec5735a3cd16c9fb9f9
-Size (j2sdk-1_3_1_16-linux-i586.bin) = 26660278 bytes
+SHA1 (j2sdk-1_3_1_17-linux-i586.bin) = e8b6240ee618b20dd86a938998476d7007a0085d
+RMD160 (j2sdk-1_3_1_17-linux-i586.bin) = 6bdcc5d60ef9c06125de965dae34b324d0f8ab90
+Size (j2sdk-1_3_1_17-linux-i586.bin) = 26660449 bytes
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index 749710c8f42..fedea1326d8 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2005/10/10 14:59:20 jschauma Exp $
+# $NetBSD: Makefile,v 1.42.2.1 2006/03/11 04:47:51 snj Exp $
-DISTNAME= j2re-1_3_1_16-linux-i586
-PKGNAME= sun-jre13-1.0.16
+DISTNAME= j2re-1_3_1_17-linux-i586
+PKGNAME= sun-jre13-1.0.17
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) Runtime Environment 1.3.1
@@ -9,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_16
+WRKSRC= ${WRKDIR}/jre1.3.1_17
USE_PKGINSTALL= yes
OWN_DIRS= ${JAVA_HOME}
OWN_DIRS+= ${JAVA_HOME}/lib
diff --git a/lang/sun-jre13/distinfo b/lang/sun-jre13/distinfo
index 9a7e23e8247..3faccb52db2 100644
--- a/lang/sun-jre13/distinfo
+++ b/lang/sun-jre13/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2005/10/10 14:59:20 jschauma Exp $
+$NetBSD: distinfo,v 1.15.2.1 2006/03/11 04:47:51 snj Exp $
-SHA1 (j2re-1_3_1_16-linux-i586.bin) = 9b2f452504f8cb65f079d1c031ca81f6e6cacf3a
-RMD160 (j2re-1_3_1_16-linux-i586.bin) = 3f6e33fe83a933653ff5dde9343ad497a3f27bc5
-Size (j2re-1_3_1_16-linux-i586.bin) = 15474756 bytes
+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 (patch-aa) = d77d939b5c38ca8c8f9b387632e40441015c47cf
SHA1 (patch-ab) = 1a1664d2be48d7a4f8fc05876b7aa5f225c65b16