Merging upstream version 2.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
01b97c50cd
commit
424dd7d6cc
27 changed files with 1877 additions and 102 deletions
|
@ -46,25 +46,26 @@ environment with autoconf, automake, libtool and pkgconfig.
|
|||
- [OpenSSL](https://www.openssl.org/) - for TSIG support
|
||||
- [Concurrency Kit](http://concurrencykit.org/) - for atomic operations
|
||||
- [LDNS](https://nlnetlabs.nl/projects/ldns/about/) - optional for dynamic update support
|
||||
- [nghttp2](https://nghttp2.org) - for DNS-over-HTTPS support using HTTP/2
|
||||
|
||||
To install the dependencies under Debian/Ubuntu:
|
||||
```
|
||||
apt-get install -y libssl-dev libldns-dev libck-dev
|
||||
apt-get install -y libssl-dev libldns-dev libck-dev libnghttp2-dev
|
||||
```
|
||||
|
||||
To install the dependencies under CentOS (with EPEL enabled):
|
||||
```
|
||||
yum install -y openssl-devel ldns-devel ck-devel
|
||||
yum install -y openssl-devel ldns-devel ck-devel libnghttp2-devel
|
||||
```
|
||||
|
||||
To install the dependencies under FreeBSD 12+ using `pkg`:
|
||||
```
|
||||
pkg install -y openssl ldns concurrencykit
|
||||
pkg install -y openssl ldns concurrencykit libnghttp2
|
||||
```
|
||||
|
||||
To install the dependencies under OpenBSD 6+ using `pkg_add`:
|
||||
```
|
||||
pkg_add libldns
|
||||
pkg_add libldns nghttp2
|
||||
```
|
||||
|
||||
## Building from source tarball
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue