diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-09-22 08:51:01 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-09-22 08:51:01 +0800 |
commit | 8aae391c4d230c48ca77961473b7f5e2fc1fc44b (patch) | |
tree | 07ef2782ff8e0bfc35bad32e47cd92a98a5ec8d2 /dns | |
parent | aa722202bf002a328304bf5513f2843e6b2736ce (diff) | |
download | freebsd-ports-gnome-8aae391c4d230c48ca77961473b7f5e2fc1fc44b.tar.gz freebsd-ports-gnome-8aae391c4d230c48ca77961473b7f5e2fc1fc44b.tar.zst freebsd-ports-gnome-8aae391c4d230c48ca77961473b7f5e2fc1fc44b.zip |
dns/unbound: Update to 1.6.6
Changes: http://www.unbound.net/pipermail/unbound-users/2017-September/004936.html
PR: 222503
Submitted by: jaap@NLnetLabs.nl (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 2 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5ed8aa3eef18..fbb9b898019c 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 70720b27e918..c367495d8ee8 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503310583 -SHA256 (unbound-1.6.5.tar.gz) = e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e -SIZE (unbound-1.6.5.tar.gz) = 5477400 +TIMESTAMP = 1506040200 +SHA256 (unbound-1.6.6.tar.gz) = 972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390 +SIZE (unbound-1.6.6.tar.gz) = 5460482 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 1eff6e307dbd..9f216f3ca2da 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -4,7 +4,7 @@ include/unbound.h lib/libunbound.a lib/libunbound.so lib/libunbound.so.2 -lib/libunbound.so.2.5.4 +lib/libunbound.so.2.5.5 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |