pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unbound Unbound 1.4.22
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7658a1ce12c
branches: trunk
changeset: 631708:f7658a1ce12c
user: pettai <pettai%pkgsrc.org@localhost>
date: Wed Mar 12 16:16:00 2014 +0000
description:
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:
net/unbound/Makefile | 7 ++-----
net/unbound/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 644bed436e0c -r f7658a1ce12c net/unbound/Makefile
--- a/net/unbound/Makefile Wed Mar 12 14:47:36 2014 +0000
+++ b/net/unbound/Makefile Wed Mar 12 16:16:00 2014 +0000
@@ -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 @@
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 @@
.include "options.mk"
.include "../../textproc/expat/buildlink3.mk"
-.include "../../net/ldns/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 644bed436e0c -r f7658a1ce12c net/unbound/distinfo
--- a/net/unbound/distinfo Wed Mar 12 14:47:36 2014 +0000
+++ b/net/unbound/distinfo Wed Mar 12 16:16:00 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index