pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Apparently, as wiz found out, Sun released a new ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1bda2634d38
branches:  trunk
changeset: 460274:c1bda2634d38
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Aug 26 21:02:52 2003 +0000

description:
Apparently, as wiz found out, Sun released a new version of their 1.4.2 JDK,
aptly called 1_4_2_01, or, as we call it, sun-jdk14-2.1.
Bugs fixed in this release, according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html
- DPI setting not supported in GTK L&F
- j2re-1_4_2-iftw.exe installer has problems if IE proxy config is incorrect
- enable JavaUpdate in 1.4.2_01
- Remove \r\rn characters from Balloon Tip text
- JavaUpdate shows 'Java Update not completed' message when reboot is accepted
- Can't input character into the applet text field when doing the applet demo
- Random date/time attributes produced in jars through unpack breaks Java Update
- No warning/error messages if patching fails through incremental update
- The auto download URL in Mantis FCS demo is not correct.
- Trigger installer to reboot if Sun VM is running in IE during Java Update
- Java Update tab should be hidden from non-administrative users
- Web bundle installer fails to install if proxy requires authentication
- Installer needs a more explicit message than "creating jar files"
- Updated PhoneHome behavior for consumers
- Need to update java logos in Java2Demo
- Upgrade from 1.4.2 to 1.4.2_01 & uninstall leaves JavaUpdate registry entries
- JavaScript, wrong url for auto-install
- 1.4.2_01 HTMLConverter refers to the wrong default autodl URL
- jre 1.4.2_01, Fr, computer needs to be rebooted dialog is too long
- jre 1.4.2_01, It, string 'Finishing installation...' is too long
- j2sdk 1.4.2_01, ja, extra '\' character in the installshield
- FloatingDecimal throws an assertion error with -enablesystemassertions flag.

diffstat:

 lang/sun-jdk14/Makefile |  8 ++++----
 lang/sun-jdk14/distinfo |  6 +++---
 lang/sun-jre14/Makefile |  8 ++++----
 lang/sun-jre14/PLIST    |  8 +++++++-
 lang/sun-jre14/distinfo |  6 +++---
 5 files changed, 21 insertions(+), 15 deletions(-)

diffs (76 lines):

diff -r 119fdc0f9d08 -r c1bda2634d38 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Tue Aug 26 20:15:23 2003 +0000
+++ b/lang/sun-jdk14/Makefile   Tue Aug 26 21:02:52 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/08/13 03:29:54 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/26 21:02:52 jschauma Exp $
 
-DISTNAME=      j2sdk-1_4_2-linux-i586
-PKGNAME=       sun-jdk14-2.0
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2
+DISTNAME=      j2sdk-1_4_2_01-linux-i586
+PKGNAME=       sun-jdk14-2.1
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_01
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
diff -r 119fdc0f9d08 -r c1bda2634d38 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Tue Aug 26 20:15:23 2003 +0000
+++ b/lang/sun-jdk14/distinfo   Tue Aug 26 21:02:52 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/08/13 03:29:54 jschauma Exp $
+$NetBSD: distinfo,v 1.7 2003/08/26 21:02:53 jschauma Exp $
 
-SHA1 (j2sdk-1_4_2-linux-i586.bin) = 723d6a1953fdb30625e4ed06977aaf57314f2aed
-Size (j2sdk-1_4_2-linux-i586.bin) = 35761623 bytes
+SHA1 (j2sdk-1_4_2_01-linux-i586.bin) = 056e2883e345d3ce8fabc6df8a60843428399d8e
+Size (j2sdk-1_4_2_01-linux-i586.bin) = 35796720 bytes
diff -r 119fdc0f9d08 -r c1bda2634d38 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Tue Aug 26 20:15:23 2003 +0000
+++ b/lang/sun-jre14/Makefile   Tue Aug 26 21:02:52 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/08/13 03:29:55 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/26 21:02:53 jschauma Exp $
 
-DISTNAME=      j2re-1_4_2-linux-i586
-PKGNAME=       sun-jre14-2.0
-WRKSRC=                ${WRKDIR}/j2re1.4.2
+DISTNAME=      j2re-1_4_2_01-linux-i586
+PKGNAME=       sun-jre14-2.1
+WRKSRC=                ${WRKDIR}/j2re1.4.2_01
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
diff -r 119fdc0f9d08 -r c1bda2634d38 lang/sun-jre14/PLIST
--- a/lang/sun-jre14/PLIST      Tue Aug 26 20:15:23 2003 +0000
+++ b/lang/sun-jre14/PLIST      Tue Aug 26 21:02:52 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/08/13 03:29:55 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/08/26 21:02:53 jschauma Exp $
 .systemPrefs/.system.lock
 .systemPrefs/.systemRootModFile
 CHANGES
@@ -66,6 +66,12 @@
 lib/ext/sunjce_provider.jar
 lib/flavormap.properties.default
 lib/font.properties.default
+lib/font.properties.ja.Sun
+lib/font.properties.ja_JP_UTF8.Sun
+lib/font.properties.zh_CN.Sun
+lib/font.properties.zh_CN_UTF8.Sun
+lib/font.properties.zh_TW.Sun
+lib/font.properties.zh_TW_UTF8.Sun
 lib/font.properties.Redhat6.1.default
 lib/font.properties.ja.default
 lib/font.properties.ja.Redhat6.1.default
diff -r 119fdc0f9d08 -r c1bda2634d38 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Tue Aug 26 20:15:23 2003 +0000
+++ b/lang/sun-jre14/distinfo   Tue Aug 26 21:02:52 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/08/13 03:29:55 jschauma Exp $
+$NetBSD: distinfo,v 1.7 2003/08/26 21:02:53 jschauma Exp $
 
-SHA1 (j2re-1_4_2-linux-i586.bin) = ac3f6908bb2feabb32d013c5138da0818a59fb21
-Size (j2re-1_4_2-linux-i586.bin) = 14153852 bytes
+SHA1 (j2re-1_4_2_01-linux-i586.bin) = 4417c6432105d33fa4afccfcf75eb803d12184a4
+Size (j2re-1_4_2_01-linux-i586.bin) = 14150306 bytes



Home | Main Index | Thread Index | Old Index