unbound: switch to libressl.

This commit is contained in:
Juan RP 2014-07-14 13:22:30 +02:00
parent 1151b24418
commit e93a162e31

View file

@ -1,13 +1,13 @@
# Template file for 'unbound'
pkgname=unbound
version=1.4.22
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
--with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr"
conf_file="/etc/unbound/unbound.conf"
makedepends="openssl-devel expat-devel libevent-devel"
makedepends="libressl-devel expat-devel libevent-devel"
system_accounts="unbound"
short_desc="Validating, recursive, and caching DNS resolver"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"