Date: Friday, March 29, 2019 @ 09:44:17 Author: foxxx0 Revision: 445974
upgpkg: dovecot 2.3.5.1-2 add lua plugin support fixes FS#62152 Modified: dovecot/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-29 07:07:16 UTC (rev 445973) +++ PKGBUILD 2019-03-29 09:44:17 UTC (rev 445974) @@ -5,12 +5,13 @@ # Contributor: Paul Mattal <[email protected]> # Contributor: Federico Quagliata (quaqo) <[email protected]> # Contributor: GARETTE Emmanuel <gnunux at laposte dot net> +# Contributor: Phillip Schichtel <[email protected]> # --->>> remember to rebuild/bump pigeonhole in one step <<<--- pkgname=dovecot pkgver=2.3.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="An IMAP and POP3 server written with security primarily in mind" url="https://dovecot.org/" @@ -19,10 +20,11 @@ depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium' 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam') -makedepends=('libcap' 'libldap' 'clucene' 'libsodium') +makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua') optdepends=('libldap: ldap plugin' 'xz: imap zlib plugin' - 'clucene: alternative FTS indexer') + 'clucene: alternative FTS indexer' + 'lua: LUA auth and push support') provides=('imap-server' 'pop3-server') @@ -82,6 +84,7 @@ --with-ssldir=/etc/ssl \ --with-gssapi \ --with-ldap=plugin \ + --with-lua=plugin \ --with-zlib \ --with-bzlib \ --with-lzma \
