Update to courier-imap-1.7.1; this fixes an important assumption that
pids on openbsd can be recycled in intervals smaller than one second (previous it assumed that they couldnt). This prevents maildir corruption on heavily loaded servers. Also temporarily disable ipv6; it seems pretty broken right now.
This commit is contained in:
parent
ed94b6f2de
commit
ff3f5e6565
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2003/02/27 00:08:16 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2003/04/14 09:21:31 avsm Exp $
|
||||
|
||||
COMMENT= "imap server for maildir format mailboxes"
|
||||
COMMENT-pop3= "pop3 server for maildir format mailboxes"
|
||||
@ -6,7 +6,7 @@ COMMENT-ldap= "ldap authentication module for courier-imap"
|
||||
COMMENT-mysql= "mysql authentication module for courier-imap"
|
||||
COMMENT-pgsql= "pgsql authentication module for courier-imap"
|
||||
|
||||
COURIERVER= 1.7.0
|
||||
COURIERVER= 1.7.1
|
||||
DISTNAME= courier-imap-${COURIERVER}
|
||||
FULLPKGNAME-pop3= courier-pop3-${COURIERVER}
|
||||
FULLPKGNAME-ldap= courier-ldap-${COURIERVER}
|
||||
@ -49,7 +49,8 @@ CONFIGURE_ARGS= --disable-root-check --datadir=${PREFIX}/sbin \
|
||||
--with-authdaemonvar=${COURIERSTATE} \
|
||||
--enable-workarounds-for-imap-client-bugs \
|
||||
--with-db=gdbm --with-authpwd \
|
||||
--localstatedir=${COURIERSTATE}
|
||||
--localstatedir=${COURIERSTATE} \
|
||||
--without-ipv6
|
||||
|
||||
# mysql
|
||||
PSEUDO_FLAVORS+= no_mysql
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (courier-imap-1.7.0.tar.bz2) = f74abb58b45810cc485426bc8bad14e6
|
||||
RMD160 (courier-imap-1.7.0.tar.bz2) = 83c95b071d975e731e963a18665109430dbcb5f8
|
||||
SHA1 (courier-imap-1.7.0.tar.bz2) = de9163ed1bb290387edd7f1755edef137e83c1b9
|
||||
MD5 (courier-imap-1.7.1.tar.bz2) = ce3a78cabd3d69e4982907de69ecac96
|
||||
RMD160 (courier-imap-1.7.1.tar.bz2) = 08a4b0fa22a79c4dea8914b772d74c898f7a3e5a
|
||||
SHA1 (courier-imap-1.7.1.tar.bz2) = 426b3ebfc77a7ed8e981d3936774c967615a0e97
|
||||
|
Loading…
Reference in New Issue
Block a user