Module Name: src
Committed By: riz
Date: Mon May 4 20:25:58 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets 732, 733
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.277 -r1.1.2.278 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.277 src/doc/CHANGES-7.0:1.1.2.278
--- src/doc/CHANGES-7.0:1.1.2.277 Sat May 2 18:27:09 2015
+++ src/doc/CHANGES-7.0 Mon May 4 20:25:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.277 2015/05/02 18:27:09 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.278 2015/05/04 20:25:57 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22784,3 +22784,14 @@ sys/netinet6/nd6_rtr.c 1.99
Fixes CVE-2015-2923, taken from FreeBSD.
[roy, ticket #731]
+usr.sbin/sysinst/savenewlabel.c 1.3
+
+ Replace all '/' characters in packnames with a space
+ before using the string as a file name.
+ [martin, ticket #732]
+
+Makefile 1.313
+
+ Pass the xsrc path to postinstall. PR#49870
+ [martin, ticket #733]
+