Module Name: src
Committed By: christos
Date: Tue Oct 4 23:47:12 UTC 2016
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind to address CVE-2016-2776
To generate a diff of this commit:
cvs rdiff -u -r1.1363 -r1.1364 src/doc/3RDPARTY
cvs rdiff -u -r1.2192 -r1.2193 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1363 src/doc/3RDPARTY:1.1364
--- src/doc/3RDPARTY:1.1363 Thu Sep 29 16:44:06 2016
+++ src/doc/3RDPARTY Tue Oct 4 19:47:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1363 2016/09/29 20:44:06 kre Exp $
+# $NetBSD: 3RDPARTY,v 1.1364 2016/10/04 23:47:12 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -114,8 +114,8 @@ Notes:
bc includes dc, both of which are in the NetBSD tree.
Package: bind [named and utils]
-Version: 9.10.4-P1
-Current Vers: 9.10.4-P2
+Version: 9.10.4-P3/BSD 9.11.0/MPL
+Current Vers: 9.10.4-P3/BSD
Maintainer: Paul Vixie <[email protected]>
Archive Site: ftp://ftp.isc.org/isc/bind9/
Home Page: http://www.isc.org/software/bind/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2192 src/doc/CHANGES:1.2193
--- src/doc/CHANGES:1.2192 Tue Oct 4 05:55:56 2016
+++ src/doc/CHANGES Tue Oct 4 19:47:12 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2192 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2193 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -377,3 +377,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
<time.h> header. Enable unconditionally the timespec struct
definition in <time.h>. Changes conform to the C11 standard.
[kamil 20161004]
+ bind: Import version 9.10.4-P3. [christos 20161004]