diff options
author | spz <spz@pkgsrc.org> | 2011-11-16 21:34:44 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-11-16 21:34:44 +0000 |
commit | 9632798ee2540a44e95aa26ffba3a2c0a3eb032f (patch) | |
tree | f1884726eac2a398ca8349b5f984b9557b3b413a /net/bind98/Makefile | |
parent | ce10e5c6de9f2181a4320822213c9d82de7d50f6 (diff) | |
download | pkgsrc-9632798ee2540a44e95aa26ffba3a2c0a3eb032f.tar.gz |
BIND 9.8.1-P1 is security patch for BIND 9.8.1.
* BIND 9 nameservers performing recursive queries could cache an invalid
record and subsequent queries for that record could crash the resolvers
with an assertion failure. [RT #26590]
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 3be15e1e6d7..9edea29d8c5 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/09/01 03:44:35 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/16 21:34:44 spz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.1 +BIND_VERSION= 9.8.1-P1 .include "../../mk/bsd.prefs.mk" |