Hello community, here is the log from the commit of package unbound for openSUSE:Factory checked in at 2015-10-22 12:59:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unbound (Old) and /work/SRC/openSUSE:Factory/.unbound.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unbound" Changes: -------- --- /work/SRC/openSUSE:Factory/unbound/unbound.changes 2015-10-20 00:09:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.unbound.new/unbound.changes 2015-10-22 12:59:39.000000000 +0200 @@ -1,0 +2,18 @@ +Thu Oct 15 19:31:43 UTC 2015 - [email protected] + +- update to 1.5.6 + Features + - Default for ssl-port is port 853, the temporary port assignment for + secure domain name system traffic. If you used to rely on the older + default of port 443, you have to put a clause in unbound.conf for + that. The new value is likely going to be the standardised port number + for this traffic. + - ANY responses include DNAME records if present, as per Evan Hunt's + remark in dnsop. + + Bug Fixes + - Fix segfault in the dns64 module in the formaterror error path. + - Fix manpage to suggest using SIGTERM to terminate the server. + - iana portlist update. + +------------------------------------------------------------------- Old: ---- unbound-1.5.5.tar.gz New: ---- unbound-1.5.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unbound.spec ++++++ --- /var/tmp/diff_new_pack.r07GOL/_old 2015-10-22 12:59:40.000000000 +0200 +++ /var/tmp/diff_new_pack.r07GOL/_new 2015-10-22 12:59:40.000000000 +0200 @@ -53,7 +53,7 @@ %endif Name: unbound -Version: 1.5.5 +Version: 1.5.6 Release: 0 # # ++++++ unbound-1.5.5.tar.gz -> unbound-1.5.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/configure new/unbound-1.5.6/configure --- old/unbound-1.5.5/configure 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/configure 2015-10-20 15:29:30.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for unbound 1.5.5. +# Generated by GNU Autoconf 2.69 for unbound 1.5.6. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='unbound' PACKAGE_TARNAME='unbound' -PACKAGE_VERSION='1.5.5' -PACKAGE_STRING='unbound 1.5.5' +PACKAGE_VERSION='1.5.6' +PACKAGE_STRING='unbound 1.5.6' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1391,7 +1391,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures unbound 1.5.5 to adapt to many kinds of systems. +\`configure' configures unbound 1.5.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1456,7 +1456,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of unbound 1.5.5:";; + short | recursive ) echo "Configuration of unbound 1.5.6:";; esac cat <<\_ACEOF @@ -1635,7 +1635,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -unbound configure 1.5.5 +unbound configure 1.5.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2344,7 +2344,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by unbound $as_me 1.5.5, which was +It was created by unbound $as_me 1.5.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2696,11 +2696,11 @@ UNBOUND_VERSION_MINOR=5 -UNBOUND_VERSION_MICRO=5 +UNBOUND_VERSION_MICRO=6 LIBUNBOUND_CURRENT=5 -LIBUNBOUND_REVISION=8 +LIBUNBOUND_REVISION=9 LIBUNBOUND_AGE=3 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -2745,6 +2745,7 @@ # 1.5.3 had 5:6:3 # 1.5.4 had 5:7:3 # 1.5.5 had 5:8:3 +# 1.5.6 had 5:9:3 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary @@ -19017,7 +19018,7 @@ -version=1.5.5 +version=1.5.6 date=`date +'%b %e, %Y'` @@ -19532,7 +19533,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by unbound $as_me 1.5.5, which was +This file was extended by unbound $as_me 1.5.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19598,7 +19599,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -unbound config.status 1.5.5 +unbound config.status 1.5.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/configure.ac new/unbound-1.5.6/configure.ac --- old/unbound-1.5.5/configure.ac 2015-09-28 15:50:36.000000000 +0200 +++ new/unbound-1.5.6/configure.ac 2015-10-06 12:29:20.000000000 +0200 @@ -10,14 +10,14 @@ # must be numbers. ac_defun because of later processing m4_define([VERSION_MAJOR],[1]) m4_define([VERSION_MINOR],[5]) -m4_define([VERSION_MICRO],[5]) +m4_define([VERSION_MICRO],[6]) AC_INIT(unbound, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), [email protected], unbound) AC_SUBST(UNBOUND_VERSION_MAJOR, [VERSION_MAJOR]) AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR]) AC_SUBST(UNBOUND_VERSION_MICRO, [VERSION_MICRO]) LIBUNBOUND_CURRENT=5 -LIBUNBOUND_REVISION=8 +LIBUNBOUND_REVISION=9 LIBUNBOUND_AGE=3 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -62,6 +62,7 @@ # 1.5.3 had 5:6:3 # 1.5.4 had 5:7:3 # 1.5.5 had 5:8:3 +# 1.5.6 had 5:9:3 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/dns64/dns64.c new/unbound-1.5.6/dns64/dns64.c --- old/unbound-1.5.5/dns64/dns64.c 2015-03-20 16:36:25.000000000 +0100 +++ new/unbound-1.5.6/dns64/dns64.c 2015-10-15 11:02:01.000000000 +0200 @@ -618,8 +618,10 @@ dd->rr_ttl = (time_t*)&dd->rr_data[dd->count]; for(i = 0; i < fd->count; ++i) { if (fd->rr_len[i] != 6 || fd->rr_data[i][0] != 0 - || fd->rr_data[i][1] != 4) + || fd->rr_data[i][1] != 4) { + *dd_out = NULL; return; + } dd->rr_len[i] = 18; dd->rr_data[i] = (uint8_t*)&dd->rr_ttl[dd->count] + 18*i; @@ -638,6 +640,7 @@ */ if(!dk) { log_err("no key"); + *dd_out = NULL; return; } @@ -646,6 +649,7 @@ if(!dk->rk.dname) { log_err("out of memory"); + *dd_out = NULL; return; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/Changelog new/unbound-1.5.6/doc/Changelog --- old/unbound-1.5.5/doc/Changelog 2015-09-28 16:46:38.000000000 +0200 +++ new/unbound-1.5.6/doc/Changelog 2015-10-15 13:44:24.000000000 +0200 @@ -1,3 +1,25 @@ +15 October 2015: Wouter + - Fix segfault in the dns64 module in the formaterror error path. + - Fix sldns_wire2str_rdata_scan for malformed RRs. + - tag for 1.5.6rc1 release. + +14 October 2015: Wouter + - ANY responses include DNAME records if present, as per Evan Hunt's + remark in dnsop. + - Fix manpage to suggest using SIGTERM to terminate the server. + +9 October 2015: Wouter + - Default for ssl-port is port 853, the temporary port assignment + for secure domain name system traffic. + If you used to rely on the older default of port 443, you have + to put a clause in unbound.conf for that. The new value is likely + going to be the standardised port number for this traffic. + - iana portlist update. + +6 October 2015: Wouter + - 1.5.5 release. + - trunk tracks the development of 1.5.6. + 28 September 2015: Wouter - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution failures. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/README new/unbound-1.5.6/doc/README --- old/unbound-1.5.5/doc/README 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/README 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -README for Unbound 1.5.5 +README for Unbound 1.5.6 Copyright 2007 NLnet Labs http://unbound.net diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/example.conf.in new/unbound-1.5.6/doc/example.conf.in --- old/unbound-1.5.5/doc/example.conf.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/example.conf.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,7 +1,7 @@ # # Example configuration file. # -# See unbound.conf(5) man page, version 1.5.5. +# See unbound.conf(5) man page, version 1.5.6. # # this is a comment. @@ -552,7 +552,7 @@ # default is "" (disabled). requires restart to take effect. # ssl-service-key: "path/to/privatekeyfile.key" # ssl-service-pem: "path/to/publiccertfile.pem" - # ssl-port: 443 + # ssl-port: 853 # request upstream over SSL (with plain DNS inside the SSL stream). # Default is no. Can be turned on and off with unbound-control. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/libunbound.3.in new/unbound-1.5.6/doc/libunbound.3.in --- old/unbound-1.5.5/doc/libunbound.3.in 2015-10-06 09:40:59.000000000 +0200 +++ new/unbound-1.5.6/doc/libunbound.3.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "libunbound" "3" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "libunbound" "3" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" libunbound.3 -- unbound library functions manual .\" @@ -42,7 +42,7 @@ .B ub_ctx_zone_remove, .B ub_ctx_data_add, .B ub_ctx_data_remove -\- Unbound DNS validating resolver 1.5.5 functions. +\- Unbound DNS validating resolver 1.5.6 functions. .SH "SYNOPSIS" .B #include <unbound.h> .LP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound-anchor.8.in new/unbound-1.5.6/doc/unbound-anchor.8.in --- old/unbound-1.5.5/doc/unbound-anchor.8.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound-anchor.8.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound-anchor" "8" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound-anchor" "8" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound-anchor.8 -- unbound anchor maintenance utility manual .\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound-checkconf.8.in new/unbound-1.5.6/doc/unbound-checkconf.8.in --- old/unbound-1.5.5/doc/unbound-checkconf.8.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound-checkconf.8.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound-checkconf" "8" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound-checkconf" "8" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound-checkconf.8 -- unbound configuration checker manual .\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound-control.8.in new/unbound-1.5.6/doc/unbound-control.8.in --- old/unbound-1.5.5/doc/unbound-control.8.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound-control.8.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound-control" "8" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound-control" "8" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound-control.8 -- unbound remote control manual .\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound-host.1.in new/unbound-1.5.6/doc/unbound-host.1.in --- old/unbound-1.5.5/doc/unbound-host.1.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound-host.1.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound\-host" "1" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound\-host" "1" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound-host.1 -- unbound DNS lookup utility .\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound.8.in new/unbound-1.5.6/doc/unbound.8.in --- old/unbound-1.5.5/doc/unbound.8.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound.8.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound" "8" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound" "8" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound.8 -- unbound manual .\" @@ -9,7 +9,7 @@ .\" .SH "NAME" .B unbound -\- Unbound DNS validating resolver 1.5.5. +\- Unbound DNS validating resolver 1.5.6. .SH "SYNOPSIS" .B unbound .RB [ \-h ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/doc/unbound.conf.5.in new/unbound-1.5.6/doc/unbound.conf.5.in --- old/unbound-1.5.5/doc/unbound.conf.5.in 2015-10-06 09:40:58.000000000 +0200 +++ new/unbound-1.5.6/doc/unbound.conf.5.in 2015-10-20 15:29:30.000000000 +0200 @@ -1,4 +1,4 @@ -.TH "unbound.conf" "5" "Oct 6, 2015" "NLnet Labs" "unbound 1.5.5" +.TH "unbound.conf" "5" "Oct 20, 2015" "NLnet Labs" "unbound 1.5.6" .\" .\" unbound.conf.5 -- unbound.conf manual .\" @@ -362,7 +362,7 @@ turned off. .TP .B ssl\-port: \fI<number> -The port number on which to provide TCP SSL service, default 443, only +The port number on which to provide TCP SSL service, default 853, only interfaces configured with that port number as @number get the SSL service. .TP .B do\-daemonize: \fI<yes or no> @@ -481,7 +481,7 @@ .fi triggers a reload, .nf -kill \-QUIT `cat @UNBOUND_PIDFILE@` +kill \-TERM `cat @UNBOUND_PIDFILE@` .fi gracefully terminates. .TP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/services/cache/dns.c new/unbound-1.5.6/services/cache/dns.c --- old/unbound-1.5.5/services/cache/dns.c 2015-06-26 09:27:32.000000000 +0200 +++ new/unbound-1.5.6/services/cache/dns.c 2015-10-14 10:02:14.000000000 +0200 @@ -656,8 +656,9 @@ time_t now = *env->now; struct dns_msg* msg = NULL; uint16_t lookup[] = {LDNS_RR_TYPE_A, LDNS_RR_TYPE_AAAA, - LDNS_RR_TYPE_MX, LDNS_RR_TYPE_SOA, LDNS_RR_TYPE_NS, 0}; - int i, num=5; /* number of RR types to look up */ + LDNS_RR_TYPE_MX, LDNS_RR_TYPE_SOA, LDNS_RR_TYPE_NS, + LDNS_RR_TYPE_DNAME, 0}; + int i, num=6; /* number of RR types to look up */ log_assert(lookup[num] == 0); for(i=0; i<num; i++) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/sldns/wire2str.c new/unbound-1.5.6/sldns/wire2str.c --- old/unbound-1.5.5/sldns/wire2str.c 2015-03-26 11:21:38.000000000 +0100 +++ new/unbound-1.5.6/sldns/wire2str.c 2015-10-15 11:51:30.000000000 +0200 @@ -697,6 +697,9 @@ } w += n; } + if(*dlen != 0) { + goto failed; + } return w; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/testdata/dns64_lookup.rpl new/unbound-1.5.6/testdata/dns64_lookup.rpl --- old/unbound-1.5.5/testdata/dns64_lookup.rpl 2014-07-31 10:16:18.000000000 +0200 +++ new/unbound-1.5.6/testdata/dns64_lookup.rpl 2015-10-15 11:02:01.000000000 +0200 @@ -15,7 +15,7 @@ ; AAAA if present, is passed through unchanged. ; K.ROOT-SERVERS.NET. -RANGE_BEGIN 0 100 +RANGE_BEGIN 0 200 ADDRESS 193.0.14.129 ENTRY_BEGIN MATCH opcode qtype qname @@ -40,10 +40,23 @@ SECTION ADDITIONAL a.gtld-servers.net. IN A 192.5.6.30 ENTRY_END + +ENTRY_BEGIN +MATCH opcode subdomain +ADJUST copy_id copy_query +REPLY QR NOERROR +SECTION QUESTION +7.6.5.in-addr.arpa. IN A +SECTION AUTHORITY +7.6.5.in-addr.arpa. IN NS ns.example.com. +SECTION ADDITIONAL +ns.example.com. IN A 1.2.3.4 +ENTRY_END + RANGE_END ; a.gtld-servers.net. -RANGE_BEGIN 0 100 +RANGE_BEGIN 0 200 ADDRESS 192.5.6.30 ENTRY_BEGIN MATCH opcode qtype qname @@ -71,7 +84,7 @@ RANGE_END ; ns.example.com. -RANGE_BEGIN 0 100 +RANGE_BEGIN 0 200 ADDRESS 1.2.3.4 ENTRY_BEGIN MATCH opcode qtype qname @@ -130,6 +143,33 @@ ADJUST copy_id REPLY QR NOERROR SECTION QUESTION +broken.example.com. IN AAAA +SECTION ANSWER +; NO AAAA present +SECTION AUTHORITY +example.com. IN SOA a. b. 1 2 3 4 5 +ENTRY_END + +ENTRY_BEGIN +MATCH opcode qtype qname +ADJUST copy_id +REPLY QR NOERROR +SECTION QUESTION +broken.example.com. IN A +SECTION ANSWER +broken.example.com. IN A 5.6.7.8 +broken.example.com. IN A \# 3 030405 +SECTION AUTHORITY +example.com. IN NS ns.example.com. +SECTION ADDITIONAL +ns.example.com. IN A 1.2.3.4 +ENTRY_END + +ENTRY_BEGIN +MATCH opcode qtype qname +ADJUST copy_id +REPLY QR NOERROR +SECTION QUESTION ip6.example.com. IN AAAA SECTION ANSWER ip6.example.com. IN AAAA 1:2:3::4 @@ -138,6 +178,19 @@ SECTION ADDITIONAL ns.example.com. IN A 1.2.3.4 ENTRY_END + +ENTRY_BEGIN +MATCH opcode qtype qname +ADJUST copy_id +REPLY QR NOERROR +SECTION QUESTION +8.7.6.5.in-addr.arpa. IN PTR +SECTION ANSWER +8.7.6.5.in-addr.arpa. PTR ip4.example.com. +SECTION AUTHORITY +7.6.5.in-addr.arpa. IN NS ns.example.com. +ENTRY_END + RANGE_END STEP 1 QUERY @@ -208,4 +261,46 @@ ns.example.com. IN A 1.2.3.4 ENTRY_END +; test ptr lookup +STEP 60 QUERY +ENTRY_BEGIN +REPLY RD +SECTION QUESTION +8.0.7.0.6.0.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.b.9.f.f.4.6.0.0.ip6.arpa. IN PTR +ENTRY_END + +; recursion happens here. +STEP 70 CHECK_ANSWER +ENTRY_BEGIN +MATCH all +REPLY QR RD RA NOERROR +SECTION QUESTION +8.0.7.0.6.0.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.b.9.f.f.4.6.0.0.ip6.arpa. IN PTR +SECTION ANSWER +8.0.7.0.6.0.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.b.9.f.f.4.6.0.0.ip6.arpa. IN PTR ip4.example.com. +SECTION AUTHORITY +7.6.5.in-addr.arpa. IN NS ns.example.com. +ENTRY_END + +; synthesize from broken, malformed A records +STEP 80 QUERY +ENTRY_BEGIN +REPLY RD +SECTION QUESTION +broken.example.com. IN AAAA +ENTRY_END + +; recursion happens here. +STEP 90 CHECK_ANSWER +ENTRY_BEGIN +MATCH all +REPLY QR RD RA NOERROR +SECTION QUESTION +broken.example.com. IN AAAA +SECTION ANSWER +SECTION AUTHORITY +example.com. IN SOA a. b. 1 2 3 4 5 +SECTION ADDITIONAL +ENTRY_END + SCENARIO_END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/util/config_file.c new/unbound-1.5.6/util/config_file.c --- old/unbound-1.5.5/util/config_file.c 2015-08-24 17:05:10.000000000 +0200 +++ new/unbound-1.5.6/util/config_file.c 2015-10-09 09:55:21.000000000 +0200 @@ -100,7 +100,7 @@ cfg->tcp_upstream = 0; cfg->ssl_service_key = NULL; cfg->ssl_service_pem = NULL; - cfg->ssl_port = 443; + cfg->ssl_port = 853; cfg->ssl_upstream = 0; cfg->use_syslog = 1; cfg->log_time_ascii = 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unbound-1.5.5/util/iana_ports.inc new/unbound-1.5.6/util/iana_ports.inc --- old/unbound-1.5.5/util/iana_ports.inc 2015-09-22 10:04:45.000000000 +0200 +++ new/unbound-1.5.6/util/iana_ports.inc 2015-10-09 10:08:31.000000000 +0200 @@ -660,6 +660,7 @@ 833, 847, 848, +853, 860, 861, 862,
