18 Commits

Author SHA1 Message Date
otto
3d78978648 Fix unaligned access on sparc64; backport from upstream; ok sthen@ 2019-02-08 20:08:57 +00:00
sthen
65b36a0291 update to powerdns-4.1.5
2018-03: Crafted zone record can cause a denial of service (CVE-2018-10851)
https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-03.html

2018-05: Packet cache pollution via crafted query (CVE-2018-14626)
https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-05.html
2018-11-06 22:52:06 +00:00
florian
acfcaa2743 update to 4.1.4
OK sthen
2018-09-09 17:47:28 +00:00
sthen
8e5238cb0f unbreak powerdns now that libressl has more 1.1 api functions. may also be
possible to remove thread locking with auto-init support but skipping
that for now.

attempt to build on hppa again; it switched compiler since it was marked
BROKEN.
2018-03-18 22:56:21 +00:00
sthen
ee47670377 fix; libressl api 2018-02-19 18:27:44 +00:00
sthen
9e506c26eb update to powerdns-4.1.1 2018-02-17 11:20:55 +00:00
sthen
6b8570f084 - update to PowerDNS Authoritative 4.1.0, mostly from florian@ with
some tweaks by me.

- retire local sample SQL schemas in files/; up-to-date ones from
upstream are installed in the doc dir.

- remove "from upstream" section of files/pdns.conf; instead use
this file as a header only, catted together with upstream's up-to-date
version. add uid setting in sample config.
2018-02-01 21:47:43 +00:00
espie
da0c04486d WANT_CXX
fix json11 (from freebsd)
2017-05-27 06:21:43 +00:00
florian
ecc7ed3a0a update to 4.0.3
OK ajacoutot
2017-01-20 08:26:39 +00:00
florian
1c87fbb264 Update to 4.0.1
c++11 clue bat & OK sthen@
2016-08-31 14:25:04 +00:00
sthen
efae281202 update to PowerDNS 3.4.5, ok florian@ 2015-07-01 21:10:42 +00:00
florian
e2560afb16 Update to 3.4.4.
OK weerd@
2015-05-08 13:13:14 +00:00
florian
2213229d40 Update to 3.4.3.
This is a major upgrade from the old 2.9.x version, refer to
https://doc.powerdns.com/md/authoritative/upgrading/ for upgrading
instructions.
testing by me and weerd@
Input, tweaks and OK sthen@
2015-04-14 18:10:27 +00:00
sthen
f043303909 update to PowerDNS 2.9.22.5; CVE-2012-0206; can be caused to loop packets
http://doc.powerdns.com/powerdns-advisory-2012-01.html - From Brad
2012-01-11 01:41:47 +00:00
sthen
d72e2bdbfd From Brad:
- Update the autoconf script now that our gcc properly obeys -rdynamic
- Improve patch for dns.hh header

From me:

- Add an rc script
2011-10-24 19:47:55 +00:00
sthen
4d27560758 - update to 2.9.22, enable ldap.
- unbreak modules; when any module was enabled pdns_server was failing
to start up(!). Brad traced this to a LINK_SPEC problem and came up
with the workaround in patch-configure_in, thanks very much!

- set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself
can work static-only, but you need to compile-in the relevant modules,
which doesn't mix well with MULTI_PACKAGES.

mysql backend is tested; other backends not yet, but this is a big
improvement on what's there at the moment.
2009-06-23 22:59:57 +00:00
jasper
1ebf0c0630 - SECURITY UPDATE of powerdns to 2.9.21.2
* fixes CVE-2008-5277 "CH HINFO Denial of Service Vulnerability"
- sprinkle some comments in the patch-files
2008-12-16 10:30:27 +00:00
jasper
cd55a396b9 import powerdns 2.9.21.1
pdnsd is a proxy dns server with permanent caching (the cache
contents are written to hard disk on exit) that is designed to cope
with unreachable or down dns servers (for example in dial-in
networking).

original port by dlg@ and robert@, banged into shape by me.
not hooked to the builds as this needs further testing/tweaking
2008-10-02 18:40:41 +00:00