diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-10-08 17:29:32 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-10-08 17:29:32 +0000 |
commit | 851dc05ce4adc14d34771055a456031fd1d83397 (patch) | |
tree | 67dc29d61090509deb2dacdd56bb089c028be3f7 /dns | |
parent | b222481ba220d7ae6838995eaa829d57d81b9b38 (diff) | |
download | freebsd-ports-851dc05ce4adc14d34771055a456031fd1d83397.zip |
dns/unbound upgrade to 1.8.1
PR: 232070
Submitted by: jaap@NLnetLabs.nl (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 3 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index d03b8536b2ab..a6863c6c60c4 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ @@ -17,6 +17,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libldns.so:dns/ldns USES= autoreconf cpe libtool pkgconfig ssl + CPE_VENDOR= nlnetlabs GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index c45778ed3fba..356e739aedf5 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536585381 -SHA256 (unbound-1.8.0.tar.gz) = 78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f -SIZE (unbound-1.8.0.tar.gz) = 5609213 +TIMESTAMP = 1539004343 +SHA256 (unbound-1.8.1.tar.gz) = c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d +SIZE (unbound-1.8.1.tar.gz) = 5610191 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 7fb27327640d..1ca2941abfad 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc lib/libunbound.a lib/libunbound.so lib/libunbound.so.8 -lib/libunbound.so.8.0.0 +lib/libunbound.so.8.0.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |