diff --git a/net/libbind/Makefile b/net/libbind/Makefile index 95986f11de5..0ca044139ab 100644 --- a/net/libbind/Makefile +++ b/net/libbind/Makefile @@ -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 diff --git a/net/libbind/pkg/DESCR b/net/libbind/pkg/DESCR index 16cdd717adb..2adcb5feeb2 100644 --- a/net/libbind/pkg/DESCR +++ b/net/libbind/pkg/DESCR @@ -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.