Module Name: src
Committed By: martin
Date: Sat May 2 18:27:09 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets #728 - #731
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.276 -r1.1.2.277 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.276 src/doc/CHANGES-7.0:1.1.2.277
--- src/doc/CHANGES-7.0:1.1.2.276 Fri May 1 08:06:00 2015
+++ src/doc/CHANGES-7.0 Sat May 2 18:27:09 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.276 2015/05/01 08:06:00 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.277 2015/05/02 18:27:09 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22762,3 +22762,25 @@ usr.bin/calendar/calendars/calendar.usho
[snj, ticket #727]
+etc/rc.d/sshd 1.23
+
+ Add new keytype, replace duplicated code with loop
+ [nakayama, ticket #728]
+
+distrib/sparc64/liveimage/emuimage/Makefile 1.4
+
+ Don't forget to put /ofwboot into the image otherwise boot fails.
+ [tsutsui, ticket #729]
+
+lib/csu/arch/mips/crti.S 1.3
+
+ Make sure .init and .fini are word (4byte) aligned.
+ [skrll, ticket #730]
+
+sys/netinet6/nd6_rtr.c 1.99
+
+ Mitigate Local Denial of Service with IPv6 Router Advertisements and
+ log attack attempts.
+ Fixes CVE-2015-2923, taken from FreeBSD.
+ [roy, ticket #731]
+