Module Name: src
Committed By: msaitoh
Date: Tue Sep 17 19:57:27 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 943.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.0.3
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.0.3
diff -u src/doc/CHANGES-6.0.3:1.1.2.20 src/doc/CHANGES-6.0.3:1.1.2.21
--- src/doc/CHANGES-6.0.3:1.1.2.20 Sat Sep 14 13:44:48 2013
+++ src/doc/CHANGES-6.0.3 Tue Sep 17 19:57:27 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.20 2013/09/14 13:44:48 bouyer Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.21 2013/09/17 19:57:27 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -211,3 +211,10 @@ lib/libc/stdlib/_env.c 1.8
original environment like Emacs 24.
[tron, ticket #940]
+external/bsd/pkg_install/dist/lib/pkg_signature.c 1.2
+
+ Fixed installation of signed packages. Some variables part of struct
+ signature_archive were not initialized properly, therefore randomly
+ failing in the verify_signature_read_cb() callback.
+ Partly closes PR pkg/48194.
+ [khorben, ticket #943]