diff options
author | pettai <pettai@pkgsrc.org> | 2015-02-21 10:53:40 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-02-21 10:53:40 +0000 |
commit | 0ba8257f9da882f951ec574515864490357045a5 (patch) | |
tree | 5adf34d36a2653c4ba771448a86ba939b6e6e36a /net/unbound | |
parent | 2d6d792b58ac8635027b2f24aefcb9b7ec95dbd4 (diff) | |
download | pkgsrc-0ba8257f9da882f951ec574515864490357045a5.tar.gz |
Unbound 1.5.2
Features:
* local-zone: example.com inform makes unbound log a message with
client IP for queries in that zone. Eg. for finding infected hosts.
* patch from Stephane Lapie that adds to the python API, that
exposes struct delegpt, and adds the find_delegation function.
* Updated contrib warmup.cmd/sh to support two modes - load from
pre-defined list of domains or (with filename as argument) load from
user-specified list of domains, and updated contrib
unbound_cache.sh/cmd to support loading/save/reload cache to/from
default path or (with secondary argument) arbitrary path/filename
* patch for remote control over local sockets. Use control-interface:
/path/sock and control-use-cert: no.
* unbound-checkconf -f prints chroot with pidfile path.
* infra-cache-min-rtt patch from Florian Riehm, for expected long
uplink roundtrip times.
Bug Fixes:
* config.guess and config.sub update from libtoolize.
* getauxval test for ppc64 linux compatibility.
* make strip works for unbound-host and unbound-anchor.
* print query name when max target count is exceeded.
* patch from Stuart Henderson that fixes DESTDIR in
unbound-control-setup for installs where config is not in the prefix
location.
* [bugzilla: 634 ] Fix #634: fix fail to start on Linux LTS 3.14.X,
ignores missing IP_MTU_DISCOVER OMIT option.
* Patch to contrib/unbound_munin_ that uses type ABSOLUTE.
Allows munin.conf: [idleserver.example.net]
unbound_munin_hits.graph_period minute
* Fix pyunbound ord call, portable for python 2 and 3.
* Fix unintended use of gcc extension for incomplete enum types,
compile with pedantic c99 compliance.
* Fix pyunbound byte string representation for python3.
* Fix 0x20 capsforid fallback to omit gratuitous NS and additional
section changes.
* Fix validation failure in case upstream forwarder (ISC BIND) does
not have the same trust anchors and decides to insert unsigned NS
record in authority section.
* Fix scrubber with harden-glue turned off to reject NS (and other
not-address) records.
* iana portlist update.
* [bugzilla: 643 ] Fix doc/example.conf.in: unnecessary whitespace.
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index a207c0f383c..67c89ea65e2 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2014/12/11 14:26:16 pettai Exp $ +# $NetBSD: Makefile,v 1.34 2015/02/21 10:53:40 pettai Exp $ -DISTNAME= unbound-1.5.1 +DISTNAME= unbound-1.5.2 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 229a024297c..160944b632d 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2014/12/11 14:26:16 pettai Exp $ +$NetBSD: distinfo,v 1.26 2015/02/21 10:53:40 pettai Exp $ -SHA1 (unbound-1.5.1.tar.gz) = 5606c2246e7394bce88cc4f16edbd6b964237ea2 -RMD160 (unbound-1.5.1.tar.gz) = 665fc334d323e71d0244eb1659f8011690788c52 -Size (unbound-1.5.1.tar.gz) = 4805176 bytes +SHA1 (unbound-1.5.2.tar.gz) = 91c805af3fc702eb98ec2679a586cacd05fc4268 +RMD160 (unbound-1.5.2.tar.gz) = 7993ce1d6b9cfafa94611142732368e30575ef48 +Size (unbound-1.5.2.tar.gz) = 4822523 bytes |