Update to Dovecot 1.1.3.

ok sthen@
This commit is contained in:
brad 2008-09-04 08:35:43 +00:00
parent a4916a1585
commit 26ea736147
4 changed files with 22 additions and 15 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.103 2008/08/23 20:13:39 brad Exp $
# $OpenBSD: Makefile,v 1.104 2008/09/04 08:35:43 brad Exp $
SHARED_ONLY= Yes
COMMENT-server= compact IMAP/POP3 server
COMMENT-sieve= sieve mail filtering for Dovecot
COMMENT-sieve= Sieve mail filtering for Dovecot
V_MAJOR= 1.1
V_DOVECOT= 1.1.2
V_DOVECOT= 1.1.3
V_SIEVE= 1.1.5
PKGNAME= dovecot-${V_DOVECOT}p0
PKGNAME-server= dovecot-${V_DOVECOT}p0
PKGNAME= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}
FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE}
DISTNAME= dovecot-${V_DOVECOT}

View File

@ -1,10 +1,10 @@
MD5 (dovecot-1.1.2.tar.gz) = /Ou2wJlCEEljKy8fAZ9VzQ==
MD5 (dovecot-1.1.3.tar.gz) = ED/w/7S8s38iwnd5VT5IvA==
MD5 (dovecot-sieve-1.1.5.tar.gz) = tDYt7+P8GIZduM+OHJQLEw==
RMD160 (dovecot-1.1.2.tar.gz) = UMjgoYmUMyqRwv5/xRLbhY5fbnY=
RMD160 (dovecot-1.1.3.tar.gz) = 73WbAcDoCj1tkjQYnJfUeOl4XBA=
RMD160 (dovecot-sieve-1.1.5.tar.gz) = glqOwH1JUn2FUctfP4a2OP3br70=
SHA1 (dovecot-1.1.2.tar.gz) = c2Poaoc2mjRkY32NCX4i4rQN89E=
SHA1 (dovecot-1.1.3.tar.gz) = pGpL2z1vuG10RYweN1z3H/RQMYk=
SHA1 (dovecot-sieve-1.1.5.tar.gz) = ZyrfCi8WJ9lvl/xj/srwJN2fekI=
SHA256 (dovecot-1.1.2.tar.gz) = aTmB26o7/aB5aoiZW0LBf4xI08yGMKR2JVfbARcMqR4=
SHA256 (dovecot-1.1.3.tar.gz) = 4H1S5tYaZTZyxRc9bSf+EZlwx5JHjLvSO4f5/fwME8c=
SHA256 (dovecot-sieve-1.1.5.tar.gz) = 7B6pQxHV+2y13X5FFyh4Svs5UhpqWA9kC00hFVBaXd8=
SIZE (dovecot-1.1.2.tar.gz) = 2300564
SIZE (dovecot-1.1.3.tar.gz) = 2306933
SIZE (dovecot-sieve-1.1.5.tar.gz) = 468913

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure_in,v 1.12 2008/08/20 02:07:04 brad Exp $
--- configure.in.orig Wed Jul 23 19:46:52 2008
+++ configure.in Mon Jul 28 11:07:57 2008
$OpenBSD: patch-configure_in,v 1.13 2008/09/04 08:35:43 brad Exp $
--- configure.in.orig Sat Aug 30 09:19:44 2008
+++ configure.in Tue Sep 2 03:13:05 2008
@@ -13,6 +13,7 @@ AC_PROG_CXX # lucene plugin needs this
AC_HEADER_STDC
AC_C_INLINE
@ -9,7 +9,7 @@ $OpenBSD: patch-configure_in,v 1.12 2008/08/20 02:07:04 brad Exp $
AM_ICONV
AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h malloc.h inttypes.h \
@@ -1726,67 +1727,14 @@ fi
@@ -1744,74 +1745,15 @@ fi
have_gssapi=no
if test $want_gssapi != no; then
@ -55,6 +55,13 @@ $OpenBSD: patch-configure_in,v 1.12 2008/08/20 02:07:04 brad Exp $
- KRB5_LIBS="$KRB5_LIBS -lgss"
- ],, $KRB5_LIBS)
-
- # MIT has a #define for Heimdal acceptor_identity, but it's way too
- # difficult to test for it..
- old_LIBS=$LIBS
- LIBS="$LIBS $KRB5_LIBS"
- AC_CHECK_FUNCS(gsskrb5_register_acceptor_identity krb5_gss_register_acceptor_identity)
- LIBS=$old_LIBS
-
- if test x$want_gssapi_plugin != xyes; then
- AUTH_LIBS="$AUTH_LIBS $KRB5_LIBS"
- AUTH_CFLAGS="$AUTH_CFLAGS $KRB5_CFLAGS"
@ -79,6 +86,7 @@ $OpenBSD: patch-configure_in,v 1.12 2008/08/20 02:07:04 brad Exp $
+ AC_CHECK_HEADER([kerberosV/gssapi.h], [
+ AC_DEFINE(HAVE_GSSAPI,, Build with GSSAPI support)
+ AC_DEFINE(HAVE_GSSAPI_H,, Build with GSSAPI support)
+ AC_DEFINE(HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY,, Have the gsskrb5_register_acceptor_identity function)
+ have_gssapi=yes
+ ])
+ AUTH_LIBS="$LIBS -lkrb5 -lgssapi -lcrypto"

View File

@ -6,7 +6,6 @@ compatible with UW-IMAP and Courier IMAP servers as well as mail clients
accessing the mailboxes directly.
Flavors:
ldap - Build with LDAP support as an authentication source
mysql - Build with MySQL support as an authentication source
postgresql - Build with PostgreSQL support as an authentication source