LIBUNBOUND_CURRENT=2
-LIBUNBOUND_REVISION=10
+LIBUNBOUND_REVISION=11
LIBUNBOUND_AGE=0
# 1.0.0 had 0:12:0
# 1.0.1 had 0:13:0
# 1.4.7 had 2:7:0
# 1.4.8 had 2:8:0
# 1.4.9 had 2:9:0
-# 1.5.0 had 2:10:0
+# 1.4.10 had 2:10:0
+# 1.5.0 had 2:11:0
# Current -- the number of the binary API that we're implementing
# Revision -- which iteration of the implementation of the binary
AC_INIT(unbound, 1.5.0, unbound-bugs@nlnetlabs.nl, unbound)
LIBUNBOUND_CURRENT=2
-LIBUNBOUND_REVISION=10
+LIBUNBOUND_REVISION=11
LIBUNBOUND_AGE=0
# 1.0.0 had 0:12:0
# 1.0.1 had 0:13:0
# 1.4.7 had 2:7:0
# 1.4.8 had 2:8:0
# 1.4.9 had 2:9:0
-# 1.5.0 had 2:10:0
+# 1.4.10 had 2:10:0
+# 1.5.0 had 2:11:0
# Current -- the number of the binary API that we're implementing
# Revision -- which iteration of the implementation of the binary
qinfo.qtype == LDNS_RR_TYPE_IXFR) {
verbose(VERB_ALGO, "worker request: refused zone transfer.");
log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
+ ldns_buffer_rewind(c->buffer);
LDNS_QR_SET(ldns_buffer_begin(c->buffer));
LDNS_RCODE_SET(ldns_buffer_begin(c->buffer),
LDNS_RCODE_REFUSED);
+25 May 2011: Wouter
+ - Fix assertion failure when unbound generates an empty error reply
+ in response to a query, CVE-2011-1922 VU#531342.
+ - This fix is in tag 1.4.10.
+
10 May 2011: Wouter
- bug#386: --enable-allsymbols option links all binaries to libunbound
and reduces install size significantly.