Module Name: src Committed By: riz Date: Sun Apr 3 15:18:32 UTC 2011
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 1424, 1425. To generate a diff of this commit: cvs rdiff -u -r1.1.2.219 -r1.1.2.220 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.219 src/doc/CHANGES-4.1:1.1.2.220 --- src/doc/CHANGES-4.1:1.1.2.219 Tue Mar 22 08:02:50 2011 +++ src/doc/CHANGES-4.1 Sun Apr 3 15:18:32 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.219 2011/03/22 08:02:50 snj Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.220 2011/04/03 15:18:32 riz Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -4406,3 +4406,14 @@ properly). [bouyer, ticket #1414] +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] +