Module Name:    src
Committed By:   martin
Date:           Fri Apr 19 09:14:40 UTC 2019

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.1

Log Message:
Tickets #1232 and #1233


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-8.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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.129 src/doc/CHANGES-8.1:1.1.2.130
--- src/doc/CHANGES-8.1:1.1.2.129	Wed Apr 17 15:58:12 2019
+++ src/doc/CHANGES-8.1	Fri Apr 19 09:14:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.129 2019/04/17 15:58:12 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.130 2019/04/19 09:14:40 martin Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -2845,3 +2845,18 @@ sys/arch/i386/stand/efiboot/efidisk.c		1
 	efiboot: Don't panic when BLOCK_IO_PROTOCOL is not found.
 	[nonaka, ticket #1231]
 
+usr.sbin/npf/npfctl/npf_bpf_comp.c		1.12
+usr.sbin/npf/npfctl/npf_build.c			1.48
+
+	Ensure default TCP flags are applied to rules like 'pass stateful all'.
+	[tih, ticket #1232]
+
+sys/compat/common/uipc_syscalls_40.c		1.19
+sys/compat/linux/common/linux_socket.c		1.145
+sys/compat/linux32/common/linux32_socket.c	1.30
+sys/net/if.c					1.449
+
+	Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes
+	of stack disclosure.
+	[christos, ticket #1233]
+

Reply via email to