From owner-svn-ports-head@freebsd.org Tue Jun 13 20:37:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BD6ABFE14E; Tue, 13 Jun 2017 20:37:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5F4367284; Tue, 13 Jun 2017 20:37:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5DKb7It076957; Tue, 13 Jun 2017 20:37:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5DKb6A0076954; Tue, 13 Jun 2017 20:37:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201706132037.v5DKb6A0076954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 13 Jun 2017 20:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443538 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 20:37:08 -0000 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