pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind97 Update bind97 to 9.7.7 (BIND 9.7.7).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30d3c6e2cf91
branches:  trunk
changeset: 609770:30d3c6e2cf91
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 10 03:05:52 2012 +0000

description:
Update bind97 to 9.7.7 (BIND 9.7.7).

Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind97 package.

Please refer https://kb.isc.org/article/AA-00796 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

  None

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/bind97/Makefile |  5 ++---
 net/bind97/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 2af5028ce726 -r 30d3c6e2cf91 net/bind97/Makefile
--- a/net/bind97/Makefile       Wed Oct 10 03:04:57 2012 +0000
+++ b/net/bind97/Makefile       Wed Oct 10 03:05:52 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 21:56:52 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2012/10/10 03:05:52 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.7.6-P3
+BIND_VERSION=  9.7.7
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 2af5028ce726 -r 30d3c6e2cf91 net/bind97/distinfo
--- a/net/bind97/distinfo       Wed Oct 10 03:04:57 2012 +0000
+++ b/net/bind97/distinfo       Wed Oct 10 03:05:52 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2012/09/13 01:33:40 taca Exp $
+$NetBSD: distinfo,v 1.17 2012/10/10 03:05:52 taca Exp $
 
-SHA1 (bind-9.7.6-P3.tar.gz) = dd9a469eda9862572c5216031c5578d9cf50ab8c
-RMD160 (bind-9.7.6-P3.tar.gz) = fa023b67ec453d4e7e043b1df757230b8d4c9531
-Size (bind-9.7.6-P3.tar.gz) = 6971503 bytes
+SHA1 (bind-9.7.7.tar.gz) = 7dc47100e771fbcccf910d6e0a972fc5a95d431c
+RMD160 (bind-9.7.7.tar.gz) = 4368b107f139b0d34a5692d587bb8baeede2b6c9
+Size (bind-9.7.7.tar.gz) = 6989530 bytes
 SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48
 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d
 SHA1 (patch-ac) = ee4ca3d200b3d3f93b8ccfa2c6e51ab005b35a01



Home | Main Index | Thread Index | Old Index