/hg/icedtea: PR1812: Unable to locate HotSpot checksum when down...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Jun 2 13:50:35 UTC 2014


changeset 239ef498435c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=239ef498435c
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Jun 02 14:50:10 2014 +0100

	PR1812: Unable to locate HotSpot checksum when downloading

	2014-06-02  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am:
		(download-openjdk): Fix typo using
		HOTSPOT_SHA256SUM instead of HS_SHA256SUM.
		* NEWS: Updated.


diffstat:

 ChangeLog   |  7 +++++++
 Makefile.am |  2 +-
 NEWS        |  1 +
 3 files changed, 9 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 8543b35292bb -r 239ef498435c ChangeLog
--- a/ChangeLog	Fri May 30 22:31:03 2014 +0100
+++ b/ChangeLog	Mon Jun 02 14:50:10 2014 +0100
@@ -1,3 +1,10 @@
+2014-06-02  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(download-openjdk): Fix typo using
+	HOTSPOT_SHA256SUM instead of HS_SHA256SUM.
+	* NEWS: Updated.
+
 2014-05-30  Andrew John Hughes  <ahughes at redhat.com>
 
 	PR1806: Support Debian/Ubuntu 7 & 8 OpenJDK
diff -r 8543b35292bb -r 239ef498435c Makefile.am
--- a/Makefile.am	Fri May 30 22:31:03 2014 +0100
+++ b/Makefile.am	Mon Jun 02 14:50:10 2014 +0100
@@ -722,7 +722,7 @@
 	    mv $(HOTSPOT_SRC_ZIP) $(HOTSPOT_SRC_ZIP).old ; \
 	  fi ; \
 	  $(WGET) $(HS_URL)/archive/$(HS_CHANGESET).tar.gz -O $(HOTSPOT_SRC_ZIP) ; \
-	  if ! echo "$(HOTSPOT_SHA256SUM)  $(HOTSPOT_SRC_ZIP)" \
+	  if ! echo "$(HS_SHA256SUM)  $(HOTSPOT_SRC_ZIP)" \
 	    | $(SHA256SUM) --check ; \
 	  then echo "ERROR: Bad download of HotSpot zip"; false; \
 	  fi; \
diff -r 8543b35292bb -r 239ef498435c NEWS
--- a/NEWS	Fri May 30 22:31:03 2014 +0100
+++ b/NEWS	Mon Jun 02 14:50:10 2014 +0100
@@ -36,6 +36,7 @@
   - PR1796: make fails with "computed checksum did NOT match"
   - Remove jcheck
   - PR1806: Support Debian/Ubuntu 7 & 8 OpenJDK Installs as Boot JDK
+  - PR1812: Unable to locate HotSpot checksum when downloading
 * JamVM
   - JSR 292: Invoke Dynamic
   - JSR 308: Type Annotations


More information about the distro-pkg-dev mailing list