Module Name: src
Committed By: martin
Date: Fri Aug 9 19:25:47 UTC 2019
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1701
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.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-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.56 src/doc/CHANGES-7.3:1.1.2.57
--- src/doc/CHANGES-7.3:1.1.2.56 Sat Jun 15 16:00:20 2019
+++ src/doc/CHANGES-7.3 Fri Aug 9 19:25:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.56 2019/06/15 16:00:20 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.57 2019/08/09 19:25:47 martin Exp $
A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
release:
@@ -614,3 +614,9 @@ libexec/httpd/testsuite/test-simple 1.6
Avoid an assertion failure when using cgihandler (-C option).
[mrg, ticket #1699]
+sys/external/bsd/ipf/netinet/fil.c 1.30
+
+ PR/54443: ipf mistakenly regards UDP packet with checksum field
+ 0xffff as bad.
+ [christos, ticket #1701]
+