diff options
author | taca <taca@pkgsrc.org> | 2012-06-04 13:25:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-04 13:25:53 +0000 |
commit | 273f6f30c20822c921ba2b7f2ad9d380c9b3276a (patch) | |
tree | 042de3e8ffd6576ae359142be0dc70decf7792ab /net/bind98/Makefile | |
parent | 01de1080fa71663cfe73c8811b110be92729e0cf (diff) | |
download | pkgsrc-273f6f30c20822c921ba2b7f2ad9d380c9b3276a.tar.gz |
Update bind98 to 9.8.3pl1 (BIND 9.8.3-P1).
Security release for CVE-2012-1667.
--- 9.8.3-P1 released ---
3331. [security] dns_rdataslab_fromrdataset could produce bad
rdataslabs. [RT #29644]
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 39419b0ddee..9cb60ca38fe 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/05/22 03:32:31 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/06/04 13:25:53 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.3 +BIND_VERSION= 9.8.3-P1 .include "../../mk/bsd.prefs.mk" |