/hg/icedtea6: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Jan 27 10:40:11 PST 2010
changeset 276a837a38a9 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=276a837a38a9
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jan 27 17:38:39 2010 +0000
Patch splashscreen to build against libpng 1.4.
2010-01-27 Andrew John Hughes <ahughes at redhat.com>
* HACKING: Document new patch.
* Makefile.am: Add new patch.
* patches/libpng.patch: Patch splashscreen code so that
it will build against libpng 1.4 (png_check_sig -->
png_sig_cmp)
changeset 7980a518582b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7980a518582b
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jan 27 17:48:02 2010 +0000
Update news for release.
2010-01-27 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Updated for 1.7 release.
changeset bb0e039df90a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bb0e039df90a
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jan 27 17:52:01 2010 +0000
Reference plugin directory by absolute path to avoid confusion with
Makefile target.
2010-01-27 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Reference plugin directory by
absolute path in EXTRA_DIST to avoid confusion with build
rule.
diffstat:
5 files changed, 43 insertions(+), 7 deletions(-)
ChangeLog | 19 +++++++++++++++++++
HACKING | 1 +
Makefile.am | 5 +++--
NEWS | 13 ++++++++-----
patches/libpng.patch | 12 ++++++++++++
diffs (107 lines):
diff -r 21868e8c115a -r bb0e039df90a ChangeLog
--- a/ChangeLog Wed Jan 27 16:04:13 2010 +0000
+++ b/ChangeLog Wed Jan 27 17:52:01 2010 +0000
@@ -1,3 +1,22 @@ 2010-01-27 Andrew John Hughes <ahughes@
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Reference plugin
+ directory by absolute path in EXTRA_DIST
+ to avoid confusion with build rule.
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Updated for 1.7 release.
+
+2010-01-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * HACKING: Document new patch.
+ * Makefile.am: Add new patch.
+ * patches/libpng.patch:
+ Patch splashscreen code so that
+ it will build against libpng 1.4
+ (png_check_sig --> png_sig_cmp)
+
2010-01-27 Andrew John Hughes <ahughes at redhat.com>
* NEWS:
diff -r 21868e8c115a -r bb0e039df90a HACKING
--- a/HACKING Wed Jan 27 16:04:13 2010 +0000
+++ b/HACKING Wed Jan 27 17:52:01 2010 +0000
@@ -115,6 +115,7 @@ The following patches are only applied t
* openjdk/6648816.patch: Backport of regression (NPE) fix in AccessControlContext (PR364/S6648816)
* icedtea-nss-config.patch: Add the NSS PKCS11 security provider. (PR356)
* icedtea-nss-6763530.patch: Fix PKCS11 provider when used with newer version of NSS (>=3.12.3) (PR356, S6763530).
+* libpng.patch: Use png_sig_cmp instead of png_check_sig so we can build against libpng 1.4.
The following patches are only applied to OpenJDK in IcedTea:
diff -r 21868e8c115a -r bb0e039df90a Makefile.am
--- a/Makefile.am Wed Jan 27 16:04:13 2010 +0000
+++ b/Makefile.am Wed Jan 27 17:52:01 2010 +0000
@@ -306,7 +306,8 @@ ICEDTEA_PATCHES = \
patches/icedtea-6897844-xshm.patch \
patches/icedtea-linux-separate-debuginfo.patch \
patches/icedtea-parisc.patch \
- patches/icedtea-sh4-support.patch
+ patches/icedtea-sh4-support.patch \
+ patches/libpng.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
@@ -571,7 +572,7 @@ EXTRA_DIST = rt generated \
test/jtreg \
IcedTeaPlugin.cc \
HACKING pulseaudio fsg.sh \
- plugin \
+ $(abs_top_srcdir)/plugin \
hotspot.map \
autogen.sh \
tapset/hotspot.stp.in \
diff -r 21868e8c115a -r bb0e039df90a NEWS
--- a/NEWS Wed Jan 27 16:04:13 2010 +0000
+++ b/NEWS Wed Jan 27 17:52:01 2010 +0000
@@ -1,20 +1,23 @@ New in release 1.8 (XXXX-XX-XX):
New in release 1.8 (XXXX-XX-XX):
-New in release 1.7 (XXXX-XX-XX):
+New in release 1.7 (2010-01-27):
- Updated to OpenJDK6 b17.
- Alpha version of the new IcedTea NPRuntime based plugin with support for
Firefox >= 3.5, Chromium, and other browsers that support NPRuntime
- (use --enable-npplugin to build it).
+ (use --enable-npplugin to build it). For xulrunner >= 1.9.2 (used
+ by Firefox >= 3.6), the new plugin is required and the build will
+ automatically enable it if the old plugin is requested.
- Support added for building with HotSpot 16 using
- --with-hotspot-build=hs16.
+ --with-hotspot-build=hs16. This is the same as was released
+ in the proprietary JDK6 update 18.
- Zero port updated to match the version submitted to OpenJDK
as closely as possible.
-- libjpeg7 and libXext >= 1.1.0 supported.
+- libjpeg7, libjpeg8, libpng 1.4 and libXext >= 1.1.0 supported.
- Added JNI call tracing using systemtap version 1.0+ when
configuring with --enable-systemtap. See tapset/hotspot_jni.stp.
-- Add support for zero build on Hitachi SH.
+- Add support for building the Zero assembler port on Hitachi SH.
New in release 1.6.2 (2009-11-09)
- Latest security updates:
diff -r 21868e8c115a -r bb0e039df90a patches/libpng.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/libpng.patch Wed Jan 27 17:52:01 2010 +0000
@@ -0,0 +1,12 @@
+diff -r 93c580ce5e88 jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c
+--- openjdk.orig/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c Fri Jan 15 08:41:51 2010 -0800
++++ openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c Wed Jan 27 16:52:44 2010 +0000
+@@ -182,7 +182,7 @@
+ int success = 0;
+
+ stream->read(stream, sig, SIG_BYTES);
+- if (!png_check_sig(sig, SIG_BYTES)) {
++ if (png_sig_cmp(sig, 0, SIG_BYTES)) {
+ goto done;
+ }
+ success = SplashDecodePng(splash, my_png_read_stream, stream);
More information about the distro-pkg-dev
mailing list