mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
dovecot: update to 2.3.2.1.
This commit is contained in:
parent
84cac7ecef
commit
98810350ee
1 changed files with 10 additions and 10 deletions
|
@ -1,27 +1,27 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
# revbump dovecot-plugin-pigeonhole when updating dovecot!
|
# revbump dovecot-plugin-pigeonhole when updating dovecot!
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.3.1
|
version=2.3.2.1
|
||||||
revision=3
|
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-pam --with-mysql --with-pgsql --with-lucene
|
--disable-static --with-pam --with-mysql --with-pgsql --with-lucene
|
||||||
--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-lzma
|
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-lzma
|
||||||
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin"
|
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin"
|
||||||
short_desc="IMAP and POP3 server written with security primarily in mind"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
license="LGPL-2.1-or-later"
|
|
||||||
homepage="http://dovecot.org"
|
|
||||||
distfiles="${homepage}/releases/2.3/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=0883821b97fd02a084a84b9469a681f7e6edc56541d854b5419d98891c51fb93
|
|
||||||
keep_libtool_archives=yes
|
|
||||||
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
liblz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
liblz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
||||||
libmysqlclient-devel postgresql-libs-devel sqlite-devel clucene-devel
|
libmysqlclient-devel postgresql-libs-devel sqlite-devel clucene-devel
|
||||||
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel libsodium-devel"
|
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel libsodium-devel"
|
||||||
|
short_desc="IMAP and POP3 server written with security primarily in mind"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://dovecot.org"
|
||||||
|
distfiles="${homepage}/releases/2.3/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34
|
||||||
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+="
|
configure_args+="
|
||||||
|
|
Loading…
Add table
Reference in a new issue