1
0
forked from pool/roundcubemail
Commit Graph

218 Commits

Author SHA256 Message Date
Ana Guerrero
4e98185832 Accepting request 1120505 from server:php:applications
- update to 1.6.4 (bsc#1216429)
  * Fix cross-site scripting (XSS) vulnerability in handling of SVG 
    in HTML messages (#9168) CVE-2023-5631
  * Fix PHP8 warnings (#9142, #9160)
  * Fix default 'mime.types' path on Windows (#9113)
  * Managesieve: Fix javascript error when relational or spamtest 
    extension is not enabled (#9139)

OBS-URL: https://build.opensuse.org/request/show/1120505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=80
2023-10-26 15:13:38 +00:00
Lars Vogdt
24ef24c416 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=167 2023-10-26 09:21:53 +00:00
Lars Vogdt
927c4a5acf - update to 1.6.4
* Fix cross-site scripting (XSS) vulnerability in handling of SVG 
    in HTML messages (#9168)
  * Fix PHP8 warnings (#9142, #9160)
  * Fix default 'mime.types' path on Windows (#9113)
  * Managesieve: Fix javascript error when relational or spamtest 
    extension is not enabled (#9139)

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=166
2023-10-25 15:40:18 +00:00
Ana Guerrero
a507f44c55 Accepting request 1112797 from server:php:applications
Security update to 1.6.3

OBS-URL: https://build.opensuse.org/request/show/1112797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=79
2023-09-21 20:23:35 +00:00
Lars Vogdt
9ac33509a9 - update to 1.6.3 (bsc#1215433)
* Fix bug where installto.sh/update.sh scripts were removing some
    essential options from the config file (#9051)
  * Update jQuery-UI to version 1.13.2 (#9041)
  * Fix regression that broke use_secure_urls feature (#9052)
  * Fix potential PHP fatal error when opening a message with
    message/rfc822 part (#8953)
  * Fix bug where a duplicate <title> tag in HTML email could cause some
    parts being cut off (#9029)
  * Fix bug where a list of folders could have been sorted
    incorrectly (#9057)
  * Fix regression where LDAP addressbook 'filter' option was
    ignored (#9061)
  * Fix wrong order of a multi-folder search result when sorting by
    size (#9065)
  * Fix so install/update scripts do not require PEAR (#9037)
  * Fix regression where some mail parts could have been decoded
    incorrectly, or not at all (#9096)
  * Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to
    non-binary FETCH (#9097)
  * Fix PHP8 deprecation warning in the reconnect plugin (#9083)
  * Fix "Show source" on mobile with x_frame_options = deny (#9084)
  * Fix various PHP warnings (#9098)
  * Fix deprecated use of ldap_connect() in password's ldap_simple driver (#9060)
  * Fix cross-site scripting (XSS) vulnerability in handling of linkrefs
    in plain text messages

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=165
2023-09-21 11:03:17 +00:00
Dominique Leuenberger
3df1bc27ba Accepting request 1096571 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1096571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=78
2023-07-03 15:44:25 +00:00
Lars Vogdt
1add14a274 Accepting request 1096557 from home:lrupp:branches:server:php:applications
- update to 1.6.2
  * Add Uyghur localization
  * Fix regression in OAuth request URI caused by use of REQUEST_URI 
    instead of SCRIPT_NAME as a default (#8878)
  * Fix bug where false attachment reminder was displayed on HTML mail 
    with inline images (#8885)
  * Fix bug where a non-ASCII character in app.js could cause error in 
    javascript engine (#8894)
  * Fix JWT decoding with url safe base64 schema (#8890)
  * Fix bug where .wav instead of .mp3 file was used for the new mail 
    notification in Firefox (#8895)
  * Fix PHP8 warning (#8891)
  * Fix support for Windows-31J charset (#8869)
  * Fix so LDAP VLV option is disabled by default as documented (#8833)
  * Fix so an email address with name is supported as input to the 
    managesieve notify :from parameter (#8918)
  * Fix Help plugin menu (#8898)
  * Fix invalid onclick handler on the logo image when using non-array 
    skin_logo setting (#8933)
  * Fix duplicate recipients in "To" and "Cc" on reply (#8912)
  * Fix bug where it wasn't possible to scroll lists by clicking middle 
    mouse button (#8942)
  * Fix bug where label text in a single-input dialog could be partially 
    invisible in some locales (#8905)
  * Fix bug where LDAP (fulltext) search didn't work without 'search_fields' 
    in config (#8874)
  * Fix extra leading newlines in plain text converted from HTML (#8973)
  * Fix so recipients with a domain ending with .s are allowed (#8854)
  * Fix so vCard output does not contain non-standard/redundant TYPE=OTHER 
    and TYPE=INTERNET (#8838)

OBS-URL: https://build.opensuse.org/request/show/1096557
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=164
2023-07-03 13:28:34 +00:00
Dominique Leuenberger
19b69db00c Accepting request 1062213 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1062213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=77
2023-01-31 15:10:08 +00:00
Lars Vogdt
a75f3c6958 - update to 1.6.1
* Kill session if refreshing oauth token fails (#8734)
  * Fix various PHP 8.1 warnings (#8628, #8644, #8667, #8656, #8647)
  * Password: Remove references to %c variable that has been removed before (#8633)
  * Fix anchor links in HTML mail (#8632)
  * Fix bug where config creation in Installer did ignore options in the form (#8634)
  * Fix bug where renamed options were removed from the config on 
    installto.sh (update.sh) run (#8643)
  * Fix favicon rewrite rule in .htaccess (#8654)
  * Fix various PHP 8.2 warnings
  * Fix bug where it wasn't possible to create more than one response 
    record on SQLite and Postgres (#8664)
  * Fix support for ManageSieve over implicit SSL (#8670)
  * Fix bug where "about:blank" page could trigger "load error" (#8554)
  * Fix bug where setting 'Clear Trash on Logout' to 'all messages' 
    didn't work (#8687)
  * Fix bug where the attachment menu wouldn't disappear after an action 
    is selected (#8691)
  * Fix bug where some dialogs in an eml attachment preview would not 
    close on mobile (#8627)
  * Fix bug where multiline data:image URI's in emails were stripped 
    from the message on display (#8613)
  * Fix fatal error on identity page if Enigma plugin is misconfigured (#8719)
  * Fix so N property always exists in a vCard export (#8771)
  * Fix authenticating to Courier IMAP with passwords containing 
    a '~' character (#8772)
  * Fix handling of smtp/imap port options on configuration file 
    update (#8756)
  * Fix bug where array values could not be saved in utils/save_pref 
    action (#8781)

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=163
2023-01-24 10:12:37 +00:00
Dominique Leuenberger
04e6a0f7a9 Accepting request 997324 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/997324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=76
2022-08-16 15:08:13 +00:00
Dirk Stoecker
f7bd880a9a Accepting request 991611 from home:stroeder:network
- update to 1.6.0 with these most noteworthy changes:
  * PHP 8.1 support
  * Dropped support for PHP < 7.3
  * Support responses (snippets) in HTML format
  * Option to purge deleted mails older than 30, 60 or 90 days
  * Unified and simplified services connection config options
  * Removed the Classic and Larry skins from the release packages
  * SQLite: Use foreign keys, require SQLite >= 3.6.19

OBS-URL: https://build.opensuse.org/request/show/991611
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=162
2022-08-16 11:03:26 +00:00
Dominique Leuenberger
4c0e19da97 Accepting request 986510 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/986510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=75
2022-07-04 09:32:53 +00:00
Lars Vogdt
791d943b7a Accepting request 985175 from home:stroeder:network
update to 1.5.3

OBS-URL: https://build.opensuse.org/request/show/985175
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=161
2022-06-27 06:10:08 +00:00
Lars Vogdt
86248a82c5 Accepting request 946501 from home:syntron:patched
The roundcube-framework is move to /usr/share/php/Roundcube. However, as it is still included from the old position, roundcube fails to load it (see /srv/www/roundcubemail/program/include/iniset.php - definition of $include_path in line 47 and include call for the framework in line 74).
My solution: add a symbolic link to the new position.

OBS-URL: https://build.opensuse.org/request/show/946501
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=160
2022-01-17 18:14:42 +00:00
Dominique Leuenberger
f1ebf2b696 Accepting request 944737 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/944737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=74
2022-01-08 22:23:27 +00:00
Lars Vogdt
6ce445f32d Accepting request 943309 from home:stroeder:network
update to 1.5.2

OBS-URL: https://build.opensuse.org/request/show/943309
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=159
2022-01-01 17:55:25 +00:00
Lars Vogdt
0aa29ffb98 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=158 2021-12-28 13:38:11 +00:00
Lars Vogdt
a098cb285c - use the virtual provides from each PHP module, to allow the installation
of roundcubemail with various PHP version. 
  The only problem, we are currently facing is the automatic 
  enablement of the PHP apache module during post-installation. 
  Trying to evaluate the correct PHP module now during post as well, 
  which should eleminate the pre-definition of the required 
  PHP-Version during build completely.
  See https://build.opensuse.org/request/show/940859 for the initial
  discussion.

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=157
2021-12-28 13:37:17 +00:00
Dominique Leuenberger
bfc5590449 Accepting request 934870 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/934870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=73
2021-12-01 19:47:15 +00:00
Dirk Stoecker
36e589e25e Accepting request 934432 from home:stroeder:network
update to 1.5.1

OBS-URL: https://build.opensuse.org/request/show/934432
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=156
2021-11-30 20:51:00 +00:00
Dominique Leuenberger
17c643cc99 Accepting request 927527 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/927527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=72
2021-10-26 18:14:14 +00:00
Lars Vogdt
f74854d078 - adjust requirements: php-intl is now required
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=155
2021-10-19 12:24:45 +00:00
Lars Vogdt
f34271af24 - update to 1.5.0
+ full PHP8 support
  + Dark mode for Elastic skin
  + OAuth2/XOauth support (with plugin hooks)
  + Collected recipients and trusted senders
  + Moving recipients between inputs with drag & drop
  + Full unicode support with MySQL database
  + Support of IMAP LITERAL- extension RFC 7888
    <https://datatracker.ietf.org/doc/html/rfc7888>
  + Support of RFC 2231 <https://datatracker.ietf.org/doc/html/rfc2231>
    encoded names
  + Cache refactoring
  More at https://github.com/roundcube/roundcubemail/releases/tag/1.5.0
- adjusted some file names to new release 
  (_styles.less -> styles.less; _variables.less -> variables.less; 
   CHANGELOG -> CHANGELOG.md)
- vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh does not exist 
  any longer
- added SECURITY.md to documentation
- mark the whole documentation directory as documentation instead of 
  listing some files and others not (avoid duplicate entries in RPM-DB)

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=154
2021-10-19 07:43:43 +00:00
Dominique Leuenberger
f6f6692199 Accepting request 872672 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/872672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=71
2021-02-16 08:19:30 +00:00
Lars Vogdt
33ac139623 Accepting request 870350 from home:stroeder:branches:server:php:applications
- update to 1.4.11 with security fix:
  Fix cross-site scripting (XSS) via HTML messages with malicious CSS content

OBS-URL: https://build.opensuse.org/request/show/870350
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=153
2021-02-09 08:35:57 +00:00
Dominique Leuenberger
b08f7e6e6d Accepting request 867791 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/867791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=70
2021-01-30 12:56:40 +00:00
Lars Vogdt
094f53617e Accepting request 866123 from home:adkorte:branches:server:php:applications
- add PHP version to Requires: and Recommends: to make sure the same
  version is installed as used during packaging
- drop Requires: http_daemon (fixes boo#1180132) and Suggests: apache2
  (which is already required though mod_php_any)

OBS-URL: https://build.opensuse.org/request/show/866123
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=152
2021-01-27 07:01:25 +00:00
Dominique Leuenberger
7492ffea80 Accepting request 858987 from server:php:applications
- update to 1.4.10:
  * Stored cross-site scripting (XSS) via HTML or plain text messages 
    with malicious content ( CVE-2020-35730 boo#1180399 )
  * Fix extra angle brackets in In-Reply-To header derived from mailto: params (#7655)
  * Fix folder list issue when special folder is a subfolder (#7647)
  * Fix Elastic's folder subscription toggle in search result (#7653)
  * Fix state of subscription toggle on folders list after changing 
    folder state from the search result (#7653)
  * Security: Fix cross-site scripting (XSS) via HTML or plain text 
    messages with malicious content

OBS-URL: https://build.opensuse.org/request/show/858987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=69
2020-12-28 12:56:00 +00:00
Lars Vogdt
cfa15e9068 with malicious content ( CVE-2020-35730 boo#1180399 )
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=151
2020-12-28 10:35:28 +00:00
Lars Vogdt
b43bf55f26 - update to 1.4.10:
* Stored cross-site scripting (XSS) via HTML or plain text messages 
    with malicious content [CVE-2020-35730]
  * Fix extra angle brackets in In-Reply-To header derived from mailto: params (#7655)
  * Fix folder list issue when special folder is a subfolder (#7647)
  * Fix Elastic's folder subscription toggle in search result (#7653)
  * Fix state of subscription toggle on folders list after changing 
    folder state from the search result (#7653)
  * Security: Fix cross-site scripting (XSS) via HTML or plain text 
    messages with malicious content

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=150
2020-12-28 10:21:02 +00:00
Dominique Leuenberger
8a2b2ca28a Accepting request 854465 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/854465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=68
2020-12-10 14:58:56 +00:00
Arjen de Korte
07b18ace3a Accepting request 852498 from home:pgajdos
- use system apache rpm macros

OBS-URL: https://build.opensuse.org/request/show/852498
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=149
2020-12-10 07:47:16 +00:00
Dominique Leuenberger
e3e6bf0f40 Accepting request 838597 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/838597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=67
2020-09-30 17:54:11 +00:00
Lars Vogdt
0ff7636969 Accepting request 838357 from home:stroeder:branches:server:php:applications
update to 1.4.9:

OBS-URL: https://build.opensuse.org/request/show/838357
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=148
2020-09-29 15:49:29 +00:00
Dominique Leuenberger
338d3fa8cb Accepting request 826894 from server:php:applications
- finally renamed roundcubemail-1.4.8-config_dir.patch to 
  roundcubemail-config_dir.patch to avoid additional roundtrip 
  times with each submission:
  + removed roundcubemail-1.4.7-config_dir.patch
  + added  roundcubemail-config_dir.patch

- update to 1.4.8 with security fixes:
 * Fix cross-site scripting (XSS) via HTML messages with malicious svg content (CVE-2020-16145)
 * Fix cross-site scripting (XSS) via HTML messages with malicious math content

OBS-URL: https://build.opensuse.org/request/show/826894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=66
2020-08-17 10:05:52 +00:00
Lars Vogdt
9d6767974e MAKE BOT HAPPY AND MENTION THE PATCH TWICE
+ removed roundcubemail-1.4.7-config_dir.patch
  + added  roundcubemail-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=147
2020-08-15 21:18:38 +00:00
Lars Vogdt
a329948fc3 - finally renamed roundcubemail-1.4.8-config_dir.patch to
roundcubemail-config_dir.patch to avoid additional roundtrip 
  times with each submission

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=146
2020-08-13 15:38:45 +00:00
Lars Vogdt
caa5409bff Accepting request 825662 from home:stroeder:branches:server:php:applications
- update to 1.4.8 with security fixes:
 * Fix cross-site scripting (XSS) via HTML messages with malicious svg content (CVE-2020-16145)
 * Fix cross-site scripting (XSS) via HTML messages with malicious math content

OBS-URL: https://build.opensuse.org/request/show/825662
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=145
2020-08-13 00:41:28 +00:00
Dominique Leuenberger
0710eedf62 Accepting request 821954 from server:php:applications
update to 1.4.7 with security fix

OBS-URL: https://build.opensuse.org/request/show/821954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=65
2020-07-20 19:08:21 +00:00
Lars Vogdt
265881f2bf - renamed roundcubemail-1.4.6-config_dir.patch to
roundcubemail-1.4.7-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=144
2020-07-20 16:14:50 +00:00
Lars Vogdt
d685e2c3a3 Accepting request 818992 from home:stroeder:branches:server:php:applications
- update to 1.4.7 with security fix:
  * Security: Fix cross-site scripting (XSS) via HTML messages with malicious svg/namespace
  * Fix bug where subfolders of special folders could have been duplicated on folder list
  * Increase maximum size of contact jobtitle and department fields to 128 characters
  * Fix missing newline after the logged line when writing to stdout (#7418)
  * Elastic: Fix context menu (paste) on the recipient input (#7431)
  * Fix problem with forwarding inline images attached to messages with no HTML part (#7414)
  * Fix problem with handling attached images with same name when using
    database_attachments/redundant_attachments (#7455)

OBS-URL: https://build.opensuse.org/request/show/818992
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=143
2020-07-06 16:43:33 +00:00
Lars Vogdt
7cd65db85e Accepting request 818644 from home:computersalat:devel:php
add http.inc file

OBS-URL: https://build.opensuse.org/request/show/818644
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=142
2020-07-06 16:42:59 +00:00
Dominique Leuenberger
618ec0f0df Accepting request 813299 from server:php:applications
- update to 1.4.6
  * Installer: Fix regression in SMTP test section (#7417)
- renamed roundcubemail-1.4.5-config_dir.patch to
  roundcubemail-1.4.6-config_dir.patch

OBS-URL: https://build.opensuse.org/request/show/813299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=64
2020-06-11 08:11:02 +00:00
Lars Vogdt
b3a09456e8 - renamed roundcubemail-1.4.5-config_dir.patch to
roundcubemail-1.4.6-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=141
2020-06-10 18:11:16 +00:00
Lars Vogdt
56886eeeda Accepting request 812244 from home:stroeder:branches:server:php:applications
- update to 1.4.6
  * Installer: Fix regression in SMTP test section (#7417)

OBS-URL: https://build.opensuse.org/request/show/812244
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=140
2020-06-08 01:27:20 +00:00
Dominique Leuenberger
5b49f71d02 Accepting request 811176 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/811176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=63
2020-06-03 18:36:47 +00:00
Dirk Stoecker
a7a754dee8 Accepting request 811037 from home:lrupp:branches:server:php:applications
- update to 1.4.5
  Security fixes
  * Fix XSS issue in template object 'username' (#7406)
  * Fix cross-site scripting (XSS) via malicious XML attachment
  * Fix a couple of XSS issues in Installer (#7406)
  * Better fix for CVE-2020-12641
  Other changes
  * Fix bug in extracting required plugins from composer.json that led 
    to spurious error in log (#7364)
  * Fix so the database setup description is compatible with MySQL 8 (#7340)
  * Markasjunk: Fix regression in jsevent driver (#7361)
  * Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
  * Fix default keyservers (use keys.openpgp.org), add note about CORS (#7373, #7367)
  * Password: Fix issue with Modoboa driver (#7372)
  * Mailvelope: Use sender's address to find pubkeys to check signatures (#7348)
  * Mailvelope: Fix Encrypt button hidden in Elastic (#7353)
  * Fix PHP warning: count(): Parameter must be an array or an object... 
    in ID command handler (#7392)
  * Fix error when user-configured skin does not exist anymore (#7271)
  * Elastic: Fix aspect ratio of a contact photo in mail preview (#7339)
  * Fix bug where PDF attachments marked as inline could have not been 
    attached on mail forward (#7382)
  * Security: Fix a couple of XSS issues in Installer (#7406)
  * Security: Fix XSS issue in template object 'username' (#7406)
  * Security: Fix cross-site scripting (XSS) via malicious XML attachment
  * Security: Better fix for CVE-2020-12641
- renamed roundcubemail-1.4.4-config_dir.patch to
  roundcubemail-1.4.5-config_dir.patch

OBS-URL: https://build.opensuse.org/request/show/811037
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=139
2020-06-03 15:22:56 +00:00
Dominique Leuenberger
4dbcd6cbf4 Accepting request 801770 from server:php:applications
- update to 1.4.4
- adjusted/renamed roundcubemail-1.4.3-config_dir.patch to
  roundcubemail-1.4.4-config_dir.patch

OBS-URL: https://build.opensuse.org/request/show/801770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roundcubemail?expand=0&rev=62
2020-05-08 21:08:40 +00:00
Lars Vogdt
7af5cb9d09 - adjusted/renamed roundcubemail-1.4.3-config_dir.patch to
roundcubemail-1.4.4-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=138
2020-05-08 08:40:52 +00:00
Lars Vogdt
6e81e9e77f Accepting request 799046 from home:stroeder:branches:server:php:applications
update to 1.4.4

OBS-URL: https://build.opensuse.org/request/show/799046
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=137
2020-05-05 10:43:46 +00:00