Date: Tuesday, June 22, 2021 @ 13:30:44 Author: foxxx0 Revision: 966834
upgpkg: dovecot 2.3.15-1 update to upstream release 2.3.15 pin to lua 5.3 via lua53 package, lua 5.4 not yet supported Modified: dovecot/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-22 10:04:08 UTC (rev 966833) +++ PKGBUILD 2021-06-22 13:30:44 UTC (rev 966834) @@ -10,8 +10,8 @@ # --->>> remember to rebuild/bump pigeonhole AND dovecot-fts-elastic in one step <<<--- pkgname=dovecot -pkgver=2.3.14 -pkgrel=2 +pkgver=2.3.15 +pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" url="https://dovecot.org/" @@ -20,11 +20,10 @@ depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium' 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam') -makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua') +makedepends=('libcap' 'libldap' 'lua53' 'xz' 'clucene') optdepends=('libldap: ldap plugin' - 'xz: imap zlib plugin' - 'clucene: alternative FTS indexer' - 'lua: LUA auth and push support') + 'lua53: LUA auth and push support' + 'clucene: alternative FTS indexer') provides=('imap-server' 'pop3-server') @@ -38,7 +37,7 @@ 'dovecot.ld.so.conf' 'dovecot.pam') -sha256sums=('c8b3d7f3af1e558a3ff0f970309d4013a4d3ce136f8c02a53a3b05f345b9a34a' +sha256sums=('21bbdd5d45957a99133de8b7e71813ecb73d9476c89dfc63479e9102b3553590' 'SKIP' 'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf' '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e' @@ -60,8 +59,10 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc \ + ./configure \ + --prefix=/usr \ --sbindir=/usr/bin \ + --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ --with-rundir=/run/dovecot \ @@ -70,9 +71,9 @@ --disable-static \ --with-nss \ --with-pam \ + --with-sqlite \ + --with-pgsql \ --with-mysql \ - --with-pgsql \ - --with-sqlite \ --with-ssl=openssl \ --with-ssldir=/etc/ssl \ --with-gssapi \ @@ -82,10 +83,11 @@ --with-bzlib \ --with-lzma \ --with-lz4 \ - --with-libcap \ + --with-zstd \ + --with-lucene \ --with-solr \ - --with-lucene \ --with-sodium \ + --with-libcap \ --with-docs make
