dovecot: update to 2.1.13.

This commit is contained in:
Juan RP 2013-01-07 22:11:34 +01:00
parent 78e5fc1c7d
commit bb30f0a817
5 changed files with 11 additions and 34 deletions

View File

@ -1,12 +1,7 @@
# Template file for 'dovecot-plugin-ldap'. # Template file for 'dovecot-plugin-ldap'.
# #
depends="dovecot>=2.1.3" depends="dovecot>=${version}"
short_desc="${short_desc} - LDAP plugin" 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" conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
do_install() { do_install() {

View File

@ -1,11 +1,7 @@
# Template file for 'dovecot-plugin-mysql'. # Template file for 'dovecot-plugin-mysql'.
# #
depends="dovecot>=2.1.3" depends="dovecot>=${version}"
short_desc="${short_desc} - MySQL plugin" short_desc="${short_desc} - MySQL plugin"
long_desc="${long_desc}
This package contains a plugin for MySQL authentication and dictionaries."
do_install() { do_install() {
vmove usr/lib/dovecot/modules/auth/libdriver_mysql.so \ vmove usr/lib/dovecot/modules/auth/libdriver_mysql.so \

View File

@ -1,12 +1,7 @@
# Template file for 'dovecot-plugin-pgsql'. # Template file for 'dovecot-plugin-pgsql'.
# #
depends="dovecot>=2.1.3" depends="dovecot>=${version}"
short_desc="${short_desc} - PostgreSQL plugin" short_desc="${short_desc} - PostgreSQL plugin"
long_desc="${long_desc}
This package contains a plugin for PostgreSQL authentication
and dictionaries."
do_install() { do_install() {
vmove usr/lib/dovecot/modules/auth/libdriver_pgsql.so \ vmove usr/lib/dovecot/modules/auth/libdriver_pgsql.so \

View File

@ -1,11 +1,7 @@
# Template file for 'dovecot-plugin-sqlite'. # Template file for 'dovecot-plugin-sqlite'.
# #
depends="dovecot>=2.1.3" depends="dovecot>=${version}"
short_desc="${short_desc} - SQLite plugin" short_desc="${short_desc} - SQLite plugin"
long_desc="${long_desc}
This package contains a plugin for SQLite authentication and dictionaries."
do_install() { do_install() {
vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so \ vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so \

View File

@ -1,24 +1,19 @@
# Template file for 'dovecot' # Template file for 'dovecot'
pkgname=dovecot pkgname=dovecot
version=2.1.12 version=2.1.13
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
--disable-static --with-nss --with-pam --with-mysql --with-pgsql --disable-static --with-nss --with-pam --with-mysql --with-pgsql
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl --with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap --with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system" --with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
short_desc="IMAP and POP3 server written with security primarily in mind" short_desc="IMAP and POP3 server written with security primarily in mind"
maintainer="Juan RP <xtraeme@gmail.com>" 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.1/$pkgname-$version.tar.gz" distfiles="${homepage}/releases/2.1/${pkgname}-${version}.tar.gz"
checksum=d76ae15146452d053c423d883b2cbc24f62a55cf2f1f547577f42bc7d8d20840 checksum=d0982b1a3b4cefe06d8d5e9e90372dc7569b9cc35bcb4d8087f09362b2632278
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."
subpackages="${pkgname}-plugin-ldap ${pkgname}-plugin-mysql subpackages="${pkgname}-plugin-ldap ${pkgname}-plugin-mysql
${pkgname}-plugin-pgsql ${pkgname}-plugin-sqlite" ${pkgname}-plugin-pgsql ${pkgname}-plugin-sqlite"