Module Name: src
Committed By: snj
Date: Sun Nov 13 07:12:40 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1247
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.0.3
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.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.3 src/doc/CHANGES-7.0.3:1.1.2.4
--- src/doc/CHANGES-7.0.3:1.1.2.3 Sat Nov 5 17:48:23 2016
+++ src/doc/CHANGES-7.0.3 Sun Nov 13 07:12:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.3 2016/11/05 17:48:23 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.4 2016/11/13 07:12:40 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -104,3 +104,9 @@ external/bsd/bind/lib/libbind9/Makefile
Update BIND to 9.10.4-P4. Fixes CVE-2016-8864.
[snj, ticket #1271]
+lib/libc/gen/glob.c 1.36
+
+ Bump the glob limits to 512KB for total string size and 64K
+ path entries.
+ [joerg, ticket #1247]
+