Module Name: src
Committed By: christos
Date: Wed Nov 27 05:50:26 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind (tcp DoS security fix)
To generate a diff of this commit:
cvs rdiff -u -r1.1670 -r1.1671 src/doc/3RDPARTY
cvs rdiff -u -r1.2616 -r1.2617 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.1670 src/doc/3RDPARTY:1.1671
--- src/doc/3RDPARTY:1.1670 Wed Nov 13 05:52:40 2019
+++ src/doc/3RDPARTY Wed Nov 27 00:50:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1670 2019/11/13 10:52:40 roy Exp $
+# $NetBSD: 3RDPARTY,v 1.1671 2019/11/27 05:50:26 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -120,8 +120,8 @@ Notes:
bc includes dc, both of which are in the NetBSD tree.
Package: bind [named and utils]
-Version: 9.14.7/MPL
-Current Vers: 9.14.7/MPL
+Version: 9.14.8/MPL
+Current Vers: 9.14.8/MPL
Maintainer: ISC
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.2616 src/doc/CHANGES:1.2617
--- src/doc/CHANGES:1.2616 Tue Nov 26 02:17:42 2019
+++ src/doc/CHANGES Wed Nov 27 00:50:26 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2616 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2617 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -73,3 +73,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
Atom C2XXX, C3XXX, Xeon D-21XX and D-15XX, C62X chipsets and
QuickAssist Adapter 8960/8970.
[hikaru 20191120]
+ bind: Import version 9.14.8. [christos 20191127]