From b9f79f92c47dac5debc2f280875be7feb4283142 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 1 Aug 2004 05:17:19 +0000 Subject: Update to 0.99.10.9. From the changelog: 0.99.10.9 2004-07-31 Timo Sirainen - MySQL compiling got broken in last release - More PostgreSQL reconnection fixing 0.99.10.8 2004-07-30 Timo Sirainen + LDAP support compiles now with Solaris LDAP library - IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which didn't contain Content-Type header. - MySQL and PostgreSQL auth didn't reconnect if connection was lost to SQL server - Linking fixes for dovecot-auth with some systems - Last fix for disconnecting client when downloading mail longer than 30 seconds actually made it never disconnect client. Now it works properly: disconnect when client hasn't read _any_ data for 30 seconds. --- mail/dovecot/Makefile | 4 ++-- mail/dovecot/distinfo | 10 +++++----- mail/dovecot/patches/patch-aa | 8 ++++---- mail/dovecot/patches/patch-ab | 18 +++++++++--------- 4 files changed, 20 insertions(+), 20 deletions(-) (limited to 'mail/dovecot') diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6f266b30c5d..ba3ae35c30d 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2004/07/28 15:22:07 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2004/08/01 05:17:19 schmonz Exp $ -DISTNAME= dovecot-0.99.10.7 +DISTNAME= dovecot-0.99.10.9 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index be79a376476..cd0c248eba2 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2004/07/14 18:09:00 xtraeme Exp $ +$NetBSD: distinfo,v 1.12 2004/08/01 05:17:19 schmonz Exp $ -SHA1 (dovecot-0.99.10.7.tar.gz) = 9fba2c016e48e9e3b89905bc1bef2e2f55757461 -Size (dovecot-0.99.10.7.tar.gz) = 860088 bytes -SHA1 (patch-aa) = 6ed31ba47883903e5a7b2fcb715432e0c3e8947c -SHA1 (patch-ab) = c3b4256ba50417e65e6ec69025e7864865c7a1a0 +SHA1 (dovecot-0.99.10.9.tar.gz) = 4526903af9f4aecbc62deca518e7eb98774d9e22 +Size (dovecot-0.99.10.9.tar.gz) = 861605 bytes +SHA1 (patch-aa) = 862a27a1fe59108a519a59e14341ca418ba39ec5 +SHA1 (patch-ab) = 00f9e92824af89ce15c2493e0a92046e8db18fac diff --git a/mail/dovecot/patches/patch-aa b/mail/dovecot/patches/patch-aa index caa284fed21..e2978eaae75 100644 --- a/mail/dovecot/patches/patch-aa +++ b/mail/dovecot/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2003/06/19 16:11:12 salo Exp $ +$NetBSD: patch-aa,v 1.3 2004/08/01 05:17:19 schmonz Exp $ ---- Makefile.in.orig Thu Jun 19 00:21:59 2003 -+++ Makefile.in Thu Jun 19 16:06:04 2003 -@@ -91,7 +91,7 @@ +--- Makefile.in.orig 2004-07-30 20:04:57.000000000 -0400 ++++ Makefile.in +@@ -101,7 +101,7 @@ ssldir = @ssldir@ SUBDIRS = src doc confdir = $(sysconfdir) diff --git a/mail/dovecot/patches/patch-ab b/mail/dovecot/patches/patch-ab index 599e5e47e75..b3f94693506 100644 --- a/mail/dovecot/patches/patch-ab +++ b/mail/dovecot/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ +$NetBSD: patch-ab,v 1.6 2004/08/01 05:17:19 schmonz Exp $ ---- dovecot-example.conf.orig 2003-12-20 05:14:19.000000000 +0100 +--- dovecot-example.conf.orig 2004-07-13 06:56:55.000000000 -0400 +++ dovecot-example.conf @@ -1,17 +1,15 @@ ## Dovecot 1.0 configuration file @@ -23,7 +23,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -27,7 +27,7 @@ +@@ -27,7 +25,7 @@ #pop3s_listen = # Disable SSL/TLS support. @@ -32,7 +32,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but -@@ -81,7 +81,7 @@ +@@ -82,7 +80,7 @@ login = imap # Executable location. @@ -41,7 +41,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ # User to use for the login process. Create a completely new user for this, # and don't use it anywhere else. The user must also belong to a group where -@@ -126,7 +126,7 @@ +@@ -127,7 +125,7 @@ login = imap login = pop3 # Exception to above rule being the executable location. @@ -50,7 +50,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ ## ## Mail processes -@@ -318,7 +316,7 @@ login = pop3 +@@ -333,7 +331,7 @@ login = pop3 ## # Executable location @@ -59,7 +59,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -326,14 +326,14 @@ +@@ -341,14 +339,14 @@ login = pop3 # Support for dynamically loadable modules. #imap_use_modules = no @@ -76,7 +76,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -341,7 +341,7 @@ +@@ -356,7 +354,7 @@ login = pop3 # Support for dynamically loadable modules. #pop3_use_modules = no @@ -85,7 +85,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/29 15:42:51 cube Exp $ ## ## Authentication processes -@@ -390,9 +390,10 @@ +@@ -406,9 +404,10 @@ auth_userdb = passwd # vpopmail: vpopmail authentication # ldap : LDAP, see doc/dovecot-ldap.conf # pgsql : a PostgreSQL database, see doc/dovecot-pgsql.conf -- cgit v1.2.3