pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/adns Updated net/adns to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7db34dab1b9
branches:  trunk
changeset: 351194:d7db34dab1b9
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 16 13:34:52 2016 +0000

description:
Updated net/adns to 1.5.1
-------------------------
adns (1.5.1) UPSTREAM; urgency=medium

  * 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.)

 -- Ian Jackson <ijackson%chiark.greenend.org.uk@localhost>  Fri, 12 Aug 2016 22:53:59 +0100

diffstat:

 net/adns/Makefile |   4 ++--
 net/adns/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r f892236d338b -r d7db34dab1b9 net/adns/Makefile
--- a/net/adns/Makefile Tue Aug 16 13:32:04 2016 +0000
+++ b/net/adns/Makefile Tue Aug 16 13:34:52 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2015/01/29 09:47:03 mef Exp $
+# $NetBSD: Makefile,v 1.24 2016/08/16 13:34:52 mef Exp $
 #
 
-DISTNAME=      adns-1.5.0
+DISTNAME=      adns-1.5.1
 CATEGORIES=    net
 MASTER_SITES=  http://www.chiark.greenend.org.uk/~ian/adns/ftp/
 
diff -r f892236d338b -r d7db34dab1b9 net/adns/distinfo
--- a/net/adns/distinfo Tue Aug 16 13:32:04 2016 +0000
+++ b/net/adns/distinfo Tue Aug 16 13:34:52 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2015/11/04 00:34:52 agc Exp $
+$NetBSD: distinfo,v 1.18 2016/08/16 13:34:52 mef Exp $
 
-SHA1 (adns-1.5.0.tar.gz) = 38306b8030c61a78bee85e33f34de876392ca4f8
-RMD160 (adns-1.5.0.tar.gz) = 1a226f7d20a6cfdb584247dc4bb649397ffb4249
-SHA512 (adns-1.5.0.tar.gz) = 4933c876f962bf0b3188cbd0c18df22b1b4bc70c1d285016e837370fe0ecae0285d049273f3b342018b6d9325dba40dfdf1835f80964ca139d8723b9802e67d8
-Size (adns-1.5.0.tar.gz) = 310885 bytes
+SHA1 (adns-1.5.1.tar.gz) = 95ef1af9198aa2ea5c23b30c0f45d3c561e856b8
+RMD160 (adns-1.5.1.tar.gz) = 1247903d0fb02f34ea402a75f46c34e8a8190f68
+SHA512 (adns-1.5.1.tar.gz) = f7bf8ff2b8faa1d7be0b27c732714240a27d6dfd7f70af8ae364e5de382427a79c484099f73f85eb1c77fb1a9845884e2f63d5831bc34a6212f206b24e7e1574
+Size (adns-1.5.1.tar.gz) = 319774 bytes
 SHA1 (patch-aa) = 047eaeec04126c74a36f04f69d54ffedde0a2002
 SHA1 (patch-ab) = 551451955e92fac6962b405908adc2afb603082d
 SHA1 (patch-ac) = 6660ff4248eea59bb54e88aebf87c7430fbae102



Home | Main Index | Thread Index | Old Index