/hg/icedtea6-hg: 4 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Jan 22 17:25:44 PST 2014
changeset df7f5fed4615 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=df7f5fed4615
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Jan 22 09:53:21 2014 +0000
Update to b30 tarball.
2014-01-22 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(OPENJDK_DATE): Set to date of b30.
(OPENJDK_SHA256SUM): Add b30 SHA256 checksum.
(OPENJDK_SRC_ZIP): Switch to smaller xz tarball.
changeset 3d420569bf1d in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=3d420569bf1d
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Jan 23 01:21:49 2014 +0000
Add 1.12.8 & 1.13.1 release notes.
2014-01-23 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 1.12.8 & 1.13.1 release notes.
changeset f56b445a2081 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=f56b445a2081
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Tue Jan 21 19:54:26 2014 +0000
Fix path in nss-not-enabled-config.patch
2014-01-10 Omair Majid <omajid at redhat.com>
* patches/nss-not-enabled-config.patch: Fix path
to java.security.
changeset 94c0b31c2a43 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=94c0b31c2a43
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Jan 20 18:42:31 2014 +0000
Credit Aurelien Jarno for D729448 patch.
2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
* AUTHORS:
Credit Aurelien Jarno for D729448 patch.
diffstat:
AUTHORS | 1 +
ChangeLog | 21 ++++++++++++++
Makefile.am | 6 ++--
NEWS | 54 ++++++++++++++++++++++++++++++++++-
patches/nss-not-enabled-config.patch | 2 +-
5 files changed, 78 insertions(+), 6 deletions(-)
diffs (144 lines):
diff -r b2459cb1e254 -r 94c0b31c2a43 AUTHORS
--- a/AUTHORS Fri Jan 17 23:04:10 2014 +0000
+++ b/AUTHORS Mon Jan 20 18:42:31 2014 +0000
@@ -19,6 +19,7 @@
Andrew John Hughes <gnu_andrew at member.fsf.org, gnu.andrew at redhat.com>
Tomas Hurka <tomas.hurka at sun.com>
Ioana Ivan <iivan at redhat.com>
+Aurelien Jarno <aurelien at aurel32.net>
C. K. Jester-Young (cky944 at gmail.com)
Alex Kasko (alex.kasko.lists at gmail.com)
Matthias Klose <doko at ubuntu.com>
diff -r b2459cb1e254 -r 94c0b31c2a43 ChangeLog
--- a/ChangeLog Fri Jan 17 23:04:10 2014 +0000
+++ b/ChangeLog Mon Jan 20 18:42:31 2014 +0000
@@ -1,3 +1,24 @@
+2014-01-20 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * AUTHORS:
+ Credit Aurelien Jarno for D729448 patch.
+
+2014-01-10 Omair Majid <omajid at redhat.com>
+
+ * patches/nss-not-enabled-config.patch: Fix path
+ to java.security.
+
+2014-01-23 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 1.12.8 & 1.13.1 release notes.
+
+2014-01-22 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (OPENJDK_DATE): Set to date of b30.
+ (OPENJDK_SHA256SUM): Add b30 SHA256 checksum.
+ (OPENJDK_SRC_ZIP): Switch to smaller xz tarball.
+
2014-01-17 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add fixes added to upstream.
diff -r b2459cb1e254 -r 94c0b31c2a43 Makefile.am
--- a/Makefile.am Fri Jan 17 23:04:10 2014 +0000
+++ b/Makefile.am Mon Jan 20 18:42:31 2014 +0000
@@ -1,7 +1,7 @@
# Dependencies
-OPENJDK_DATE = 05_dec_2013
-OPENJDK_SHA256SUM = a9b1b0a48fb52aef82bbe5db33b1dae1672fc8a5f456451f2e300158fc7a7d6b
+OPENJDK_DATE = 21_jan_2014
+OPENJDK_SHA256SUM = ebd9fdf39c8590cd620cb78c481ca233f5919f2819237b5d2b440666f1dd3475
OPENJDK_VERSION = b30
OPENJDK_URL = https://java.net/downloads/openjdk6/
@@ -175,7 +175,7 @@
if USE_HG
OPENJDK_SRC_ZIP =
else
- OPENJDK_SRC_ZIP = openjdk-6-src-$(OPENJDK_VERSION)-$(OPENJDK_DATE).tar.gz
+ OPENJDK_SRC_ZIP = openjdk-6-src-$(OPENJDK_VERSION)-$(OPENJDK_DATE).tar.xz
endif
# FIXME (HotSpot): HotSpot changeset logic goes here
diff -r b2459cb1e254 -r 94c0b31c2a43 NEWS
--- a/NEWS Fri Jan 17 23:04:10 2014 +0000
+++ b/NEWS Mon Jan 20 18:42:31 2014 +0000
@@ -14,6 +14,51 @@
New in release 1.14.0 (201X-XX-XX):
+New in release 1.13.1 (2014-01-22):
+
+* Security fixes
+ - S6727821: Enhance JAAS Configuration
+ - S7068126, CVE-2014-0373: Enhance SNMP statuses
+ - S8010935: Better XML handling
+ - S8011786, CVE-2014-0368: Better applet networking
+ - S8021257, CVE-2013-5896: com.sun.corba.se.** should be on restricted package list
+ - S8021271, CVE-2014-0408: Better buffering in ObjC code
+ - S8022904: Enhance JDBC Parsers
+ - S8022927: Input validation for byte/endian conversions
+ - S8022935: Enhance Apache resolver classes
+ - S8022945: Enhance JNDI implementation classes
+ - S8023057: Enhance start up image display
+ - S8023069, CVE-2014-0411: Enhance TLS connections
+ - S8023245, CVE-2014-0423: Enhance Beans decoding
+ - S8023301: Enhance generic classes
+ - S8023672: Enhance jar file validation
+ - S8024306, CVE-2014-0416: Enhance Subject consistency
+ - S8024530: Enhance font process resilience
+ - S8024867: Enhance logging start up
+ - S8025014: Enhance Security Policy
+ - S8025018, CVE-2014-0376: Enhance JAX-P set up
+ - S8025026, CVE-2013-5878: Enhance canonicalization
+ - S8025034, CVE-2013-5907: Improve layout lookups
+ - S8025448: Enhance listening events
+ - S8025758, CVE-2014-0422: Enhance Naming management
+ - S8025767, CVE-2014-0428: Enhance IIOP Streams
+ - S8026172: Enhance UI Management
+ - S8026176: Enhance document printing
+ - S8026193, CVE-2013-5884: Enhance CORBA stub factories
+ - S8026204: Enhance auth login contexts
+ - S8026417, CVE-2013-5910: Enhance XML canonicalization
+ - S8027201, CVE-2014-0376: Enhance JAX-P set up
+* Import of OpenJDK6 b30
+ - OJ24: Fix change summary generator
+ - OJ25: Remove @Override annotation added on interfaces by 2014/01/14 security fixes
+ - S6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
+ - S8026826: JDK 7 fix for 8010935 broke the build
+ - S8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
+* Bug fixes
+ - Fix path in nss-not-enabled-config.patch.
+
+New in release 1.12.8 (2014-01-22):
+
* Security fixes
- S6727821: Enhance JAAS Configuration
- S7068126, CVE-2014-0373: Enhance SNMP statuses
@@ -45,10 +90,15 @@
- S8026204: Enhance auth login contexts
- S8026417, CVE-2013-5910: Enhance XML canonicalization
- S8027201, CVE-2014-0376: Enhance JAX-P set up
-* Import of OpenJDK6 b30
- - OJ24: Fix change summary generator
+* Backports
- S6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
- S8026826: JDK 7 fix for 8010935 broke the build
+ - S8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
+* Bug fixes
+ - Fail if a C and C++ compiler are not detected.
+ - Fix path in nss-not-enabled-config.patch.
+* SystemTap support:
+ - Ensure all patches are applied.
New in release 1.13.0 (2013-12-26):
diff -r b2459cb1e254 -r 94c0b31c2a43 patches/nss-not-enabled-config.patch
--- a/patches/nss-not-enabled-config.patch Fri Jan 17 23:04:10 2014 +0000
+++ b/patches/nss-not-enabled-config.patch Mon Jan 20 18:42:31 2014 +0000
@@ -1,5 +1,5 @@
--- lib/security/java.security.old 2009-08-25 11:43:59.000000000 +0100
-+++ lib/security/java.security 2009-08-27 14:23:54.000000000 +0100
++++ lib/security/java.security-linux 2009-08-27 14:23:54.000000000 +0100
@@ -51,6 +51,10 @@
security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
More information about the distro-pkg-dev
mailing list