Module Name: src Committed By: snj Date: Thu Jan 21 08:37:19 UTC 2010
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Tickets 137[45]. To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-4.0.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-4.0.2 diff -u src/doc/CHANGES-4.0.2:1.1.2.65 src/doc/CHANGES-4.0.2:1.1.2.66 --- src/doc/CHANGES-4.0.2:1.1.2.65 Tue Jan 12 09:21:06 2010 +++ src/doc/CHANGES-4.0.2 Thu Jan 21 08:37:19 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.65 2010/01/12 09:21:06 snj Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.66 2010/01/21 08:37:19 snj Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -969,3 +969,14 @@ Disable OpenSSL renegotiation, thus avoiding CVE-2009-3555. [tonnerre, ticket #1373] +sys/lib/libkern/arc4random.c 1.21 + + Keep arc4_i and arc4_j synchronised after a rekeying. This + prevents accidentally ending up in a short ARC4 cycle. + [joerg, ticket #1374] + +sys/dev/pci/azalia.c patch + + Signedness bug/crash in azalia. Fixes PR 42604. + [tonnerre, ticket #1375] +