Sat Feb 21 10:53:40 2015 UTC ()
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.


(pettai)
diff -r1.33 -r1.34 pkgsrc/net/unbound/Makefile
diff -r1.25 -r1.26 pkgsrc/net/unbound/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/net/unbound/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unbound/Makefile 2014/12/11 14:26:16 1.33
+++ pkgsrc/net/unbound/Makefile 2015/02/21 10:53:40 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2014/12/11 14:26:16 pettai Exp $ 1# $NetBSD: Makefile,v 1.34 2015/02/21 10:53:40 pettai Exp $
2 2
3DISTNAME= unbound-1.5.1 3DISTNAME= unbound-1.5.2
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.unbound.net/downloads/ 5MASTER_SITES= http://www.unbound.net/downloads/
6 6
7MAINTAINER= pettai@NetBSD.org 7MAINTAINER= pettai@NetBSD.org
8HOMEPAGE= http://www.unbound.net/ 8HOMEPAGE= http://www.unbound.net/
9COMMENT= DNS resolver and recursive server 9COMMENT= DNS resolver and recursive server
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12BUILD_DEFS+= VARBASE 12BUILD_DEFS+= VARBASE
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.25 -r1.26 pkgsrc/net/unbound/distinfo (expand / switch to unified diff)

--- pkgsrc/net/unbound/distinfo 2014/12/11 14:26:16 1.25
+++ pkgsrc/net/unbound/distinfo 2015/02/21 10:53:40 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2014/12/11 14:26:16 pettai Exp $ 1$NetBSD: distinfo,v 1.26 2015/02/21 10:53:40 pettai Exp $
2 2
3SHA1 (unbound-1.5.1.tar.gz) = 5606c2246e7394bce88cc4f16edbd6b964237ea2 3SHA1 (unbound-1.5.2.tar.gz) = 91c805af3fc702eb98ec2679a586cacd05fc4268
4RMD160 (unbound-1.5.1.tar.gz) = 665fc334d323e71d0244eb1659f8011690788c52 4RMD160 (unbound-1.5.2.tar.gz) = 7993ce1d6b9cfafa94611142732368e30575ef48
5Size (unbound-1.5.1.tar.gz) = 4805176 bytes 5Size (unbound-1.5.2.tar.gz) = 4822523 bytes