diff options
author | itojun <itojun@pkgsrc.org> | 2002-10-07 10:31:18 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-10-07 10:31:18 +0000 |
commit | 6f571de5632b39ad3714f7a573e22557d083d14d (patch) | |
tree | b3469eddcd0557fd405fc8fe11fa64e7414f6b87 | |
parent | 2f7e4b21679a6451d766c6ac8cd7e5a11772f86c (diff) | |
download | pkgsrc-6f571de5632b39ad3714f7a573e22557d083d14d.tar.gz |
upgrade to 4.9.10. security fix.
--- 4.9.10-REL released ---
821. [bug] read buffer overflows.
820. [port] __printf0like required for test build under FreeBSD.
819. [cleanup] res_mkquery.c: kill buflen manipulation.
-rw-r--r-- | net/bind4/Makefile | 8 | ||||
-rw-r--r-- | net/bind4/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index de7b02fb01e..3a3516877b0 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2002/06/28 05:49:09 itojun Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/07 10:31:18 itojun Exp $ # -DISTNAME= bind-4.9.9-REL -PKGNAME= bind-4.9.9 +DISTNAME= bind-4.9.10-REL +PKGNAME= bind-4.9.10 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.9/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.10/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.isc.org/ diff --git a/net/bind4/distinfo b/net/bind4/distinfo index 8bf493d6d24..d8a1906bb6a 100644 --- a/net/bind4/distinfo +++ b/net/bind4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/06/28 05:49:09 itojun Exp $ +$NetBSD: distinfo,v 1.5 2002/10/07 10:31:19 itojun Exp $ -SHA1 (bind-4.9.9-REL.tar.gz) = 5cdc7adbeb734202293bc21f642e20d8fc211908 -Size (bind-4.9.9-REL.tar.gz) = 1969930 bytes +SHA1 (bind-4.9.10-REL.tar.gz) = e1c0c288ced428df76b82bed8dcd948d44e6e0f5 +Size (bind-4.9.10-REL.tar.gz) = 1969945 bytes |