Codebase list unbound / f56247e
New upstream version 1.9.4 Robert Edmonds 4 years ago
12 changed file(s) with 29 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for unbound 1.9.3.
2 # Generated by GNU Autoconf 2.69 for unbound 1.9.4.
33 #
44 # Report bugs to <unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues>.
55 #
590590 # Identity of this package.
591591 PACKAGE_NAME='unbound'
592592 PACKAGE_TARNAME='unbound'
593 PACKAGE_VERSION='1.9.3'
594 PACKAGE_STRING='unbound 1.9.3'
593 PACKAGE_VERSION='1.9.4'
594 PACKAGE_STRING='unbound 1.9.4'
595595 PACKAGE_BUGREPORT='unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues'
596596 PACKAGE_URL=''
597597
14441444 # Omit some internal or obsolete options to make the list less imposing.
14451445 # This message is too long to be a string in the A/UX 3.1 sh.
14461446 cat <<_ACEOF
1447 \`configure' configures unbound 1.9.3 to adapt to many kinds of systems.
1447 \`configure' configures unbound 1.9.4 to adapt to many kinds of systems.
14481448
14491449 Usage: $0 [OPTION]... [VAR=VALUE]...
14501450
15091509
15101510 if test -n "$ac_init_help"; then
15111511 case $ac_init_help in
1512 short | recursive ) echo "Configuration of unbound 1.9.3:";;
1512 short | recursive ) echo "Configuration of unbound 1.9.4:";;
15131513 esac
15141514 cat <<\_ACEOF
15151515
17281728 test -n "$ac_init_help" && exit $ac_status
17291729 if $ac_init_version; then
17301730 cat <<\_ACEOF
1731 unbound configure 1.9.3
1731 unbound configure 1.9.4
17321732 generated by GNU Autoconf 2.69
17331733
17341734 Copyright (C) 2012 Free Software Foundation, Inc.
24372437 This file contains any messages produced by compilers while
24382438 running configure, to aid debugging if configure makes a mistake.
24392439
2440 It was created by unbound $as_me 1.9.3, which was
2440 It was created by unbound $as_me 1.9.4, which was
24412441 generated by GNU Autoconf 2.69. Invocation command line was
24422442
24432443 $ $0 $@
27892789
27902790 UNBOUND_VERSION_MINOR=9
27912791
2792 UNBOUND_VERSION_MICRO=3
2792 UNBOUND_VERSION_MICRO=4
27932793
27942794
27952795 LIBUNBOUND_CURRENT=9
2796 LIBUNBOUND_REVISION=3
2796 LIBUNBOUND_REVISION=4
27972797 LIBUNBOUND_AGE=1
27982798 # 1.0.0 had 0:12:0
27992799 # 1.0.1 had 0:13:0
28642864 # 1.9.1 had 9:1:1
28652865 # 1.9.2 had 9:2:1
28662866 # 1.9.3 had 9:3:1
2867 # 1.9.4 had 9:4:1
28672868
28682869 # Current -- the number of the binary API that we're implementing
28692870 # Revision -- which iteration of the implementation of the binary
2127221273
2127321274
2127421275
21275 version=1.9.3
21276 version=1.9.4
2127621277
2127721278 date=`date +'%b %e, %Y'`
2127821279
2179121792 # report actual input values of CONFIG_FILES etc. instead of their
2179221793 # values after options handling.
2179321794 ac_log="
21794 This file was extended by unbound $as_me 1.9.3, which was
21795 This file was extended by unbound $as_me 1.9.4, which was
2179521796 generated by GNU Autoconf 2.69. Invocation command line was
2179621797
2179721798 CONFIG_FILES = $CONFIG_FILES
2185721858 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2185821859 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2185921860 ac_cs_version="\\
21860 unbound config.status 1.9.3
21861 unbound config.status 1.9.4
2186121862 configured by $0, generated by GNU Autoconf 2.69,
2186221863 with options \\"\$ac_cs_config\\"
2186321864
1010 # must be numbers. ac_defun because of later processing
1111 m4_define([VERSION_MAJOR],[1])
1212 m4_define([VERSION_MINOR],[9])
13 m4_define([VERSION_MICRO],[3])
13 m4_define([VERSION_MICRO],[4])
1414 AC_INIT(unbound, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues, unbound)
1515 AC_SUBST(UNBOUND_VERSION_MAJOR, [VERSION_MAJOR])
1616 AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR])
1717 AC_SUBST(UNBOUND_VERSION_MICRO, [VERSION_MICRO])
1818
1919 LIBUNBOUND_CURRENT=9
20 LIBUNBOUND_REVISION=3
20 LIBUNBOUND_REVISION=4
2121 LIBUNBOUND_AGE=1
2222 # 1.0.0 had 0:12:0
2323 # 1.0.1 had 0:13:0
8888 # 1.9.1 had 9:1:1
8989 # 1.9.2 had 9:2:1
9090 # 1.9.3 had 9:3:1
91 # 1.9.4 had 9:4:1
9192
9293 # Current -- the number of the binary API that we're implementing
9394 # Revision -- which iteration of the implementation of the binary
0 README for Unbound 1.9.3
0 README for Unbound 1.9.4
11 Copyright 2007 NLnet Labs
22 http://unbound.net
33
00 #
11 # Example configuration file.
22 #
3 # See unbound.conf(5) man page, version 1.9.3.
3 # See unbound.conf(5) man page, version 1.9.4.
44 #
55 # this is a comment.
66
0 .TH "libunbound" "3" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "libunbound" "3" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" libunbound.3 -- unbound library functions manual
33 .\"
4343 .B ub_ctx_zone_remove,
4444 .B ub_ctx_data_add,
4545 .B ub_ctx_data_remove
46 \- Unbound DNS validating resolver 1.9.3 functions.
46 \- Unbound DNS validating resolver 1.9.4 functions.
4747 .SH "SYNOPSIS"
4848 .B #include <unbound.h>
4949 .LP
0 .TH "unbound-anchor" "8" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound-anchor" "8" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound-anchor.8 -- unbound anchor maintenance utility manual
33 .\"
0 .TH "unbound-checkconf" "8" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound-checkconf" "8" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound-checkconf.8 -- unbound configuration checker manual
33 .\"
0 .TH "unbound-control" "8" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound-control" "8" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound-control.8 -- unbound remote control manual
33 .\"
0 .TH "unbound\-host" "1" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound\-host" "1" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound-host.1 -- unbound DNS lookup utility
33 .\"
0 .TH "unbound" "8" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound" "8" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound.8 -- unbound manual
33 .\"
88 .\"
99 .SH "NAME"
1010 .B unbound
11 \- Unbound DNS validating resolver 1.9.3.
11 \- Unbound DNS validating resolver 1.9.4.
1212 .SH "SYNOPSIS"
1313 .B unbound
1414 .RB [ \-h ]
0 .TH "unbound.conf" "5" "Aug 27, 2019" "NLnet Labs" "unbound 1.9.3"
0 .TH "unbound.conf" "5" "Oct 3, 2019" "NLnet Labs" "unbound 1.9.4"
11 .\"
22 .\" unbound.conf.5 -- unbound.conf manual
33 .\"
10601060 size_t rdata_len;
10611061 uint8_t* rdata_ptr;
10621062 log_assert(LDNS_QDCOUNT(sldns_buffer_begin(pkt)) == 1);
1063 memset(edns, 0, sizeof(*edns));
10631064 if(LDNS_ANCOUNT(sldns_buffer_begin(pkt)) != 0 ||
10641065 LDNS_NSCOUNT(sldns_buffer_begin(pkt)) != 0) {
10651066 if(!skip_pkt_rrs(pkt, ((int)LDNS_ANCOUNT(sldns_buffer_begin(pkt)))+
10661067 ((int)LDNS_NSCOUNT(sldns_buffer_begin(pkt)))))
1067 return 0;
1068 return LDNS_RCODE_FORMERR;
10681069 }
10691070 /* check edns section is present */
10701071 if(LDNS_ARCOUNT(sldns_buffer_begin(pkt)) > 1) {
10711072 return LDNS_RCODE_FORMERR;
10721073 }
10731074 if(LDNS_ARCOUNT(sldns_buffer_begin(pkt)) == 0) {
1074 memset(edns, 0, sizeof(*edns));
10751075 edns->udp_size = 512;
10761076 return 0;
10771077 }