diff options
author | taca <taca@pkgsrc.org> | 2011-07-05 13:56:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-07-05 13:56:35 +0000 |
commit | 23799dc908ee15ff71f565a93095dc69e50c4faf (patch) | |
tree | c0b893c4e484360d5a07887bea835b89e14e412c /net | |
parent | 11005c38cb77305de5e356f2cb88a4829e80bb08 (diff) | |
download | pkgsrc-23799dc908ee15ff71f565a93095dc69e50c4faf.tar.gz |
Update bind97 package to bind-9.7.3pl3 (9.7.3-P3), security release.
--- 9.7.3-P3 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.7.3-P2 released (withdrawn) ---
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind97/Makefile | 4 | ||||
-rw-r--r-- | net/bind97/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index ed435be69cb..d214e7a512e 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/05/27 06:46:25 taca Exp $ +# $NetBSD: Makefile,v 1.8 2011/07/05 13:56:35 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.7.3-P1 +BIND_VERSION= 9.7.3-P3 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind97/distinfo b/net/bind97/distinfo index 837315762c4..07f405fbb12 100644 --- a/net/bind97/distinfo +++ b/net/bind97/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2011/05/27 06:46:25 taca Exp $ +$NetBSD: distinfo,v 1.8 2011/07/05 13:56:35 taca Exp $ -SHA1 (bind-9.7.3-P1.tar.gz) = 4c61aa9ca83310c18e2260748e2f1a5296c83d78 -RMD160 (bind-9.7.3-P1.tar.gz) = 838d9089b4f761608c0358a2f897654a7383357b -Size (bind-9.7.3-P1.tar.gz) = 7586464 bytes +SHA1 (bind-9.7.3-P3.tar.gz) = 90c5340daa94517e3bc7be89feef5ea6918fc390 +RMD160 (bind-9.7.3-P3.tar.gz) = 456aed6a9c6e87de43d38860eaef2ee5d67e1f8e +Size (bind-9.7.3-P3.tar.gz) = 7586748 bytes SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d SHA1 (patch-ac) = 8c994d3c775cea8ef55c38ba63a1112cd02ea1e3 |