upgrade to Dovecot 0.99.10.5

--
ok MAINTAINER
This commit is contained in:
brad 2004-05-27 16:38:30 +00:00
parent 1e90f21022
commit 6310d9ce81
6 changed files with 25 additions and 34 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2004/05/10 00:06:47 brad Exp $
# $OpenBSD: Makefile,v 1.6 2004/05/27 16:38:30 brad Exp $
COMMENT= "compact IMAP/POP3 server"
DISTNAME= dovecot-0.99.10.4
DISTNAME= dovecot-0.99.10.5
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://dovecot.procontrol.fi/
HOMEPAGE= http://dovecot.org/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
@ -18,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= iconv
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.58
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+=--without-pam --without-shadow --without-vpopmail \
--localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl

View File

@ -1,3 +1,3 @@
MD5 (dovecot-0.99.10.4.tar.gz) = 81eda7985e99d28acd6d286aa0e13e07
RMD160 (dovecot-0.99.10.4.tar.gz) = 831ed3487e87ff9d94a109d4614dd8f1a8bdd5fc
SHA1 (dovecot-0.99.10.4.tar.gz) = e4eabc78894e2c204d788521812497e021f45c08
MD5 (dovecot-0.99.10.5.tar.gz) = acda02c8bdcff5e194a8b9227ccb74b5
RMD160 (dovecot-0.99.10.5.tar.gz) = 28db0d5e7de951098f63ee5ac8c25542b9bac350
SHA1 (dovecot-0.99.10.5.tar.gz) = b9bef7b38e93bdbb0ec168e158b62b436d736589

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.2 2004/05/10 00:06:47 brad Exp $
--- Makefile.in.orig 2003-11-10 17:20:57.000000000 -0500
+++ Makefile.in 2004-05-07 20:47:20.000000000 -0400
@@ -353,7 +353,7 @@ install-data-am: install-confDATA
$OpenBSD: patch-Makefile_in,v 1.3 2004/05/27 16:38:30 brad Exp $
--- Makefile.in.orig 2004-05-26 22:33:16.000000000 -0400
+++ Makefile.in 2004-05-27 01:24:16.000000000 -0400
@@ -354,7 +354,7 @@ install-data-am: install-confDATA
install-data: install-data-recursive
install-am: all-am

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.2 2004/05/10 00:06:47 brad Exp $
--- configure.in.orig 2003-11-24 14:54:08.000000000 -0500
+++ configure.in 2004-05-07 20:47:21.000000000 -0400
@@ -649,6 +649,44 @@ AC_TRY_COMPILE([
$OpenBSD: patch-configure_in,v 1.3 2004/05/27 16:38:30 brad Exp $
--- configure.in.orig 2004-05-26 11:15:53.000000000 -0400
+++ configure.in 2004-05-27 01:24:16.000000000 -0400
@@ -665,6 +665,44 @@ AC_TRY_COMPILE([
AC_MSG_RESULT(no)
])

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-dovecot-example_conf,v 1.4 2004/05/10 00:06:47 brad Exp $
--- dovecot-example.conf.orig 2003-11-08 10:21:22.000000000 -0500
+++ dovecot-example.conf 2004-05-07 21:23:23.000000000 -0400
$OpenBSD: patch-dovecot-example_conf,v 1.5 2004/05/27 16:38:30 brad Exp $
--- dovecot-example.conf.orig 2003-12-19 23:14:19.000000000 -0500
+++ dovecot-example.conf 2004-05-27 01:27:45.000000000 -0400
@@ -1,13 +1,12 @@
## Dovecot 1.0 configuration file
@ -142,17 +142,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.4 2004/05/10 00:06:47 brad Exp $
##
## Authentication processes
@@ -380,8 +387,7 @@ auth_mechanisms = plain
# vpopmail: vpopmail library
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf
# pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
-#auth_userdb = passwd
-auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf
+auth_userdb = passwd
# Where password database is kept:
# passwd: /etc/passwd or similiar, using getpwnam()
@@ -391,7 +397,7 @@ auth_userdb = pgsql /usr/local/etc/dovec
@@ -390,7 +397,7 @@ 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

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_pop3_client_c,v 1.1 2003/07/23 06:03:01 jolan Exp $
--- src/pop3/client.c.orig Mon May 26 10:27:13 2003
+++ src/pop3/client.c Tue Jul 15 15:18:28 2003
@@ -106,6 +106,7 @@ static int init_mailbox(struct client *c
$OpenBSD: patch-src_pop3_client_c,v 1.2 2004/05/27 16:38:30 brad Exp $
--- src/pop3/client.c.orig 2004-05-25 14:26:20.000000000 -0400
+++ src/pop3/client.c 2004-05-27 01:24:18.000000000 -0400
@@ -108,6 +108,7 @@ static int init_mailbox(struct client *c
struct client *client_create(int hin, int hout, struct mail_storage *storage)
{
struct client *client;
@ -9,7 +9,7 @@ $OpenBSD: patch-src_pop3_client_c,v 1.1 2003/07/23 06:03:01 jolan Exp $
client = i_new(struct client, 1);
client->input = i_stream_create_file(hin, default_pool,
@@ -122,7 +123,9 @@ struct client *client_create(int hin, in
@@ -124,7 +125,9 @@ struct client *client_create(int hin, in
storage->set_callbacks(storage, &mail_storage_callbacks, client);