Module Name: src
Committed By: christos
Date: Sun May 24 19:49:34 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind and libuv
To generate a diff of this commit:
cvs rdiff -u -r1.1716 -r1.1717 src/doc/3RDPARTY
cvs rdiff -u -r1.2691 -r1.2692 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.1716 src/doc/3RDPARTY:1.1717
--- src/doc/3RDPARTY:1.1716 Tue May 19 07:40:46 2020
+++ src/doc/3RDPARTY Sun May 24 15:49:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1716 2020/05/19 11:40:46 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.1717 2020/05/24 19:49:34 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -120,12 +120,12 @@ Notes:
bc includes dc, both of which are in the NetBSD tree.
Package: bind [named and utils]
-Version: 9.14.8/MPL
-Current Vers: 9.14.10/MPL
+Version: 9.16.3/MPL
+Current Vers: 9.16.3/MPL
Maintainer: ISC
Archive Site: ftp://ftp.isc.org/isc/bind9/
Home Page: http://www.isc.org/software/bind/
-Date: 2019-10-17
+Date: 2020-05-24
Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce
Mailing List: https://lists.isc.org/mailman/listinfo/bind-users
Responsible: christos
@@ -138,6 +138,19 @@ Build bind to generate the include files
Then binclude4netbsd script to import into src/external/bsd/bind/include.
The libc and include parts of the resolver are now part of libbind.
+Package: libuv
+Version: 1.38.0
+Current Vers: 1.38.0
+Maintainer: libuv
+Archive Site: https://dist.libuv.org/dist/
+Home Page: https://libuv.org
+Date: 2020-05-24
+Mailing List: https://groups.google.com/forum/#!forum/libuv
+Responsible: christos
+License: mit
+Location: external/mit/libuv/dist
+Notes:
+
Package: unbound
Version: 1.9.6
Current Vers: 1.9.6
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2691 src/doc/CHANGES:1.2692
--- src/doc/CHANGES:1.2691 Tue May 19 00:04:50 2020
+++ src/doc/CHANGES Sun May 24 15:49:34 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2691 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2692 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -208,3 +208,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[christos 20200516]
evbarm: Added support for Rockchip RK3399 crypto random number
generator device [riastradh 20200517]
+ libuv: Import version 1.38.0. [christos 20200524]
+ bind: Import version 9.16.3. [christos 20200524]