Module Name: src
Committed By: christos
Date: Mon Feb 6 16:08:40 UTC 2017
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention netcat (nc)
To generate a diff of this commit:
cvs rdiff -u -r1.1408 -r1.1409 src/doc/3RDPARTY
cvs rdiff -u -r1.2242 -r1.2243 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.1408 src/doc/3RDPARTY:1.1409
--- src/doc/3RDPARTY:1.1408 Sat Feb 4 23:05:05 2017
+++ src/doc/3RDPARTY Mon Feb 6 11:08:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1408 2017/02/05 04:05:05 spz Exp $
+# $NetBSD: 3RDPARTY,v 1.1409 2017/02/06 16:08:40 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1668,3 +1668,14 @@ Mailing List: none
Responsible: christos
License: BSD-like (2-clause)
Location: external/bsd/librtld_db/dist
+
+Package: netcat
+Version: OpenBSD-2017-02-06
+Current Vers: OpenBSD-XXXX-YY-ZZ
+Maintainer: OpenBSD
+Archive Site: none
+Home Page: none
+Mailing List: none
+Responsible: christos
+License: BSD-like (3-clause)
+Location: usr.bin/nc
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2242 src/doc/CHANGES:1.2243
--- src/doc/CHANGES:1.2242 Tue Jan 31 18:56:41 2017
+++ src/doc/CHANGES Mon Feb 6 11:08:40 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2242 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2243 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -457,4 +457,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
acpi(4): Updated ACPICA to 20170119. [christos 20170125]
bta2dpd(8): Add new bluetooth A2DP daemon. [nat 20170129]
kerberos(8): Update to latest Heimdal-HEAD [christos 20170128]
- libevent: Import libevent 2.1.18 [christos 20160131]
+ libevent: Import libevent 2.1.18 [christos 20170131]
+ nc(1): Add a netcat utility from OpenBSD [christos 20170206]