forked from pool/roundcubemail
Accepting request 351474 from server:php:applications
1 OBS-URL: https://build.opensuse.org/request/show/351474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=35
This commit is contained in:
commit
1e89ae1bc8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343d3981067da44e9f3eaee94c2c86247a4341ebe7268bba8bff67d9906aaf34
|
||||
size 3208502
|
3
roundcubemail-1.1.4.tar.gz
Normal file
3
roundcubemail-1.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:539a11ed38838b221f8139b193d9762638f155c7b0ea9391315865896be16852
|
||||
size 3209549
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 10:42:03 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
- Update to 1.1.4
|
||||
Add workaround for https://bugs.php.net/bug.php?id=70757 (#1490582)
|
||||
Fix duplicate messages in list and wrong count after delete (#1490572)
|
||||
Fix so Installer requires PHP5
|
||||
Make brute force attacks harder by re-generating security token on every failed login (#1490549)
|
||||
Slow down brute-force attacks by waiting for a second after failed login (#1490549)
|
||||
Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)
|
||||
Fix mail view scaling on iOS (#1490551)
|
||||
Fix so database_attachments::cleanup() does not remove attachments from other sessions (#1490542)
|
||||
Fix responses list update issue after response name change (#1490555)
|
||||
Fix bug where message preview was unintentionally reset on check-recent action (#1490563)
|
||||
Fix bug where HTML messages with invalid/excessive css styles couldn't be displayed (#1490539)
|
||||
Fix redundant blank lines when using HTML and top posting (#1490576)
|
||||
Fix redundant blank lines on start of text after html to text conversion (#1490577)
|
||||
Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)
|
||||
Fix invalid LDAP query in ACL user autocompletion (#1490591)
|
||||
Fix regression in displaying contents of message/rfc822 parts (#1490606)
|
||||
Fix handling of message/rfc822 attachments on replies and forwards (#1490607)
|
||||
Fix PDF support detection in Firefox > 19 (#1490610)
|
||||
Fix path traversal vulnerability (CWE-22) in setting a skin (#1490620)
|
||||
Fix so drag-n-drop of text (e.g. recipient addresses) on compose page actually works (#1490619)
|
||||
|
||||
- explicitely add required PHP packages (according to INSTALL):
|
||||
+ php-dom, php-json, php-sockets
|
||||
- also recommend additional PHP packages:
|
||||
+ php-zip, php-pear-Crypt_GPG
|
||||
- use generic php- prefix also for recommended packages (no explicit php5-)
|
||||
- no Dockerfile readme any more
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 11:55:15 UTC 2015 - aj@ajaissle.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: roundcubemail
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 0
|
||||
Summary: A modern browser-based multilingual IMAP client
|
||||
License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
||||
@ -42,13 +42,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Requires: http_daemon
|
||||
Requires: mod_php_any >= 5.3
|
||||
Requires: php-dom
|
||||
Requires: php-exif
|
||||
Requires: php-gettext
|
||||
Requires: php-iconv
|
||||
Requires: php-json
|
||||
Requires: php-mbstring
|
||||
Requires: php-mcrypt
|
||||
Requires: php-openssl
|
||||
Requires: php-session
|
||||
Requires: php-sockets
|
||||
Requires: php_any_db
|
||||
|
||||
## Requires: for upstream dep package
|
||||
@ -63,8 +66,10 @@ Requires: php-pear-Net_Socket
|
||||
|
||||
Recommends: logrotate
|
||||
Recommends: php-mysql
|
||||
Recommends: php5-intl
|
||||
Recommends: php5-fileinfo
|
||||
Recommends: php-intl
|
||||
Recommends: php-fileinfo
|
||||
Recommends: php-zip
|
||||
Recommends: php-pear-Crypt_GPG >= 1.2.0
|
||||
|
||||
Provides: roundcube_framework = %{version}
|
||||
Conflicts: roundcube-framework
|
||||
@ -100,7 +105,7 @@ find . -name ".htaccess" -delete
|
||||
# remove shebang from chpass-wrapper
|
||||
sed -i '1d' plugins/password/helpers/chpass-wrapper.py
|
||||
# remove INSTALL doc
|
||||
%{__rm} INSTALL Dockerfile
|
||||
%{__rm} INSTALL
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user