diff options
author | taca <taca@pkgsrc.org> | 2011-07-05 13:35:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-07-05 13:35:29 +0000 |
commit | 4557b8a21adc220041e456dd3b4d5d81e7e1752c (patch) | |
tree | 14b2c93499ac7ba893bb3f35191d9c4806389aef /net/bind98/Makefile | |
parent | b6a2887394884d90072b4718f21cbbb29ae9a407 (diff) | |
download | pkgsrc-4557b8a21adc220041e456dd3b4d5d81e7e1752c.tar.gz |
Update bind98 package to 9.8.0pl4 (9.8.0-P4), security release.
Introduction
BIND 9.8.0-P4 is security patch for BIND 9.8.0.
Please see the CHANGES file in the source code release for a complete
list of all changes.
--- 9.8.0-P4 released ---
3124. [bug] Use an rdataset attribute flag to indicate
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777]
--- 9.8.0-P3 released (withdrawn) ---
3126. [security] Using DNAME record to generate replacements caused
RPZ to exit with a assertion failure. [RT #23766]
3125. [security] Using wildcard CNAME records as a replacement with
RPZ caused named to exit with a assertion failure.
[RT #24715]
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777]
3115. [bug] Named could fail to return requested data when
following a CNAME that points into the same zone.
[RT #2445]
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 b9fbe15726d..d38288255c9 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/05/27 06:45:30 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/07/05 13:35:29 taca 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.0-P2 +BIND_VERSION= 9.8.0-P4 .include "../../mk/bsd.prefs.mk" |