summaryrefslogtreecommitdiff
path: root/net/unbound
diff options
context:
space:
mode:
authorpettai <pettai>2012-08-13 14:00:03 +0000
committerpettai <pettai>2012-08-13 14:00:03 +0000
commit3a7216571e2c2d94dd380dba0f96871d7636d50e (patch)
tree3c01a0bc8351b2982cc25b30eeaac8b1b5923dbd /net/unbound
parent8097678b99cf726cd590de5f1bc21b278f93d0af (diff)
downloadpkgsrc-3a7216571e2c2d94dd380dba0f96871d7636d50e.tar.gz
Unbound 1.4.18
Features: * implement log-time-ascii on windows. * --with-libunbound-only build option, only builds the library and not the daemon and other tools. * --with-nss build option (for now, --with-libunbound-only), uses libNSS for crypto operations. * disable RSAMD5 if in FIPS mode (for openssl and for libnss). * Add flush_bogus option for unbound-control. Bug Fixes: * Fix libunbound report of errors when in background mode. * fix bogus nodata cname chain not reported as bogus by validator * [bugzilla: 454 ] Fix for ACX_CHECK_COMPILER_FLAG from configure.ac, if CFLAGS is specified at configure time then '-g -O2' is not appended to CFLAGS, so that the user can override them. * FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes. * fix missing break for GOST DS hash function. * implemented forward_first for the root. * code review: return value of cache_store can be ignored for better performance in out of memory conditions. * patch for unbound_munin_ script to handle arbitrary thread count by Sven Ulland. * Fix validation of qtype DS queries that result in no data for non-optout NSEC3 zones. * fix edns-buffer-size and msg-buffer-size manpage documentation. * fix error handling of alloc failure during rrsig verification. * The key-cache bad key ttl is now 60 seconds. * [bugzilla: 452 ] fix crash on assert in mesh_state_attachment. Fixes DS NS search to not generate duplicate sub queries. * silence warning from swig-generated code (md set but not used in swig initmodule, due to ifdefs in swig-generated code). * Fix debian-bugs-658021: Please enable hardened build flags. * update iana ports list
Diffstat (limited to 'net/unbound')
-rw-r--r--net/unbound/Makefile4
-rw-r--r--net/unbound/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index f6c034dc17f..e0792a85c3a 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2012/06/08 21:52:00 pettai Exp $
+# $NetBSD: Makefile,v 1.22 2012/08/13 14:00:03 pettai Exp $
-DISTNAME= unbound-1.4.17
+DISTNAME= unbound-1.4.18
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
diff --git a/net/unbound/distinfo b/net/unbound/distinfo
index a25bc147dd0..5d7ddb7fc57 100644
--- a/net/unbound/distinfo
+++ b/net/unbound/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2012/06/08 21:52:00 pettai Exp $
+$NetBSD: distinfo,v 1.19 2012/08/13 14:00:03 pettai Exp $
-SHA1 (unbound-1.4.17.tar.gz) = fea4d812c03af4737ef671ac30b7b7400d346516
-RMD160 (unbound-1.4.17.tar.gz) = 0530d051bf7ecb0233375d0620ca320c02683373
-Size (unbound-1.4.17.tar.gz) = 3585122 bytes
+SHA1 (unbound-1.4.18.tar.gz) = b64b4c9f7981df4e7589ebb770a31352a09db3fb
+RMD160 (unbound-1.4.18.tar.gz) = 0aefcd5ee7d2b46645078e32fe3e9f83504d8af2
+Size (unbound-1.4.18.tar.gz) = 3592485 bytes