Module Name: src
Committed By: martin
Date: Sun Nov 17 13:38:07 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1918 - #1920
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.5
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-9.5
diff -u src/doc/CHANGES-9.5:1.1.2.37 src/doc/CHANGES-9.5:1.1.2.38
--- src/doc/CHANGES-9.5:1.1.2.37 Fri Nov 8 12:14:37 2024
+++ src/doc/CHANGES-9.5 Sun Nov 17 13:38:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.37 2024/11/08 12:14:37 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.38 2024/11/17 13:38:07 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -583,3 +583,22 @@ external/mit/xorg-server.old/dist/randr/
CVE-2024-21886, ZDI-CAN-22840
[mrg, ticket #1917]
+tests/net/npf/t_npf.sh 1.5-1.7
+usr.sbin/npf/npfctl/npf_bpf_comp.c 1.17
+usr.sbin/npf/npftest/libnpftest/npf_rule_test.c 1.20-1.23
+usr.sbin/npf/npftest/npftest.conf 1.10-1.12
+
+ npf: PR 55403: fix compilation of rules that match sets of multiple
+ IPv6 addresses or address ranges at a time in npfctl(8).
+ [riastradh, ticket #1918]
+
+sys/kern/kern_descrip.c 1.264 (patch)
+
+ Fix close-on-exec flag (O_CLOEXEC).
+ [kre, ticket #1919]
+
+sbin/gpt/add.c 1.45
+
+ gpt(8): PR 58806: never create a partition with a null guid.
+ [kre, ticket #1920]
+