Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2016 19:50:57 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420582 - head/dns/adns
Message-ID:  <201608211950.u7LJovfs048263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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