mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
dovecot: update to 2.2.35.
This commit is contained in:
parent
a23f61c250
commit
a8434296cc
1 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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.2.34
|
version=2.2.35
|
||||||
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
|
||||||
|
@ -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"
|
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin"
|
||||||
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@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://dovecot.org"
|
homepage="http://dovecot.org"
|
||||||
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/2.2/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5e92a4325409e66b343f6aaa67174b8921ce83d0df792c6eeb0b7b7e2c808353
|
checksum=cce15db2fc5233386b63a3cf21c465c09e6e55014ed66c4f184b7d221a47180c
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
makedepends="
|
makedepends="bzip2-devel clucene-devel expat-devel libcap-devel libcurl-devel
|
||||||
lz4-devel zlib-devel bzip2-devel liblzma-devel libressl-devel mit-krb5-devel
|
liblzma-devel libmysqlclient-devel lz4-devel mit-krb5-devel pam-devel
|
||||||
libmysqlclient-devel postgresql-libs-devel sqlite-devel clucene-devel
|
postgresql-libs-devel sqlite-devel"
|
||||||
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+="
|
configure_args+="
|
||||||
|
|
Loading…
Add table
Reference in a new issue