pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to 0.99.10.9. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f550846d4449
branches:  trunk
changeset: 478889:f550846d4449
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Aug 01 05:17:19 2004 +0000

description:
Update to 0.99.10.9. From the changelog:

0.99.10.9 2004-07-31  Timo Sirainen <tss at iki.fi>

        - MySQL compiling got broken in last release
        - More PostgreSQL reconnection fixing

0.99.10.8 2004-07-30  Timo Sirainen <tss at iki.fi>

        + 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.

diffstat:

 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(-)

diffs (118 lines):

diff -r 02a3c473aefc -r f550846d4449 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Sun Aug 01 04:58:21 2004 +0000
+++ b/mail/dovecot/Makefile     Sun Aug 01 05:17:19 2004 +0000
@@ -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 -r 02a3c473aefc -r f550846d4449 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Sun Aug 01 04:58:21 2004 +0000
+++ b/mail/dovecot/distinfo     Sun Aug 01 05:17:19 2004 +0000
@@ -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 -r 02a3c473aefc -r f550846d4449 mail/dovecot/patches/patch-aa
--- a/mail/dovecot/patches/patch-aa     Sun Aug 01 04:58:21 2004 +0000
+++ b/mail/dovecot/patches/patch-aa     Sun Aug 01 05:17:19 2004 +0000
@@ -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 -r 02a3c473aefc -r f550846d4449 mail/dovecot/patches/patch-ab
--- a/mail/dovecot/patches/patch-ab     Sun Aug 01 04:58:21 2004 +0000
+++ b/mail/dovecot/patches/patch-ab     Sun Aug 01 05:17:19 2004 +0000
@@ -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 @@
  
  # 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 @@
  
  # 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 @@
  
  # 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 @@
  
  ##
  ## Mail processes
-@@ -318,7 +316,7 @@ login = pop3
+@@ -333,7 +331,7 @@ login = pop3
  ##
  
  # Executable location
@@ -59,7 +59,7 @@
  
  # 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 @@
  
  # 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 @@
  
  ##
  ## Authentication processes
-@@ -390,9 +390,10 @@
+@@ -406,9 +404,10 @@ auth_userdb = passwd
  #   vpopmail: vpopmail authentication
  #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
  #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf



Home | Main Index | Thread Index | Old Index