Module Name: src
Committed By: christos
Date: Sat Dec 28 03:39:07 UTC 2013
Modified Files:
src: UPDATING
Log Message:
mention visible changes
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.249 src/UPDATING:1.250
--- src/UPDATING:1.249 Wed Dec 4 09:47:41 2013
+++ src/UPDATING Fri Dec 27 22:39:07 2013
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.249 2013/12/04 14:47:41 mrg Exp $
+$NetBSD: UPDATING,v 1.250 2013/12/28 03:39:07 christos Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -16,6 +16,14 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20131227:
+ 1. The new ntpd runs in a restricted mode to prevent amplification
+ attacks. If you need ntpdc to work you need to explicitly enable
+ mode7 in your config file. Make sure you put the necessary restrict
+ statements to avoid being exposed.
+ 2. strncat has moved from lib/libc to common/lib/libc; you might need
+ to make clean in libc
+
20131129:
The GMP sources were updated, and builds will likely fail without
cleaning their build trees for both tools and in-tree, like below.