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 | |
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')
-rw-r--r-- | net/bind98/Makefile | 4 | ||||
-rw-r--r-- | net/bind98/distinfo | 8 |
2 files changed, 6 insertions, 6 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" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index 6ac995871d6..7dbafdfa2df 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2011/09/01 03:44:35 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/11/16 21:34:44 spz Exp $ -SHA1 (bind-9.8.1.tar.gz) = 7e6ed6ebc896b1de33a9f440233066c60539de4c -RMD160 (bind-9.8.1.tar.gz) = a1a49ce0b1b6a5c6dd339fe160920cd4f39e2372 -Size (bind-9.8.1.tar.gz) = 8450567 bytes +SHA1 (bind-9.8.1-P1.tar.gz) = 1cff6594aa185d84942edd2f3cc06dff9cebb04b +RMD160 (bind-9.8.1-P1.tar.gz) = 3183167d73a5da81e7e286a6eb123fc8684f4421 +Size (bind-9.8.1-P1.tar.gz) = 8451969 bytes SHA1 (patch-config.threads.in) = 3d8ee03230fdb6aca545a67759ba7aacda52bb61 SHA1 (patch-configure) = 81a83d750f5c6d21abb30a743a4aa09e7d91711e SHA1 (patch-contrib_dlz_drivers_sdlz__helper.c) = d6e9a7145449874ad00a0b28b1582df5a2516965 |