diff options
author | itojun <itojun> | 2002-11-14 04:07:28 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-11-14 04:07:28 +0000 |
commit | 812dcb4adb7aae83dd339d15b4d6710750f62af4 (patch) | |
tree | 645d998f5bb242d5c7493991d71007da365d3ec3 /net | |
parent | dbeb11c7cec5f6a607827547d44d158be7e7af54 (diff) | |
download | pkgsrc-812dcb4adb7aae83dd339d15b4d6710750f62af4.tar.gz |
pull in http://www.isc.org/products/BIND/patches/bind4910.diff.
bump PKGREVISION.
--
825. [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.
824. [bug] use serial space arithmetic to determine if a SIG is
too old, in the future or has internally constistant
times.
824. [bug] write buffer overflow in make_rr().
823. [bug] getnetbyname() was broken.
822. [bug] write buffer overflows in getnetby{name,addr}().
Diffstat (limited to 'net')
-rw-r--r-- | net/bind4/Makefile | 6 | ||||
-rw-r--r-- | net/bind4/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 3a3516877b0..147c202a7db 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2002/10/07 10:31:18 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2002/11/14 04:07:28 itojun Exp $ # DISTNAME= bind-4.9.10-REL PKGNAME= bind-4.9.10 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.10/ @@ -10,6 +11,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.isc.org/ COMMENT= The BIND name server, version 4, as an alternative to BIND 8 +PATCH_SITES= http://www.isc.org/products/BIND/patches/ +PATCHFILES= bind4910.diff + WRKSRC= ${WRKDIR} .if !exists(/usr/sbin/named-bootconf) diff --git a/net/bind4/distinfo b/net/bind4/distinfo index d8a1906bb6a..ef98924f662 100644 --- a/net/bind4/distinfo +++ b/net/bind4/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/10/07 10:31:19 itojun Exp $ +$NetBSD: distinfo,v 1.6 2002/11/14 04:07:28 itojun Exp $ SHA1 (bind-4.9.10-REL.tar.gz) = e1c0c288ced428df76b82bed8dcd948d44e6e0f5 Size (bind-4.9.10-REL.tar.gz) = 1969945 bytes +SHA1 (bind4910.diff) = 87770be53e62637c3b426eeb7cc46edda9f83ef9 +Size (bind4910.diff) = 10497 bytes |