Skip to content

Commit

Permalink
Pullup ticket 1206 - requested by Joerg Sonnenberger
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snj committed Mar 11, 2006
1 parent 78fbc72 commit 7c753a7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions 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.
#
Expand Down
8 changes: 4 additions & 4 deletions 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
8 changes: 4 additions & 4 deletions lang/sun-jre13/Makefile
@@ -1,15 +1,15 @@
# $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

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
Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit 7c753a7

Please sign in to comment.