From 26d70edacb1c6accf735bfa7d014ef272e90c784 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Aug 23 2013 14:38:33 +0000 Subject: 0.9.3, two XSS fixes. --- diff --git a/.gitignore b/.gitignore index a874f5e..3e7fff0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ roundcubemail-0.3.1-dep.tar.gz /roundcubemail-0.8.6-dep.tar.gz /roundcubemail-0.9.0-dep.tar.gz /roundcubemail-0.9.2-dep.tar.gz +/roundcubemail-0.9.3-dep.tar.gz diff --git a/roundcubemail.spec b/roundcubemail.spec index fcd2ee8..d466884 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,8 +1,8 @@ %define roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail -Version: 0.9.2 -Release: 3%{?dist} +Version: 0.9.3 +Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client Group: Applications/System @@ -148,6 +148,10 @@ exit 0 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail %changelog +* Fri Aug 23 2013 Jon Ciesla - 0.9.3-1 +- Fix two XSS vulnerabilities: +- http://trac.roundcube.net/ticket/1489251 + * Fri Aug 16 2013 Jon Ciesla - 0.9.2-3 - Drop precompiled flash. diff --git a/sources b/sources index 469ff9a..af78d57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92ff7b5eeb66d565333ccc57b404313f roundcubemail-0.9.2-dep.tar.gz +d35d615bc55cd22211ef8b502523b4fc roundcubemail-0.9.3-dep.tar.gz