Mon Jan 6 19:13:07 2014 UTC ()
tickets 1009 and 1010


(bouyer)
diff -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-6.0.4

cvs diff -r1.1.2.11 -r1.1.2.12 src/doc/Attic/CHANGES-6.0.4 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-6.0.4 2013/12/17 22:40:04 1.1.2.11
+++ src/doc/Attic/CHANGES-6.0.4 2014/01/06 19:13:07 1.1.2.12
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.11 2013/12/17 22:40:04 riz Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.12 2014/01/06 19:13:07 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
 release:
@@ -130,4 +130,18 @@
         printf as analysis shows it actually isn't a bug in the handler,
         but related to spin mutexes. Fixes port-xen/46313.
 	[bouyer, ticket #995]
+
+distrib/ews4800mips/Makefile			1.3
+
+	Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips.
+	Should prevent the iso image from being created in the source tree
+	[apb, ticket #1009]
+
+etc/ntp.conf					1.16, 1.17, 1.18 via patch
+external/bsd/ntp/dist/ntpd/ntp_request.c	patch
+
+	Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack.
+	Add several "restrict" lines to the default ntp.conf and
+	improve comments
+	[spz, ticket #1010]