pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/roundcube Update roundcube to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ca7612e4a95
branches:  trunk
changeset: 352400:3ca7612e4a95
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Sep 13 15:56:01 2016 +0000

description:
Update roundcube to 1.2.1.

pkgsrc changes:

o Split some plugins (enigma, password and zipdownload) to separate packages.
o Drop PHP_VERSIONS_ACCEPTED since now it support PHP 7.0.
o Rename sockets PKG_OPTIONS to php-sockets.

Catch up PR pkg/51370 in a little different way.

RELEASE 1.2.1
-------------
- Update TinyMCE to version 4.3.13 (#5309)
- Fix bug where errors could have been not logged when per_user_logging=true
- Fix bug where message list columns could be in wrong order after column drag-n-drop and list sorting
- Fix so minified publickey.js (with cache-buster) is used when available (#5254)
- Fix (replace) application/x-tar file extension test as it might not exist in nginx config (#5253)
- Fix PHP warning when password_hosts is set, but is not an array (#5260)
- Fix redundant keep-alive requests when session_lifetime is greater than ~20000 (#5273)
- Fix so subfolders of INBOX can be set as Archive (#5274)
- Fix bug where multi-folder search could choose a wrong folder in "this and subfolders" scope (#5282)
- Fix bug where multi-folder search didn't work for unsubscribed INBOX (#5259)
- Fix bug where "no body" alert could be displayed when sending mailvelope email
- Enigma: Fix keys import from inside of an encrypted message (#5285)
- Enigma: Fix malformed signed messages with force_7bit=true (#5292)
- Enigma: Add possibility to configure gpg binary location (enigma_pgp_binary)
- Enigma: Add possibility to export private keys (#5321)
- Fix searching by email address in contacts with multiple addresses (#5291)
- Fix handling of --delete argument in moduserprefs.sh script (#5296)
- Workaround PHP issue by calling closelog() on script shutdown when using log_driver=syslog (#5289)
- Fix so upgrade script makes sure program/lib directory does not contain old libraries (#5287)
- Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243)
- Fix bug where microsecond format in logged date didn't work in some cases
- Fix conflict in new_user_dialog and password_force_new_user settings (#5275)
- Don't create multipart/alternative messages with empty text/plain part (#5283)
- Use contact_search_name format in popup on results in compose contacts search
- Fix handling of 'mailto' and 'error' arguments in message_before_send hook (#5347)
- Fix missing localization of HTML editor when assets_dir != INSTALL_PATH
- Fix handling of blockquote tags with mixed case on html2text conversion (#5363)
- Fix javascript errors in IE on page with iframe that points to another domain

RELEASE 1.2.0
-------------
- Enigma: Added enigma_debug option
- Fix message list multi-select/deselect issue (#5219)
- Fix bug where getting HTML editor content could steal focus from other form controls (#5223)
- Fix bug where contact search menu fields where always unchecked in Larry skin
- Fix autoloading of 'html' class
- Fix bug where Encrypt button appears when switching editor to HTML (#5235)
- Fix XSS issue in href attribute on area tag (#5240)

RELEASE 1.2-rc
--------------
- Managesieve: Refactored script parser to be 100x faster
- Enigma: added option to force users to use signing/encryption
- Enigma: Added option to attach public keys to sent mail (#5152)
- Enigma: Handle messages with text before an encrypted block (#5149)
- Enigma: Handle encrypted/signed content inside message/rfc822 attachments
- Enigma: Fix missing html/plain switch on multipart/signed messages (#4963)
- Enigma: Disable format=flowed for signed plain text messages (#4960)
- Enigma: Fix handling of encrypted + signed messages (#4950)
- Enigma: Fix invalid boundary use in signed messages structure
- Enable use of TLSv1.1 and TLSv1.2 for IMAP (#4955)
- Save copy of original .htaccess file when using installto.sh script (#4947)
- Fix regression where some message attachments could be missing on edit/forward (#4939)
- Fix regression in displaying contents of message/rfc822 parts (#4937)
- Fix handling of message/rfc822 attachments on replies and forwards (#4938)
- Fix PDF support detection in Firefox > 19 (#4941)
- Fix path traversal vulnerability in setting a skin [CVE-2015-8770] (#4945)
- Fix so drag-n-drop of text (e.g. recipient addresses) on compose page actually works (#4944)
- Fix .htaccess rewrite rules to not block .well-known URIs (#4943)
- Fix mail view scaling on iOS (#4915)
- Fix PHP7 warning "session_start(): Session callback expects true/false return value" (#4948)
- Fix XSS issue in SVG images handling (#4949)
- Fix missing language name in "Add to Dictionary" request in HTML mode (#4951)
- Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#4958)
- Fix bug where Archive/Junk buttons were not active after page jump with select=all mode (#4961)
- Fix bug in long recipients list parsing for cases where recipient name contained @-char (#4964)
- Plugin API: Added addressbook_export hook
- Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#4966)
- Hide DSN option in Preferences when smtp_server is not used (#4967)
- Fix handling of body parameter in mail compose request
- Protect download urls against CSRF using unique request tokens (#4957)
- newmail_notifier: Refactor desktop notifications
- Fix so contactlist_fields option can be set via config file
- Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782)
- Fix performance in reverting order of THREAD result
- Fix converting mail addresses with @www. into mailto links (#5197)

RELEASE 1.2-beta
----------------
- Update TinyMCE to version 4.2
- Added support for Redis session handler
- Removed some deprecated methods: https://github.com/roundcube/roundcubemail/commit/454b0b1c
- Remove backward compatibility "layer" of bc.php (#4902)
- Add possibility to define date format in write operations for ldap attributes (#3956)
- Display attachment size in compose (#1329)
- Added possibility to drag-n-drop attachments from mail preview to compose window
- Implemented mail messages searching with predefined date interval
- PGP encryption support via Mailvelope integration
- PGP encryption support via Enigma plugin
- PHP7 compatibility fixes (#4836)
- Security: Added brute-force attack prevention via login rate limit (#4922)
- Security: Added options to validate username/password on logon (#4884)
- Security: Improve randomness of security tokens (#4899)
- Security: Use random security tokens instead of hashes based on encryption key (#4829)
- Security: Improved encrypt/decrypt methods with option to choose the cipher_method (#4492)
- Make optional adding of standard signature separator - sig_separator (#3276)
- Optimize folder_size() on Cyrus IMAP by using special folder annotation (#4894)
- Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#4870)
- Add option to enable HTML editor always, except when replying to plain text messages (#4352)
- Emoticons: Added option to switch on/off emoticons in compose editor (#2076)
- Emoticons: Added option to switch on/off emoticons in plain text messages
- Emoticons: All emoticons-related functionality is handled by the plugin now
- Installer: Add button to save generated config file in system temp directory (#3553)
- Remove common subject prefixes Re:, Re[x]:, Re-x: on reply (#4882)
- Added GSSAPI/Kerberos authentication plugin - krb_authentication
- Password: Allow temporarily disabling the plugin functionality with a notice
- Require Mbstring and OpenSSL extensions (#5166)
- Add --config and --type options to moduserprefs.sh script (#4651)
- Implemented memcache_debug and apc_debug options
- Installer: Remove system() function use (#4695)
- Password plugin: Added 'kpasswd' driver by Peter Allgeyer
- Add initdb.sh to create database from initial.sql script with prefix support (#4722)
- Plugin API: Added disabled_plugins an disabled_buttons options in html_editor hook
- Plugin API: Added html2text hook
- Plugin API: Added message_part_body hook
- Plugin API: Added message_ready hook
- Plugin API: Add special onload() method to execute plugin actions before startup (session and GUI initialization)
- Implemented UI element to jump to specified page of the messages list (#1677)
- Fix searching of contacts to allow remote images for known senders (#4886)
- Fix bug where clicking date column with 'arrival' sorting would switch to sorting by 'date' (#4690)
- Fix bug where message content could overlap attachments list in Larry skin (#4876)
- Fix so microseconds macro (u) in log_date_format works (#4855)
- Fix so unrecognized TNEF attachments are displayed on the list of attachments (#5138)
- Fix so database_attachments::cleanup() does not remove attachments from other sessions (#4907)
- Fix responses list update issue after response name change (#4917)
- Fix bug where message preview was unintentionally reset on check-recent action (#4921)
- Fix bug where HTML messages with invalid/excessive css styles couldn't be displayed (#4905)
- Fix redundant blank lines when using HTML and top posting (#4927)
- Fix redundant blank lines on start of text after html to text conversion (#4928)
- Fix HTML sanitizer to skip <!-- node type X --> in output (#4932)
- Fix invalid LDAP query in ACL user autocompletion (#4934)

diffstat:

 mail/roundcube/Makefile                                               |  131 +--
 mail/roundcube/Makefile.common                                        |   46 +
 mail/roundcube/PLIST                                                  |  333 ++-------
 mail/roundcube/distinfo                                               |   12 +-
 mail/roundcube/options.mk                                             |    8 +-
 mail/roundcube/patches/patch-config_config.inc.php.sample             |   17 +
 mail/roundcube/patches/patch-program_lib_Roundcube_rcube__washtml.php |   15 -
 mail/roundcube/plugins.mk                                             |   37 +
 8 files changed, 218 insertions(+), 381 deletions(-)

diffs (truncated from 1226 to 300 lines):

diff -r 4e6d11a5d037 -r 3ca7612e4a95 mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Tue Sep 13 15:10:58 2016 +0000
+++ b/mail/roundcube/Makefile   Tue Sep 13 15:56:01 2016 +0000
@@ -1,17 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2016/09/12 10:02:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.85 2016/09/13 15:56:01 taca Exp $
 
-DISTNAME=      roundcubemail-1.1.5
+DISTNAME=      roundcubemail-${RC_VERS}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/}
-PKGREVISION=   2
-CATEGORIES=    mail
-MASTER_SITES=   ${MASTER_SITE_GITHUB:=roundcube/}
-GITHUB_PROJECT= roundcubemail
-GITHUB_RELEASE= 1.1.5
-GITHUB_TYPE=    release
-DIST_SUBDIR=   roundcubemail-1.1.5
 
 MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      http://roundcube.net/
 COMMENT=       Browser-based multilingual IMAP client
 LICENSE=       gnu-gpl-v3
 
@@ -28,37 +20,16 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode>=1.5.5:../../mail/pear-Mail_mimeDecode
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.3:../../mail/pear-Auth_SASL
 
-PHP_VERSIONS_ACCEPTED= 56
-
-USE_LANGUAGES=         # none
-USE_TOOLS+=            pax
-NO_BUILD=              yes
-
-INSTALLATION_DIRS=     ${RCDIR}/plugins ${RCDIR}/program ${RCDIR}/skins
-INSTALLATION_DIRS+=    ${RCDIR}/bin ${RCDIR}/SQL ${DOCDIR} ${EGDIR}
-
-.include "../../lang/php/phpversion.mk"
-
-PKG_SYSCONFSUBDIR?=    roundcube
+RC_SUBDIRS=    SQL bin installer plugins program skins
+CONF_PLUGINS=  acl additional_message_headers database_attachments \
+               emoticons help http_authentication jqueryui \
+               krb_authentication managesieve new_user_identity \
+               newmail_notifier redundant_attachments squirrelmail_usercopy
 
-PKG_GROUPS_VARS+=      WWW_GROUP
-PKG_USERS_VARS=                WWW_USER
-BUILD_DEFS+=           VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
-
-RCDIR=                 ${PREFIX}/share/roundcube
-EGDIR=                 ${PREFIX}/share/examples/roundcube
-DOCDIR=                        ${PREFIX}/share/doc/roundcube
-PAX_DIRS=              plugins program skins installer
-SQL_DIRS=              mssql mysql oracle postgres sqlite
-
-CONF_PLUGINS=          acl additional_message_headers help \
-                       http_authentication jqueryui managesieve \
-                       newmail_notifier password redundant_attachments \
-                       squirrelmail_usercopy zipdownload
-
-MESSAGE_SUBST+=                DOCDIR=${DOCDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
-MESSAGE_SUBST+=                VARBASE=${VARBASE} RCDIR=${RCDIR}
-FILES_SUBST+=          RCDIR=${RCDIR}
+.for d in ${RC_SUBDIRS}
+INSTALLATION_DIRS+=    ${RCDIR}/${d}
+.endfor
+INSTALLATION_DIRS+=    ${DOCDIR} ${EGDIR}
 
 OWN_DIRS+=             ${PKG_SYSCONFDIR}
 OWN_DIRS_PERMS+=       ${VARBASE}/log/roundcube \
@@ -68,23 +39,17 @@
 OWN_DIRS_PERMS+=       ${VARBASE}/tmp/roundcube \
                        ${WWW_USER} ${WWW_GROUP} 0750
 
-CONF_FILES=            ${EGDIR}/roundcube.conf \
+CONF_FILES=            ${PREFIX}/${EGDIR}/roundcube.conf \
                        ${PKG_SYSCONFDIR}/roundcube.conf
-CONF_FILES+=           ${EGDIR}/mimetypes.php \
+CONF_FILES+=           ${PREFIX}/${EGDIR}/mimetypes.php \
                        ${PKG_SYSCONFDIR}/mimetypes.php
-CONF_FILES_PERMS+=     ${EGDIR}/config.inc.php \
+CONF_FILES_PERMS+=     ${PREFIX}/${EGDIR}/config.inc.php \
                        ${PKG_SYSCONFDIR}/config.inc.php \
                        ${WWW_USER} ${WWW_GROUP} 0640
-CONF_FILES_PERMS+=     ${EGDIR}/defaults.inc.php \
+CONF_FILES_PERMS+=     ${PREFIX}/${EGDIR}/defaults.inc.php \
                        ${PKG_SYSCONFDIR}/defaults.inc.php \
                        ${WWW_USER} ${WWW_GROUP} 0640
 
-.for f in ${CONF_PLUGINS}
-CONF_FILES_PERMS+=     ${EGDIR}/plugins/${f}/config.inc.php \
-                       ${RCDIR}/plugins/${f}/config.inc.php \
-                       ${WWW_USER} ${WWW_GROUP} 0640
-.endfor
-
 SUBST_CLASSES+=                files
 SUBST_STAGE.files=     do-configure
 SUBST_MESSAGE.files=   Fixing configuration files.
@@ -104,56 +69,38 @@
 REPLACE.php.new=       ${PREFIX}/bin/php
 REPLACE_FILES.php=     bin/*.sh
 
-REPLACE_PYTHON=                plugins/password/helpers/chpass-wrapper.py
-
 post-extract:
        ${CP} ${FILESDIR}/${WWW_CONF_FILE} ${WRKSRC}/roundcube.conf
 
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DESTDIR}${DOCDIR}
-
-       ${INSTALL_DATA} ${WRKSRC}/.htaccess ${DESTDIR}${RCDIR}/
-       ${INSTALL_DATA} ${WRKSRC}/index.php ${DESTDIR}${RCDIR}/
-       ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${RCDIR}/
+pre-install:
+       cd ${WRKSRC}/plugins && ${RM} -fr enigma password zipdownload
 
-       ${INSTALL_DATA} ${WRKSRC}/SQL/*.sql ${DESTDIR}${RCDIR}/SQL/
-.for i in ${SQL_DIRS}
-       ${INSTALL_DATA_DIR} ${DESTDIR}${RCDIR}/SQL/${i}
-       ${INSTALL_DATA} ${WRKSRC}/SQL/${i}/*.sql ${DESTDIR}${RCDIR}/SQL/${i}
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/.htaccess ${DESTDIR}${PREFIX}/${RCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/index.php ${DESTDIR}${PREFIX}/${RCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${PREFIX}/${RCDIR}
+.for i in ${RC_SUBDIRS}
+       cd ${WRKSRC}/${i} && ${FIND} . -type f \! -name "*.orig" -print | \
+               pax -rw ${DESTDIR}${PREFIX}/${RCDIR}/${i}
+       ${FIND} ${DESTDIR}${PREFIX}/${RCDIR}/${i} -type f | \
+               ${XARGS} ${CHMOD} ${SHAREMODE}
+       ${FIND} ${DESTDIR}${PREFIX}/${RCDIR}/${i} -type d | \
+               ${XARGS} ${CHMOD} ${PKGDIRMODE}
+       ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${PREFIX}/${RCDIR}/${i}
 .endfor
-
        ${INSTALL_DATA} ${WRKSRC}/roundcube.conf \
-               ${DESTDIR}${EGDIR}/roundcube.conf
+               ${DESTDIR}${PREFIX}/${EGDIR}/roundcube.conf
        ${INSTALL_DATA} ${WRKSRC}/config/mimetypes.php \
-               ${DESTDIR}${EGDIR}/mimetypes.php
+               ${DESTDIR}${PREFIX}/${EGDIR}/mimetypes.php
        ${INSTALL_DATA} ${WRKSRC}/config/config.inc.php.sample \
-               ${DESTDIR}${EGDIR}/config.inc.php
+               ${DESTDIR}${PREFIX}/${EGDIR}/config.inc.php
        ${INSTALL_DATA} ${WRKSRC}/config/defaults.inc.php \
-               ${DESTDIR}${EGDIR}/defaults.inc.php
-
-       ${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${DESTDIR}${RCDIR}/bin/
+               ${DESTDIR}${PREFIX}/${EGDIR}/defaults.inc.php
 
-.for i in ${PAX_DIRS}
-       ${INSTALL_DATA_DIR} ${DESTDIR}${RCDIR}/${i}
-       cd ${WRKSRC}/${i} && ${FIND} . -type f \! -name "*.orig" -print | \
-               ${PAX} -rw ${DESTDIR}${RCDIR}/${i}
-       ${FIND} ${DESTDIR}${RCDIR}/${i} -type f | \
-               ${XARGS} ${CHMOD} ${SHAREMODE}
-       ${FIND} ${DESTDIR}${RCDIR}/${i} -type d | \
-               ${XARGS} ${CHMOD} ${PKGDIRMODE}
-       ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${RCDIR}/${i}
-.endfor
-
-.for f in ${CONF_PLUGINS}
-       ${MKDIR} ${DESTDIR}${EGDIR}/plugins/${f}
-       ${TEST} -f ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php || \
-               ${MV} ${DESTDIR}${RCDIR}/plugins/${f}/config.inc.php.dist \
-                       ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php
-.endfor
-
-.include "options.mk"
-.include "../../lang/python/application.mk"
+.include "Makefile.common"
+.include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4e6d11a5d037 -r 3ca7612e4a95 mail/roundcube/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/roundcube/Makefile.common    Tue Sep 13 15:56:01 2016 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile.common,v 1.1 2016/09/13 15:56:01 taca Exp $
+#
+# used by mail/roundcube/Makefile
+# used by mail/roundcube/plugins.mk
+
+DISTNAME=      roundcubemail-${RC_VERS}
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=roundcube/}
+GITHUB_PROJECT=        roundcubemail
+HOMEPAGE=      http://roundcube.net/
+
+RC_VERS=       1.2.1
+
+USE_LANGUAGES=         # none
+USE_TOOLS+=            pax
+NO_BUILD=              yes
+
+PKG_SYSCONFSUBDIR?=    roundcube
+
+PKG_GROUPS_VARS+=      WWW_GROUP
+PKG_USERS_VARS=                WWW_USER
+BUILD_DEFS+=           VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
+
+RCDIR=                 share/roundcube
+EGDIR=                 share/examples/roundcube
+DOCDIR=                        share/doc/roundcube
+
+MESSAGE_SUBST+=                DOCDIR="${PREFIX}/${DOCDIR}" \
+                        PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+MESSAGE_SUBST+=                VARBASE=${VARBASE} RCDIR="${PREFIX}/${RCDIR}"
+FILES_SUBST+=          RCDIR="${PREFIX}/${RCDIR}"
+
+.for d in ${CONF_PLUGINS}
+INSTALLATION_DIRS+=    ${EGDIR}/plugins/${d}
+.endfor
+
+.include "../../mail/roundcube/options.mk"
+.include "../../lang/php/phpversion.mk"
+
+post-install:
+.for f in ${CONF_PLUGINS}
+       cd ${DESTDIR}${PREFIX} && \
+       ${TEST} -f ${EGDIR}/plugins/${f}/config.inc.php || \
+               ${MV} ${RCDIR}/plugins/${f}/config.inc.php.dist \
+                       ${EGDIR}/plugins/${f}/config.inc.php
+.endfor
diff -r 4e6d11a5d037 -r 3ca7612e4a95 mail/roundcube/PLIST
--- a/mail/roundcube/PLIST      Tue Sep 13 15:10:58 2016 +0000
+++ b/mail/roundcube/PLIST      Tue Sep 13 15:56:01 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2016/05/29 15:46:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.42 2016/09/13 15:56:01 taca Exp $
 share/doc/roundcube/INSTALL
 share/doc/roundcube/LICENSE
 share/doc/roundcube/README.md
@@ -8,15 +8,17 @@
 share/examples/roundcube/mimetypes.php
 share/examples/roundcube/plugins/acl/config.inc.php
 share/examples/roundcube/plugins/additional_message_headers/config.inc.php
+share/examples/roundcube/plugins/database_attachments/config.inc.php
+share/examples/roundcube/plugins/emoticons/config.inc.php
 share/examples/roundcube/plugins/help/config.inc.php
 share/examples/roundcube/plugins/http_authentication/config.inc.php
 share/examples/roundcube/plugins/jqueryui/config.inc.php
+share/examples/roundcube/plugins/krb_authentication/config.inc.php
 share/examples/roundcube/plugins/managesieve/config.inc.php
+share/examples/roundcube/plugins/new_user_identity/config.inc.php
 share/examples/roundcube/plugins/newmail_notifier/config.inc.php
-share/examples/roundcube/plugins/password/config.inc.php
 share/examples/roundcube/plugins/redundant_attachments/config.inc.php
 share/examples/roundcube/plugins/squirrelmail_usercopy/config.inc.php
-share/examples/roundcube/plugins/zipdownload/config.inc.php
 share/examples/roundcube/roundcube.conf
 share/roundcube/.htaccess
 share/roundcube/SQL/mssql.initial.sql
@@ -34,6 +36,7 @@
 share/roundcube/SQL/mssql/2013061000.sql
 share/roundcube/SQL/mssql/2014042900.sql
 share/roundcube/SQL/mssql/2015030800.sql
+share/roundcube/SQL/mssql/2015111100.sql
 share/roundcube/SQL/mysql.initial.sql
 share/roundcube/SQL/mysql/2008030300.sql
 share/roundcube/SQL/mysql/2008040500.sql
@@ -54,8 +57,10 @@
 share/roundcube/SQL/mysql/2013061000.sql
 share/roundcube/SQL/mysql/2014042900.sql
 share/roundcube/SQL/mysql/2015030800.sql
+share/roundcube/SQL/mysql/2015111100.sql
 share/roundcube/SQL/oracle.initial.sql
 share/roundcube/SQL/oracle/2015030800.sql
+share/roundcube/SQL/oracle/2015111100.sql
 share/roundcube/SQL/postgres.initial.sql
 share/roundcube/SQL/postgres/2008030300.sql
 share/roundcube/SQL/postgres/2008060900.sql
@@ -75,6 +80,7 @@
 share/roundcube/SQL/postgres/2013061000.sql
 share/roundcube/SQL/postgres/2014042900.sql
 share/roundcube/SQL/postgres/2015030800.sql
+share/roundcube/SQL/postgres/2015111100.sql
 share/roundcube/SQL/sqlite.initial.sql
 share/roundcube/SQL/sqlite/2008030300.sql
 share/roundcube/SQL/sqlite/2008060900.sql
@@ -95,19 +101,25 @@
 share/roundcube/SQL/sqlite/2013061000.sql
 share/roundcube/SQL/sqlite/2014042900.sql
 share/roundcube/SQL/sqlite/2015030800.sql
+share/roundcube/SQL/sqlite/2015111100.sql
 share/roundcube/bin/cleandb.sh
 share/roundcube/bin/cssshrink.sh
 share/roundcube/bin/decrypt.sh
 share/roundcube/bin/deluser.sh
 share/roundcube/bin/dumpschema.sh
+share/roundcube/bin/exportgettext.sh
 share/roundcube/bin/gc.sh
+share/roundcube/bin/importgettext.sh
 share/roundcube/bin/indexcontacts.sh
+share/roundcube/bin/initdb.sh



Home | Main Index | Thread Index | Old Index