summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-12-25 08:54:26 +0000
committerpettai <pettai@pkgsrc.org>2012-12-25 08:54:26 +0000
commit79063e28a674fbdd67c75b7af7d08e059fd665af (patch)
tree8ce4f6de41bf173fb3b5d2b94eb40c4dd6a0b1c5
parent1b7f51b03ce6161472ea6bd0c4bbab0186c48cad (diff)
downloadpkgsrc-79063e28a674fbdd67c75b7af7d08e059fd665af.tar.gz
Unbound 1.4.19
Features: * RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled. The contrib/patch_rsamd5_enable.diff patch enables RSAMD5 validation otherwise it is treated as insecure. The MD5 hash is considered weak for some purposes, if you want to sign your zone, then RSASHA256 is an uncontested hash. * unbound-control -q option is quiet * include: directive in config file accepts wildcards. Suggested use: include: "/etc/unbound.d/conf.d/*" Bug Fixes: * Fix openssl race condition, initializes openssl locks. * Improved forward-first and stub-first documentation. * Fix that enables modules to register twice for the same serviced_query, without race conditions or administration issues. * Fix forward-first option where it sets the RD flag wrongly. * added manpage links for libunbound calls. * Add documentation to libunbound for default nonuse of resolv.conf. * Fix timeouts so that when a server has been offline for a while and is probed to see it works, it becomes fully available for server selection again. * Fallback to 1472 and 1232, one fragment size without headers. * [bugzilla: 465 ] Nicer comments outgoing-port-avoid. * chdir to / after chroot call (suggested by Camiel Dobbelaar). * updated contrib/unbound.spec. * ignore trusted-keys globs that have no files (from Paul Wouters). * fix text in unbound-anchor man page. * fix build of pythonmod in objdir. * make clean and makerealclean remove generated python and docs. * Fix validation for responses with both CNAME and wildcard expanded CNAME records in answer section. * [bugzilla: 477 ] Fix unbound-anchor segfault if EDNS is blocked. * Fix unbound-control forward disables configured stubs below it. * [bugzilla: 481 ] Fix python example0. * iana portlist updated.
-rw-r--r--net/unbound/Makefile4
-rw-r--r--net/unbound/PLIST32
-rw-r--r--net/unbound/distinfo8
3 files changed, 37 insertions, 7 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index e8aec4b8e4f..66a3c4b2a9b 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2012/10/23 17:19:15 asau Exp $
+# $NetBSD: Makefile,v 1.24 2012/12/25 08:54:26 pettai Exp $
-DISTNAME= unbound-1.4.18
+DISTNAME= unbound-1.4.19
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
diff --git a/net/unbound/PLIST b/net/unbound/PLIST
index fc82c985cb2..20affce4684 100644
--- a/net/unbound/PLIST
+++ b/net/unbound/PLIST
@@ -1,8 +1,38 @@
-@comment $NetBSD: PLIST,v 1.4 2011/03/21 15:04:32 pettai Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/12/25 08:54:26 pettai Exp $
include/unbound.h
lib/libunbound.la
man/man1/unbound-host.1
man/man3/libunbound.3
+man/man3/ub_cancel.3
+man/man3/ub_ctx.3
+man/man3/ub_ctx_add_ta.3
+man/man3/ub_ctx_add_ta_file.3
+man/man3/ub_ctx_async.3
+man/man3/ub_ctx_config.3
+man/man3/ub_ctx_create.3
+man/man3/ub_ctx_data_add.3
+man/man3/ub_ctx_data_remove.3
+man/man3/ub_ctx_debuglevel.3
+man/man3/ub_ctx_debugout.3
+man/man3/ub_ctx_delete.3
+man/man3/ub_ctx_get_option.3
+man/man3/ub_ctx_hosts.3
+man/man3/ub_ctx_print_local_zones.3
+man/man3/ub_ctx_resolvconf.3
+man/man3/ub_ctx_set_fwd.3
+man/man3/ub_ctx_set_option.3
+man/man3/ub_ctx_trustedkeys.3
+man/man3/ub_ctx_zone_add.3
+man/man3/ub_ctx_zone_remove.3
+man/man3/ub_fd.3
+man/man3/ub_poll.3
+man/man3/ub_process.3
+man/man3/ub_resolve.3
+man/man3/ub_resolve_async.3
+man/man3/ub_resolve_free.3
+man/man3/ub_result.3
+man/man3/ub_strerror.3
+man/man3/ub_wait.3
man/man5/unbound.conf.5
man/man8/unbound-anchor.8
man/man8/unbound-checkconf.8
diff --git a/net/unbound/distinfo b/net/unbound/distinfo
index 5d7ddb7fc57..d949d64982c 100644
--- a/net/unbound/distinfo
+++ b/net/unbound/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2012/08/13 14:00:03 pettai Exp $
+$NetBSD: distinfo,v 1.20 2012/12/25 08:54:26 pettai Exp $
-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
+SHA1 (unbound-1.4.19.tar.gz) = ccf0d465fc0045d59ceca11ecde688edebd28ec1
+RMD160 (unbound-1.4.19.tar.gz) = 8353a8886273706efe68dbc6517af27c8d6436ac
+Size (unbound-1.4.19.tar.gz) = 3601992 bytes