dovecot: update to 2.2.35.
This commit is contained in:
parent
a23f61c250
commit
a8434296cc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dovecot'
|
||||
# revbump dovecot-plugin-pigeonhole when updating dovecot!
|
||||
pkgname=dovecot
|
||||
version=2.2.34
|
||||
version=2.2.35
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||
|
@ -11,16 +11,15 @@ configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
|||
--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"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://dovecot.org"
|
||||
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
||||
checksum=5e92a4325409e66b343f6aaa67174b8921ce83d0df792c6eeb0b7b7e2c808353
|
||||
checksum=cce15db2fc5233386b63a3cf21c465c09e6e55014ed66c4f184b7d221a47180c
|
||||
keep_libtool_archives=yes
|
||||
|
||||
makedepends="
|
||||
lz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
||||
libmysqlclient-devel postgresql-libs-devel sqlite-devel clucene-devel
|
||||
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||
makedepends="bzip2-devel clucene-devel expat-devel libcap-devel libcurl-devel
|
||||
liblzma-devel libmysqlclient-devel lz4-devel mit-krb5-devel pam-devel
|
||||
postgresql-libs-devel sqlite-devel"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+="
|
||||
|
|
Loading…
Reference in New Issue