From owner-svn-ports-head@freebsd.org Sun Aug 21 19:50:58 2016 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 6CD96BC1120; Sun, 21 Aug 2016 19:50:58 +0000 (UTC) (envelope-from pi@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 1FDCC1A65; Sun, 21 Aug 2016 19:50:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7LJovOQ048265; Sun, 21 Aug 2016 19:50:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7LJovfs048263; Sun, 21 Aug 2016 19:50:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608211950.u7LJovfs048263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 21 Aug 2016 19:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420582 - head/dns/adns 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.22 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: Sun, 21 Aug 2016 19:50:58 -0000 Author: pi Date: Sun Aug 21 19:50:57 2016 New Revision: 420582 URL: https://svnweb.freebsd.org/changeset/ports/420582 Log: dns/adns: 1.5.0 -> 1.5.1 - Portability fix for systems where socklen_t is bigger than int. - Fix for malicious optimisation of memcpy in test suite, which causes failure with gcc-4.1.9 -O3. See Debian bug #772718. - Fix TCP async connect handling. The bug is hidden on Linux and on most systems where the nameserver is on localhost. If it is not hidden, adns's TCP support is broken unless adns_if_noautosys is used. - Fix addr queries (including subqueries, ie including deferencing MX lookups etc.) not to crash when one of the address queries returns tempfail. Also, do not return a spurious pointer to the application when one of the address queries returns a permanent error (although, the application almost certainly won't use this pointer because the associated count is zero). - adnsresfilter: Fix addrtextbuf buffer size. This is not actually a problem in real compiled code but should be corrected. - Properly include harness.h in adnstest.c in regress/. Suppresses a couple of compiler warnings (implicit declaration of Texit, etc.) Modified: head/dns/adns/Makefile head/dns/adns/distinfo Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Sun Aug 21 19:45:30 2016 (r420581) +++ head/dns/adns/Makefile Sun Aug 21 19:50:57 2016 (r420582) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adns -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= dns MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ Modified: head/dns/adns/distinfo ============================================================================== --- head/dns/adns/distinfo Sun Aug 21 19:45:30 2016 (r420581) +++ head/dns/adns/distinfo Sun Aug 21 19:50:57 2016 (r420582) @@ -1,2 +1,3 @@ -SHA256 (adns-1.5.0.tar.gz) = 7fc5eb4d315111a3a3a3f45ff143339ad4050185fbe6bff687f21364cb4ae841 -SIZE (adns-1.5.0.tar.gz) = 310885 +TIMESTAMP = 1471808918 +SHA256 (adns-1.5.1.tar.gz) = 5b1026f18b8274be869245ed63427bf8ddac0739c67be12c4a769ac948824eeb +SIZE (adns-1.5.1.tar.gz) = 319774