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

jiri vanek jvanek at fedoraproject.org
Wed Apr 17 09:17:21 UTC 2013


commit 8be6cfa7268fe45908b84c177b0c2b95c6627e87
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Wed Apr 17 11:17:51 2013 +0200

    Updated to latest upstream release of branch 1.3 - icedtea-web-1.3.2

 .gitignore                              |    1 +
 icedtea-web-pr1260-remove-gtk-dep.patch |  162 -------------------------------
 icedtea-web.spec                        |   23 +++-
 sources                                 |    2 +-
 4 files changed, 19 insertions(+), 169 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 639dd18..73f09ab 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -40,8 +40,8 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.3.1
-Release:	5%{?dist}
+Version:	1.3.2
+Release:	0%{?dist}
 Summary:	Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
@@ -49,8 +49,6 @@ License:    LGPLv2+ and GPLv2 with exceptions
 URL:        http://icedtea.classpath.org/wiki/IcedTea-Web
 Source0:    http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
 
-Patch0:     %{name}-pr1260-remove-gtk-dep.patch
-
 BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gecko-devel
@@ -98,8 +96,6 @@ This package contains Javadocs for the IcedTea-Web project.
 %prep
 %setup -q
 
-%patch0 -p1
-
 %build
 autoreconf
 CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \
@@ -175,6 +171,21 @@ exit 0
 %doc COPYING
 
 %changelog
+* Wed Apr 17 2013 Jiri Vanek <jvanek at redhat.com> 1.3.2-0
+- Updated to latest ustream 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
+- Removed upstreamed patch to remove GTK dependency
+  - icedtea-web-pr1260-remove-gtk-dep.patch
+
 * Wed Feb 20 2013 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-5
 - Resolves: rhbz#875496
 - Build with $RPM_LD_FLAGS and %%{_smp_mflags}.
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