Module Name: src
Committed By: msaitoh
Date: Fri Dec 26 07:31:42 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1222.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.177 -r1.1.2.178 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.177 src/doc/CHANGES-6.2:1.1.2.178
--- src/doc/CHANGES-6.2:1.1.2.177 Fri Dec 26 05:35:59 2014
+++ src/doc/CHANGES-6.2 Fri Dec 26 07:31:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.177 2014/12/26 05:35:59 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.178 2014/12/26 07:31:42 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -8855,3 +8855,9 @@ lib/Makefile 1.204 via patch
Update bind to 9.9.6-P1. CVE-2014-8500.
[spz, ticket 1217]
+
+external/mit/xorg/server/xorg-server/Makefile patch
+
+ Fix conversion of SDK_REQUIRED_MODULES which was reported by John
+ D. Baker in PR#49500.
+ [mrg, ticket 1222]