dovecot: update to 2.1.13.
This commit is contained in:
parent
78e5fc1c7d
commit
bb30f0a817
|
@ -1,12 +1,7 @@
|
|||
# Template file for 'dovecot-plugin-ldap'.
|
||||
#
|
||||
depends="dovecot>=2.1.3"
|
||||
depends="dovecot>=${version}"
|
||||
short_desc="${short_desc} - LDAP plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for LDAP authentication."
|
||||
|
||||
|
||||
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'dovecot-plugin-mysql'.
|
||||
#
|
||||
depends="dovecot>=2.1.3"
|
||||
depends="dovecot>=${version}"
|
||||
short_desc="${short_desc} - MySQL plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for MySQL authentication and dictionaries."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libdriver_mysql.so \
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
# Template file for 'dovecot-plugin-pgsql'.
|
||||
#
|
||||
depends="dovecot>=2.1.3"
|
||||
depends="dovecot>=${version}"
|
||||
short_desc="${short_desc} - PostgreSQL plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for PostgreSQL authentication
|
||||
and dictionaries."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libdriver_pgsql.so \
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'dovecot-plugin-sqlite'.
|
||||
#
|
||||
depends="dovecot>=2.1.3"
|
||||
depends="dovecot>=${version}"
|
||||
short_desc="${short_desc} - SQLite plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for SQLite authentication and dictionaries."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so \
|
||||
|
|
|
@ -1,24 +1,19 @@
|
|||
# Template file for 'dovecot'
|
||||
pkgname=dovecot
|
||||
version=2.1.12
|
||||
version=2.1.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
||||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
||||
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
||||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
||||
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
short_desc="IMAP and POP3 server written with security primarily in mind"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://dovecot.org"
|
||||
distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz"
|
||||
checksum=d76ae15146452d053c423d883b2cbc24f62a55cf2f1f547577f42bc7d8d20840
|
||||
long_desc="
|
||||
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like
|
||||
systems, written with security primarily in mind. Dovecot is an excellent
|
||||
choice for both small and large installations. It's fast, simple to set
|
||||
up, requires no special administration and it uses very little memory."
|
||||
distfiles="${homepage}/releases/2.1/${pkgname}-${version}.tar.gz"
|
||||
checksum=d0982b1a3b4cefe06d8d5e9e90372dc7569b9cc35bcb4d8087f09362b2632278
|
||||
|
||||
subpackages="${pkgname}-plugin-ldap ${pkgname}-plugin-mysql
|
||||
${pkgname}-plugin-pgsql ${pkgname}-plugin-sqlite"
|
||||
|
|
Loading…
Reference in New Issue