changeset 2923:d22acb707d7b

Bump to b27. 2012-09-25 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (OPENJDK_DATE): Updated to that of b27 tarball. (OPENJDK_SHA256SUM): Likewise. * NEWS: Mention b27 but there are no actual changes (all in security updates). Remove b26 changes backported to earlier releases.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 31 Oct 2012 10:26:02 +0000
parents bc7bf543e3ab
children 55241b2310b8
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 31 09:43:00 2012 +0000
+++ b/ChangeLog	Wed Oct 31 10:26:02 2012 +0000
@@ -1,3 +1,12 @@
+2012-09-25  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_DATE): Updated to that of b27 tarball.
+	(OPENJDK_SHA256SUM): Likewise.
+	* NEWS: Mention b27 but there are no actual
+	changes (all in security updates).  Remove
+	b26 changes backported to earlier releases.
+
 2012-10-30  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am: Add new patches.
--- a/Makefile.am	Wed Oct 31 09:43:00 2012 +0000
+++ b/Makefile.am	Wed Oct 31 10:26:02 2012 +0000
@@ -1,7 +1,7 @@
 # Dependencies
 
-OPENJDK_DATE = 21_sep_2012
-OPENJDK_SHA256SUM = 9635d8563b9ba811f1d6e333861f235a2d8835c623451abc44791891d40d8b09
+OPENJDK_DATE = 26_oct_2012
+OPENJDK_SHA256SUM = 044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0
 OPENJDK_VERSION = b27
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
--- a/NEWS	Wed Oct 31 09:43:00 2012 +0000
+++ b/NEWS	Wed Oct 31 10:26:02 2012 +0000
@@ -12,16 +12,15 @@
 
 New in release 1.12 (2012-XX-XX):
 
+* Import of OpenJDK6 b27 (all changes already in security updates)
 * Import of OpenJDK6 b26
   - S7071826: Avoid benign race condition in initialization of UUID
   - S7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
   - S7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
   - S7157903: JSSE client sockets are very slow
   - S7174440: JDK6-open build breakage
-  - S7175845: "jar uf" changes file permissions unexpectedly
   - S7175845: JSSE client sockets are very slow
   - S7176477: TEST: Remove testcase test/java/lang/SecurityManager/CheckPackageDefinition.java from jdk6-open
-  - S7177216: native2ascii changes file permissions of input file
   - S7184700: Backout changes with wrong id for 7157903
   - S7199153: TEST_BUG: try-with-resources syntax pushed to 6-open repo
 * Import of OpenJDK6 b25