diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile --- a/mail/dovecot-fts-xapian/Makefile +++ b/mail/dovecot-fts-xapian/Makefile @@ -1,6 +1,5 @@ PORTNAME= fts-xapian -DISTVERSION= 1.4.9 -DISTVERSIONSUFFIX= b +DISTVERSION= 1.4.10 CATEGORIES= mail PKGNAMEPREFIX= dovecot- diff --git a/mail/dovecot-fts-xapian/distinfo b/mail/dovecot-fts-xapian/distinfo --- a/mail/dovecot-fts-xapian/distinfo +++ b/mail/dovecot-fts-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619805639 -SHA256 (grosjo-fts-xapian-1.4.9b_GH0.tar.gz) = d610cbd2e7b16a43fa27179494a9df4506e94612ba99a25839094e6aae033570 -SIZE (grosjo-fts-xapian-1.4.9b_GH0.tar.gz) = 278187 +TIMESTAMP = 1625002292 +SHA256 (grosjo-fts-xapian-1.4.10_GH0.tar.gz) = d016bf9ebba0f48ac238aee8a12d50627f5d0778d74101fbdbde682099dc9c98 +SIZE (grosjo-fts-xapian-1.4.10_GH0.tar.gz) = 1258473 diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -1,7 +1,7 @@ # Created by: Nils Vogels PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.5.13 +PORTVERSION= 0.5.15 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo --- a/mail/dovecot-pigeonhole/distinfo +++ b/mail/dovecot-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609775237 -SHA256 (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 911fe566da5b638eab1b11105314300bc9049cc3832d4bd2aed44c265013bf17 -SIZE (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 1908839 +TIMESTAMP = 1624433329 +SHA256 (dovecot-2.3-pigeonhole-0.5.15.tar.gz) = e1498f50cef74c351a57474cc423b008627ab1ab60724b859283ead6d00550d0 +SIZE (dovecot-2.3-pigeonhole-0.5.15.tar.gz) = 1935601 diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -7,8 +7,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.13 -PORTREVISION= 1 +PORTVERSION= 2.3.15 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ @@ -25,10 +24,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ - --with-statedir=/var/db/dovecot \ - --without-shadow \ + --with-docs \ --with-ssl=openssl \ - --with-docs + --with-statedir=/var/db/dovecot \ + --with-shadow=no \ + --with-systemd=no USE_LDCONFIG= ${PREFIX}/lib/dovecot INSTALL_TARGET= install-strip @@ -36,7 +36,7 @@ USERS= dovecot dovenull GROUPS= ${USERS} -OPTIONS_DEFINE= LIBSODIUM LIBWRAP LUA LZ4 DOCS EXAMPLES +OPTIONS_DEFINE= LIBSODIUM LIBUNWIND LIBWRAP LUA LZ4 DOCS EXAMPLES OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP OPTIONS_SUB= yes @@ -62,14 +62,19 @@ GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5 # General options -LIBSODIUM_DESC= support libsodium based crypts (ARGON2I/ARGON2ID) +LIBSODIUM_DESC= Support libsodium based crypts (ARGON2I/ARGON2ID) LIBSODIUM_LIB_DEPENDS= libsodium.so:security/libsodium LIBSODIUM_CONFIGURE_WITH= sodium +LIBUNWIND_CONFIGURE_ON= --with-libunwind=yes +LIBUNWIND_CONFIGURE_OFF= --with-libunwind=no +LIBUNWIND_DESC= Get backtraces using libunwind +LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind + LIBWRAP_CONFIGURE_WITH= libwrap LUA_CONFIGURE_WITH= lua -LUA_USES= lua +LUA_USES= lua:51,53 LZ4_CONFIGURE_WITH= lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609941410 -SHA256 (dovecot-2.3.13.tar.gz) = a3f875b80ec11a452480690108660030978c94fa8e796ad6d943a874b496f1c4 -SIZE (dovecot-2.3.13.tar.gz) = 7456073 +TIMESTAMP = 1624366601 +SHA256 (dovecot-2.3.15.tar.gz) = 21bbdd5d45957a99133de8b7e71813ecb73d9476c89dfc63479e9102b3553590 +SIZE (dovecot-2.3.15.tar.gz) = 7608561 diff --git a/mail/dovecot/files/patch-configure b/mail/dovecot/files/patch-configure --- a/mail/dovecot/files/patch-configure +++ b/mail/dovecot/files/patch-configure @@ -1,15 +1,6 @@ ---- configure.orig 2020-12-22 13:27:02 UTC +--- configure.orig 2021-06-22 13:00:25 UTC +++ configure -@@ -26053,7 +26053,7 @@ fi - $as_echo "$with_lua" >&6; } - - if test "x$with_lua" != "xno"; then : -- for LUAPC in lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do -+ for LUAPC in lua5.4 lua-5.4 lua54 lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do - - pkg_failed=no - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LUA" >&5 -@@ -29355,13 +29355,13 @@ fi +@@ -29748,13 +29748,13 @@ fi if test $want_stemmer != no; then diff --git a/mail/dovecot/files/patch-src_plugins_fts-solr_solr-connection.c b/mail/dovecot/files/patch-src_plugins_fts-solr_solr-connection.c deleted file mode 100644 --- a/mail/dovecot/files/patch-src_plugins_fts-solr_solr-connection.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/fts-solr/solr-connection.c.orig 2020-08-12 12:20:41 UTC -+++ src/plugins/fts-solr/solr-connection.c -@@ -103,7 +103,7 @@ int solr_connection_init(const struct fts_solr_setting - http_set.ssl = ssl_client_set; - http_set.debug = solr_set->debug; - http_set.rawlog_dir = solr_set->rawlog_dir; -- solr_http_client = http_client_init(&http_set); -+ solr_http_client = http_client_init_private(&http_set); - } - - *conn_r = conn; diff --git a/mail/dovecot/files/patch-src_plugins_fts_fts-parser-tika.c b/mail/dovecot/files/patch-src_plugins_fts_fts-parser-tika.c deleted file mode 100644 --- a/mail/dovecot/files/patch-src_plugins_fts_fts-parser-tika.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/fts/fts-parser-tika.c.orig 2019-01-02 22:11:26 UTC -+++ src/plugins/fts/fts-parser-tika.c -@@ -77,7 +77,7 @@ tika_get_http_client_url(struct mail_user *user, struc - http_set.request_timeout_msecs = 60*1000; - http_set.ssl = &ssl_set; - http_set.debug = user->mail_debug; -- tika_http_client = http_client_init(&http_set); -+ tika_http_client = http_client_init_private(&http_set); - } - *http_url_r = tuser->http_url; - return 0; diff --git a/mail/dovecot/files/pkg-message.in b/mail/dovecot/files/pkg-message.in --- a/mail/dovecot/files/pkg-message.in +++ b/mail/dovecot/files/pkg-message.in @@ -38,4 +38,11 @@ %%ETCDIR%%/examples-config/ EOM } +{ + type: remove + message: <