diff options
author | itojun <itojun@pkgsrc.org> | 2001-05-17 18:56:03 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-05-17 18:56:03 +0000 |
commit | 1d8d44e973cbedc5eaa448e99690834fcf9f4fa3 (patch) | |
tree | 456eb765ab79d47bd5ac2f7edecc29a994ed9fa3 /net/bind8/Makefile | |
parent | 818175b42a4795794bf902643c507d25c6ff8e73 (diff) | |
download | pkgsrc-1d8d44e973cbedc5eaa448e99690834fcf9f4fa3.tar.gz |
upgrade to 8.2.4.
Fixes long-standing protocol incompatibility in DNSSEC support.
Avoids fwd'ing to root name servers if response will be rejected.
new port/cygwin contributed by s_c_biggs@bigfoot.com.
new contrib/mdnkit (V1.3) from author.
new contrib/adm from official ftp site.
new contrib/host from author.
new contrib/dnsp from author.
fixed file descriptor leak in resolver.
numerous portability improvements.
numerous bug fixes.
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 0fe5000f312..5d22dbc3c8d 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,14 +1,14 @@ # -# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/17 18:56:03 itojun Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # DISTNAME= bind -PKGNAME= bind-8.2.3 +PKGNAME= bind-8.2.4 WRKSRC= ${WRKDIR}/src CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.3/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.4/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz MAINTAINER= packages@NetBSD.org @@ -17,7 +17,7 @@ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS Y2K= http://www.isc.org/ISC/y2k.html -DIST_SUBDIR= bind/8.2.3 +DIST_SUBDIR= bind/8.2.4 EXTRACT_ONLY= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz post-build: @@ -26,6 +26,6 @@ post-build: post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 + (cd ${WRKDIR}/doc/html/; tar Bpcf - .) | (cd ${PREFIX}/share/doc/bind8; tar Bpxf -) .include "../../mk/bsd.pkg.mk" |