Module Name: src
Committed By: msaitoh
Date: Wed Jun 18 02:03:46 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.118 -r1.1.2.119 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.118 src/doc/CHANGES-6.2:1.1.2.119
--- src/doc/CHANGES-6.2:1.1.2.118 Wed Jun 11 15:47:54 2014
+++ src/doc/CHANGES-6.2 Wed Jun 18 02:03:46 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.118 2014/06/11 15:47:54 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.119 2014/06/18 02:03:46 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -2901,3 +2901,12 @@ external/mit/xorg/lib/fontconfig/etc/fon
Also look in new pkgsrc default path, /usr/pkg/share/fonts.
Noted by tsutsui.
[wiz, ticket #1077]
+
+src/external/bsd/openpam/dist/lib/openpam_configure.c 1.8 via patch
+
+ CVE-2014-3879: Incorrect error handling in PAM policy parser:
+ Missing module files were treated as soft failures leading to
+ unexpected behavior if policy files were copied between hosts with
+ differently installed modules or in the short period during upgrades
+ when module files were being replaced.
+ [christos, ticket #1076]