dovecot: update to 2.1.7.
This commit is contained in:
parent
f048aa1c31
commit
ca72cf402c
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'dovecot'
|
||||
pkgname=dovecot
|
||||
version=2.1.3
|
||||
homepage="http://dovecot.org"
|
||||
distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz"
|
||||
version=2.1.7
|
||||
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
|
||||
|
@ -10,12 +9,14 @@ configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
|||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
||||
--with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
depends="openssl>=0"
|
||||
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||
revision=1
|
||||
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
|
||||
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||
short_desc="IMAP and POP3 server written with security primarily in mind"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=a0becf924b967ade8f319519e3ea0ae527ef749b319a5996407829fd79d56a24
|
||||
homepage="http://dovecot.org"
|
||||
distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz"
|
||||
checksum=d5b7bc61fff947722aebe12ebb25e92c38ce3e27e14ebc54cfc66f0b346cf452
|
||||
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
|
||||
|
@ -55,8 +56,6 @@ conf_files="
|
|||
/etc/dovecot/dovecot.conf
|
||||
/etc/ssl/dovecot-openssl.cnf"
|
||||
|
||||
|
||||
|
||||
post_install() {
|
||||
local econfdir=usr/share/doc/dovecot/example-config
|
||||
local econfdird=${econfdir}/conf.d
|
||||
|
|
Loading…
Reference in New Issue