1
0
forked from pool/roundcubemail
Commit Graph

143 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Lars Vogdt
6fa9a0806c - adjusted/renamed roundcubemail-1.4.2-config_dir.patch to
roundcubemail-1.4.3-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=136
2020-02-21 15:50:33 +00:00
Lars Vogdt
c886020fcf Accepting request 777625 from home:stroeder:branches:server:php:applications
update to 1.4.3

OBS-URL: https://build.opensuse.org/request/show/777625
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=135
2020-02-20 14:35:20 +00:00
Lars Vogdt
80d5b74db6 Accepting request 776199 from home:lrupp:branches:server:php:applications
- prefer brotli over gzip if brotli is available:
  + enable mod_brotli in roundcubemail-httpd.conf (after deflate)
  + enable brotli via a2enmod for new installations

OBS-URL: https://build.opensuse.org/request/show/776199
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=134
2020-02-19 06:18:10 +00:00
Lars Vogdt
a53a5c7304 remove service file - use 'osc service localrun download_files' instead
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=133
2020-01-07 12:12:44 +00:00
Lars Vogdt
c8a2908c9d Do not mention _service file in spec: OBS can not find this file ...
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=132
2020-01-07 12:03:51 +00:00
Lars Vogdt
6407422f1c - renamed patches:
- roundcubemail-1.1-beta-config_dir.patch
  + roundcubemail-1.4.2-config_dir.patch

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=131
2020-01-07 07:49:52 +00:00
Lars Vogdt
6fe4d9dd07 fix small typo
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=130
2020-01-02 20:12:01 +00:00
Lars Vogdt
9059f6e3b0 - update to 1.4.2:
* Plugin API: Make actionbefore, before, actionafter and after 
                events working with plugin actions (#7106)
  * Managesieve: Replace "Filter disabled" with "Filter enabled" (#7028)
  * Managesieve: Fix so modifier type select wasn't hidden after hiding 
                 modifier select on header change
  * Managesieve: Fix filter selection after removing a first filter (#7079)
  * Markasjunk: Fix marking more than one message as spam/ham with 
                email_learn driver (#7121)
  * Password: Fix kpasswd and smb drivers' double-escaping bug (#7092)
  * Enigma: Add script to import keys from filesystem to the db 
            storage (for multihost)
  * Installer: Fix DB Write test on SQLite database
               ("database is locked" error) (#7064)
  * Installer: Fix so SQLite DSN with a relative path to the database
               file works in Installer
  * Elastic: Fix contrast of warning toasts (#7058)
  * Elastic: Simple search in pretty selects (#7072)
  * Elastic: Fix hidden list widget on mobile/tablet when selecting 
             folder while search menu is open (#7120)
  * Fix so type attribute on script tags is not used on HTML5 pages (#6975)
  * Fix unread count after purge on a folder that is not currently selected (#7051)
  * Fix bug where Enter key didn't work on messages list in "List" layout (#7052)
  * Fix bug where deleting a saved search in addressbook caused 
    display issue on sources/groups list (#7061)
  * Fix bug where a new saved search added after removing all searches
    wasn't added to the list (#7061)
  * Fix bug where a new contact group added after removing all groups
    from addressbook wasn't added to the list
  * Fix so install-jsdeps.sh removes Bootstrap's sourceMappingURL (#7035)

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=129
2020-01-02 19:49:04 +00:00
Lars Vogdt
48b4a88ef2 Accepting request 758882 from home:lrupp:branches:server:php:applications
Added: recommend php-imagick 

- remove more cruft from the source (like .tavis or .gitignore)
- php documentor is not needed on a productive system -> remove
- also fix /usr/bin/env calls for two vendor scripts
- skins now have some configurable files in their directories: 
  move those files over to /etc/roundcubemail/skins/
- move other text files (incl. vendor ones) out of the root 
  directory (and handle the LICENSE file a bit different)
- enable mod_filter and add AddOutputFilterByType for common media
  types like html, javascript or xml
- enable php7 on newer openSUSE versions
- enable deflate, expires, filter, headers and setenvif on a new 
  installation - do not enable any module in case of an update
- recommend php-imagick for additional features

OBS-URL: https://build.opensuse.org/request/show/758882
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=128
2019-12-22 19:03:52 +00:00
Lars Vogdt
d21fe2154d Accepting request 754694 from home:weberho:branches:server:php:applications
- Updated dependencies
- Moved LICENCE file to proper directory
- removed travis files
- fixed most of the shell scripts to contain /usr/bin/php

OBS-URL: https://build.opensuse.org/request/show/754694
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=127
2019-12-08 21:07:24 +00:00
Lars Vogdt
b7d3e96913 Accepting request 750317 from home:stroeder:branches:server:php:applications
Upgrade to version 1.4.1

OBS-URL: https://build.opensuse.org/request/show/750317
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=126
2019-11-22 18:54:44 +00:00
Dirk Stoecker
90d29c507e Accepting request 747170 from home:stroeder:branches:server:php:applications
Upgrade to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/747170
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=125
2019-11-13 13:15:52 +00:00
Dirk Stoecker
72222e9103 Accepting request 726950 from home:stroeder:branches:server:php:applications
update to 1.3.10

OBS-URL: https://build.opensuse.org/request/show/726950
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=124
2019-09-04 12:13:36 +00:00
Dirk Stoecker
cb728d7576 Accepting request 690198 from home:stroeder:branches:server:php:applications
Upgrade to version 1.3.9

OBS-URL: https://build.opensuse.org/request/show/690198
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=123
2019-04-03 20:35:12 +00:00
53c7e7f840 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=122 2018-10-27 14:20:05 +00:00
Lars Vogdt
3ade784f18 Accepting request 644894 from home:lrupp:branches:server:php:applications
- Upgrade to version 1.3.8:
  * Fix PHP warnings on dummy QUOTA responses in Courier-IMAP 4.17.1 (#6374)
  * Fix so fallback from BINARY to BODY FETCH is used also on [PARSE] errors in dovecot 2.3 (#6383)
  * Enigma: Fix deleting keys with authentication subkeys (#6381)
  * Fix invalid regular expressions that throw warnings on PHP 7.3 (#6398)
  * Fix so Classic skin splitter does not escape out of window (#6397)
  * Fix XSS issue in handling invalid style tag content (#6410)
  * Fix compatibility with MySQL 8 - error on 'system' table use
  * Managesieve: Fix bug where show_real_foldernames setting wasn't respected (#6422)
  * New_user_identity: Fix %fu/%u vars substitution in user specific LDAP params (#6419)
  * Fix support for "allow-from " in x_frame_options config option (#6449)
  * Fix bug where valid content between HTML comments could have been skipped in some cases (#6464)
  * Fix multiple VCard field search (#6466)
  * Fix session issue on long running requests (#6470)
- add files with .log entry to logrotate config
- enhance apache configuration by:
  + disable mbstring function overload (http://bugs.php.net/bug.php?id=30766)
  + do not allow to see README*, INSTALL, LICENSE or CHANGELOG files
  + set additional headers:
  ++ Content-Security-Policy: ask browsers to not set the referrer
  ++ Cache-Control: ask not to cache the content
  ++ Strict-Transport-Security: set HSTS rules for SSL traffic
  ++ X-XSS-Protection: configure built in reflective XSS protection
- adjust README.openSUSE: 
  + db.inc.php is not used any longer
  + flush privileges after creating/changing users in mysql
- use %%license macro on newer distributions

OBS-URL: https://build.opensuse.org/request/show/644894
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=121
2018-10-26 14:42:37 +00:00
1327928d10 Accepting request 627472 from home:stroeder:branches:server:php:applications
- upstream fixed broken tar.gz archive keeping same version 1.3.7

OBS-URL: https://build.opensuse.org/request/show/627472
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=120
2018-08-07 08:11:50 +00:00
1d6db59bca Accepting request 625944 from home:stroeder:branches:server:php:applications
Upgrade to version 1.3.7.

The upstream source tar.gz has bogus content which I had to remove.

OBS-URL: https://build.opensuse.org/request/show/625944
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=119
2018-07-30 06:52:19 +00:00
f36e1f275d Accepting request 596134 from home:kbabioch:branches:server:php:applications
- Upgrade to version 1.3.6
  * Fix parsing date strings (e.g. from a Date: mail header) with comments
  * Fix PHP 7.2: count(): Parameter must be an array in enchant-based spellchecker
  * Fix possible IMAP command injection and type juggling vulnerabilities
  * Enigma: Fix key selection for signing
  * Enigma: Enable keypair generation on Internet Explorer 11
  * Fix check_request() bypass in places using get_uids() (CVE-2018-9846 boo#1067574)
  * Fix bug where usernames without domain part could be malformed or converted to lower-case on logon

OBS-URL: https://build.opensuse.org/request/show/596134
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=118
2018-04-13 18:03:28 +00:00