From 48a551f618b5dc660ee69f99083a7739f8710c52 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Aug 2012 07:23:33 +0200 Subject: [PATCH] dovecot: rebuild against mysql-5.5.27. --- srcpkgs/dovecot/dovecot-plugin-mysql.rshlibs | 5 +++-- srcpkgs/dovecot/template | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dovecot/dovecot-plugin-mysql.rshlibs b/srcpkgs/dovecot/dovecot-plugin-mysql.rshlibs index 9be4c314f3..4a225fbfad 100644 --- a/srcpkgs/dovecot/dovecot-plugin-mysql.rshlibs +++ b/srcpkgs/dovecot/dovecot-plugin-mysql.rshlibs @@ -1,8 +1,9 @@ libz.so.1 -libcrypt.so.1 -libnsl.so.1 libm.so.6 libssl.so.1 libcrypto.so.1 librt.so.1 libc.so.6 +libmysqlclient.so.18 +libpthread.so.0 +libdl.so.2 diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 4dde068d80..0185e6e26e 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,7 +1,7 @@ # Template file for 'dovecot' pkgname=dovecot version=2.1.9 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-nss --with-pam --with-mysql --with-pgsql @@ -9,8 +9,9 @@ configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap --with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system" depends="openssl>=0" -makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel -sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel" +makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel>=5.5.27 +postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel +libcurl-devel expat-devel" short_desc="IMAP and POP3 server written with security primarily in mind" maintainer="Juan RP " license="LGPL-2.1"