- While we are at it backport some fixes for the authentication
stack, after recommendation from upstream:
0001-auth-Fix-dashes-to-underscores-in-driver-names-in-fi.patch
0002-auth-Fix-crypt-CRYPT-in-passdb_passwd-passdb_ldap-de.patch
0003-auth-Make-the-default-passdb_static-passdb_default_p.patch
0004-auth-Set-CRYPT-as-default-passdb_default_password_sc.patch
- backport patches to fix sieve regex support after the switch to
pcre2
0001-lib-regex-Separate-maximum-capture-groups-and-match-.patch
0002-lib-regex-Set-DREGEX_MAX_MATCHES-to-library-default.patch
0003-lib-regex-Limit-number-of-capture-groups-correctly.patch
- ------------------------------------------------------------------
OBS-URL: https://build.opensuse.org/request/show/1324249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dovecot24?expand=0&rev=14
stack, after recommendation from upstream:
0001-auth-Fix-dashes-to-underscores-in-driver-names-in-fi.patch
0002-auth-Fix-crypt-CRYPT-in-passdb_passwd-passdb_ldap-de.patch
0003-auth-Make-the-default-passdb_static-passdb_default_p.patch
0004-auth-Set-CRYPT-as-default-passdb_default_password_sc.patch
- backport patches to fix sieve regex support after the switch to
pcre2
0001-lib-regex-Separate-maximum-capture-groups-and-match-.patch
0002-lib-regex-Set-DREGEX_MAX_MATCHES-to-library-default.patch
0003-lib-regex-Limit-number-of-capture-groups-correctly.patch
- ------------------------------------------------------------------
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot24?expand=0&rev=60
[sle16][ppc64le][dovecot] dovecot service failed to start and coredump on ppc64le
Turn off tests.
* lib-auth: Fix linking due to duplicate symbols
* lib-settings: test-settings - Refactor initialization of params3
* lib-var-expand: Test hierarchical SETTINGS_EVENT_VAR_EXPAND_PARAMS
* lib-settings: Pad initial var expand context with empty tables and providers when needed
* Panic: file settings.c: line 1560 (settings_var_expand_init_add): assertion failed: (I_MAX(num_tables, num_provs) == num_ctx)
* auth: db-oauth2 - Don't mix table and providers_arr
* lib: test-file-cache - Ignore RLIMIT_AS enforcement failure
* If the OS does not respect RLIMIT_AS here, lets skip all the rest of the tests.
* auth: Fix using passdb_fields with passdb_ldap_bind_userdn=yes
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot24?expand=0&rev=47
* lib-settings: test-settings - Refactor initialization of params3
* lib-var-expand: Test hierarchical SETTINGS_EVENT_VAR_EXPAND_PARAMS
* lib-settings: Pad initial var expand context with empty tables and providers when needed
* Panic: file settings.c: line 1560 (settings_var_expand_init_add): assertion failed: (I_MAX(num_tables, num_provs) == num_ctx)
* auth: db-oauth2 - Don't mix table and providers_arr
* lib: test-file-cache - Ignore RLIMIT_AS enforcement failure
* If the OS does not respect RLIMIT_AS here, lets skip all the rest of the tests.
* auth: Fix using passdb_fields with passdb_ldap_bind_userdn=yes
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot24?expand=0&rev=46
Forwarded request #1265301 from adkorte
- update to 2.4.1
* auth: Change unix_listener/auth-userdb/group = $SET:default_internal_group
This change needs dovecot_config_version=2.4.1.
* auth: lua - Remove support for single string result.
* imap: Unconditionally advertise SPECIAL-USE capability.
* lib-dcrypt: Install dcrypt_openssl.so into dovecot modules directory.
* lib-master: For glibc, default MALLOC_MMAP_THRESHOLD_=131072.
* lib-storage: Change default mail_cache_fields to:
hdr.date hdr.subject hdr.from hdr.sender hdr.reply-to hdr.to
hdr.cc hdr.bcc hdr.in-reply-to hdr.message-id
date.received size.virtual imap.bodystructure mime.parts hdr.references
hdr.importance hdr.x-priority hdr.x-open-xchange-share-url
pop3.uidl pop3.order. This change needs dovecot_config_version=2.4.1.
* lib-var-expand: Use moduledir instead of pkglibdir for crypt.
* lmtp: Change the default lmtp_user_concurrency_limit to 10.
This change needs dovecot_config_version=2.4.1.
* lmtp: Change the default service_restart_request_count to 1.
This change needs dovecot_config_version=2.4.1.
+ auth: Allow configuring passdb/userdb sql to use auth-workers.
+ config: Add default group @mailbox_defaults = english.
+ config: Improve "Unknown setting" error with more details and
suggestions.
+ doveconf: Add -U parameter to ignore unknown settings in config file.
+ fts-flatcurve: Support lock files in VOLATILEDIR.
+ imap-acl: Add support for the IMAP LIST-MYRIGHTS capability (RFC 8440).
+ imap-client: Support ANONYMOUS authentication.
+ imap: Implement support for the REPLACE capability.
- Many bugs have been fixed.
OBS-URL: https://build.opensuse.org/request/show/1265313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dovecot24?expand=0&rev=5
* auth: Change unix_listener/auth-userdb/group = $SET:default_internal_group
This change needs dovecot_config_version=2.4.1.
* auth: lua - Remove support for single string result.
* imap: Unconditionally advertise SPECIAL-USE capability.
* lib-dcrypt: Install dcrypt_openssl.so into dovecot modules directory.
* lib-master: For glibc, default MALLOC_MMAP_THRESHOLD_=131072.
* lib-storage: Change default mail_cache_fields to:
hdr.date hdr.subject hdr.from hdr.sender hdr.reply-to hdr.to
hdr.cc hdr.bcc hdr.in-reply-to hdr.message-id
date.received size.virtual imap.bodystructure mime.parts hdr.references
hdr.importance hdr.x-priority hdr.x-open-xchange-share-url
pop3.uidl pop3.order. This change needs dovecot_config_version=2.4.1.
* lib-var-expand: Use moduledir instead of pkglibdir for crypt.
* lmtp: Change the default lmtp_user_concurrency_limit to 10.
This change needs dovecot_config_version=2.4.1.
* lmtp: Change the default service_restart_request_count to 1.
This change needs dovecot_config_version=2.4.1.
+ auth: Allow configuring passdb/userdb sql to use auth-workers.
+ config: Add default group @mailbox_defaults = english.
+ config: Improve "Unknown setting" error with more details and
suggestions.
+ doveconf: Add -U parameter to ignore unknown settings in config file.
+ fts-flatcurve: Support lock files in VOLATILEDIR.
+ imap-acl: Add support for the IMAP LIST-MYRIGHTS capability (RFC 8440).
+ imap-client: Support ANONYMOUS authentication.
+ imap: Implement support for the REPLACE capability.
- Many bugs have been fixed.
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot24?expand=0&rev=23