From aeec7653d2e0a8617b5294fc3cdd45f6188d4455 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Jun 2017 17:56:14 +0200 Subject: [PATCH] unbound: Update version from 1.5.1 to 1.6.3 * 1.6.0 (Date: 15 Dec, 2016) > Features > * Added generic EDNS code for registering known EDNS option codes, > bypassing the cache response stage and uniquifying mesh states. Four > EDNS option lists were added to module_qstate > (module_qstate.edns_opts_*) to store EDNS options from/to front/back > side. > * Added two flags to module_qstate (no_cache_lookup, no_cache_store) > that control the modules' cache interactions. > * Added code for registering inplace callback functions. The > registered functions can be called just before replying with local data > or Chaos, replying from cache, replying with SERVFAIL, replying with a > resolved query, sending a query to a nameserver. The functions can > inspect the available data and maybe change response/query related data > (i.e. append EDNS options). > * Updated Python module for the above. > * Updated Python documentation. > * Added views functionality. > * Added qname-minimisation-strict config option. > * Patch that resolves CNAMEs entered in local-data conf statements > that point to data on the internet, from Jinmei Tatuya (Infoblox). > * serve-expired config option: serve expired responses with TTL 0. > * .gitattributes line for githubs code language display. > * log-identity: config option to set sys log identity, patch from > "Robin H. Johnson" (robbat2@gentoo.org). > * Added stub-ssl-upstream and forward-ssl-upstream options. > * Added local-zones and local-data bulk addition and removal > functionality in unbound-control (local_zones, local_zones_remove, > local_datas and local_datas_remove). * 1.6.3 (13 Jun, 2017) > Fix #1280: Unbound fails assert when response from authoritative > contains malformed qname. When 0x20 caps-for-id is enabled, when > assertions are not enabled the malformed qname is handled correctly. [1] https://www.unbound.net/download.html --- unbound.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.be0 b/unbound.be0 index 827f972ae..19fdb14a7 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION unbound-1.5.1-0 +# BEE_VERSION unbound-1.6.3-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)