mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.8 and 0.5.8 respectively.
release notes: dovecot: Changes + Added mail_delivery_started and mail_delivery_finished events, see https://doc.dovecot.org/admin_manual/list_of_events/ for details. + dsync-replication: Don't replicate users who have "noreplicate" extra field in userdb. + doveadm service status: Show total number of processes created. + When logging to syslog, use instance_name setting's value for the ident. This commonly is added as a log prefix. + Base64 encoding/decoding code was rewritten with additional features. It shouldn't cause any user visible changes. - v2.3.7 regression: If a folder only receives new mails without any other mail access, dovecot.index.log keeps growing forever and dovecot.index keeps being rewritten for every mail delivery. - dsync-replication may lose keywords after syncing mails restored from another replica. This only happened if the mail only had keywords and no system flags. - event filters: Non-textual event fields could not be filtered using wildcards. - auth: Scope parameter was missing from OAuth password grant request. - doveadm client-server communication may hang in some situations. It is also using unnecessarily small TCP/IP packet sizes. - doveadm who and kick did not flush protocol output correctly. - imap: SETMETADATA with literal value would delete the metadata value instead of updating it. - imap: When client issues FETCH PREVIEW (LAZY=FUZZY) command, the caching decisions should be updated so that newly saved mails will have the preview cached. - With mail_nfs_index=yes and/or mail_nfs_storage=yes setuid/setgid permission bits in some files may have become dropped with some NFS servers. Changed NFS flushing to now use chmod() instead of chown(). - quota: warnings did not work if quota root was noenforcing - acl: Global ACL file ignored the last line if it didn't end with LF. - doveadm stats dump: With JSON formatter output numbers using the number type instead of as strings - lmtp_proxy: Ensure that real_* variables are correctly set when using lmtp_proxy. - event exporter: http-post driver had hardcoded timeout and did not support DNS lookups or TLS connections. - auth: Fix user iteration to work with userdb passwd with glibc v2.28. - auth: auth service can crash if auth-policy JSON response is invalid or returned too fast. - In some rare situations "ps" output could have shown a lot of "?" characters after Dovecot process titles. - When dovecot.index.pvt is empty, an unnecessary error is logged: Error: .../dovecot.index.pvt reset, view is now inconsistent - SMTP address encoder duplicated initial double quote character when the localpart of an address ended in '..'. For example "user+..@example.com" became ""user+.."@example.com in a sieve redirect. pigeonhole: Changes - Sieve may leak resources in rare cases when a redirect, vacation or report action fails to send the message. This mainly applies when Sieve is executed in IMAP context; i.e., for the IMAPSIEVE or FILTER=SIEVE capabilities.
This commit is contained in:
parent
c2bbf3d901
commit
f86b5247b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514106
5 changed files with 13 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dovecot-pigeonhole
|
PORTNAME= dovecot-pigeonhole
|
||||||
PORTVERSION= 0.5.7.2
|
PORTVERSION= 0.5.8
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
|
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
|
||||||
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
|
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
|
||||||
|
@ -12,8 +12,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot
|
BUILD_DEPENDS= dovecot>=2.3.8:mail/dovecot
|
||||||
RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot
|
RUN_DEPENDS= dovecot>=2.3.8:mail/dovecot
|
||||||
|
|
||||||
DOVECOTVERSION= 2.3
|
DOVECOTVERSION= 2.3
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1567007127
|
TIMESTAMP = 1570571306
|
||||||
SHA256 (dovecot-2.3-pigeonhole-0.5.7.2.tar.gz) = d59d0c5c5225a126e5b98bf95d75e8dd368bdeeb3da2e9766dbe4fddaa9411b0
|
SHA256 (dovecot-2.3-pigeonhole-0.5.8.tar.gz) = 8fb860d50c1b1a09aea9e25f8ee89c22e34ecedfb0e11a1c48a7f67310759022
|
||||||
SIZE (dovecot-2.3-pigeonhole-0.5.7.2.tar.gz) = 1857602
|
SIZE (dovecot-2.3-pigeonhole-0.5.8.tar.gz) = 1857780
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
PORTNAME= dovecot
|
PORTNAME= dovecot
|
||||||
PORTVERSION= 2.3.7.2
|
PORTVERSION= 2.3.8
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= https://dovecot.org/releases/2.3/
|
MASTER_SITES= https://dovecot.org/releases/2.3/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1567006255
|
TIMESTAMP = 1570569851
|
||||||
SHA256 (dovecot-2.3.7.2.tar.gz) = 666ce084760a47e601d49a9be3c7993c48789d332631e8dfb45f443b367b1260
|
SHA256 (dovecot-2.3.8.tar.gz) = c5778d03bf26ab34a605854098035badec455d07adfab38d974f610c8f78b649
|
||||||
SIZE (dovecot-2.3.7.2.tar.gz) = 7076231
|
SIZE (dovecot-2.3.8.tar.gz) = 7136958
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0
|
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0
|
||||||
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0.0.0
|
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0.0.0
|
||||||
%%LIBWRAP%%libexec/dovecot/tcpwrap
|
%%LIBWRAP%%libexec/dovecot/tcpwrap
|
||||||
|
%%LUA_LIBDIR%%exec/dovecot/health-check.sh
|
||||||
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a
|
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a
|
||||||
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so
|
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so
|
||||||
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a
|
%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a
|
||||||
|
@ -589,6 +590,7 @@ include/dovecot/sha1.h
|
||||||
include/dovecot/sha2.h
|
include/dovecot/sha2.h
|
||||||
include/dovecot/sha3.h
|
include/dovecot/sha3.h
|
||||||
include/dovecot/shared-storage.h
|
include/dovecot/shared-storage.h
|
||||||
|
include/dovecot/sleep.h
|
||||||
include/dovecot/smtp-address.h
|
include/dovecot/smtp-address.h
|
||||||
include/dovecot/smtp-client-command.h
|
include/dovecot/smtp-client-command.h
|
||||||
include/dovecot/smtp-client-connection.h
|
include/dovecot/smtp-client-connection.h
|
||||||
|
@ -861,4 +863,4 @@ man/man1/dsync.1.gz
|
||||||
man/man7/doveadm-search-query.7.gz
|
man/man7/doveadm-search-query.7.gz
|
||||||
sbin/dovecot
|
sbin/dovecot
|
||||||
share/aclocal/dovecot.m4
|
share/aclocal/dovecot.m4
|
||||||
@postunexec echo "If you are removing dovecot2 permanently, you should 'rm -rf /var/db/dovecot' to clear out any remaining data."
|
@postunexec echo "If you are removing dovecot permanently, you should 'rm -rf /var/db/dovecot' to clear out any remaining data."
|
||||||
|
|
Loading…
Add table
Reference in a new issue