diff options
author | swills <swills@FreeBSD.org> | 2018-06-15 07:22:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-06-15 07:22:21 +0800 |
commit | 6c7335318d144fd8ecedb136704d72ec35e59095 (patch) | |
tree | af724aa318d0681c48a92c9927239665920f58e6 | |
parent | db4c42aabf4b9033dee9d8b39b995326543b32f8 (diff) | |
download | freebsd-ports-gnome-6c7335318d144fd8ecedb136704d72ec35e59095.tar.gz freebsd-ports-gnome-6c7335318d144fd8ecedb136704d72ec35e59095.tar.zst freebsd-ports-gnome-6c7335318d144fd8ecedb136704d72ec35e59095.zip |
dns/unbound: upgrade to 1.7.2
PR: 228889
Submitted by: jaap@NLnetLabs.nl (maintainer)
-rw-r--r-- | dns/unbound/Makefile | 5 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index f0522d74126c..4bcb040d07aa 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= dns -MASTER_SITES= https://unbound.net/downloads/ \ +MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ MAINTAINER= jaap@NLnetLabs.nl diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 0b3c7d9618c7..8454809cdd66 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525339862 -SHA256 (unbound-1.7.1.tar.gz) = 56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d -SIZE (unbound-1.7.1.tar.gz) = 5565938 +TIMESTAMP = 1528712647 +SHA256 (unbound-1.7.2.tar.gz) = a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0 +SIZE (unbound-1.7.2.tar.gz) = 5570654 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 806bfa670b9d..11cf35185825 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.2 -lib/libunbound.so.2.5.9 +lib/libunbound.so.2.5.10 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |