Port details |
- bind910 BIND DNS suite with updated DNSSEC and DNS64
- 9.10.7_2 dns
=12 9.10.7_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Going out of support, please migrate to dns/bind911
This port expired on: 2018-06-30
- Maintainer: mat@FreeBSD.org
- Port Added: 2014-04-10 16:01:46
- Last Update: 2018-07-04 12:57:28
- SVN Revision: 473882
- People watching this port, also watch:: pkg, python27, openssl, apache24, nginx
- Also Listed In: ipv6 net
- License: ISCL
- WWW:
- https://www.isc.org/software/bind
- Description:
- BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture. Some of the important features of BIND 9 are:
DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support
See the CHANGES file for more information on new features.
WWW: https://www.isc.org/software/bind
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: bind910
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1521455507
SHA256 (bind-9.10.7.tar.gz) = e15e70982d966cd4b194ff483f5cc636c0017b054ae2e332ca3f28fe53f11660
SIZE (bind-9.10.7.tar.gz) = 9171441
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libidnkit.so : dns/idnkit
- libjson-c.so : devel/json-c
- libedit.so.0 : devel/libedit
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bind910-9.10.7_2:
DOCS=on: Build and/or install documentation
FETCHLIMIT=off: Enable the query quotas for resolvers
FILTER_AAAA=on: Enable filtering of AAAA records
FIXED_RRSET=off: Enable fixed rrset ordering
GEOIP=off: Allow geographically based ACL.
IDN=on: International Domain Names support
IPV6=on: IPv6 protocol support
JSON=on: JSON file/format/parser support
LARGE_FILE=off: 64-bit file support
MINCACHE=off: Use the mincachettl patch
PORTREVISION=off: Show PORTREVISION in the version string
PYTHON=on: Build with Python utilities
QUERYTRACE=off: Enable the very verbose query tracelogging
RPZ_NSDNAME=on: Enable RPZ NSDNAME policy records
RPZ_NSIP=on: Enable RPZ NSIP trigger rules
SIGCHASE=on: dig/host/nslookup will do DNSSEC validation
START_LATE=off: Start BIND late in the boot process (see help)
THREADS=on: Threading support
TUNING_LARGE=off: Tune named for large systems (**READ HELP**)
====> Dynamically Loadable Zones
DLZ_POSTGRESQL=off: DLZ Postgres driver
DLZ_MYSQL=off: DLZ MySQL driver (no threading)
DLZ_BDB=off: DLZ BDB driver
DLZ_LDAP=off: DLZ LDAP driver
DLZ_FILESYSTEM=on: DLZ filesystem driver
DLZ_STUB=off: DLZ stub driver
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=off: Using Heimdal in base
GSSAPI_HEIMDAL=off: Using security/heimdal
GSSAPI_MIT=off: Using security/krb5
GSSAPI_NONE=on: Disable
====> Choose which crypto engine to use: you can only select none or one of them
SSL=on: Build with OpenSSL (Required for DNSSEC)
NATIVE_PKCS11=off: Use PKCS#11 native API (**READ HELP**)
====> Enable GOST ciphers, needs SSL: you can only select none or one of them
GOST=off: GOST raw keys (new default)
GOST_ASN1=off: GOST using ASN.1
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe libedit iconv python ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.10.0rc2 28 Apr 2014 15:42:06 |
mat |
Update to 9.10.0.rc2
- Remove REPLACE_BASE option, I should have done so when adding 9.10.0.rc1
- Clean the Makefile a bit
Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000907.html
Sponsored by: Absolight |
9.10.0rc1_3 17 Apr 2014 16:43:49 |
mat |
Fix the rc script reload command.
Noticed by: David Samms
Sponsored by: Absolight |
9.10.0rc1_2 16 Apr 2014 19:03:11 |
zeising |
Bump portrevision for shlib change in libxml2
Approved by: portmgr (bdrewery, implicit) |
9.10.0rc1_1 12 Apr 2014 19:23:10 |
mat |
Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by: Absolight |
9.10.0rc1_1 10 Apr 2014 20:43:50 |
mat |
Two changes to the RC script
- Add a dependency on ldconfig
- Allow people to change the pidfile
PR: 188439
Submitted by: Oliver Lehmann
Sponsored by: Absolight |
9.10.0rc1 10 Apr 2014 16:01:28 |
mat |
Introduce BIND 9.10.0rc1
BIND 9.10 includes a number of changes from earlier releases, including:
- DNS Response-rate limiting (DNS RRL)
- A new "prefetch" option can improve recursive resolver performance
- ACLs can now be specified based on geographic location using the
MaxMind GeoIP databases.
- A new compile-time option, NATIVE_PKCS11 allows the BIND 9
cryptography functions to use the PKCS#11 API natively.
*NOTE*
This is a release candidate, it may contain bugs.
*NOTE*
Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000906.html
Sponsored by: Absolight |