update to Dovecot 2.1.9, from Brad

This commit is contained in:
sthen 2012-08-05 09:15:51 +00:00
parent 862fb57f81
commit f75aaf8c5a
4 changed files with 15 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.191 2012/07/08 23:15:11 sthen Exp $
# $OpenBSD: Makefile,v 1.192 2012/08/05 09:15:51 sthen Exp $
SHARED_ONLY= Yes
@ -9,7 +9,7 @@ COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
# Bump dovecot-pigeonhole every time you update to a new Dovecot version.
V_MAJOR= 2.1
V_DOVECOT= 2.1.8
V_DOVECOT= 2.1.9
DISTNAME= dovecot-${V_DOVECOT}
PKGNAME= dovecot-${V_DOVECOT}
@ -113,6 +113,7 @@ post-install:
${PREFIX}/share/examples/dovecot
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh \
${PREFIX}/sbin/dovecot-mkcert.sh
@rm ${PREFIX}/share/doc/dovecot/{dovecot-openssl.cnf,mkcert.sh}
@find ${PREFIX}/lib/dovecot -name '*.a' -print | xargs rm
@find ${PREFIX}/lib/dovecot -name '*.la' -print | xargs rm

View File

@ -1,5 +1,2 @@
MD5 (dovecot-2.1.8.tar.gz) = xtliZTsKfyq42JK1Pd8BAQ==
RMD160 (dovecot-2.1.8.tar.gz) = dyzsCAqP5pvdf0NCNa7jaj3ClOY=
SHA1 (dovecot-2.1.8.tar.gz) = AqgrYgtW0kiUZTys5vgLa2Yv1jQ=
SHA256 (dovecot-2.1.8.tar.gz) = SIBzhPgVByz1qcipRya0F5Qz1KPdNfM8vo2zp4gLAA0=
SIZE (dovecot-2.1.8.tar.gz) = 3807008
SHA256 (dovecot-2.1.9.tar.gz) = d9ERErztniu7FBDOXmRkr0d3dTFexnx/OrTQ2mTjxRI=
SIZE (dovecot-2.1.9.tar.gz) = 3829755

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_auth_Makefile_in,v 1.3 2012/07/08 23:15:11 sthen Exp $
$OpenBSD: patch-src_auth_Makefile_in,v 1.4 2012/08/05 09:15:51 sthen Exp $
Heimdal libkrb5 exports base64_encode and base64_decode conflicting
with libdovecot's versions. Workaround the namespace pollution issue
by statically linking libdovecot so its symbols take precedence.
--- src/auth/Makefile.in.orig Mon Jul 2 19:02:44 2012
+++ src/auth/Makefile.in Sat Jul 7 21:07:20 2012
@@ -263,7 +263,7 @@ LD = @LD@
--- src/auth/Makefile.in.orig Wed Aug 1 13:36:38 2012
+++ src/auth/Makefile.in Sat Aug 4 19:58:19 2012
@@ -265,7 +265,7 @@ LD = @LD@
LDAP_LIBS = @LDAP_LIBS@
LDFLAGS = @LDFLAGS@
LIBCAP = @LIBCAP@

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-server,v 1.33 2012/07/08 23:15:11 sthen Exp $
@comment $OpenBSD: PLIST-server,v 1.34 2012/08/05 09:15:51 sthen Exp $
@conflict dovecot-sqlite-*
@pkgpath mail/dovecot
@pkgpath mail/dovecot,-server,bdb
@ -63,11 +63,13 @@ include/dovecot/config-parser-private.h
include/dovecot/config-parser.h
include/dovecot/config-request.h
include/dovecot/config.h
include/dovecot/connection.h
include/dovecot/crc32.h
include/dovecot/cydir-storage.h
include/dovecot/cydir-sync.h
include/dovecot/data-stack.h
include/dovecot/db-checkpassword.h
include/dovecot/db-dict.h
include/dovecot/db-ldap.h
include/dovecot/db-passwd-file.h
include/dovecot/db-sql.h
@ -183,6 +185,7 @@ include/dovecot/istream-rawlog.h
include/dovecot/istream-seekable.h
include/dovecot/istream-tee.h
include/dovecot/istream.h
include/dovecot/json-parser.h
include/dovecot/lda-settings.h
include/dovecot/lib-signals.h
include/dovecot/lib.h
@ -485,6 +488,7 @@ share/doc/dovecot/documentation.txt
@sample ${SYSCONFDIR}/dovecot/
@sample ${SYSCONFDIR}/dovecot/conf.d/
share/doc/dovecot/securecoding.txt
share/doc/dovecot/solr-schema.xml
share/doc/dovecot/thread-refs.txt
share/doc/dovecot/wiki/
share/doc/dovecot/wiki/ACL.txt
@ -604,6 +608,7 @@ share/doc/dovecot/wiki/Migration.UW.txt
share/doc/dovecot/wiki/Migration.Vm-pop3d.txt
share/doc/dovecot/wiki/Migration.txt
share/doc/dovecot/wiki/MissingMailboxes.txt
share/doc/dovecot/wiki/Mountpoints.txt
share/doc/dovecot/wiki/NFS.txt
share/doc/dovecot/wiki/Namespaces.txt
share/doc/dovecot/wiki/OSCompatibility.txt