/hg/release/icedtea6-1.12: 7 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Jan 21 11:59:45 PST 2014
changeset 347a942613ee in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=347a942613ee
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 21 16:37:21 2014 +0000
Add missing backslash lost in addition of SystemTap GC patch.
2014-01-21 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add missing backslash.
changeset f5dc6cff5bb5 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=f5dc6cff5bb5
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Sep 19 16:58:11 2013 +0100
Fail if a C++ compiler is not installed.
2013-09-19 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac:
Check if CXX gets set and fail if not.
changeset dc1e3d4ec38a in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=dc1e3d4ec38a
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Sep 19 17:00:58 2013 +0100
Also fail if the C compiler is not found.
2013-09-19 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac:
Check if CC gets set and fail if not.
changeset e1c38bfa0650 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=e1c38bfa0650
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 21 19:51:16 2014 +0000
8027837: Generate CORBA sources before building code that depends on it.
2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* patches/openjdk/8027837-corba_build_dependency.patch:
Generate sources before building code that depends
on them.
changeset a3a1e4ab86e8 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=a3a1e4ab86e8
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 21 19:54:26 2014 +0000
Fix path in nss-not-enabled-config.patch
2014-01-10 Omair Majid <omajid at redhat.com>
* patches/nss-not-enabled-config.patch: Fix path
to java.security.
changeset dd4b9f3a62b0 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=dd4b9f3a62b0
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 21 19:58:40 2014 +0000
Update NEWS.
2014-01-21 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Updated.
changeset 113abd46fdd4 in /hg/release/icedtea6-1.12
details: http://icedtea.classpath.org/hg/release/icedtea6-1.12?cmd=changeset;node=113abd46fdd4
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 18:42:31 2014 +0000
Credit Aurelien Jarno for D729448 patch.
2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
* AUTHORS:
Credit Aurelien Jarno for D729448 patch.
diffstat:
AUTHORS | 1 +
ChangeLog | 39 +++++++++++++++++++-
Makefile.am | 5 +-
NEWS | 7 +++
configure.ac | 7 +++
patches/nss-not-enabled-config.patch | 2 +-
patches/openjdk/8027837-corba_build_dependency.patch | 21 ++++++++++
7 files changed, 78 insertions(+), 4 deletions(-)
diffs (163 lines):
diff -r c802218a85b1 -r 113abd46fdd4 AUTHORS
--- a/AUTHORS Tue Jan 14 14:58:29 2014 -0500
+++ b/AUTHORS Mon Jan 20 18:42:31 2014 +0000
@@ -19,6 +19,7 @@
Andrew John Hughes <gnu_andrew at member.fsf.org, gnu.andrew at redhat.com>
Tomas Hurka <tomas.hurka at sun.com>
Ioana Ivan <iivan at redhat.com>
+Aurelien Jarno <aurelien at aurel32.net>
C. K. Jester-Young (cky944 at gmail.com)
Matthias Klose <doko at ubuntu.com>
Francis Kung <fkung at redhat.com>
diff -r c802218a85b1 -r 113abd46fdd4 ChangeLog
--- a/ChangeLog Tue Jan 14 14:58:29 2014 -0500
+++ b/ChangeLog Mon Jan 20 18:42:31 2014 +0000
@@ -1,3 +1,40 @@
+2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * AUTHORS:
+ Credit Aurelien Jarno for D729448 patch.
+
+2014-01-21 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Updated.
+
+2014-01-10 Omair Majid <omajid at redhat.com>
+
+ * patches/nss-not-enabled-config.patch: Fix path
+ to java.security.
+
+2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add new patch.
+ * patches/openjdk/8027837-corba_build_dependency.patch:
+ Generate sources before building code that depends
+ on them.
+
+2013-09-19 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * configure.ac:
+ Check if CC gets set and fail if not.
+
+2013-09-19 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * configure.ac:
+ Check if CXX gets set and fail if not.
+
+2014-01-21 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add missing backslash.
+
2014-01-15 Omair Majid <omajid at redhat.com>
* NEWS: Update with fixes
@@ -15617,7 +15654,7 @@
versions of NSS.
* patches/icedtea-nss-config.patch: Patch java.security
with the PCKS11 provider configuration.
-
+
2009-09-25 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/cpu/zero/vm/assembler_zero.hpp: Moved ffi.h to...
diff -r c802218a85b1 -r 113abd46fdd4 Makefile.am
--- a/Makefile.am Tue Jan 14 14:58:29 2014 -0500
+++ b/Makefile.am Mon Jan 20 18:42:31 2014 +0000
@@ -863,7 +863,8 @@
patches/disable-cc-incompatible-sanity-checks.patch \
patches/rh995488-rhel_tz_fix.patch \
patches/openjdk/8025255-tzdata2013g.patch \
- patches/d729448-32_bit_alignment.patch
+ patches/d729448-32_bit_alignment.patch \
+ patches/openjdk/8027837-corba_build_dependency.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
@@ -898,7 +899,7 @@
patches/sdt-dtrace-hpp.patch \
patches/sdt-make.patch \
patches/sdt-arguments.patch \
- patches/systemtap_gc.patch
+ patches/systemtap_gc.patch \
patches/systemtap-gcc-4.5.patch \
patches/systemtap-alloc-size-workaround.patch
endif
diff -r c802218a85b1 -r 113abd46fdd4 NEWS
--- a/NEWS Tue Jan 14 14:58:29 2014 -0500
+++ b/NEWS Mon Jan 20 18:42:31 2014 +0000
@@ -47,6 +47,12 @@
* Backports
- S6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
- S8026826: JDK 7 fix for 8010935 broke the build
+ - S8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
+* Bug fixes
+ - Fail if a C and C++ compiler are not detected.
+ - Fix path in nss-not-enabled-config.patch.
+* SystemTap support:
+ - Ensure all patches are applied.
New in release 1.12.7 (2013-11-21):
@@ -137,6 +143,7 @@
- S6867671: javap whitespace formatting issues
- S6868539: javap should use current names for constant pool tags
- S6888215: memory leak in jpeg plugin
+ - S6893617: JDK 6 CNCtx always uses the default ORB
- S6902264: fix indentation of tableswitch and lookupswitch
- S6925851: Localize JRE into pt_BR
- S6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
diff -r c802218a85b1 -r 113abd46fdd4 configure.ac
--- a/configure.ac Tue Jan 14 14:58:29 2014 -0500
+++ b/configure.ac Mon Jan 20 18:42:31 2014 +0000
@@ -16,7 +16,14 @@
AC_PREFIX_DEFAULT([bootstrap])
AC_PROG_CC
+if test "x$CC" = x; then
+ AC_MSG_ERROR([No C compiler found.])
+fi
+
AC_PROG_CXX
+if test "x$CXX" = x; then
+ AC_MSG_ERROR([No C++ compiler found.])
+fi
IT_FIND_TOOL([MAKE], [make])
IT_FIND_TOOL([GZIP], [gzip])
diff -r c802218a85b1 -r 113abd46fdd4 patches/nss-not-enabled-config.patch
--- a/patches/nss-not-enabled-config.patch Tue Jan 14 14:58:29 2014 -0500
+++ b/patches/nss-not-enabled-config.patch Mon Jan 20 18:42:31 2014 +0000
@@ -1,5 +1,5 @@
--- lib/security/java.security.old 2009-08-25 11:43:59.000000000 +0100
-+++ lib/security/java.security 2009-08-27 14:23:54.000000000 +0100
++++ lib/security/java.security-linux 2009-08-27 14:23:54.000000000 +0100
@@ -51,6 +51,10 @@
security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
diff -r c802218a85b1 -r 113abd46fdd4 patches/openjdk/8027837-corba_build_dependency.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/8027837-corba_build_dependency.patch Mon Jan 20 18:42:31 2014 +0000
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User coffeys
+# Date 1384185131 0
+# Mon Nov 11 15:52:11 2013 +0000
+# Node ID c93c49524d58fd6f38b07db2a54fc644c1327a5f
+# Parent 295b9963b97f12c43209dbe212b475e835f0a7d0
+8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
+Reviewed-by: dholmes
+
+diff -r 295b9963b97f -r c93c49524d58 make/Makefile
+--- openjdk/corba/make/Makefile Fri Jan 17 23:21:27 2014 +0000
++++ openjdk/corba/make/Makefile Mon Nov 11 15:52:11 2013 +0000
+@@ -158,7 +158,7 @@
+ #
+ # CORBA
+ #
+-SUBDIRS = tools javax org sun com
++SUBDIRS = tools sun/rmi javax org sun com
+
+ build:
+ $(SUBDIRS-loop)
More information about the distro-pkg-dev
mailing list