/hg/release/icedtea7-2.1: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Sat Jun 29 18:58:42 PDT 2013


changeset a3780f9b9d89 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=a3780f9b9d89
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Jun 30 00:53:37 2013 +0100

	Turn off system LCMS by default and warn if enabled, as it is unlikely to have the latest security updates.

	2013-06-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* acinclude.m4:
		(IT_WITH_HOTSPOT_BUILD): Define once.
		(IT_CHECK_FOR_LCMS): Turn system LCMS off by default
		and warn if enabled as it is unlikely to have
		the new security fixes.


changeset 07eebe149062 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=07eebe149062
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Jun 30 00:55:06 2013 +0100

	Prepare for 2.1.9 release.

	2013-06-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* configure.ac: Set to 2.1.9.
		* NEWS: Set release date.


changeset 9f2d90dee407 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=9f2d90dee407
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Jun 30 02:58:35 2013 +0100

	Added tag icedtea-2.1.9 for changeset 07eebe149062


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  13 +++++++++++++
 NEWS         |   2 +-
 acinclude.m4 |   7 ++++---
 configure.ac |   2 +-
 5 files changed, 20 insertions(+), 5 deletions(-)

diffs (80 lines):

diff -r 7e0b337628c1 -r 9f2d90dee407 .hgtags
--- a/.hgtags	Fri Jun 28 06:45:21 2013 +0100
+++ b/.hgtags	Sun Jun 30 02:58:35 2013 +0100
@@ -45,3 +45,4 @@
 05bc6e6f7d9cbed6d4760813236856c9782c5277 icedtea-2.1.6
 04dbdea00c8531667d0273ed9ee76fa7db645f94 icedtea-2.1.7
 40b919581506871ff1e35d9b635b4bb371d656aa icedtea-2.1.8
+07eebe1490625b19f5444e8099ecc20957714e85 icedtea-2.1.9
diff -r 7e0b337628c1 -r 9f2d90dee407 ChangeLog
--- a/ChangeLog	Fri Jun 28 06:45:21 2013 +0100
+++ b/ChangeLog	Sun Jun 30 02:58:35 2013 +0100
@@ -1,3 +1,16 @@
+2013-06-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* configure.ac: Set to 2.1.9.
+	* NEWS: Set release date.
+
+2013-06-28  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* acinclude.m4:
+	(IT_WITH_HOTSPOT_BUILD): Define once.
+	(IT_CHECK_FOR_LCMS): Turn system LCMS off by default
+	and warn if enabled as it is unlikely to have
+	the new security fixes.
+
 2013-06-25  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* NEWS: Add Red Hat bugzilla references.
diff -r 7e0b337628c1 -r 9f2d90dee407 NEWS
--- a/NEWS	Fri Jun 28 06:45:21 2013 +0100
+++ b/NEWS	Sun Jun 30 02:58:35 2013 +0100
@@ -10,7 +10,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 2.1.9 (2013-06-XX):
+New in release 2.1.9 (2013-06-29):
 
 * New features
   - PR1378: Add AArch64 support to Zero
diff -r 7e0b337628c1 -r 9f2d90dee407 acinclude.m4
--- a/acinclude.m4	Fri Jun 28 06:45:21 2013 +0100
+++ b/acinclude.m4	Sun Jun 30 02:58:35 2013 +0100
@@ -928,7 +928,7 @@
   AC_SUBST([GCJ])
 ])
 
-AC_DEFUN([IT_WITH_HOTSPOT_BUILD],
+AC_DEFUN_ONCE([IT_WITH_HOTSPOT_BUILD],
 [
   DEFAULT_BUILD="default"
   AC_MSG_CHECKING([which HotSpot build to use])
@@ -1873,15 +1873,16 @@
 [
   AC_MSG_CHECKING([whether to use the system LCMS install])
   AC_ARG_ENABLE([system-lcms],
-	      [AS_HELP_STRING(--enable-system-lcms,use the system LCMS [[default=yes]])],
+	      [AS_HELP_STRING(--enable-system-lcms,use the system LCMS [[default=no]])],
   [
     ENABLE_SYSTEM_LCMS="${enableval}"
   ],
   [
-    ENABLE_SYSTEM_LCMS="yes"
+    ENABLE_SYSTEM_LCMS="no"
   ])
   AC_MSG_RESULT(${ENABLE_SYSTEM_LCMS})
   if test x"${ENABLE_SYSTEM_LCMS}" = "xyes"; then
+    AC_MSG_WARN([System LCMS may not have the latest security updates])
     dnl Check for LCMS2 headers and libraries.
     PKG_CHECK_MODULES(LCMS2, lcms2,[LCMS2_FOUND=yes],[LCMS2_FOUND=no])
     if test "x${LCMS2_FOUND}" = xno
diff -r 7e0b337628c1 -r 9f2d90dee407 configure.ac
--- a/configure.ac	Fri Jun 28 06:45:21 2013 +0100
+++ b/configure.ac	Sun Jun 30 02:58:35 2013 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.1.9pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.1.9], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list