Unbound 1.8.0rc1 pre-release
A. Schulze
sca at andreasschulze.de
Tue Sep 4 13:49:59 UTC 2018
Wouter Wijngaards via Unbound-users:
> Unbound 1.8.0rc1 pre-release is available:
just compiled the new version and noticed only minor things:
./util/configparser.y:2574:3: warning: ignoring return value of
'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_cstr, "%s\nzone %s", old_cstr?old_cstr:"", $2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./util/configparser.y:2587:3: warning: ignoring return value of
'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_cstr, "%s\n%s", old_cstr ? old_cstr : "", $2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
./unittest
[1536066553] unbound[25717:0] warning: duplicate response-ip action
for '192.0.1.0/24', overridden.
[1536066553] unbound[25717:0] warning: duplicate response-ip action
for '192.0.1.0/24', overridden.
Start of unbound 1.8.0rc1 unit test.
...
and some typos:
reponse should be reSponse
$ grep -r reponse .
./iterator/iterator.c: errinf_dname(qstate, "reponse
is bad, no fallback, "
./doc/Changelog: - Fix some malformed reponses to edns queries
get fallback to nonedns.
./testdata/dlv_ask_higher.rpl:; the SOA record in that negative
reponse has a big span (if interpreted as NSEC)
Tranfer should be Transfer
$ grep -r Tranfer .
./doc/unbound-control.8.in:Tranfer the auth zone from master. The
auth zone probe sequence is started,
an in unbound.conf.5
manpage-has-errors-from-man usr/share/man/man5/unbound.conf.5.gz 501:
cannot use a space as a starting delimiter
I will install and test the build later...
Andreas
More information about the Unbound-users
mailing list