forked from pool/roundcubemail
Accepting request 150360 from server:php:applications
include at least one security relevant fix according to the changelog and is a leaf package, please consider for 12.3 OBS-URL: https://build.opensuse.org/request/show/150360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=10
This commit is contained in:
commit
89484946ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f52a0f4ad69df2da9636304ac3c072a13fbda197e7cfbc98a3516dda0fdc234
|
||||
size 3723638
|
3
roundcubemail-0.8.5.tar.gz
Normal file
3
roundcubemail-0.8.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd35d7c8c7886af7d2853ddd0970c57b5db037dc757647858a7a906d874e9824
|
||||
size 3724025
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 01:52:24 UTC 2013 - aj@ajaissle.de
|
||||
|
||||
- New upstream release 0.8.5
|
||||
* Fix #countcontrols issue in IE<=8 when text is very long
|
||||
(#1488890)
|
||||
* Fix unwanted horizontal scrollbar in message preview header
|
||||
(#1488866)
|
||||
* Add workaround for IE<=8 bug where Content-Disposition:inline
|
||||
was ignored (#1488844)
|
||||
* Fix XSS vulnerability in vbscript: and data:text links handling
|
||||
(#1488850)
|
||||
* Fix absolute positioning in HTML messages (#1488819)
|
||||
* Fix keybord events on messages list in opera browser (#1488823)
|
||||
* Fix cache (in)validation after setting \Deleted flag
|
||||
* Fix selection of collapsed thread rows (#1488772)
|
||||
* Fix wrapping of quoted text with format=flowed (#1488177)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 20:59:17 UTC 2012 - wr@rosenauer.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package roundcubemail
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,10 +21,12 @@ Summary: A modern browser-based multilingual IMAP client
|
||||
License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Url: http://www.roundcube.net/
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
Release: 0
|
||||
BuildRequires: apache2-devel
|
||||
%if 0%{suse_version} >= 1100
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
BuildRequires: pcre-devel
|
||||
Requires: http_daemon
|
||||
Requires: mod_php_any
|
||||
@ -96,7 +98,9 @@ done
|
||||
find %buildroot/%{roundcubepath} -name .htaccess -delete
|
||||
|
||||
# fdupes
|
||||
%fdupes %{buildroot}%{roundcubepath}
|
||||
%if 0%{suse_version} >= 1100
|
||||
%fdupes %{buildroot}/%{roundcubepath}
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
Loading…
Reference in New Issue
Block a user