summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-03-12 16:16:00 +0000
committerpettai <pettai@pkgsrc.org>2014-03-12 16:16:00 +0000
commitada8ef7028ea4fa22123d96509571f1f0b32dcff (patch)
tree88c441279aaac0fb38d68430efaef19f4b2c0703 /net
parenta2f2742318f60bb0b00275260015ab904b74e7e9 (diff)
downloadpkgsrc-ada8ef7028ea4fa22123d96509571f1f0b32dcff.tar.gz
Unbound 1.4.22
Features: * separate ldns into core ldns inside ldns/ subdirectory. No more configure --with-ldns is needed and unbound does not rely on libldns. * Accept ip-address: as an alternative for interface: for consistency with nsd.conf syntax. * Fix ref#536: acl_deny_non_local and refuse_non_local added. * so-reuseport: yesno option to distribute queries evenly over threads on Linux (Thanks Robert Edmonds). Reuseport is attempted, then fallback to without on failure. * delay-close: msec option that delays closing ports for which the UDP reply has timed out. Keeps the port open, only accepts the correct reply. This correct reply is not used, but the port is open so that no port-denied ICMPs are generated. Bug Fixes: * Fix #528: if very high logging (4 or more) segfault on allow_snoop. * Fix #531: Set SO_REUSEADDR so that the wildcard interface and a more specific interface port 53 can be used at the same time, and one of the daemons is unbound. * if configured --with-libunbound-only fix make install. * Patch from Neel Goyal to fix callback in libunbound. * Patch from Neel Goyal to fix async id assignment if callback is called by libunbound in the mesh attach. * Fix bug#537: compile python plugin without ldns library. * Windows port, adjust %lld to %I64d, and warning in win_event.c. * Fix #544: Fixed +i causes segfault when running with module conf "iterator". * Fix #547: no trustanchor written if filesystem full, fclose checked. * unbound-event.h is installed if you configure --enable-event-api. It contains low-level library calls, that use libevent's event_base and a wireformat return packet in a buffer to perform async resolution in the client's eventloop. * speed up unbound, by reducing lock contention on localzones.lock. * Fix parse (in ldns) of quoted parenthesized text strings. * Detect libevent2 install automatically by configure and fixup link with lib/event2 subdir. * Fix #551: License change "Regents" to "Copyright holder", matching the BSD license on opensource.org. * Fix parse of #553(NSD) string in sldns, quotes without spaces. * Be lenient when a NSEC NameError response with RCODE=NXDOMAIN is received. This is okay according 4035, but not after revising existence in 4592. NSEC empty non-terminals exist and thus the RCODE should have been NOERROR. If this occurs, and the RRsets are secure, we set the RCODE to NOERROR and the security status of the response is also considered secure. * iana portlist updated. * Fix bug#561: contrib/cacti plugin did not report SERVFAIL rcodes because of spelling..
Diffstat (limited to 'net')
-rw-r--r--net/unbound/Makefile7
-rw-r--r--net/unbound/distinfo8
2 files changed, 6 insertions, 9 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index c0935f31be8..4198f8d07d8 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2014/02/12 23:18:26 tron Exp $
+# $NetBSD: Makefile,v 1.31 2014/03/12 16:16:00 pettai Exp $
-DISTNAME= unbound-1.4.21
-PKGREVISION= 1
+DISTNAME= unbound-1.4.22
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
@@ -15,7 +14,6 @@ BUILD_DEFS+= VARBASE
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --with-ldns=${BUILDLINK_PREFIX.ldns}
CONFIGURE_ARGS+= --with-libexpat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/unbound.pid
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
@@ -91,5 +89,4 @@ PKG_USERS= ${UNBOUND_USER}:${UNBOUND_GROUP}
.include "options.mk"
.include "../../textproc/expat/buildlink3.mk"
-.include "../../net/ldns/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/unbound/distinfo b/net/unbound/distinfo
index 59bc38210db..11403ba4f37 100644
--- a/net/unbound/distinfo
+++ b/net/unbound/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2013/11/17 22:57:38 pettai Exp $
+$NetBSD: distinfo,v 1.23 2014/03/12 16:16:00 pettai Exp $
-SHA1 (unbound-1.4.21.tar.gz) = 3ef4ea626e5284368d48ab618fe2207d43f2cee1
-RMD160 (unbound-1.4.21.tar.gz) = 7a72e1db33131380f04ae504f0009ef0d33b88f3
-Size (unbound-1.4.21.tar.gz) = 3624553 bytes
+SHA1 (unbound-1.4.22.tar.gz) = a56e31e2f3a2fefa3caaad9200dd943d174ca81e
+RMD160 (unbound-1.4.22.tar.gz) = e9b4ded75308ac2f2ed9ae6783e29411428626fc
+Size (unbound-1.4.22.tar.gz) = 4735801 bytes