1
0
forked from pool/roundcubemail

Accepting request 84601 from home:asemen

- Release 0.5.4 upstream update
   * Fix XSS vulnerability in UI messages (#1488030)

OBS-URL: https://build.opensuse.org/request/show/84601
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=27
This commit is contained in:
Andrej Semen 2011-09-23 11:07:28 +00:00 committed by Git OBS Bridge
parent 7be2e2884d
commit bc707f0c04
5 changed files with 24 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb3551dfc549637c21f76d3809d3baffb1b1545b22ed91f7accb0aac746867a1
size 1822061

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1c306d797b3769f4514df95e025523c13e08fbb89daf1d8101c4b4dfc4df7fe
size 1837119

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cb50e946d92975ac0b4914490680f3a217b62000c9a48329657e2c951cb50be
size 1837201

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 23 12:52:42 CEST 2011 - asemen@suse.de
- Release 0.5.4 upstream update
* Fix XSS vulnerability in UI messages (#1488030)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 13 10:39:18 CEST 2011 - asemen@suse.de Wed Jul 13 10:39:18 CEST 2011 - asemen@suse.de

View File

@ -1,18 +1,29 @@
# #
# spec file for package roundcubemail # spec file for package roundcubemail
# #
# This file and all modifications and additions to the pristine # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# package are under the same license as the package itself. #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: roundcubemail Name: roundcubemail
Summary: A modern browser-based multilingual IMAP client Summary: A modern browser-based multilingual IMAP client
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Url: http://www.roundcube.net/ Url: http://www.roundcube.net/
Version: 0.5.3 Version: 0.5.4
Release: 0 Release: 0
BuildRequires: apache2-devel pcre-devel BuildRequires: apache2-devel pcre-devel
Requires: http_daemon mod_php_any php-session php-mysql php-iconv Requires: http_daemon mod_php_any php-session php-mysql php-iconv
@ -20,7 +31,7 @@ Requires: php-gettext php-mbstring php-openssl
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-README.SUSE Source1: %{name}-README.SUSE
Source2: %{name}-httpd.conf Source2: %{name}-httpd.conf
Source3: %{name}-rpmlintrc Source3: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE use the general config directory /etc # PATCH-FIX-OPENSUSE use the general config directory /etc
Patch0: %{name}-config-dir.patch Patch0: %{name}-config-dir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build