/hg/icedtea: PR2248: HotSpot tarball fails verification after do...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Feb 26 01:19:36 UTC 2015


changeset 860b787aa4c4 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=860b787aa4c4
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Feb 26 01:19:27 2015 +0000

	PR2248: HotSpot tarball fails verification after download

	2015-02-25  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Updated.

	2012-07-27  Andrew John Hughes  <gnu_andrew at member.fsf.org>

		* Makefile.am:
		(download-hotspot): Fix use of dead HOTSPOT_SHA256SUM
		in downloading block.


diffstat:

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

diffs (40 lines):

diff -r e7fd2f2e682c -r 860b787aa4c4 ChangeLog
--- 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 at member.fsf.org>
+
+	* NEWS: Updated.
+
+2012-07-27  Andrew John Hughes  <gnu_andrew at member.fsf.org>
+
+	* Makefile.am:
+	(download-hotspot): Fix use of dead HOTSPOT_SHA256SUM
+	in downloading block.
+
 2015-02-25  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r e7fd2f2e682c -r 860b787aa4c4 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; \
diff -r e7fd2f2e682c -r 860b787aa4c4 NEWS
--- 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


More information about the distro-pkg-dev mailing list