opensmtpd-extras: update to 6.6.0.

This commit is contained in:
Leah Neukirchen 2019-11-14 22:09:39 +01:00
parent 39d68af1c8
commit 951ccd1277

View file

@ -1,10 +1,12 @@
# Template file for 'opensmtpd-extras'
pkgname=opensmtpd-extras
version=6.4.0
version=6.6.0
revision=1
wrksrc="OpenSMTPD-extras-${version}"
build_style=gnu-configure
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
--with-table-postgres --with-table-socketmap --with-table-sqlite"
hostmakedepends="automake"
makedepends="libressl-devel libevent-devel postgresql-libs-devel
libmysqlclient-devel sqlite-devel"
depends="opensmtpd"
@ -13,6 +15,11 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="ISC"
homepage="https://www.opensmtpd.org"
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
checksum=@8f0618d28a6e5d42f9fec190add6d323f1373927fa67b15756644009d0ad3a72
checksum=126b023602e8bb222bf24543a056ee0a548343dc86d184669ff9d82dfca1fbdf
CFLAGS="-D_DEFAULT_SOURCE"
pre_configure() {
touch NEWS README AUTHORS ChangeLog
autoreconf -fi
}