[java-1.6.0-openjdk/f13] updated to icedtea 1.8.8

jiri vanek jvanek at fedoraproject.org
Tue Jun 7 17:28:27 UTC 2011


commit 68c4bc01878dd1b10fd210ded90800ca4932395e
Author: Jiri Vanek <jvanek at dhcp-2-137.brq.redhat.com>
Date:   Tue Jun 7 19:23:54 2011 +0200

    updated to icedtea 1.8.8

 .gitignore              |    1 +
 java-1.6.0-openjdk.spec |   29 +++++++++++++++++++++++++++--
 sources                 |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b14d17..94d45bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ icedtea6-1.8.2.tar.gz
 /icedtea6-1.8.5.tar.gz
 /icedtea6-1.8.6.tar.gz
 /icedtea6-1.8.7.tar.gz
+/icedtea6-1.8.8.tar.gz
diff --git a/java-1.6.0-openjdk.spec b/java-1.6.0-openjdk.spec
index 5071420..caca9b8 100644
--- a/java-1.6.0-openjdk.spec
+++ b/java-1.6.0-openjdk.spec
@@ -6,7 +6,7 @@
 # If runtests is 0 test suites will NOT be run.
 %define runtests 0
 
-%define icedteaver 1.8.7
+%define icedteaver 1.8.8
 %define icedteasnapshot %{nil}
 %define openjdkver b18
 %define openjdkdate 16_feb_2010
@@ -71,17 +71,21 @@
 %define buildoutputdir openjdk/build/linux-%{archbuild}
 
 %if %{gcjbootstrap}
+
 %ifarch %{jit_arches}
 %define icedteaopt --enable-systemtap
 %else
 %define icedteaopt %{nil}
 %endif
+
 %else
+
 %ifarch %{jit_arches}
 %define icedteaopt --with-openjdk --enable-systemtap
 %else
 %define icedteaopt --with-openjdk
 %endif
+
 %endif
 
 # Convert an absolute path to a relative path.  Each symbolic link is
@@ -147,7 +151,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: 50.%{icedteaver}%{?dist}
+Release: 51.%{icedteaver}%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -321,6 +325,7 @@ Provides: java-%{javaver}-devel = %{epoch}:%{version}
 Provides: java-devel-%{origin} = %{epoch}:%{version}
 Provides: java-devel = %{epoch}:%{javaver}
 
+
 %description devel
 The OpenJDK development tools.
 
@@ -973,6 +978,26 @@ exit 0
 
 
 %changelog
+* Tue Jun 07 2011 Jiri Vanek <jvanek at redhat.com> - 1:1.6.0.0-51.1.8.8
+- Resolves: rhbz#709375
+- Bumped to IcedTea6 1.8.8
+- RH706250, S6213702, CVE-2011-0872: (so) non-blocking sockets with TCP urgent
+  disabled get still selected for read ops (win)
+- RH706106, S6618658, CVE-2011-0865: Vulnerability in deserialization
+- RH706111, S7012520, CVE-2011-0815: Heap overflow vulnerability in 
+  FileDialog.show() (win)
+- RH706139, S7013519, CVE-2011-0822, CVE-2011-0862: Integer overflows in 2D 
+  code
+- RH706153, S7013969, CVE-2011-0867: NetworkInterface.toString can reveal 
+  bindings
+- RH706234, S7013971, CVE-2011-0869: Vulnerability in SAAJ
+- RH706239, S7016340, CVE-2011-0870: Vulnerability in SAAJ
+- RH706241, S7016495, CVE-2011-0868: Crash in Java 2D transforming an image 
+  with scale close to zero
+- RH706248, S7020198, CVE-2011-0871: ImageIcon creates Component with null acc
+- RH706245, S7020373, CVE-2011-0864: JSR rewriting can overflow memory address
+  size variables
+
 * Tue Feb 15 2011 Deepak Bhole <dbhole at redhat.com> 1:1.6.0.0-50.1.8.7
 - Updated to IcedTea6 1.8.7
 - Enabled bootstrap
diff --git a/sources b/sources
index 11de431..3704ad3 100644
--- a/sources
+++ b/sources
@@ -7,4 +7,4 @@ a9cdc5f050eb6e97c1b15ddd39978710  mauve-2008-10-22.tar.gz
 8605eab6f3b728939a0c689e51a2ba14  openjdk-6-src-b18-16_feb_2010-fedora.tar.gz
 f1e2525ddcd5fdf97bcf891d715c08ff  visualvm_122-src.tar.gz
 7a0c160c03012cd40957a7a112e25038  mauve_tests
-383add4671ba44ed1cf4c46ef1a948b9  icedtea6-1.8.7.tar.gz
+7345f5ce62831fec0513fb3defe6ccba  icedtea6-1.8.8.tar.gz


More information about the scm-commits mailing list