Module Name: src Committed By: riz Date: Sun Apr 3 15:15:57 UTC 2011
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Tickets 1424, 1425. To generate a diff of this commit: cvs rdiff -u -r1.1.2.82 -r1.1.2.83 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.82 src/doc/CHANGES-4.0.2:1.1.2.83 --- src/doc/CHANGES-4.0.2:1.1.2.82 Sun Mar 20 20:52:33 2011 +++ src/doc/CHANGES-4.0.2 Sun Apr 3 15:15:57 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.82 2011/03/20 20:52:33 bouyer Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.83 2011/04/03 15:15:57 riz Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -1189,3 +1189,14 @@ Check for number of processes resource violation in execve(). [spz, ticket #1421] +sys/netinet/tcp_output.c 1.170 via patch + + Clean up setting ECN bit in TOS. Fixes PR 44742 + [spz, ticket #1424] + +sys/netinet6/ipcomp_input.c 1.37 via patch +sys/netipsec/xform_ipcomp.c 1.26 via patch + + Prevent nesting ipcomp. CVE-2011-1547. + [spz, ticket #1425] +