Module Name: src
Committed By: martin
Date: Sun Jul 15 11:03:13 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #909 and #922
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.227 -r1.1.2.228 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.227 src/doc/CHANGES-8.0:1.1.2.228
--- src/doc/CHANGES-8.0:1.1.2.227 Fri Jul 13 16:16:32 2018
+++ src/doc/CHANGES-8.0 Sun Jul 15 11:03:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.227 2018/07/13 16:16:32 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.228 2018/07/15 11:03:13 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -14252,3 +14252,17 @@ usr.sbin/ndp/ndp.c 1.52-1.54
Fix the host and address output when neighbor cache entry is deleted.
[nonaka, ticket #921]
+sys/arch/xen/xen/xennetback_xenbus.c 1.64 (patch)
+
+ Fix panic of DOM0 in xennetback_xenbus_destroy() on xl destroy of
+ DOMU with created, but non CONNECTED xennet.
+ [jdolecek, ticket #909]
+
+crypto/external/bsd/openssh/dist/ssh-agent.1 1.13
+crypto/external/bsd/openssh/dist/ssh-agent.c 1.23
+
+ Add /usr/pkg/lib and remove /usr/local/lib/ to/from the
+ whitelisted filesystem paths ssh-agent will look for PKCS11
+ related libraries.
+ [sevan, ticket #922]
+