pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/adns
Module Name: pkgsrc
Committed By: mef
Date: Tue Aug 16 13:34:52 UTC 2016
Modified Files:
pkgsrc/net/adns: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/adns/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/adns/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/adns/Makefile
diff -u pkgsrc/net/adns/Makefile:1.23 pkgsrc/net/adns/Makefile:1.24
--- pkgsrc/net/adns/Makefile:1.23 Thu Jan 29 09:47:03 2015
+++ pkgsrc/net/adns/Makefile Tue Aug 16 13:34:52 2016
@@ -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/
Index: pkgsrc/net/adns/distinfo
diff -u pkgsrc/net/adns/distinfo:1.17 pkgsrc/net/adns/distinfo:1.18
--- pkgsrc/net/adns/distinfo:1.17 Wed Nov 4 00:34:52 2015
+++ pkgsrc/net/adns/distinfo Tue Aug 16 13:34:52 2016
@@ -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