diff options
author | itojun <itojun> | 2000-11-10 07:38:22 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-10 07:38:22 +0000 |
commit | 4d3be2df14c388278061821f13b71039f5ebe994 (patch) | |
tree | 8d8ea817cbf2166df663b613e22e594b88b3d8c5 /net/bind8 | |
parent | ce34fd205b2d7a56e53b76a4442defa8a5d2e0a8 (diff) | |
download | pkgsrc-4d3be2df14c388278061821f13b71039f5ebe994.tar.gz |
upgrade to 8.2.2P7.
NOTE: we may need to run a printf format string audit like we did for
in-tree BIND8.
--- 8.2.2-P7 released ---
1048. [bug] ns_ctl_install() was corrupting the server_controls
list.
1007. [bug] only set STREAM_AXFRIXFR if the original query is
an IXFR.
982. [bug] rollback the compression pointers array when a
RRset/RR does not fit.
962. [bug] another almost-complete rewrite of IXFR from kjd (462)
[incorporate ZXFR DoS fix from #962]
--- 8.2.2-P6 released ---
903. [bug] divide by zero bug when querying for SIG records from
a secure zone.
902. [support] don't attempt to set q_fzone if we won't be using it.
901. [support] delay notify timer setting until all zones have been
loaded.
900. [port] hpux10 fix call to bison; sco call bison consistenly.
899. [bug] dynamically allocate buffer used to display RR rather
than uses a fixed sized one. grow as needed.
898. [bug] if truncation caused no RR's to appear in the answer we
mis-classified the answer on a NODATA.
897. [support] descriptors used by named should not be inherited by
named-xfer.
896. [contrib] add contrib/adm/adm-nxt, an exploit for the NXT bug
in 8.2 and 8.2.1. as before, we do not recommend its
use, and we do recommend that you run the latest BIND.
--- 8.2.2-P5 released ---
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/Makefile | 8 | ||||
-rw-r--r-- | net/bind8/files/md5 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index d1ff3e904c8..dd4f05072b2 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,14 +1,14 @@ # -# $NetBSD: Makefile,v 1.3 1999/11/16 17:08:13 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/10 07:38:22 itojun Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # DISTNAME= bind -PKGNAME= bind-8.2.2p5 +PKGNAME= bind-8.2.2p7 WRKSRC= ${WRKDIR}/src CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P7/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz MAINTAINER= packages@NetBSD.org @@ -16,7 +16,7 @@ HOMEPAGE= http://www.isc.org/products/BIND/ Y2K= http://www.isc.org/ISC/y2k.html -DIST_SUBDIR= bind/8.2.2-P5 +DIST_SUBDIR= bind/8.2.2-P7 EXTRACT_ONLY= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz post-build: diff --git a/net/bind8/files/md5 b/net/bind8/files/md5 index 67e0b1a2ded..7ba275cfac2 100644 --- a/net/bind8/files/md5 +++ b/net/bind8/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.2 1999/11/16 17:08:14 rh Exp $ +$NetBSD: md5,v 1.3 2000/11/10 07:38:22 itojun Exp $ -MD5 (bind/8.2.2-P5/bind-src.tar.gz) = fd8ab0befccc3546531904eac12cf6f7 -MD5 (bind/8.2.2-P5/bind-doc.tar.gz) = 32f60488e6c2c5ef583c96742f0c8f07 +MD5 (bind/8.2.2-P7/bind-src.tar.gz) = 832669455e70a4b58e635b6b02e87910 +MD5 (bind/8.2.2-P7/bind-doc.tar.gz) = 6f26254fdd43e3d4b8b42062bb9766db |