pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind98 Update bind98 package to 9.8.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7ccb5f6a17c
branches: trunk
changeset: 609771:b7ccb5f6a17c
user: taca <taca%pkgsrc.org@localhost>
date: Wed Oct 10 03:06:37 2012 +0000
description:
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]
diffstat:
net/bind98/Makefile | 5 ++---
net/bind98/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 30d3c6e2cf91 -r b7ccb5f6a17c net/bind98/Makefile
--- a/net/bind98/Makefile Wed Oct 10 03:05:52 2012 +0000
+++ b/net/bind98/Makefile Wed Oct 10 03:06:37 2012 +0000
@@ -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 @@
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.8.3-P3
+BIND_VERSION= 9.8.4
.include "../../mk/bsd.prefs.mk"
diff -r 30d3c6e2cf91 -r b7ccb5f6a17c net/bind98/distinfo
--- a/net/bind98/distinfo Wed Oct 10 03:05:52 2012 +0000
+++ b/net/bind98/distinfo Wed Oct 10 03:06:37 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index