Opened 5 years ago

Closed 5 years ago

#12326 closed enhancement (fixed)

ldns-1.7.1

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

1.7.1 2019-07-26

  • bugfix: Manage verification paths for OpenSSL >= 1.1.0
  • bugfix 4106: find the SDK on MacOS X <= 10.6
  • bugfix 4155: ldns-config contains never used variables
  • bugfix 4221: drill -x crashes with malformed IPv4 address
  • bugfix 3437: CDS & CDNSKEY RRsets should be signed with the KSK
  • bugfix 1566, 1568, 1569, 1570: Potential NULL Dereferences
  • bugfix 1260: Anticipate strchr returning NULL on unfound char
  • bugfix 1257: Free after reallocing to 0 size
  • bugfix 1256: Check parse limit before t increment
  • bugfix 1245: Only one signature per RRset needs to be valid with ldns-verify-zone.
  • ldns-notify can use all supported hash algorithms with -y.
  • bugfix 1209: make install ldns.pc file
  • bugfix 1218: Only chase DS if signer is parent of owner.
  • bugfix 617: Retry WKS service and protocol names lower case.
  • Spelling errors in binaries and man pages
  • removed duplicate condition in ldns_udp_send_query.
  • ldns_wire2pkt: fix null pointer dereference if pkt allocation fails and fix memory leak with more EDNS sections
  • bugfix 1399: ldns_pkt2wire() Python binding is broken.
  • ED25519 and ED448 support. Default is to autodetect support in OpenSSL. Disable with --disable-ed25519 and --disable-ed448.
  • ldns-notify: can have IPv6 address as argument.
  • Fix time sensitive TSIG compare vulnerability.
  • Fix that ldns-testns ignores sigpipe.
  • Fix that ldns-notify sets the query RR as question RR, this removes the wrong TTL and 0 rdata from the packet printout.
  • Allow -T flag to be used together with drill -x
  • Python bindings compile with swig 4.0
  • bugfix 4248: drill -DT fails for CNAME domain
  • bugfix 4214: Various fixes and leaks found by coverity.
  • Feature 3394: An -I option to ldns-notify to specify a source IP address to send to notify from.
  • Bugfix 279: New API functions ldns_udp_connect2, ldns_tcp_connect2, ldns_udp_bgsend2 and ldns_tcp_bgsend2, that return -1 on failure and allow socket number 0 to be returned too.
  • Bugfix 1447: More verbose reporting of chasing problems with ldns-verify-zone.
  • OpenSSL engine support with ldns-signzone. See also https://penzin.net/ldns-signzone/
  • Various improvements found with shellcheck.
  • PR 36 Update manpage of ldns-notify to mention algorithm support with TSIG.
  • Compile warnings with signed char input to to_lower() and is_digit() with NetBSD.
  • Missing Makefile.PL in DNS-LDNS perl module contribution.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 21876.

Note: See TracTickets for help on using tickets.