dovecot: update to 2.2.25.

This commit is contained in:
Christian Neukirchen 2016-07-06 21:13:39 +02:00
parent e86e98c6ff
commit 55316a8a2f

View file

@ -1,7 +1,7 @@
# Template file for 'dovecot'
# revbump dovecot-plugin-pigeonhole when updating dovecot!
pkgname=dovecot
version=2.2.24
version=2.2.25
revision=1
build_style=gnu-configure
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://dovecot.org"
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
checksum=71c86891ea8deb5703d3dbbc3ea31ce2cbf7638f1aa395d9e8794d3ff7aebeb7
checksum=d8d9f32c846397f7c22749a84c5cf6f59c55ff7ded3dc9f07749a255182f9667
makedepends="
lz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
@ -77,8 +77,11 @@ dovecot-plugin-ldap_package() {
short_desc+=" - LDAP plugin"
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
pkg_install() {
vmove usr/lib/dovecot/libdovecot-ldap.*
vmove usr/lib/dovecot/modules/dict/libdict_ldap.so
vmove usr/lib/dovecot/modules/auth/libauthdb_ldap.so
vmove usr/share/doc/dovecot/example-config/conf.d/auth-ldap.conf.ext
vmove usr/share/doc/dovecot/example-config/dovecot-ldap.conf.ext
vmove etc/dovecot/conf.d/auth-ldap.conf.ext
}
}
@ -113,7 +116,7 @@ dovecot-plugin-sqlite_package() {
short_desc+=" - SQLite plugin"
pkg_install() {
vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so
vmove usr/lib/dovecot/modules/dict
vmove usr/lib/dovecot/modules/dict/libdriver_sqlite.so
vmove usr/lib/dovecot/modules/libdriver_sqlite.so
}
}