mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
dovecot: update to 2.2.5.
This commit is contained in:
parent
352b53757c
commit
7d5ed50006
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.4
|
version=2.2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://dovecot.org"
|
homepage="http://dovecot.org"
|
||||||
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
||||||
checksum=018ffa5eb3a77772cb7ae932a67449536d92a3fa9781202481a4203c003dbdc4
|
checksum=15b2cd607e6533f4805f471a61dd1c8bd81675cecc6ea6361504247dd9af5cf8
|
||||||
|
|
||||||
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel>=5.5.27
|
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel>=5.5.27
|
||||||
postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel
|
postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel
|
||||||
|
@ -41,7 +41,7 @@ post_install() {
|
||||||
|
|
||||||
dovecot-plugin-ldap_package() {
|
dovecot-plugin-ldap_package() {
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc="${short_desc} - LDAP plugin"
|
short_desc+=" - LDAP plugin"
|
||||||
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/dovecot/modules/auth/libauthdb_ldap.so
|
vmove usr/lib/dovecot/modules/auth/libauthdb_ldap.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue