Module Name: src Committed By: bouyer Date: Sun Nov 17 19:23:04 UTC 2013
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.3 Log Message: tickets 985 and 986 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.1.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.1.3 diff -u src/doc/CHANGES-6.1.3:1.1.2.4 src/doc/CHANGES-6.1.3:1.1.2.5 --- src/doc/CHANGES-6.1.3:1.1.2.4 Thu Nov 7 20:44:37 2013 +++ src/doc/CHANGES-6.1.3 Sun Nov 17 19:23:04 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.3,v 1.1.2.4 2013/11/07 20:44:37 snj Exp $ +# $NetBSD: CHANGES-6.1.3,v 1.1.2.5 2013/11/17 19:23:04 bouyer Exp $ A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2 release: @@ -62,3 +62,17 @@ tests/lib/libc/tls/dso/h_tls_dlopen.c 1 positive and the offset has been computed. Fixes PR lib/48324. [joerg, ticket #976] +sys/net/npf/npf_impl.h 1.35 +sys/net/npf/npf_nat.c 1.21 +sys/net/npf/npf_session.c 1.26 + + npf_session_setnat: fix the race condition when the old connection + is still being expired while a new/duplicate is being created. + [rmind, ticket #985] + +usr.sbin/npf/npfctl/npf_ncgen.c patch +sys/net/npf/npf_instr.c patch + + fix the byteorder for port range comparison + [rmind, ticket #986] +