From 3370e85f2d2401e6c9ffbd9467faf75bc60a5044a01ac138df4d0318cb1d278a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 31 Dec 2015 11:48:31 +0000 Subject: [PATCH] Accepting request 351471 from home:lrupp:branches:server:php:applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 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 OBS-URL: https://build.opensuse.org/request/show/351471 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=96 --- roundcubemail-1.1.3.tar.gz | 3 --- roundcubemail-1.1.4.tar.gz | 3 +++ roundcubemail.changes | 32 ++++++++++++++++++++++++++++++++ roundcubemail.spec | 13 +++++++++---- 4 files changed, 44 insertions(+), 7 deletions(-) delete mode 100644 roundcubemail-1.1.3.tar.gz create mode 100644 roundcubemail-1.1.4.tar.gz diff --git a/roundcubemail-1.1.3.tar.gz b/roundcubemail-1.1.3.tar.gz deleted file mode 100644 index 6ee3c68..0000000 --- a/roundcubemail-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:343d3981067da44e9f3eaee94c2c86247a4341ebe7268bba8bff67d9906aaf34 -size 3208502 diff --git a/roundcubemail-1.1.4.tar.gz b/roundcubemail-1.1.4.tar.gz new file mode 100644 index 0000000..7420384 --- /dev/null +++ b/roundcubemail-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539a11ed38838b221f8139b193d9762638f155c7b0ea9391315865896be16852 +size 3209549 diff --git a/roundcubemail.changes b/roundcubemail.changes index 32526f7..a281862 100644 --- a/roundcubemail.changes +++ b/roundcubemail.changes @@ -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 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 diff --git a/roundcubemail.spec b/roundcubemail.spec index acfb0f3..08fda7e 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -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