changeset 2527:860b787aa4c4

PR2248: HotSpot tarball fails verification after download 2015-02-25 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: Updated. 2012-07-27 Andrew John Hughes <gnu_andrew@member.fsf.org> * Makefile.am: (download-hotspot): Fix use of dead HOTSPOT_SHA256SUM in downloading block.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 26 Feb 2015 01:19:27 +0000
parents e7fd2f2e682c
children d84be26576af
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 26 00:29:52 2015 +0000
+++ b/ChangeLog	Thu Feb 26 01:19:27 2015 +0000
@@ -1,3 +1,13 @@
+2015-02-25  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* NEWS: Updated.
+
+2012-07-27  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* Makefile.am:
+	(download-hotspot): Fix use of dead HOTSPOT_SHA256SUM
+	in downloading block.
+
 2015-02-25  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* Makefile.am:
--- a/Makefile.am	Thu Feb 26 00:29:52 2015 +0000
+++ b/Makefile.am	Thu Feb 26 01:19:27 2015 +0000
@@ -839,7 +839,7 @@
 	    else \
 	      $(WGET) $(HS_URL)/$(HOTSPOT_SRC_ZIP) ; \
             fi ; \
-	    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; \
--- a/NEWS	Thu Feb 26 00:29:52 2015 +0000
+++ b/NEWS	Thu Feb 26 01:19:27 2015 +0000
@@ -49,6 +49,7 @@
   - PR1950: Add build support for Zero SH
   - PR1965, G498288: Allow builds on PaX kernels
   - PR1994: make dist broken
+  - PR2248: HotSpot tarball fails verification after download
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck