pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ldns



Module Name:    pkgsrc
Committed By:   pettai
Date:           Sun Aug 29 21:51:34 UTC 2010

Modified Files:
        pkgsrc/net/ldns: Makefile distinfo

Log Message:
1.6.6
        * Fix ldns_rr_clone to copy question rrs properly.
        * Fix ldns_sign_zone(_nsec3) to clone the soa for the new zone.
        * Fix ldns_wire2dname size check from reading 1 byte beyond buffer end.
        * Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
        * Fix crash using GOST for particular platform configurations.
        * extern C declarations used in the header file.
        * Removed debug fprintf from resolver.c.
        * ldns-signzone checks if public key file is for the right zone.
        * NETLDNS, .NET port of ldns functionality, in contrib.
        * Fix handling of comments in resolv.conf parse.
        * GOST code enabled if SSL recent, RFC 5933.
        * bugfix #317: segfault util.c ldns_init_random() fixed.
        * Fix ldns_tsig_mac_new: allocate enough memory for the hash, fix use of
          b64_pton_calculate_size.
        * Fix ldns_dname_cat: size calculation and handling of realloc().
        * Fix ldns_rr_pop_rdf: fix handling of realloc().
        * Fix ldns-signzone for single type key scheme: sign whole zone if there
          are only KSKs.
        * Fix ldns_resolver: also close socket if AXFR failed (if you don't,
          it would block subsequent transfers).
        * Fix drill: allow for a secure trace if you use DS records as trust
          anchors.

1.6.5
        * Catch \X where X is a digit as an error.
        * Fix segfault when ip6 ldns resolver only has ip4 servers.
        * Fix NSEC record after DNSKEY at zone apex not properly signed.
        * Fix syntax error if last label too long and no dot at end of domain.
        * Fix parse of \# syntax with space for type LOC.
        * Fix ldns_dname_absolute for escape sequences, fixes some parse errs.
        * bugfix #297: linking ssl, bug due to patch submitted as #296.
        * bugfix #299: added missing declarations to host2str.h
        * ldns-compare-zones -s to not exclude SOA record from comparison.
        * --disable-rpath fix
        * fix ldns_pkt_empty()
        * fix ldns_resolver_new_frm_fp not ignore lines after a comment.
        * python code for ldns_rr.new_question_frm_str()
        * Fix ldns_dnssec_verify_denial: the signature selection routine.
        * Type TALINK parsed (draft-ietf-dnsop-trust-history).
        * bugfix #304: fixed dead loop in ldns_tcp_read_wire() and
          ldns_tcp_read_wire_timeout().
        * GOST support with correct algorithm numbers.  The plan is to make it
          enabled if openssl support is detected, but it is disabled by
          default in this release because the RFC is not ready.
        * Fixed comment in rbtree.h about being first member and data ptr.
        * Fixed possibly leak in case of out of memory in ldns_native2rdf...
        * ldns_dname_is_wildcard added.
        * Fixed: signatures over wildcards had the wrong labelcount.
        * Fixed ldns_verify() inconsistent return values.
        * Fixed ldns_resolver to copy and free tsig name, data and algorithm.
        * Fixed ldns_resolver to push search onto searchlist.
        * A ldns resolver now defaults to a non-recursive resolver that handles
          the TC bit.
        * ldns_resolver_print() prints more details.
        * Fixed ldns_rdf2buffer_str_time(), which did not print timestamps
          on 64bit systems.
        * Make ldns_resolver_nameservers_randomize() more random.
        * bugfix #310: POSIX specifies NULL second argument of gettimeofday.
        * fix compiler warnings from llvm clang compiler.
        * bugfix #309: ldns_pkt_clone did not clone the tsig_rr.
        * Fix gentoo ebuild for drill, 'no m4 directory'.
        * bugfix #313: drill trace on an empty nonterminal continuation.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ldns/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ldns/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index