update to dovecot-2.2.22, from Brad
This commit is contained in:
parent
7bb8369354
commit
a27df78d7a
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.235 2016/01/11 22:45:26 sthen Exp $
|
# $OpenBSD: Makefile,v 1.236 2016/03/17 14:11:45 sthen Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -8,8 +8,7 @@ COMMENT-mysql= MySQL authentication / dictionary support for Dovecot
|
|||||||
COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
|
COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
|
||||||
|
|
||||||
V_MAJOR= 2.2
|
V_MAJOR= 2.2
|
||||||
V_DOVECOT= 2.2.21
|
V_DOVECOT= 2.2.22
|
||||||
REVISION-server=0
|
|
||||||
|
|
||||||
DISTNAME= dovecot-${V_DOVECOT}
|
DISTNAME= dovecot-${V_DOVECOT}
|
||||||
PKGNAME= dovecot-${V_DOVECOT}
|
PKGNAME= dovecot-${V_DOVECOT}
|
||||||
@ -23,6 +22,7 @@ MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/
|
|||||||
|
|
||||||
SHARED_LIBS= dovecot-compression 0.0 \
|
SHARED_LIBS= dovecot-compression 0.0 \
|
||||||
dovecot-dsync 0.0 \
|
dovecot-dsync 0.0 \
|
||||||
|
dovecot-fts 0.0 \
|
||||||
dovecot-lda 2.0 \
|
dovecot-lda 2.0 \
|
||||||
dovecot-login 2.0 \
|
dovecot-login 2.0 \
|
||||||
dovecot-sql 2.0 \
|
dovecot-sql 2.0 \
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (dovecot-2.2.21.tar.gz) = ercTnlnh8DU7+cJCUfE8iTzxpu9LzEfi1E3kNxCNCyA=
|
SHA256 (dovecot-2.2.22.tar.gz) = x6nbPErp2bTakg0sgmaXAKDUB5NFAbQF83+JzAtwbsc=
|
||||||
SIZE (dovecot-2.2.21.tar.gz) = 4985686
|
SIZE (dovecot-2.2.22.tar.gz) = 5318023
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-configure,v 1.13 2015/12/12 16:43:09 sthen Exp $
|
$OpenBSD: patch-configure,v 1.14 2016/03/17 14:11:45 sthen Exp $
|
||||||
|
|
||||||
Workaround libpthread bug.
|
Workaround libpthread bug.
|
||||||
|
|
||||||
--- configure.orig Fri Dec 11 11:37:20 2015
|
--- configure.orig Fri Mar 4 06:04:42 2016
|
||||||
+++ configure Fri Dec 11 22:11:34 2015
|
+++ configure Sun Mar 6 21:30:34 2016
|
||||||
@@ -25590,7 +25590,7 @@ _ACEOF
|
@@ -26215,7 +26215,7 @@ _ACEOF
|
||||||
|
|
||||||
|
|
||||||
CFLAGS="$CFLAGS $EXTRA_CFLAGS"
|
CFLAGS="$CFLAGS $EXTRA_CFLAGS"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-doc_example-config_Makefile_in,v 1.11 2015/12/12 16:43:09 sthen Exp $
|
$OpenBSD: patch-doc_example-config_Makefile_in,v 1.12 2016/03/17 14:11:45 sthen Exp $
|
||||||
--- doc/example-config/Makefile.in.orig Fri Dec 11 11:37:20 2015
|
--- doc/example-config/Makefile.in.orig Fri Mar 4 06:04:42 2016
|
||||||
+++ doc/example-config/Makefile.in Fri Dec 11 22:11:34 2015
|
+++ doc/example-config/Makefile.in Sun Mar 6 21:30:34 2016
|
||||||
@@ -403,7 +403,7 @@ top_srcdir = @top_srcdir@
|
@@ -404,7 +404,7 @@ top_srcdir = @top_srcdir@
|
||||||
SUBDIRS = conf.d
|
SUBDIRS = conf.d
|
||||||
pkgsysconfdir = $(sysconfdir)/dovecot
|
pkgsysconfdir = $(sysconfdir)/dovecot
|
||||||
nodist_pkgsysconf_DATA = README
|
nodist_pkgsysconf_DATA = README
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.11 2015/12/12 16:43:09 sthen Exp $
|
$OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.12 2016/03/17 14:11:45 sthen Exp $
|
||||||
--- doc/example-config/conf.d/Makefile.in.orig Fri Dec 11 11:37:20 2015
|
--- doc/example-config/conf.d/Makefile.in.orig Fri Mar 4 06:04:42 2016
|
||||||
+++ doc/example-config/conf.d/Makefile.in Fri Dec 11 22:11:34 2015
|
+++ doc/example-config/conf.d/Makefile.in Sun Mar 6 21:30:34 2016
|
||||||
@@ -340,7 +340,7 @@ top_build_prefix = @top_build_prefix@
|
@@ -341,7 +341,7 @@ top_build_prefix = @top_build_prefix@
|
||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
pkgsysconfdir = $(sysconfdir)/dovecot
|
pkgsysconfdir = $(sysconfdir)/dovecot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST-server,v 1.50 2015/12/12 16:43:09 sthen Exp $
|
@comment $OpenBSD: PLIST-server,v 1.51 2016/03/17 14:11:45 sthen Exp $
|
||||||
@conflict dovecot-sqlite-*
|
@conflict dovecot-sqlite-*
|
||||||
@pkgpath mail/dovecot
|
@pkgpath mail/dovecot
|
||||||
@pkgpath mail/dovecot,-server,bdb
|
@pkgpath mail/dovecot,-server,bdb
|
||||||
@ -50,10 +50,12 @@ include/dovecot/auth-master.h
|
|||||||
include/dovecot/auth-penalty.h
|
include/dovecot/auth-penalty.h
|
||||||
include/dovecot/auth-postfix-connection.h
|
include/dovecot/auth-postfix-connection.h
|
||||||
include/dovecot/auth-request-handler.h
|
include/dovecot/auth-request-handler.h
|
||||||
|
include/dovecot/auth-request-stats.h
|
||||||
include/dovecot/auth-request-var-expand.h
|
include/dovecot/auth-request-var-expand.h
|
||||||
include/dovecot/auth-request.h
|
include/dovecot/auth-request.h
|
||||||
include/dovecot/auth-server-connection.h
|
include/dovecot/auth-server-connection.h
|
||||||
include/dovecot/auth-settings.h
|
include/dovecot/auth-settings.h
|
||||||
|
include/dovecot/auth-stats.h
|
||||||
include/dovecot/auth-token.h
|
include/dovecot/auth-token.h
|
||||||
include/dovecot/auth-worker-client.h
|
include/dovecot/auth-worker-client.h
|
||||||
include/dovecot/auth-worker-server.h
|
include/dovecot/auth-worker-server.h
|
||||||
@ -144,6 +146,7 @@ include/dovecot/fts-language.h
|
|||||||
include/dovecot/fts-library.h
|
include/dovecot/fts-library.h
|
||||||
include/dovecot/fts-parser.h
|
include/dovecot/fts-parser.h
|
||||||
include/dovecot/fts-storage.h
|
include/dovecot/fts-storage.h
|
||||||
|
include/dovecot/fts-tokenizer-common.h
|
||||||
include/dovecot/fts-tokenizer-generic-private.h
|
include/dovecot/fts-tokenizer-generic-private.h
|
||||||
include/dovecot/fts-tokenizer-private.h
|
include/dovecot/fts-tokenizer-private.h
|
||||||
include/dovecot/fts-tokenizer.h
|
include/dovecot/fts-tokenizer.h
|
||||||
@ -190,6 +193,9 @@ include/dovecot/imap-fetch.h
|
|||||||
include/dovecot/imap-id.h
|
include/dovecot/imap-id.h
|
||||||
include/dovecot/imap-keepalive.h
|
include/dovecot/imap-keepalive.h
|
||||||
include/dovecot/imap-list.h
|
include/dovecot/imap-list.h
|
||||||
|
include/dovecot/imap-login-client.h
|
||||||
|
include/dovecot/imap-login-commands.h
|
||||||
|
include/dovecot/imap-login-settings.h
|
||||||
include/dovecot/imap-master-client.h
|
include/dovecot/imap-master-client.h
|
||||||
include/dovecot/imap-match.h
|
include/dovecot/imap-match.h
|
||||||
include/dovecot/imap-metadata.h
|
include/dovecot/imap-metadata.h
|
||||||
@ -397,6 +403,7 @@ include/dovecot/message-date.h
|
|||||||
include/dovecot/message-decoder.h
|
include/dovecot/message-decoder.h
|
||||||
include/dovecot/message-header-decode.h
|
include/dovecot/message-header-decode.h
|
||||||
include/dovecot/message-header-encode.h
|
include/dovecot/message-header-encode.h
|
||||||
|
include/dovecot/message-header-hash.h
|
||||||
include/dovecot/message-header-parser.h
|
include/dovecot/message-header-parser.h
|
||||||
include/dovecot/message-id.h
|
include/dovecot/message-id.h
|
||||||
include/dovecot/message-parser.h
|
include/dovecot/message-parser.h
|
||||||
@ -419,6 +426,7 @@ include/dovecot/notify-plugin.h
|
|||||||
include/dovecot/numpack.h
|
include/dovecot/numpack.h
|
||||||
include/dovecot/ostream-cmp.h
|
include/dovecot/ostream-cmp.h
|
||||||
include/dovecot/ostream-dot.h
|
include/dovecot/ostream-dot.h
|
||||||
|
include/dovecot/ostream-escaped.h
|
||||||
include/dovecot/ostream-failure-at.h
|
include/dovecot/ostream-failure-at.h
|
||||||
include/dovecot/ostream-hash.h
|
include/dovecot/ostream-hash.h
|
||||||
include/dovecot/ostream-metawrap.h
|
include/dovecot/ostream-metawrap.h
|
||||||
@ -500,6 +508,7 @@ include/dovecot/sql-api-private.h
|
|||||||
include/dovecot/sql-api.h
|
include/dovecot/sql-api.h
|
||||||
include/dovecot/sql-db-cache.h
|
include/dovecot/sql-db-cache.h
|
||||||
include/dovecot/ssl-proxy.h
|
include/dovecot/ssl-proxy.h
|
||||||
|
include/dovecot/stats-connection.h
|
||||||
include/dovecot/stats-parser.h
|
include/dovecot/stats-parser.h
|
||||||
include/dovecot/stats.h
|
include/dovecot/stats.h
|
||||||
include/dovecot/str-find.h
|
include/dovecot/str-find.h
|
||||||
@ -568,6 +577,7 @@ lib/dovecot/lib90_stats_plugin.so
|
|||||||
lib/dovecot/lib95_imap_stats_plugin.so
|
lib/dovecot/lib95_imap_stats_plugin.so
|
||||||
@lib lib/dovecot/libdovecot-compression.so.${LIBdovecot-compression_VERSION}
|
@lib lib/dovecot/libdovecot-compression.so.${LIBdovecot-compression_VERSION}
|
||||||
@lib lib/dovecot/libdovecot-dsync.so.${LIBdovecot-dsync_VERSION}
|
@lib lib/dovecot/libdovecot-dsync.so.${LIBdovecot-dsync_VERSION}
|
||||||
|
@lib lib/dovecot/libdovecot-fts.so.${LIBdovecot-fts_VERSION}
|
||||||
@lib lib/dovecot/libdovecot-lda.so.${LIBdovecot-lda_VERSION}
|
@lib lib/dovecot/libdovecot-lda.so.${LIBdovecot-lda_VERSION}
|
||||||
@lib lib/dovecot/libdovecot-login.so.${LIBdovecot-login_VERSION}
|
@lib lib/dovecot/libdovecot-login.so.${LIBdovecot-login_VERSION}
|
||||||
@lib lib/dovecot/libdovecot-sql.so.${LIBdovecot-sql_VERSION}
|
@lib lib/dovecot/libdovecot-sql.so.${LIBdovecot-sql_VERSION}
|
||||||
@ -577,6 +587,7 @@ lib/dovecot/libdriver_sqlite.so
|
|||||||
lib/dovecot/libfs_compress.so
|
lib/dovecot/libfs_compress.so
|
||||||
lib/dovecot/libssl_iostream_openssl.so
|
lib/dovecot/libssl_iostream_openssl.so
|
||||||
lib/dovecot/stats/
|
lib/dovecot/stats/
|
||||||
|
lib/dovecot/stats/libstats_auth.so
|
||||||
lib/dovecot/stats/libstats_mail.so
|
lib/dovecot/stats/libstats_mail.so
|
||||||
libexec/dovecot/
|
libexec/dovecot/
|
||||||
@bin libexec/dovecot/aggregator
|
@bin libexec/dovecot/aggregator
|
||||||
@ -648,6 +659,7 @@ libexec/dovecot/deliver
|
|||||||
@man man/man1/doveadm-reload.1
|
@man man/man1/doveadm-reload.1
|
||||||
@man man/man1/doveadm-replicator.1
|
@man man/man1/doveadm-replicator.1
|
||||||
@man man/man1/doveadm-search.1
|
@man man/man1/doveadm-search.1
|
||||||
|
@man man/man1/doveadm-stats.1
|
||||||
@man man/man1/doveadm-stop.1
|
@man man/man1/doveadm-stop.1
|
||||||
@man man/man1/doveadm-sync.1
|
@man man/man1/doveadm-sync.1
|
||||||
@man man/man1/doveadm-user.1
|
@man man/man1/doveadm-user.1
|
||||||
@ -698,6 +710,7 @@ share/doc/dovecot/wiki/Chrooting.txt
|
|||||||
share/doc/dovecot/wiki/Clients.NegativeUIDs.txt
|
share/doc/dovecot/wiki/Clients.NegativeUIDs.txt
|
||||||
share/doc/dovecot/wiki/Clients.txt
|
share/doc/dovecot/wiki/Clients.txt
|
||||||
share/doc/dovecot/wiki/CompilingSource.txt
|
share/doc/dovecot/wiki/CompilingSource.txt
|
||||||
|
share/doc/dovecot/wiki/ConfigFile.txt
|
||||||
share/doc/dovecot/wiki/Debugging.Authentication.txt
|
share/doc/dovecot/wiki/Debugging.Authentication.txt
|
||||||
share/doc/dovecot/wiki/Debugging.ProcessTracing.txt
|
share/doc/dovecot/wiki/Debugging.ProcessTracing.txt
|
||||||
share/doc/dovecot/wiki/Debugging.Rawlog.txt
|
share/doc/dovecot/wiki/Debugging.Rawlog.txt
|
||||||
@ -707,6 +720,7 @@ share/doc/dovecot/wiki/Design.AuthProcess.txt
|
|||||||
share/doc/dovecot/wiki/Design.AuthProtocol.txt
|
share/doc/dovecot/wiki/Design.AuthProtocol.txt
|
||||||
share/doc/dovecot/wiki/Design.Buffers.txt
|
share/doc/dovecot/wiki/Design.Buffers.txt
|
||||||
share/doc/dovecot/wiki/Design.Code.txt
|
share/doc/dovecot/wiki/Design.Code.txt
|
||||||
|
share/doc/dovecot/wiki/Design.DoveadmProtocol.HTTP.txt
|
||||||
share/doc/dovecot/wiki/Design.DoveadmProtocol.txt
|
share/doc/dovecot/wiki/Design.DoveadmProtocol.txt
|
||||||
share/doc/dovecot/wiki/Design.Dsync.txt
|
share/doc/dovecot/wiki/Design.Dsync.txt
|
||||||
share/doc/dovecot/wiki/Design.Indexes.Cache.txt
|
share/doc/dovecot/wiki/Design.Indexes.Cache.txt
|
||||||
@ -749,6 +763,7 @@ share/doc/dovecot/wiki/HowTo.PopRelay.txt
|
|||||||
share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
|
share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
|
||||||
share/doc/dovecot/wiki/HowTo.Rootless.txt
|
share/doc/dovecot/wiki/HowTo.Rootless.txt
|
||||||
share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
|
share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
|
||||||
|
share/doc/dovecot/wiki/HowTo.WriteConfiguration.txt
|
||||||
share/doc/dovecot/wiki/HowTo.txt
|
share/doc/dovecot/wiki/HowTo.txt
|
||||||
share/doc/dovecot/wiki/IMAPServer.txt
|
share/doc/dovecot/wiki/IMAPServer.txt
|
||||||
share/doc/dovecot/wiki/ImapMetadata.txt
|
share/doc/dovecot/wiki/ImapMetadata.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user