Sun Jan 12 12:36:17 2014 UTC ()
ticket 1006


(bouyer)
diff -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-6.1.3

cvs diff -r1.1.2.14 -r1.1.2.15 src/doc/Attic/CHANGES-6.1.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.1.3 2014/01/10 12:31:33 1.1.2.14
+++ src/doc/Attic/CHANGES-6.1.3 2014/01/12 12:36:17 1.1.2.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.1.3,v 1.1.2.14 2014/01/10 12:31:33 sborrill Exp $ 1# $NetBSD: CHANGES-6.1.3,v 1.1.2.15 2014/01/12 12:36:17 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 6.1.2 release to the NetBSD 6.1.3 3A complete list of changes from the NetBSD 6.1.2 release to the NetBSD 6.1.3
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 6.1.2_PATCH. 10 Welcome to 6.1.2_PATCH.
11 [jdc] 11 [jdc]
12 12
13xsrc/external/mit/xorg-server/dist/dix/dixfonts.c 1.2 13xsrc/external/mit/xorg-server/dist/dix/dixfonts.c 1.2
14xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c 1.4 14xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c 1.4
@@ -150,13 +150,22 @@ external/bsd/ntp/dist/ntpd/ntp_request.c @@ -150,13 +150,22 @@ external/bsd/ntp/dist/ntpd/ntp_request.c
150 150
151 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack. 151 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack.
152 Add several "restrict" lines to the default ntp.conf and 152 Add several "restrict" lines to the default ntp.conf and
153 improve comments 153 improve comments
154 [spz, ticket #1010] 154 [spz, ticket #1010]
155 155
156xsrc/external/mit/libXfont/dist/src/bitmap/bdfread.c patch 156xsrc/external/mit/libXfont/dist/src/bitmap/bdfread.c patch
157xsrc/xfree/xc/lib/font/bitmap/bdfread.c patch 157xsrc/xfree/xc/lib/font/bitmap/bdfread.c patch
158 158
159 Fix CVE-2013-6462: scanf without field width limits can crash 159 Fix CVE-2013-6462: scanf without field width limits can crash
160 with huge input data. 160 with huge input data.
161 [wiz, ticket #1011] 161 [wiz, ticket #1011]
162 162
 163external/gpl3/gcc/dist/gcc/config/sparc/constraints.md 1.2
 164external/gpl3/gcc/dist/gcc/config/sparc/predicates.md 1.2
 165external/gpl3/gcc/dist/gcc/config/sparc/sync.md 1.2
 166
 167 Port from newer gcc, fixes compile errors (invalid asm generated
 168 by gcc).
 169 This fixes the build of gtk+-3.10.6 from pkgsrc on sparc64.
 170 [martin, ticket #1006]
 171