Date: Tue, 13 Jun 2017 20:37:06 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443538 - head/dns/unbound Message-ID: <201706132037.v5DKb6A0076954@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Jun 13 20:37:06 2017 New Revision: 443538 URL: https://svnweb.freebsd.org/changeset/ports/443538 Log: Update unbound to 1.6.3. This release fixes a spurious assertion failure when unbound receives a malformed packet with 0x20 enabled. Bug Fixes - Fix #1280: Unbound fails assert when response from authoritative contains malformed qname. When 0x20 caps-for-id is enabled, when assertions are not enabled the malformed qname is handled correctly. PR: 219958 Submitted by: maintainer (jaap NLnetLabs nl) Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Tue Jun 13 19:56:07 2017 (r443537) +++ head/dns/unbound/Makefile Tue Jun 13 20:37:06 2017 (r443538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Tue Jun 13 19:56:07 2017 (r443537) +++ head/dns/unbound/distinfo Tue Jun 13 20:37:06 2017 (r443538) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493038416 -SHA256 (unbound-1.6.2.tar.gz) = 1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c -SIZE (unbound-1.6.2.tar.gz) = 5378826 +TIMESTAMP = 1497365256 +SHA256 (unbound-1.6.3.tar.gz) = 4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f +SIZE (unbound-1.6.3.tar.gz) = 5381240 Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Tue Jun 13 19:56:07 2017 (r443537) +++ head/dns/unbound/pkg-plist Tue Jun 13 20:37:06 2017 (r443538) @@ -4,7 +4,7 @@ include/unbound.h lib/libunbound.a lib/libunbound.so lib/libunbound.so.2 -lib/libunbound.so.2.5.1 +lib/libunbound.so.2.5.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?201706132037.v5DKb6A0076954>