dovecot: update to 2.1.7.
This commit is contained in:
parent
f048aa1c31
commit
ca72cf402c
1 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.1.3
|
version=2.1.7
|
||||||
homepage="http://dovecot.org"
|
revision=1
|
||||||
distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz"
|
|
||||||
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
|
||||||
|
@ -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-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
||||||
--with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system"
|
--with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system"
|
||||||
depends="openssl>=0"
|
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"
|
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
|
||||||
revision=1
|
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||||
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"
|
||||||
checksum=a0becf924b967ade8f319519e3ea0ae527ef749b319a5996407829fd79d56a24
|
homepage="http://dovecot.org"
|
||||||
|
distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz"
|
||||||
|
checksum=d5b7bc61fff947722aebe12ebb25e92c38ce3e27e14ebc54cfc66f0b346cf452
|
||||||
long_desc="
|
long_desc="
|
||||||
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like
|
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
|
systems, written with security primarily in mind. Dovecot is an excellent
|
||||||
|
@ -55,8 +56,6 @@ conf_files="
|
||||||
/etc/dovecot/dovecot.conf
|
/etc/dovecot/dovecot.conf
|
||||||
/etc/ssl/dovecot-openssl.cnf"
|
/etc/ssl/dovecot-openssl.cnf"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local econfdir=usr/share/doc/dovecot/example-config
|
local econfdir=usr/share/doc/dovecot/example-config
|
||||||
local econfdird=${econfdir}/conf.d
|
local econfdird=${econfdir}/conf.d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue