/hg/icedtea: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Sat Jan 30 01:15:32 UTC 2016


changeset b88b51676601 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=b88b51676601
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sat Jan 30 01:10:54 2016 +0000

	PR2825: Placement of -lfreebl matters when using bfd linker

	2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR2825: Placement of -lfreebl matters when
		using bfd linker
		* NEWS: Updated.
		* acinclude.m4:
		(IT_ENABLE_SUNEC): Move -lfreebl to start of
		SUNEC_LIBS.


changeset 48e97835c600 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=48e97835c600
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sat Jan 30 01:13:48 2016 +0000

	PR2804: test/tapset/jstaptest.pl should be executable

	2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR2804: test/tapset/jstaptest.pl should be executable
		* Makefile.am:
		(check-tapset-jstack): Actually replace BUILD_OUTPUT_DIR
		as mentioned in previous commit.
		* test/tapset/jstaptest.pl: Fix capitalisation of
		"IcedTea".


changeset e4660f6210fa in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e4660f6210fa
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sat Jan 30 01:15:16 2016 +0000

	PR1983: Support using the system installation of NSS with the SunEC provider

	2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR1983: Support using the system installation
		of NSS with the SunEC provider
		* Makefile.am:
		(check-ecc): Argument passed to the test should
		now be "yes".


diffstat:

 ChangeLog                |  26 ++++++++++++++++++++++++++
 Makefile.am              |   4 ++--
 NEWS                     |   1 +
 acinclude.m4             |   2 +-
 test/tapset/jstaptest.pl |   2 +-
 5 files changed, 31 insertions(+), 4 deletions(-)

diffs (89 lines):

diff -r 0883b7a8311a -r e4660f6210fa ChangeLog
--- a/ChangeLog	Fri Jan 29 22:47:27 2016 +0000
+++ b/ChangeLog	Sat Jan 30 01:15:16 2016 +0000
@@ -1,3 +1,29 @@
+2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR1983: Support using the system installation
+	of NSS with the SunEC provider
+	* Makefile.am:
+	(check-ecc): Argument passed to the test should
+	now be "yes".
+
+2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR2804: test/tapset/jstaptest.pl should be executable
+	* Makefile.am:
+	(check-tapset-jstack): Actually replace BUILD_OUTPUT_DIR
+	as mentioned in previous commit.
+	* test/tapset/jstaptest.pl: Fix capitalisation of
+	"IcedTea".
+
+2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR2825: Placement of -lfreebl matters when
+	using bfd linker
+	* NEWS: Updated.
+	* acinclude.m4:
+	(IT_ENABLE_SUNEC): Move -lfreebl to start of
+	SUNEC_LIBS.
+
 2016-01-29  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	PR2804: test/tapset/jstaptest.pl should be executable
diff -r 0883b7a8311a -r e4660f6210fa Makefile.am
--- a/Makefile.am	Fri Jan 29 22:47:27 2016 +0000
+++ b/Makefile.am	Sat Jan 30 01:15:16 2016 +0000
@@ -2327,7 +2327,7 @@
 	  echo "ERROR: Perl not found"; exit -1; \
 	fi
 	${PERL} $(abs_top_srcdir)/test/tapset/jstaptest.pl \
-	  -B $(BUILD_OUTPUT_DIR) -A $(BUILD_ARCH_DIR) \
+	  -B $(BUILD_IMAGE_DIR) -A $(BUILD_ARCH_DIR) \
 	  -S $(abs_top_srcdir)/test/tapset \
 	  -a test/check-stap.log -j
 endif
@@ -2367,7 +2367,7 @@
 
 stamps/check-ecc.stamp: stamps/ecccheck.stamp stamps/icedtea.stamp
 	if [ -e $(BUILD_SDK_DIR)/bin/java ] ; then \
-	  $(BUILD_SDK_DIR)/bin/java -cp $(ECC_CHECK_BUILD_DIR) TestEllipticCurveCryptoSupport no ; \
+	  $(BUILD_SDK_DIR)/bin/java -cp $(ECC_CHECK_BUILD_DIR) TestEllipticCurveCryptoSupport yes ; \
 	fi
 	mkdir -p stamps
 	touch $@
diff -r 0883b7a8311a -r e4660f6210fa NEWS
--- a/NEWS	Fri Jan 29 22:47:27 2016 +0000
+++ b/NEWS	Sat Jan 30 01:15:16 2016 +0000
@@ -132,6 +132,7 @@
   - PR2777: Fix MAX/MIN template usage on s390
   - PR2804: test/tapset/jstaptest.pl should be executable
   - PR2815: Race condition in SunEC provider with system NSS
+  - PR2825: Placement of -lfreebl matters when using bfd linker
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck
diff -r 0883b7a8311a -r e4660f6210fa acinclude.m4
--- a/acinclude.m4	Fri Jan 29 22:47:27 2016 +0000
+++ b/acinclude.m4	Sat Jan 30 01:15:16 2016 +0000
@@ -1969,7 +1969,7 @@
     PKG_CHECK_MODULES(NSS_JAVA, nss-java, [NSS_JAVA_FOUND=yes], [NSS_JAVA_FOUND=no])
     if test "x${NSS_SOFTOKN_FOUND}" = "xyes"; then
       SUNEC_CFLAGS=$NSS_SOFTOKN_CFLAGS;
-      SUNEC_LIBS="$NSS_LIBS -lfreebl";
+      SUNEC_LIBS="-lfreebl $NSS_LIBS";
    elif test "x${NSS_JAVA_FOUND}" = "xyes"; then
       SUNEC_CFLAGS="$NSS_JAVA_CFLAGS -DLEGACY_NSS";
       SUNEC_LIBS=$NSS_JAVA_LIBS;
diff -r 0883b7a8311a -r e4660f6210fa test/tapset/jstaptest.pl
--- a/test/tapset/jstaptest.pl	Fri Jan 29 22:47:27 2016 +0000
+++ b/test/tapset/jstaptest.pl	Sat Jan 30 01:15:16 2016 +0000
@@ -597,7 +597,7 @@
                 || ($opt_p && $opt_j)); # -p and -j are mutually exclusive.
     if ($opt_B && $opt_A) {
         die "Directory $opt_B not found." unless (-d $opt_B);
-        die "Directory $opt_B/j2sdk-image/tapset not found.\nTry rebuilding Icedtea with systemtap support.\n"
+        die "Directory $opt_B/j2sdk-image/tapset not found.\nTry rebuilding IcedTea with systemtap support.\n"
                 unless (-d "$opt_B/j2sdk-image/tapset");
         push(@tapset_dirs, "-I$opt_B/j2sdk-image/tapset");
         set_java_vars("$opt_B/j2sdk-image", $opt_A);


More information about the distro-pkg-dev mailing list