Module Name: src
Committed By: snj
Date: Tue Mar 17 18:38:14 UTC 2015
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1280
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.201 -r1.1.2.202 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.201 src/doc/CHANGES-6.2:1.1.2.202
--- src/doc/CHANGES-6.2:1.1.2.201 Thu Mar 5 22:27:23 2015
+++ src/doc/CHANGES-6.2 Tue Mar 17 18:38:13 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.201 2015/03/05 22:27:23 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.202 2015/03/17 18:38:13 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -9693,3 +9693,12 @@ distrib/sets/lists/text/mi 1.43
man pages on a system that doesn't have the text set. Fixes PR 49230.
[snj, ticket #1263]
+xsrc/external/mit/libXfont/dist/src/bitmap/bdfread.c patch
+xsrc/xfree/xc/lib/font/bitmap/bdfread.c patch
+
+ Fix CVE-2015-1802 (bdfReadProperties: property count needs
+ range check), CVE-2015-1803 (bdfReadCharacters: bailout if a
+ char's bitmap cannot be read), and CVE-2015-1804
+ (bdfReadCharacters: ensure metrics fit into xCharInfo struct)
+ [mrg, ticket #1280]
+