Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 10:30:40 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423108 - head/dns/unbound
Message-ID:  <201610021030.u92AUerf013998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Oct  2 10:30:40 2016
New Revision: 423108
URL: https://svnweb.freebsd.org/changeset/ports/423108

Log:
  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

Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/distinfo
  head/dns/unbound/pkg-plist

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sun Oct  2 09:22:09 2016	(r423107)
+++ head/dns/unbound/Makefile	Sun Oct  2 10:30:40 2016	(r423108)
@@ -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/
 

Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo	Sun Oct  2 09:22:09 2016	(r423107)
+++ head/dns/unbound/distinfo	Sun Oct  2 10:30:40 2016	(r423108)
@@ -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

Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist	Sun Oct  2 09:22:09 2016	(r423107)
+++ head/dns/unbound/pkg-plist	Sun Oct  2 10:30:40 2016	(r423108)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610021030.u92AUerf013998>