diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-10-02 18:30:40 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-10-02 18:30:40 +0800 |
commit | 581c76bab836b4327d456691e24da04185033b08 (patch) | |
tree | 027f1dc03d82adc8e951fa99cdab198981d1937c /dns/unbound | |
parent | 75590290b78ff06eb536594298b97942a692e2d9 (diff) | |
download | freebsd-ports-gnome-581c76bab836b4327d456691e24da04185033b08.tar.gz freebsd-ports-gnome-581c76bab836b4327d456691e24da04185033b08.tar.zst freebsd-ports-gnome-581c76bab836b4327d456691e24da04185033b08.zip |
Update to version 1.5.10
In this release there is a fix for long downtime after connectivity
loss, which was a longstanding unsolved issue. Features for tcp, TCP
Fast Open and timeout pressure to close connections when the tcp
connections are getting full. Option to use ipv6 /64 for extra entropy.
Features
- Create a pkg-config file for libunbound in contrib.
- TCP Fast open patch from Sara Dickinson.
- Finegrained localzone control with define-tag, access-control-tag,
access-control-tag-action, access-control-tag-data, local-zone-tag, and
local-zone-override. And added types always_transparent, always_refuse,
always_nxdomain with that.
- If more than half of tcp connections are in use, a shorter timeout
is used (200 msec, vs 2 minutes) to pressure tcp for new connects.
- [bugzilla: 787 ] Fix #787: outgoing-interface netblock/64 ipv6
option to use linux freebind to use 64bits of entropy for every query
with random local part.
- For #787: prefer-ip6 option for unbound.conf prefers to send
upstream queries to ipv6 servers.
- Add default root hints for IPv6 E.ROOT-SERVERS.NET, 2001:500:a8::e.
- keep debug symbols in windows build.
PR: 213043
Submitted by: maintainer
Diffstat (limited to 'dns/unbound')
-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, 5 insertions, 6 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 2e40247ee816..a3cc4293d8e6 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.9 -PORTREVISION= 1 +PORTVERSION= 1.5.10 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index f6e8238937d9..95b13c5bd129 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466286342 -SHA256 (unbound-1.5.9.tar.gz) = 01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990 -SIZE (unbound-1.5.9.tar.gz) = 4924965 +TIMESTAMP = 1474980110 +SHA256 (unbound-1.5.10.tar.gz) = a39b8b4fcca2a2b35a2daa53fe35150cc3f09038dc9acede09c912fc248a9486 +SIZE (unbound-1.5.10.tar.gz) = 4941299 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index e1a62774768b..2fc4691e1ccc 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -3,7 +3,7 @@ include/unbound.h lib/libunbound.a lib/libunbound.so lib/libunbound.so.2 -lib/libunbound.so.2.4.1 +lib/libunbound.so.2.4.2 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |