[arch-commits] Commit in dovecot/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Fri Mar 29 09:44:18 UTC 2019


    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 <paul at mattal.com>
 # Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
 # Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
+# Contributor: Phillip Schichtel <phillip at schich.tel>
 
 # --->>> 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 \



More information about the arch-commits mailing list