summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2013-08-15 09:42:41 +0000
committeradam <adam>2013-08-15 09:42:41 +0000
commit5cc988e2eabd1b5f9bf3a1eab2f1a52281ac4337 (patch)
treec1b301747ef760950875f35d5f27be9ea3137d93
parent2c172685a05a975bc7022f9e351fbaf5fdd7df93 (diff)
downloadpkgsrc-5cc988e2eabd1b5f9bf3a1eab2f1a52281ac4337.tar.gz
Changes 2.2.5:
+ SSL: Added support for ECDH/ECDHE cipher suites + Added some missing man pages + quota-status: Added quota_status_toolarge setting - director: Users near expiration could have been redirected to different servers at the same time. - pop3: Avoid assert-crash if client disconnects during LIST. - mdbox: Corrupted index header still wasn't automatically fixed. - dsync: Various fixes to work better with imapc and pop3c storages. - ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl symbols conflicted with Cyrus SASL library. - imap: Various error handling fixes to CATENATE. (Found using Apple's stress test script.)
-rw-r--r--mail/dovecot2/Makefile7
-rw-r--r--mail/dovecot2/PLIST13
-rw-r--r--mail/dovecot2/distinfo8
3 files changed, 17 insertions, 11 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index d2df7f0995e..a1cff6f419e 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2013/08/06 09:19:14 bouyer Exp $
+# $NetBSD: Makefile,v 1.50 2013/08/15 09:42:41 adam Exp $
-DISTNAME= dovecot-2.2.4
+DISTNAME= dovecot-2.2.5
CATEGORIES= mail
-MASTER_SITES= http://www.dovecot.org/releases/2.2/
-PKGREVISION= 2
+MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.dovecot.org/
diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST
index 50462ae44c4..5fda0008361 100644
--- a/mail/dovecot2/PLIST
+++ b/mail/dovecot2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2013/07/02 15:38:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2013/08/15 09:42:41 adam Exp $
bin/doveadm
bin/doveconf
bin/dsync
@@ -75,6 +75,8 @@ include/dovecot/doveadm-settings.h
include/dovecot/doveadm-util.h
include/dovecot/doveadm.h
include/dovecot/dovecot-version.h
+include/dovecot/dsasl-client-private.h
+include/dovecot/dsasl-client.h
include/dovecot/duplicate.h
include/dovecot/eacces-error.h
include/dovecot/env-util.h
@@ -110,8 +112,11 @@ include/dovecot/http-client-private.h
include/dovecot/http-client.h
include/dovecot/http-date.h
include/dovecot/http-header-parser.h
+include/dovecot/http-message-parser.h
include/dovecot/http-parser.h
+include/dovecot/http-request-parser.h
include/dovecot/http-response-parser.h
+include/dovecot/http-response.h
include/dovecot/http-transfer.h
include/dovecot/http-url.h
include/dovecot/imap-arg.h
@@ -370,8 +375,6 @@ include/dovecot/rfc822-parser.h
include/dovecot/safe-memset.h
include/dovecot/safe-mkdir.h
include/dovecot/safe-mkstemp.h
-include/dovecot/sasl-client-private.h
-include/dovecot/sasl-client.h
include/dovecot/sasl-server.h
include/dovecot/sdbox-file.h
include/dovecot/sdbox-storage.h
@@ -486,10 +489,13 @@ man/man1/deliver.1
man/man1/doveadm-altmove.1
man/man1/doveadm-auth.1
man/man1/doveadm-config.1
+man/man1/doveadm-deduplicate.1
man/man1/doveadm-director.1
man/man1/doveadm-dump.1
+man/man1/doveadm-exec.1
man/man1/doveadm-expunge.1
man/man1/doveadm-fetch.1
+man/man1/doveadm-flags.1
man/man1/doveadm-force-resync.1
man/man1/doveadm-help.1
man/man1/doveadm-import.1
@@ -697,6 +703,7 @@ share/doc/dovecot/wiki/Plugins.MailLog.txt
share/doc/dovecot/wiki/Plugins.MailboxAlias.txt
share/doc/dovecot/wiki/Plugins.Notify.txt
share/doc/dovecot/wiki/Plugins.Snarf.txt
+share/doc/dovecot/wiki/Plugins.Stats.txt
share/doc/dovecot/wiki/Plugins.Trash.txt
share/doc/dovecot/wiki/Plugins.Virtual.txt
share/doc/dovecot/wiki/Plugins.Zlib.txt
diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo
index 49c3b52ba21..24133de744f 100644
--- a/mail/dovecot2/distinfo
+++ b/mail/dovecot2/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2013/08/05 23:12:42 bouyer Exp $
+$NetBSD: distinfo,v 1.38 2013/08/15 09:42:41 adam Exp $
-SHA1 (dovecot-2.2.4.tar.gz) = 7cae7887a9738aee0c8976b83fcec6dca8ea7016
-RMD160 (dovecot-2.2.4.tar.gz) = e245a03963db0e60d5a85e65c2a8946d55582a8b
-Size (dovecot-2.2.4.tar.gz) = 4335791 bytes
+SHA1 (dovecot-2.2.5.tar.gz) = 12c976ec24a869d958f3b09c1a8803dda54fab86
+RMD160 (dovecot-2.2.5.tar.gz) = ca3c0140fbd04f6543ce423cb4bc0a97214127f6
+Size (dovecot-2.2.5.tar.gz) = 4356745 bytes
SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666
SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14
SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6