Mon Oct 23 20:00:18 2017 UTC ()
1506, 1508, 1510, 1511, 1513-1516, 1518


(snj)
diff -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-7.2

cvs diff -r1.1.2.51 -r1.1.2.52 src/doc/Attic/CHANGES-7.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.2 2017/10/17 15:48:59 1.1.2.51
+++ src/doc/Attic/CHANGES-7.2 2017/10/23 20:00:18 1.1.2.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.2,v 1.1.2.51 2017/10/17 15:48:59 martin Exp $ 1# $NetBSD: CHANGES-7.2,v 1.1.2.52 2017/10/23 20:00:18 snj Exp $
2 2
3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2 3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1_STABLE. 10 Welcome to 7.1_STABLE.
11 [snj] 11 [snj]
12 12
13usr.bin/ftp/fetch.c 1.227 13usr.bin/ftp/fetch.c 1.227
14 14
@@ -4721,13 +4721,71 @@ external/bsd/wpa/dist/src/ap/wpa_auth_i. @@ -4721,13 +4721,71 @@ external/bsd/wpa/dist/src/ap/wpa_auth_i.
4721external/bsd/wpa/dist/src/common/wpa_common.h 1.3 4721external/bsd/wpa/dist/src/common/wpa_common.h 1.3
4722external/bsd/wpa/dist/src/rsn_supp/tdls.c 1.2 4722external/bsd/wpa/dist/src/rsn_supp/tdls.c 1.2
4723external/bsd/wpa/dist/src/rsn_supp/wpa.c 1.2 4723external/bsd/wpa/dist/src/rsn_supp/wpa.c 1.2
4724external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c 1.2 4724external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c 1.2
4725external/bsd/wpa/dist/src/rsn_supp/wpa_i.h 1.2 4725external/bsd/wpa/dist/src/rsn_supp/wpa_i.h 1.2
4726external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c 1.4 4726external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c 1.4
4727 4727
4728 Apply upstream patches for CVE-2017-13077 CVE-2017-13078 4728 Apply upstream patches for CVE-2017-13077 CVE-2017-13078
4729 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 4729 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082
4730 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 4730 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088
4731 [spz, ticket #1517] 4731 [spz, ticket #1517]
4732 4732
4733  4733
 4734usr.sbin/mtree/only.c 1.3
 4735
 4736 Don't modify strings stored in hash, otherwise filling up of
 4737 directory hierarchy stops if the same hash value occurs in
 4738 directory and leaf.
 4739
 4740 Fix the issue that
 4741 "./usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo" isn't
 4742 included in sets file in the case of MKUNPRIVED=no.
 4743 [nakayama, ticket #1506]
 4744
 4745external/bsd/nvi/dist/cl/cl_main.c 1.6
 4746external/bsd/nvi/dist/cl/cl_screen.c 1.6
 4747
 4748 Don't garble display when when resizing nvi in xterm.
 4749 [mlelstv, ticket #1508]
 4750
 4751usr.sbin/syslogd/syslogd.c 1.124
 4752
 4753 Use looked up remote host for remote message without a hostname
 4754 [ginsbach, ticket #1510]
 4755
 4756sys/dev/sysmon/sysmon_envsys.c patch
 4757
 4758 Detach the rndsrc before re-attaching it.
 4759 [pgoyette, ticket #1511]
 4760
 4761share/man/man8/veriexec.8 1.5-1.6
 4762
 4763 Prune bogus number.
 4764 Add missing VERIFIED_EXEC_FP_SHA384 option.
 4765 [sevan, ticket #1513]
 4766
 4767sys/fs/msdosfs/msdosfs_vfsops.c 1.128
 4768
 4769 Add more sanity checks for BPB parameters. Handle FAT12 format
 4770 for media with sectors >= 32kByte. PR 52485.
 4771 [mlelstv, ticket #1514]
 4772
 4773sys/dev/usb/if_athn_usb.c 1.23
 4774
 4775 Fix panic on "ifconfig athn0 up"
 4776 PR/52553
 4777 [skrll, ticket #1515]
 4778
 4779sbin/resize_ffs/resize_ffs.8 1.18
 4780sbin/resize_ffs/resize_ffs.c 1.48-1.53
 4781
 4782 Fix numerous overflow errors which can lead to superblock
 4783 corruption on large filesystems. Documentation fixes.
 4784 [sborrill, ticket #1516]
 4785
 4786sys/dev/cgd.c 1.113
 4787
 4788 The cgd(4) module requires des and blowfish symbols.
 4789 PR kern/52630
 4790 [kamil, ticket #1518]
 4791