summaryrefslogtreecommitdiffstats
path: root/roundcubemail.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-23 16:55:28 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-23 16:55:28 +0200
commit852645ff28cabc462392ad797254280279e1c44a (patch)
treec891613fdc85e561fd26f714d021dec87abcda12 /roundcubemail.spec
parent96821f423622ca49d9e04a6f5a2d19d90ecc1d08 (diff)
roundcubemail: 0.9.3 (backport)
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r--roundcubemail.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec
index fdaca91..28a90e7 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -1,7 +1,7 @@
%define roundcubedir %{_datadir}/roundcubemail
%global _logdir /var/log
Name: roundcubemail
-Version: 0.9.2
+Version: 0.9.3
Release: 1%{?dist}
Summary: Round Cube Webmail is a browser-based multilingual IMAP client
@@ -88,6 +88,9 @@ sed -i 's/\r//' SQL/mssql.initial.sql
%build
+#Drop precompiled flash
+find . -type f -name '*.swf' | xargs rm -f
+
%install
rm -rf %{buildroot}
@@ -162,6 +165,16 @@ exit 0
%config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
%changelog
+* Fri Aug 23 2013 Remi Collet <remi@fedoraproject.org> - 0.9.3-1
+- backport 0.9.3 for remi repo in sync with rawhide
+
+* Fri Aug 23 2013 Jon Ciesla <limburgher@gmail.com> - 0.9.3-1
+- Fix two XSS vulnerabilities:
+- http://trac.roundcube.net/ticket/1489251
+
+* Fri Aug 16 2013 Jon Ciesla <limburgher@gmail.com> - 0.9.2-3
+- Drop precompiled flash.
+
* Tue Jun 18 2013 Remi Collet <remi@fedoraproject.org> - 0.9.1-1
- backport 0.9.2 for remi repo in sync with rawhide