Module Name: src
Committed By: snj
Date: Mon Oct 23 19:46:03 UTC 2017
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1
Log Message:
1506, 1508, 1511, 1516, 1518
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.1.1
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.1.1
diff -u src/doc/CHANGES-7.1.1:1.1.2.35 src/doc/CHANGES-7.1.1:1.1.2.36
--- src/doc/CHANGES-7.1.1:1.1.2.35 Tue Oct 17 15:51:18 2017
+++ src/doc/CHANGES-7.1.1 Mon Oct 23 19:46:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.1,v 1.1.2.35 2017/10/17 15:51:18 martin Exp $
+# $NetBSD: CHANGES-7.1.1,v 1.1.2.36 2017/10/23 19:46:03 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
release:
@@ -3695,3 +3695,38 @@ external/bsd/wpa/dist/wpa_supplicant/wnm
CVE-2017-13086 CVE-2017-13087 CVE-2017-13088
[spz, ticket #1517]
+usr.sbin/mtree/only.c 1.3
+
+ Don't modify strings stored in hash, otherwise filling up of
+ directory hierarchy stops if the same hash value occurs in
+ directory and leaf.
+
+ Fix the issue that
+ "./usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo" isn't
+ included in sets file in the case of MKUNPRIVED=no.
+ [nakayama, ticket #1506]
+
+external/bsd/nvi/dist/cl/cl_main.c 1.6
+external/bsd/nvi/dist/cl/cl_screen.c 1.6
+
+ Don't garble display when when resizing nvi in xterm.
+ [mlelstv, ticket #1508]
+
+sys/dev/sysmon/sysmon_envsys.c patch
+
+ Detach the rndsrc before re-attaching it.
+ [pgoyette, ticket #1511]
+
+sbin/resize_ffs/resize_ffs.8 1.18
+sbin/resize_ffs/resize_ffs.c 1.48-1.53
+
+ Fix numerous overflow errors which can lead to superblock
+ corruption on large filesystems. Documentation fixes.
+ [sborrill, ticket #1516]
+
+sys/dev/cgd.c 1.113
+
+ The cgd(4) module requires des and blowfish symbols.
+ PR kern/52630
+ [kamil, ticket #1518]
+