Opened 5 years ago

Closed 5 years ago

#11412 closed enhancement (fixed)

unbound-1.8.3

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
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

Summary: unbound-1.8.2unbound-1.8.3

Now version 1.8.3

  • Fix dns64 allocation in wrong region for returned internal queries.
  • iana portlist updated.
  • Fix chroot auth-zone fix to remove chroot prefix.
  • Fix leak in chroot fix for auth-zone.
  • Fix clang analysis for outside directory build test.
  • Fix DNS64 to not store intermediate results in cache, this avoids other threads from picking up the wrong data. The module restores the previous no_cache_store setting when the the module is finished.
  • Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.
  • New and better fix for Fix #4193: Fix that prefetch failure does not overwrite valid cache entry with SERVFAIL.
  • auth-zone give SERVFAIL when expired, fallback activates when expired, and this is documented in the man page.
  • stat count SERVFAIL downstream auth-zone queries for expired zones.
  • Put new logos into windows installer.
  • Fix windows compile for new rrset roundrobin fix.
  • Update contrib fastrpz patch for latest release.
  • Fix to not set GLOB_NOSORT so the unbound.conf include: files are sorted and in a predictable order.
  • Fix #4193: Fix that prefetch failure does not overwrite valid cache entry with SERVFAIL.
  • Add unbound-control view_local_datas command, like local_datas.
  • Fix that unbound-control can send file for view_local_datas.
  • With ./configure --with-pyunbound --with-pythonmodule PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests succeed for the python module.
  • pythonmod logs the python error and traceback on failure.
  • ignore debug python module for test in doxygen output.
  • review fixes for python module.
  • Fix #4209: Crash in libunbound when called from getdns.
  • auth zone zonefiles can be in a chroot, the chroot directory components are removed before use.
  • Fix that empty zonefile means the zonefile is not set and not used.
  • make depend.
  • Scrub NS records from NODATA responses as well.
  • Scrub NS records from NXDOMAIN responses to stop fragmentation poisoning of the cache.
  • Add patch from Jan Vcelak for pythonmod, add sockaddr_storage getters, add support for query callbacks, allow raw address access via comm_reply and update API documentation.
  • Removed compile warnings in pythonmod sockaddr routines.
  • Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes option in unbound.conf.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20888.

Note: See TracTickets for help on using tickets.