make it clear that this package is not for general use

This commit is contained in:
sthen 2015-01-23 11:54:55 +00:00
parent ab9641e4cf
commit a7627ad254
2 changed files with 6 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2013/12/01 08:45:33 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2015/01/23 11:54:55 sthen Exp $
COMMENT= BIND stub resolver library
V= 6.0
DISTNAME= libbind-6.0
EPOCH= 0
REVISION= 1
REVISION= 2
SHARED_LIBS += bind 4.0 # 6.1

View File

@ -1,8 +1,4 @@
ISC's libbind provides the standard resolver library, along with header
files and documentation, for communicating with domain name servers,
retrieving network host entries from /etc/hosts or via DNS, converting
CIDR network addresses, performing Hesiod information lookups,
retrieving network entries from /etc/networks, implementing TSIG
transaction/request security of DNS messages, performing name-to-address
and address-to-name translations, and utilizing /etc/resolv.conf for
resolver configuration.
This package provides the ISC libbind DNS resolver. It is not for general
purpose use and has known issues; it is intended *only* for special cases
where software relies on resolver internals and cannot be easily adapted
to the standard resolver in libc.