/hg/icedtea6: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Jul 30 16:27:03 UTC 2014
changeset e992d073f853 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e992d073f853
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jul 30 16:57:57 2014 +0100
Update to newer 2014-07-15 tarball
2014-07-14 Omair Majid <omajid at redhat.com>
* Makefile.am:
(OPENJDK_SHA256SUM): Update checksum for new tarball.
changeset b83d551f7874 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b83d551f7874
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jul 30 17:26:41 2014 +0100
PR1886: IcedTea does not checksum supplied tarballs
2014-07-30 Andrew John Hughes <gnu.andrew at redhat.com>
PR1886: IcedTea does not checksum supplied tarballs
* Makefile.am:
(download-openjdk): Check all tarballs,
rather than just those downloaded by $(WGET).
diffstat:
ChangeLog | 12 ++++++++++++
Makefile.am | 5 ++---
NEWS | 2 ++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (60 lines):
diff -r faaea522af93 -r b83d551f7874 ChangeLog
--- a/ChangeLog Wed Jul 30 14:41:18 2014 +0100
+++ b/ChangeLog Wed Jul 30 17:26:41 2014 +0100
@@ -1,3 +1,15 @@
+2014-07-30 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ PR1886: IcedTea does not checksum supplied tarballs
+ * Makefile.am:
+ (download-openjdk): Check all tarballs,
+ rather than just those downloaded by $(WGET).
+
+2014-07-14 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am:
+ (OPENJDK_SHA256SUM): Update checksum for new tarball.
+
2014-07-30 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/jtreg-T6638712-fix.patch,
diff -r faaea522af93 -r b83d551f7874 Makefile.am
--- a/Makefile.am Wed Jul 30 14:41:18 2014 +0100
+++ b/Makefile.am Wed Jul 30 17:26:41 2014 +0100
@@ -1,7 +1,7 @@
# Dependencies
OPENJDK_DATE = 15_jul_2014
-OPENJDK_SHA256SUM = 1a7404f38b3fa7cbb25d4273c0d94885912badd3343c5184c3b0947437501256
+OPENJDK_SHA256SUM = 9a5ad1b599953baac1b6b34189b9487ac5dcdb367aac5cc0aa5aa49700e73871
OPENJDK_VERSION = b32
OPENJDK_URL = https://java.net/downloads/openjdk6/
@@ -1121,7 +1121,7 @@
else
if USE_ALT_OPENJDK_SRC_ZIP
ln -sf $(ALT_OPENJDK_SRC_ZIP) $(OPENJDK_SRC_ZIP)
-else
+endif
if ! echo "$(OPENJDK_SHA256SUM) $(OPENJDK_SRC_ZIP)" \
| $(SHA256SUM) --check ; \
then \
@@ -1140,7 +1140,6 @@
fi
endif
endif
-endif
mkdir -p stamps
touch $@
diff -r faaea522af93 -r b83d551f7874 NEWS
--- a/NEWS Wed Jul 30 14:41:18 2014 +0100
+++ b/NEWS Wed Jul 30 17:26:41 2014 +0100
@@ -23,6 +23,8 @@
- S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory()
- S8026887: Make issues due to failed large pages allocations easier to debug
- OJ39: Handle fonts with the non-canonical processing flag set
+* Bug fixes
+ - PR1886: IcedTea does not checksum supplied tarballs
New in release 1.13.4 (2014-07-15):
More information about the distro-pkg-dev
mailing list