diff options
author | taca <taca@pkgsrc.org> | 2012-10-10 03:06:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-10-10 03:06:37 +0000 |
commit | a88bf8dea3aa2464e9199e623179dbd254ec7551 (patch) | |
tree | 4b4dd01b7f74f80ef3c760b533efe91cf4b51aef | |
parent | 44fd79fa8d9f2b7e2c90b40a4421621600a3ae97 (diff) | |
download | pkgsrc-a88bf8dea3aa2464e9199e623179dbd254ec7551.tar.gz |
Update bind98 package to 9.8.4.
Here are change changes from release note. Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind98 package.
Please refer https://kb.isc.org/article/AA-00797 for list of full bug fixes.
Security Fixes
* A deliberately constructed combination of records could cause named to hang
while populating the additional section of a response. [CVE-2012-5166] [RT
#31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
could cause undesirable behavior, including termination of the named
process. [CVE-2012-1667] [RT #29644]
New Features
* Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are
now supported per RFC 6605. [RT #21918]
Feature Changes
* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
[RT #29492]
-rw-r--r-- | net/bind98/Makefile | 5 | ||||
-rw-r--r-- | net/bind98/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index ef883f09608..ce0057144d6 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 21:56:52 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/10 03:06:37 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.3-P3 +BIND_VERSION= 9.8.4 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index 7e4b3380be3..91e73c09b98 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2012/09/13 01:35:18 taca Exp $ +$NetBSD: distinfo,v 1.15 2012/10/10 03:06:37 taca Exp $ -SHA1 (bind-9.8.3-P3.tar.gz) = 49ec161887601465c486de4c817271a9dbf5575f -RMD160 (bind-9.8.3-P3.tar.gz) = 0576fd67e0c003c8d40e551035ed5ba91033edfd -Size (bind-9.8.3-P3.tar.gz) = 7109848 bytes +SHA1 (bind-9.8.4.tar.gz) = 3ea4b34fa12868796e4aad06663e7d1689b1cbe1 +RMD160 (bind-9.8.4.tar.gz) = 20940bcf6c47eefaec905d474a3470f4aa9aa9a8 +Size (bind-9.8.4.tar.gz) = 7141026 bytes SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b |