From 3b56d63bdca84511017012dd70eb592abd0a3a1a0542d5980dc94a70d517d83d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 19 Dec 2014 00:01:00 +0000 Subject: [PATCH] Accepting request 265826 from home:aeneas_jaissle:branches:server:php:applications New upstream release OBS-URL: https://build.opensuse.org/request/show/265826 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=87 --- roundcubemail-1.0.3-dep.tar.gz | 3 --- roundcubemail-1.0.4-dep.tar.gz | 3 +++ roundcubemail-httpd.conf | 18 +++++++++--------- roundcubemail.changes | 23 +++++++++++++++++++++++ roundcubemail.spec | 2 +- 5 files changed, 36 insertions(+), 13 deletions(-) delete mode 100644 roundcubemail-1.0.3-dep.tar.gz create mode 100644 roundcubemail-1.0.4-dep.tar.gz diff --git a/roundcubemail-1.0.3-dep.tar.gz b/roundcubemail-1.0.3-dep.tar.gz deleted file mode 100644 index 88356d0..0000000 --- a/roundcubemail-1.0.3-dep.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40be7cc483a061cce8f1333d4927d9956d7abd76cb628b551095b3f3e7341145 -size 3678381 diff --git a/roundcubemail-1.0.4-dep.tar.gz b/roundcubemail-1.0.4-dep.tar.gz new file mode 100644 index 0000000..75e1ce6 --- /dev/null +++ b/roundcubemail-1.0.4-dep.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e6e95780b8712cb2494e981870dba72f826378ceab46319cb17164af255f2e +size 3755211 diff --git a/roundcubemail-httpd.conf b/roundcubemail-httpd.conf index 8bdf254..8ed8a94 100644 --- a/roundcubemail-httpd.conf +++ b/roundcubemail-httpd.conf @@ -17,15 +17,15 @@ AddType text/x-component .htc - = 2.4> - - Require all granted - - - Order allow,deny - #Allow from 127.0.0.1 - Allow from all - + = 2.4> + + Require all granted + + + Order allow,deny + #Allow from 127.0.0.1 + Allow from all + Order allow,deny diff --git a/roundcubemail.changes b/roundcubemail.changes index 1e4e693..b10c644 100644 --- a/roundcubemail.changes +++ b/roundcubemail.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Dec 18 17:28:40 UTC 2014 - aj@ajaissle.de + +- Update to 1.0.4 + Disable TinyMCE contextmenu plugin as there are more cons than pros in using it (#1490118) + Fix bug where show_real_foldernames setting wasn't honored on compose page (#1490153) + Fix issue where Archive folder wasn't protected in Folder Manager (#1490154) + Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115) + Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) + Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) + Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103) + Fix font style display issue in HTML messages with styled elements (#1490101) + Fix download of attachments that are part of TNEF message (#1490091) + Fix handling of uuencoded messages if messages_cache is enabled (#1490108) + Fix handling of base64-encoded attachments with extra spaces (#1490111) + Fix handling of UNKNOWN-CTE response, try do decode content client-side (#1490046) + Fix bug where creating subfolders in shared folders wasn't possible without ACL extension (#1490113) + Fix reply scrolling issue with text mode and start message below the quote (#1490114) + Fix possible issues in skin/skin_path config handling (#1490125) + Fix lack of delimiter for recipient addresses in smtp_log (#1490150) + Fix generation of Blowfish-based password hashes (#1490184) + Fix bugs where CSRF attacks were still possible on some requests + ------------------------------------------------------------------- Sat Nov 08 20:02:00 UTC 2014 - Led diff --git a/roundcubemail.spec b/roundcubemail.spec index 2ac86a3..2358bb1 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,7 +17,7 @@ Name: roundcubemail -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: A modern browser-based multilingual IMAP client License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause