./net/powerdns, Modern, advanced and high performance nameserver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q1, Version: 4.2.1, Package name: powerdns-4.2.1, Maintainer: pkgsrc-users

The PowerDNS nameserver is a modern, advanced and high performance
authoritative-only nameserver. It is written from scratch and conforms
to all the relevant DNS standards documents. PowerDNS is open source.

The PowerDNS nameserver utilizes a flexible backend architecture that
can access DNS information from any data source. This includes file
formats, Bind zone files, relational databases or LDAP directories.

See the net/powerdns-* packages for additional backend modules.



Package options: bind, pipe, random

Master sites:

SHA1: 81a4edb44f53f3f2c36793760ce30f81429fbc97
RMD160: 0efc805e4ed45ebdaf16cd97e2e797a37e000ca3
Filesize: 1223.466 KB

Version history: (Expand)


CVS history: (Expand)


   2020-06-08 21:00:34 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #6227 - requested by otis
net/powerdns: bugfixes

Revisions pulled up:
- net/powerdns/Makefile                                         1.55
- net/powerdns/Makefile.common                                  1.29
- net/powerdns/distinfo                                         1.40
- net/powerdns/patches/patch-pdns_iputils.hh                    deleted

---
   Module Name:    pkgsrc
   Committed By:   otis
   Date:           Sun Jun  7 18:55:13 UTC 2020

   Modified Files:
           pkgsrc/net/powerdns: Makefile Makefile.common distinfo
   Removed Files:
           pkgsrc/net/powerdns/patches: patch-pdns_iputils.hh

   Log message:
   net/powerdns: Update to 4.2.2

   Changes since 4.2.1:

   * Released:
     - 9th of April 2020

   * New Features:
     - api: add includerings option to statistics endpoint

   * Improvements:
     - cache: strictly enforce maximum size, and improve cleanup routine

   * Bug Fixes:
     - fix records ending up in wrong packet section

     - avoid IXFR-in corruption when deltas come in close together.
       Please see the IXFR-in corruption upgrade notes

     - fix out-of-bound access for zero length "serialized" string when
       using lmdbbackend.

     - bind backend: pthread_mutex_t should be inited and destroyed and not be copied

   * Reference:
     - https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2