From c33f5ed3c72731c2e885866559398da18435e21e Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 14 Nov 2002 04:13:46 +0000 Subject: pull in http://www.isc.org/products/BIND/patches/bind833.patch bump PKGREVISION --- 1469. [bug] buffer length calculation for PX was wrong. 1468. [bug] ns_name_ntol() could overwite a zero length buffer. 1467. [bug] off by one bug in ns_makecannon(). 1466. [bug] large ENDS UDP buffer size could trigger a assertion. 1465. [bug] possible NULL pointer dereference in db_sec.c 1464. [bug] the buffer used to construct the -ve record was not big enough for all possible SOA records. use pointer arithmetic to calculate the remaining size in this buffer. 1463. [bug] use serial space arithmetic to determine if a SIG is too old, in the future or has internally constistant times. 1462. [bug] write buffer overflow in make_rr(). --- net/bind8/Makefile | 6 +++++- net/bind8/distinfo | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'net/bind8') diff --git a/net/bind8/Makefile b/net/bind8/Makefile index b75e2c08e37..dbd775c4554 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -1,11 +1,12 @@ # -# $NetBSD: Makefile,v 1.14 2002/06/28 06:03:04 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2002/11/14 04:13:46 itojun Exp $ # # FreeBSD Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp # DISTNAME= bind PKGNAME= bind-${BIND_VERSION} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/src CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${BIND_VERSION}/ @@ -15,6 +16,9 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS +PATCH_SITES= http://www.isc.org/products/BIND/patches/ +PATCHFILES= bind833.diff + Y2K= http://www.isc.org/ISC/y2k.html BIND_VERSION= 8.3.3 diff --git a/net/bind8/distinfo b/net/bind8/distinfo index 8588e8378a1..ccbcaa2fb2a 100644 --- a/net/bind8/distinfo +++ b/net/bind8/distinfo @@ -1,9 +1,11 @@ -$NetBSD: distinfo,v 1.10 2002/08/19 18:26:22 seb Exp $ +$NetBSD: distinfo,v 1.11 2002/11/14 04:13:46 itojun Exp $ SHA1 (bind/8.3.3/bind-src.tar.gz) = d78e1e0818c16e6a81b2fbd545b564e73c1229fe Size (bind/8.3.3/bind-src.tar.gz) = 1411990 bytes SHA1 (bind/8.3.3/bind-doc.tar.gz) = 476f2b545f56b8fc2aad9d6e00653d1e267cfef6 Size (bind/8.3.3/bind-doc.tar.gz) = 1488903 bytes +SHA1 (bind/8.3.3/bind833.diff) = b903de162847cf00e30bc8949b11187161396fe7 +Size (bind/8.3.3/bind833.diff) = 8590 bytes SHA1 (patch-aa) = 6897694a7fa77bfb7c5da2d29a7537c948c669cb SHA1 (patch-ab) = 0d0e2e1a8cb58fc6c11b60fcc69fe496251f7659 SHA1 (patch-ac) = fdf75b6b53fe4b9ab6ca74b90400edda54a825b1 -- cgit v1.2.3