[icedtea-web/f17] Updated to latest upstream release of branch 1.3 - 1.3.2

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Apr 17 09:38:58 UTC 2013


commit cca1192161bd188e0f9f9f6184289dbd2a08785c
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Wed Apr 17 11:16:11 2013 +0200

    Updated to latest upstream release of branch 1.3 - 1.3.2
    
     - Security Updates
      - CVE-2013-1927, RH884705: fixed gifar vulnerability
      - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path.
     - Common
      - Added new option in itw-settings which allows users to set JVM arguments when plugin is initialized.
     - NetX
      - PR580: http://www.horaoficial.cl/ loads improperly
     - Plugin
        PR1260: IcedTea-Web should not rely on GTK
        PR1157: Applets can hang browser after fatal exception

 .gitignore       |    1 +
 icedtea-web.spec |   18 +++++++++++++++---
 sources          |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ca5448..7d16a53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /icedtea-web-1.2.1.tar.gz
 /icedtea-web-1.3.tar.gz
 /icedtea-web-1.3.1.tar.gz
+/icedtea-web-1.3.2.tar.gz
diff --git a/icedtea-web.spec b/icedtea-web.spec
index fbc3791..9baa6ea 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -40,8 +40,8 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.3.1
-Release:	1%{?dist}
+Version:	1.3.2
+Release:	0%{?dist}
 Summary:	Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
@@ -53,7 +53,6 @@ BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gecko-devel
 BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  xulrunner-devel
 
 # For functionality and the OpenJDK dirs
@@ -168,6 +167,19 @@ exit 0
 %doc COPYING
 
 %changelog
+* Wed Apr 17 2013 Jiri Vanek <jvanek at redhat.com> 1.3.2-0
+- Updated to latest upstream release of 1.3 branch - 1.3.2
+ - Security Updates
+  - CVE-2013-1927, RH884705: fixed gifar vulnerability
+  - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path.
+ - Common
+  - Added new option in itw-settings which allows users to set JVM arguments when plugin is initialized.
+ - NetX
+  - PR580: http://www.horaoficial.cl/ loads improperly
+ - Plugin
+    PR1260: IcedTea-Web should not rely on GTK
+    PR1157: Applets can hang browser after fatal exception
+
 * Wed Nov 07 2012 Deepak Bhole <dbhole at redhat.com> 1.3.1-1
 - Resolves: RH869040/CVE-2012-4540
 
diff --git a/sources b/sources
index b057b76..2d7be75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b22490c8e52ebafeaa17631076472d72  icedtea-web-1.3.1.tar.gz
+94ce02c42c1e4d1411357fb3c1014f67  icedtea-web-1.3.2.tar.gz


More information about the scm-commits mailing list