Skip to content

Commit

Permalink
unbound: Update version from 1.5.1 to 1.6.3
Browse files Browse the repository at this point in the history
*   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
  • Loading branch information
pmenzel committed Jun 14, 2017
1 parent d1abdc4 commit aeec765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbound.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit aeec765

Please sign in to comment.