| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- PKG_LICENCE -> PKG_LICENSE
- PKC_LICENSE_FILES -> PKG_LICENSE_FILES
- BSD 3-Clause -> BSD-3-Clause
- BSD-3-clause -> BSD-3-Clause
- BSD-2-clause -> BSD-2-Clause
- Public Domain -> Public-Domain
- PublicDomain -> Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
|
|
|
| |
* Bump to 4.6.0
* Remove "random" backend as it is gone upstream
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
| |
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
|
|
|
|
|
|
|
| |
This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore,
due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures.
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TARGET_CXX is added, because PowerDNS now uses C++17.
pdns.conf-dist is updated to the latest version shipped by PowerDNS.
010-time_t-check.patch, which is also used in pdns-recursor and dnsdist,
is added to patch out the check for 64-bit time_t,
because OpenWrt still supports 32-bit devices.
100-pdns-disable-pdns.conf-dist.patch is refreshed.
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
|
|
|
|
| |
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
|
|
|
|
|
|
|
| |
Remove myself as maintainer from PowerDNS Related packages and add
Peter van Dijk from PowerDNS as the new maintainer
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
|
|
|
|
|
| |
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Use new AUTORELEASE variable.
Enable reproducible builds.
Remove Upstreamed patches. Refresh other one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Remove features removed upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Updates pdns to latest release in the 4.2 series.
Full change log for this release is available at:
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
The bn.h header is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Upgraded to pdns-4.2.1 and corrected issues with dependency management on
modules, in addition to moving zone2ldap under the ldap backend (It's only
compiled if ldap backend is enabled)
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compile Tested: yes, selects lua as implementation and doesn't pick up luajit
Run Tested: no, minor change
Maintainer: me
Description:
On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added
as a dependency. On previous versions this was controlled by passing `--with-lua`
and `--without-luajit` however this isn't functional anymore.
On the 4.2 series, it is instead possible to define the lua implementation to be
used by passing `--with-lua=[implementation]` ie `--with-lua=lua`
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
|
|
|
|
|
|
| |
Bump PowerDNS Authoritative DNS Server to 4.2.0. Release changelong can be found at
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.0
Compile Tested: OpenWRT Snapshot - armv7
Run Tested: Linksys WRT1900ACS - package runs correctly, not all functionality has been tested.
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
|
|
| |
Bump PowerDNS Authoritative Nameserver to latest upstream 4.1.13
Signed-off-by: James Taylor <james@jtaylor.id.au>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
Maintainer: me
Compile tested: armv7l, OpenWRT SDK
Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 -
confirmed PowerDNS server links correctly against libraries. I'm unable to test
all the backend modules as I don't have suitable backing stores set up for each.
Description:
PowerDNS is a versatile nameserver which supports a large number of different
backends ranging from simple zonefiles to relational databases and load
balancing/failover algorithms. PowerDNS tries to emphasize speed and security.
This commit includes the authoritative nameserver, backends and additional tools
https://www.powerdns.com/auth.html
Signed-off-by: James Taylor <james@jtaylor.id.au>
|