aboutsummaryrefslogtreecommitdiff
path: root/net/pdns/patches/500-fix-uclibc-pretending-to-be-glibc.patch
Commit message (Collapse)AuthorAge
* pdns: correct incomplete fix for build failureJames Taylor2019-07-03
| | | | | | | | | | Maintainer: me This commit addresses a build failure around guards on execinfo.h usage to prevent uclibc from pulling it in, as it defines both __GLIBC__ and __UCLIBC__. The original patch had invalid syntax which this corrects. Signed-off-by: James Taylor <james@jtaylor.id.au>
* pdns-auth: Bump version to 4.1.10James Taylor2019-06-25
PowerDNS released two new versions which together add some features and address security issues. Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html This release and 4.1.9 together fix the following security advisories: PowerDNS Security Advisory 2019-04 (CVE-2019-10162) PowerDNS Security Advisory 2019-05 (CVE-2019-10163) Signed-off-by: James Taylor <james@jtaylor.id.au>