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


(bouyer)
diff -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-6.0.4

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

--- src/doc/Attic/CHANGES-6.0.4 2014/01/07 18:03:20 1.1.2.13
+++ src/doc/Attic/CHANGES-6.0.4 2014/01/12 12:36:16 1.1.2.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.4,v 1.1.2.13 2014/01/07 18:03:20 bouyer Exp $ 1# $NetBSD: CHANGES-6.0.4,v 1.1.2.14 2014/01/12 12:36:16 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4 3A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
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.0.3_PATCH. 10 Welcome to 6.0.3_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
@@ -142,13 +142,22 @@ external/bsd/ntp/dist/ntpd/ntp_request.c @@ -142,13 +142,22 @@ external/bsd/ntp/dist/ntpd/ntp_request.c
142 142
143 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack. 143 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack.
144 Add several "restrict" lines to the default ntp.conf and 144 Add several "restrict" lines to the default ntp.conf and
145 improve comments 145 improve comments
146 [spz, ticket #1010] 146 [spz, ticket #1010]
147 147
148xsrc/external/mit/libXfont/dist/src/bitmap/bdfread.c patch 148xsrc/external/mit/libXfont/dist/src/bitmap/bdfread.c patch
149xsrc/xfree/xc/lib/font/bitmap/bdfread.c patch 149xsrc/xfree/xc/lib/font/bitmap/bdfread.c patch
150 150
151 Fix CVE-2013-6462: scanf without field width limits can crash 151 Fix CVE-2013-6462: scanf without field width limits can crash
152 with huge input data. 152 with huge input data.
153 [wiz, ticket #1011] 153 [wiz, ticket #1011]
154 154
 155external/gpl3/gcc/dist/gcc/config/sparc/constraints.md 1.2
 156external/gpl3/gcc/dist/gcc/config/sparc/predicates.md 1.2
 157external/gpl3/gcc/dist/gcc/config/sparc/sync.md 1.2
 158
 159 Port from newer gcc, fixes compile errors (invalid asm generated
 160 by gcc).
 161 This fixes the build of gtk+-3.10.6 from pkgsrc on sparc64.
 162 [martin, ticket #1006]
 163