summaryrefslogtreecommitdiff
path: root/net/unbound
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-02-28 20:05:05 +0000
committerpettai <pettai@pkgsrc.org>2012-02-28 20:05:05 +0000
commit36e5290f4d2712511b396cdd229bd906b70045f2 (patch)
tree01b6769be6e8fef16ecb6fae564a0b91f62601eb /net/unbound
parent547b04d3fd875cf1ca38ba598a9339fc92f878c7 (diff)
downloadpkgsrc-36e5290f4d2712511b396cdd229bd906b70045f2.tar.gz
Unbound 1.4.16
Features: * applied patch to support outgoing-interface with ub_ctx_set_option. Bug Fixes: * Fix validation failures (like: validation failure xx: no NSEC3 closest encloser from yy for DS zz. while building chain of trust, because of a bug in the TTL-fix in 1.4.15, it picked the wrong rdata for an NSEC3. Now it does not change rdata, and fixes TTL. * Fix version-number in libtool to be version-info so it produces libunbound.so.2 like it should. * Fixes for port to OpenIndiana OS with gcc 4.6. * Fix to write key files completely to a temporary file, and if that succeeds, replace the real key file. So failures leave a useful file. Unbound 1.4.15 Bug Fixes: * Fix for memory leak (about 20 bytes when a tcp or udp send operation towards authority servers failed, takes about 50.000 such failures to leak one Mb, such failures are also usually logged). * Fix to randomize hash function, based on 28c3 congress. * [bugzilla: 425 ] unbound reports wrong TTL in reply, it reports a TTL that would be permissible by the RFCs but it is not the TTL in the cache. * [bugzilla: 429 ] add ub_version() call to libunbound. API version increase, with (binary) backwards compatibility for the previous version. * Fix bug where canonical_compare of RRSIG did not downcase the signer-name. This is mostly harmless because RRSIGs do not have to be sorted in canonical order, usually. * uninitialised variable in reprobe for rtt blocked domains fixed. * iana portlist updated.
Diffstat (limited to 'net/unbound')
-rw-r--r--net/unbound/Makefile5
-rw-r--r--net/unbound/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index da9b6b1f715..7ebabbc533b 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2011/12/20 14:02:02 pettai Exp $
+# $NetBSD: Makefile,v 1.20 2012/02/28 20:05:05 pettai Exp $
-DISTNAME= unbound-1.4.14
+DISTNAME= unbound-1.4.16
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
@@ -15,7 +15,6 @@ BUILD_DEFS+= VARBASE
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-ldns=${BUILDLINK_PREFIX.ldns}
CONFIGURE_ARGS+= --with-libexpat=${BUILDLINK_PREFIX.expat}
diff --git a/net/unbound/distinfo b/net/unbound/distinfo
index 24e18c10c3c..e9f2e73fc1e 100644
--- a/net/unbound/distinfo
+++ b/net/unbound/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2011/12/20 14:02:02 pettai Exp $
+$NetBSD: distinfo,v 1.17 2012/02/28 20:05:05 pettai Exp $
-SHA1 (unbound-1.4.14.tar.gz) = 1435029abe63d0106213acb9f173b885183cf1d7
-RMD160 (unbound-1.4.14.tar.gz) = 136aff9812eebace73c26b608f6411bd048215cc
-Size (unbound-1.4.14.tar.gz) = 3546634 bytes
+SHA1 (unbound-1.4.16.tar.gz) = 68ed8737b1a6e3f9a67812f7e962fd6740494c1e
+RMD160 (unbound-1.4.16.tar.gz) = 5da0ddeb315fb1aa5ea7a388b3e4bef251f03536
+Size (unbound-1.4.16.tar.gz) = 3562989 bytes