pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Jun 10 14:22:29 UTC 2015

Modified Files:
        pkgsrc/net/powerdns-recursor: Makefile distinfo options.mk
        pkgsrc/net/powerdns-recursor/patches: patch-dns.hh patch-dnsparser.cc
            patch-dnsparser.hh patch-kqueuemplexer.cc patch-namespaces.hh
            patch-pdns__recursor.1 patch-pdns__recursor.cc
            patch-rec__channel.cc patch-rec__channel__rec.cc
            patch-rec__control.1 patch-recursor__cache.cc patch-reczones.cc
Added Files:
        pkgsrc/net/powerdns-recursor/patches: patch-Makefile.in
            patch-iputils.hh patch-sysdeps_SunOS.inc
Removed Files:
        pkgsrc/net/powerdns-recursor/patches: patch-CVE-2014-8601
            patch-Makefile patch-brg_endian.h patch-cachecleaner.hh
            patch-recpacketcache.hh patch-recursor__cache.hh patch-syncres.cc
            patch-syncres.hh

Log Message:
Update net/powerdns-recursor to 3.7.3.
Add SMF support.
Defuzz patches.

PowerDNS Recursor 3.7.3
- Limit the maximum length of a qname
- pdnssec: check for glue and delegations in parent zones

PowerDNS Recursor 3.7.2
- Fix handling of forward references in label compressed packets;
  fixes CVE-2015-1868.
- Minor improvements and bugfixes.

PowerDNS Recursor 3.7.1
- New root-nx-trust flag makes PowerDNS generalize NXDOMAIN responses
  from the root-servers
- getregisteredname() for Lua, which turns 'www.bbc.co.uk' into 'bbc.co.uk'
- Lua preoutquery filter
- Lua IP-based filter (ipfilter) before parsing packets
- iputils class for Lua, to quickly process IP addresses and netmasks
  in their native format
- getregisteredname function for Lua, to find the registered domain
  for a given name
- Various new ringbuffers: top-servfail-remotes, top-largeanswer-remotes,
  top-servfail-queries
- Minor improvements and bugfixes.

PowerDNS Recursor 3.6.2
- Minor improvements and bugfixes.

PowerDNS Recursor 3.6.1
- Fix for a crash under a specific sequence of packets.

PowerDNS Recursor 3.6.0
- Implement minimum-ttl-override config setting, plus runtime configurability
  via 'rec_control set-minimum-ttl'.
- Lots of work on the JSON API, which is exposed via Aki Tuomi's 'yahttp'.
- Lua modules can now use 'pdnslog(INFO..')
- Adopt any-to-tcp feature to the recursor.
- Implement built-in statistics dumper using the 'carbon' protocol, which
  is also understood by metronome (our mini-graphite). Use 'carbon-server',
  'carbon-ourname' and 'carbon-interval' settings.
- New setting 'udp-truncation-threshold' to configure from how many bytes
  we should truncate. commit a09a8ce.
- Proper support for CHaos class for CHAOS TXT queries.
- Added support for Lua scripts to drop queries w/o further processing.
- Kevin Holly added qtype statistics to recursor and rec_control.
- Add support for include-files in configuration, also reload ACLs and zones
  defined in them.
- Paulo Anes contributed server-down-max-fails which helps combat
  Recursive DNS based amplification attacks.
- Implement "followCNAMERecords" feature in the Lua hooks.
- Minor improvements and bugfixes.

PowerDNS Recursor 3.5.3
- This is a bugfix and performance update to 3.5.2. It brings serious
  performance improvements for dual stack users.

PowerDNS Recursor 3.5.2
- This is a stability and bugfix update to 3.5.1. It contains important
  fixes that improve operation for certain domains.

PowerDNS Recursor 3.5.1
- This is a stability and bugfix update to 3.5.

PowerDNS Recursor 3.5
- The local zone server now understands wildcards.
- The Lua postresolve and nodata hooks.
- A new feature, rec_control trace-regex allows the tracing of lookups
  for specific names
- A new setting, export-etc-hosts-search-suffix, adds a configurable
  suffix to names imported from /etc/hosts
- Minor improvements & bugfixes

PowerDNS Recursor 3.3.1
- Small number of important fixes, adds some memory usage statistics,
  but no new features


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/powerdns-recursor/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/powerdns-recursor/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/powerdns-recursor/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/powerdns-recursor/patches/patch-CVE-2014-8601 \
    pkgsrc/net/powerdns-recursor/patches/patch-Makefile \
    pkgsrc/net/powerdns-recursor/patches/patch-brg_endian.h \
    pkgsrc/net/powerdns-recursor/patches/patch-cachecleaner.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-recpacketcache.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-recursor__cache.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-syncres.cc \
    pkgsrc/net/powerdns-recursor/patches/patch-syncres.hh
cvs rdiff -u -r0 -r1.1 pkgsrc/net/powerdns-recursor/patches/patch-Makefile.in \
    pkgsrc/net/powerdns-recursor/patches/patch-iputils.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-sysdeps_SunOS.inc
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/powerdns-recursor/patches/patch-dns.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-rec__channel.cc
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/net/powerdns-recursor/patches/patch-dnsparser.cc \
    pkgsrc/net/powerdns-recursor/patches/patch-dnsparser.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-kqueuemplexer.cc \
    pkgsrc/net/powerdns-recursor/patches/patch-namespaces.hh \
    pkgsrc/net/powerdns-recursor/patches/patch-pdns__recursor.1 \
    pkgsrc/net/powerdns-recursor/patches/patch-rec__channel__rec.cc \
    pkgsrc/net/powerdns-recursor/patches/patch-rec__control.1 \
    pkgsrc/net/powerdns-recursor/patches/patch-recursor__cache.cc \
    pkgsrc/net/powerdns-recursor/patches/patch-reczones.cc
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/net/powerdns-recursor/patches/patch-pdns__recursor.cc

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