Sat Dec 2 10:54:01 2017 UTC ()
1535


(snj)
diff -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-7.2

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

--- src/doc/Attic/CHANGES-7.2 2017/11/17 20:19:00 1.1.2.54
+++ src/doc/Attic/CHANGES-7.2 2017/12/02 10:54:01 1.1.2.55
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.2,v 1.1.2.54 2017/11/17 20:19:00 snj Exp $ 1# $NetBSD: CHANGES-7.2,v 1.1.2.55 2017/12/02 10:54:01 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
@@ -4855,13 +4855,30 @@ xsrc/xfree/xc/programs/Xserver/hw/dmx/dm @@ -4855,13 +4855,30 @@ xsrc/xfree/xc/programs/Xserver/hw/dmx/dm
4855xsrc/xfree/xc/programs/Xserver/render/render.c patch 4855xsrc/xfree/xc/programs/Xserver/render/render.c patch
4856 4856
4857 apply fixes for CVEs 2017-12176 to 2017-12187 4857 apply fixes for CVEs 2017-12176 to 2017-12187
4858 [mrg, ticket #1523] 4858 [mrg, ticket #1523]
4859 4859
4860common/lib/libc/stdlib/_strtol.h 1.11 via patch 4860common/lib/libc/stdlib/_strtol.h 1.11 via patch
4861common/lib/libc/stdlib/_strtoul.h 1.11 via patch 4861common/lib/libc/stdlib/_strtoul.h 1.11 via patch
4862tests/lib/libc/stdlib/t_strtol.c 1.7 via patch 4862tests/lib/libc/stdlib/t_strtol.c 1.7 via patch
4863 4863
4864 Fix ISO C compliance: strtol of "0xX" should give the largest 4864 Fix ISO C compliance: strtol of "0xX" should give the largest
4865 valid numeric prefix, which is 0. 4865 valid numeric prefix, which is 0.
4866 [joerg, ticket #1448] 4866 [joerg, ticket #1448]
4867 4867
 4868xsrc/external/mit/libXcursor/dist/src/file.c patch
 4869xsrc/external/mit/libXcursor/dist/src/library.c patch
 4870xsrc/external/mit/libXfont/dist/src/bitmap/pcfread.c patch
 4871xsrc/external/mit/libXfont/dist/src/fontfile/dirfile.c patch
 4872xsrc/external/mit/libXfont/dist/src/fontfile/fileio.c patch
 4873xsrc/external/mit/libXfont/dist/src/fontfile/fontdir.c patch
 4874xsrc/xfree/xc/lib/Xcursor/file.c patch
 4875xsrc/xfree/xc/lib/Xcursor/library.c patch
 4876xsrc/xfree/xc/lib/font/bitmap/pcfread.c patch
 4877xsrc/xfree/xc/lib/font/fontfile/dirfile.c patch
 4878xsrc/xfree/xc/lib/font/fontfile/fileio.c patch
 4879xsrc/xfree/xc/lib/font/fontfile/fontdir.c patch
 4880
 4881 Pull up fixes to libXfont and libXcurses for CVEs
 4882 2017-13722, 2017-13720, 2017-16611, and 2017-16612.
 4883 [mrg, ticket #1535]
 4884