Module Name: src Committed By: snj Date: Thu Jan 21 08:35:30 UTC 2010
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 137[45]. To generate a diff of this commit: cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-4.1 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.1 diff -u src/doc/CHANGES-4.1:1.1.2.191 src/doc/CHANGES-4.1:1.1.2.192 --- src/doc/CHANGES-4.1:1.1.2.191 Tue Jan 12 09:22:58 2010 +++ src/doc/CHANGES-4.1 Thu Jan 21 08:35:30 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.191 2010/01/12 09:22:58 snj Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.192 2010/01/21 08:35:30 snj Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -3945,3 +3945,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] +