]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] remove references to compile options that aren't in 9.10
authorEvan Hunt <each@isc.org>
Fri, 21 Apr 2017 03:13:22 +0000 (20:13 -0700)
committerEvan Hunt <each@isc.org>
Fri, 21 Apr 2017 03:13:22 +0000 (20:13 -0700)
README
README.md

diff --git a/README b/README
index 346ba11d1744f7b1bd4b123876c4c38f1351e182..ad3783f958701e9feee86127b2c28601d50c278b 100644 (file)
--- a/README
+++ b/README
@@ -343,26 +343,13 @@ least one of the following: libxml2 http://xmlsoft.org or json-c https://
 github.com/json-c. If these are installed at a nonstandard location,
 specify the prefix using --with-libxml2=/prefix or --with-libjson=/prefix.
 
-To support compression on the HTTP statistics channel, the server must be
-linked against libzlib. If this is installed in a nonstandard location,
-specify the prefix using --with-zlib=/prefix.
-
-To support storing configuration data for runtime-added zones in an LMDB
-database, the server must be linked with liblmdb. If this is installed in
-a nonstandard location, specify the prefix using "with-lmdb=/prefix".
-
 To support GeoIP location-based ACLs, the server must be linked with
 libGeoIP. This is not turned on by default; BIND must be configured with
 "--with-geoip". If the library is installed in a nonstandard location, use
 specify the prefix using "--with-geoip=/prefix".
 
-For DNSTAP packet logging, you must have libfstrm https://github.com/
-farsightsec/fstrm and libprotobuf-c https://developers.google.com/
-protocol-buffers, and BIND must be configured with "--enable-dnstap".
-
-Python requires the 'argparse' and 'ply' modules to be available.
-'argparse' is a standard module as of Python 2.7 and Python 3.2. 'ply' is
-available from https://pypi.python.org/pypi/ply.
+Python requires the 'argparse' module to be available. 'argparse' is a
+standard module as of Python 2.7 and Python 3.2.
 
 On some platforms it is necessary to explicitly request large file support
 to handle files bigger than 2GB. This can be done by using
index 861f4a68473a357e5ee4abba4701aae91471a81a..f381c72a7d21ab7edc968d2a16e1e84c0a11612d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -337,28 +337,13 @@ least one of the following: libxml2
 installed at a nonstandard location, specify the prefix using
 `--with-libxml2=/prefix` or `--with-libjson=/prefix`.
 
-To support compression on the HTTP statistics channel, the server must be
-linked against libzlib.  If this is installed in a nonstandard location,
-specify the prefix using `--with-zlib=/prefix`.
-
-To support storing configuration data for runtime-added zones in an LMDB
-database, the server must be linked with liblmdb. If this is installed in a
-nonstandard location, specify the prefix using "with-lmdb=/prefix".
-
 To support GeoIP location-based ACLs, the server must be linked with
 libGeoIP. This is not turned on by default; BIND must be configured with
 "--with-geoip". If the library is installed in a nonstandard location, use
 specify the prefix using "--with-geoip=/prefix".
 
-For DNSTAP packet logging, you must have libfstrm
-[https://github.com/farsightsec/fstrm](https://github.com/farsightsec/fstrm)
-and libprotobuf-c
-[https://developers.google.com/protocol-buffers](https://developers.google.com/protocol-buffers),
-and BIND must be configured with "--enable-dnstap".
-
-Python requires the 'argparse' and 'ply' modules to be available.
+Python requires the 'argparse' module to be available.
 'argparse' is a standard module as of Python 2.7 and Python 3.2.
-'ply' is available from [https://pypi.python.org/pypi/ply](https://pypi.python.org/pypi/ply).
 
 On some platforms it is necessary to explicitly request large file support
 to handle files bigger than 2GB.  This can be done by using