diff options
author | abs <abs@pkgsrc.org> | 2007-02-07 13:07:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-02-07 13:07:50 +0000 |
commit | b563451fb0e3cdf0685568c18b8eaa3271dfae9a (patch) | |
tree | 148768254aa12cdc6f3738a80677d64184576508 /lang/sun-jdk15 | |
parent | 5e6199be7c6762b535f16b3e0d177b7c69c0abfb (diff) | |
download | pkgsrc-b563451fb0e3cdf0685568c18b8eaa3271dfae9a.tar.gz |
- Update lang/sun-jdk15 to 5.0.11 from 5.0.10
- Update lang/sun-jre15 to 5.0.11 from 5.0.10
Changes since 5.0.10:
hotspot terminates at assert during GC in java_g
Unexpected async exception in jvmti_GetLoadedClasses()
icache invalidation code can segv
Need a way to determine if java process was started from sun launchers
unmarshal error on CORBA alias type in CORBA any
Regression: UnicodeLittle broken on 1.4.2_12
PrinterJob.printDialog() crashes JVM when called from subthread
Few Hindi glyph formations are failing on Win-Vista only
StackOverflowError due to recursion at sun.font.TrueTypeFont.getTableBuffer
Need to make Java process High-DPI-aware on Windows Vista
sun/java2d/DirectX/D3dTranslucency.java test needs to be backported from Mustang to Tiger workspace
java/awt/font/StyledMetrics/StyledMetrics.java fails on Vista
deriveFont is not working on FontUIResource with a dynamically loaded TTF
Unable to retrieve printer list on system with unconnected printers
RI crashes on Windows when executing tests.api.java.awt.Toolkit.CursorTests
Pressing 'copy' on a TextField with echo char set copies the actual text to the clipboard, XToolkit
Regression in backport of flickering-related bug fix
Vista: The right mark of the CheckboxMenu item is broken when compared with winXP
Uncanonicalized absolute filepath with length 248-260 no longer works (win)
(process) subprocess environment sort order differs from Windows native sort order
(process) Process.destroy() can kill wrong process (Unix)
VISTA: api/java_net/NetworkInterface/index.html#static fails.
SocketTimeoutException : Timing out early
Socket creation on Windows takes a long time if web proxy does not have a DNS entry
HTTP Request-URI contains fragment when connecting through proxy
javax/sound/sampled/Clip/JavaSoundAudioClip/bug6269854.java test appeared as unstable on tiger
Regression: com/sun/java/swing/plaf/gtk/5048769/bug5048769.sh fails
OceanTheme causes swing components to serialize with sun.* classes
Vista:FileChooserDemo throws an exception when trying to open it in Windows L&F
JFileChooser throws exception when trying to access a CD drive on Vista.
REGRESSION: AWT-EventQueue Deadlock AWTTreeLock/MetalUtils$GradientPainter
REGRESSION: JCheckBox doesn't show on JToolBar under Windows L&F
(fmt) java/util/Formatter/Basic.java fails in hi_IN locale
(tz) Support tzdata2006n
(tz) Support tzdata2006p
(tz) Support tzdata2006o
"com.sun.jdi.InternalException: Inconsistent suspend policy" in internal event handler
Vista: JRE 5.0u8 installation failed with 1722 MSI error
Vista: Add manifest to installers to run with elevated privileges
Vista: Use registry key to pre-approve Active-X controls
1.5.0_u7 has "shielded" exe in Windows Vista
[l10n] l10n meeesage update after deployment bug 6458761 is fixed
rmic does not use manifest classpath
Vista: disable change dialog for cache location ?
Vista: Implement work around for Runtime.exec() problem in deployment
InstallStats2 not sending full version for offline installers with 'failure' status
IS2 : InstallComplete ping 'ic' with status 'success' is not posted in silent mode
Vista: Java auto-update is not enabled on Windows Vista
Vista: jusched.exe requires user approval with every login
jusched.exe needs to be signed
dead lock occurs by pressing "refresh" many times in 5.0u10b02
REGRESSION: JFrame goes to back after toFront() is called when Applet starts
vista: changes made by java control panel has no effect
browser become non-responsive if we switch page during applet JAR initial download
TCK-jnlp 1.5: jnlp_file/resources/j2se/index.html#vmArgs hang in some cases.
Diffstat (limited to 'lang/sun-jdk15')
-rw-r--r-- | lang/sun-jdk15/Makefile | 6 | ||||
-rw-r--r-- | lang/sun-jdk15/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/sun-jdk15/Makefile b/lang/sun-jdk15/Makefile index aed55cb5901..9bdf9988cd6 100644 --- a/lang/sun-jdk15/Makefile +++ b/lang/sun-jdk15/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2007/01/12 18:23:38 tv Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/07 13:07:50 abs Exp $ -DISTNAME= jdk-1_5_0_10-linux-i586 -PKGNAME= sun-jdk15-5.0.10 +DISTNAME= jdk-1_5_0_11-linux-i586 +PKGNAME= sun-jdk15-5.0.11 MASTER_SITES= # empty SHORT_NAME= JDK diff --git a/lang/sun-jdk15/distinfo b/lang/sun-jdk15/distinfo index a2cc68f805b..63901ff7e5e 100644 --- a/lang/sun-jdk15/distinfo +++ b/lang/sun-jdk15/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2007/01/12 18:23:38 tv Exp $ +$NetBSD: distinfo,v 1.13 2007/02/07 13:07:50 abs Exp $ -SHA1 (jdk-1_5_0_10-linux-i586.bin) = 8151ba57b319edc49ac34b776f0d592497cd345b -RMD160 (jdk-1_5_0_10-linux-i586.bin) = 36372dc4436d415a9b8a93985724c631cb072285 -Size (jdk-1_5_0_10-linux-i586.bin) = 49529389 bytes +SHA1 (jdk-1_5_0_11-linux-i586.bin) = 21f38159c8e3e1bb1c4fac46fed90dd5a7dd427a +RMD160 (jdk-1_5_0_11-linux-i586.bin) = 8ce5ee419b9bba0867de65d34313d743ddb193a8 +Size (jdk-1_5_0_11-linux-i586.bin) = 49574613 bytes |