Module Name: src
Committed By: martin
Date: Mon Mar 11 20:04:39 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1813 - #1816
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.138 src/doc/CHANGES-9.4:1.1.2.139
--- src/doc/CHANGES-9.4:1.1.2.138 Sun Mar 10 19:22:08 2024
+++ src/doc/CHANGES-9.4 Mon Mar 11 20:04:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.138 2024/03/10 19:22:08 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.139 2024/03/11 20:04:38 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -13438,3 +13438,29 @@ sys/netinet6/in6.c 1.292
a router advertisement processed by dhcpcd.
[riastradh, ticket #1812]
+etc/named.conf 1.11
+external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h 1.11
+usr.sbin/postinstall/postinstall.in 1.59
+
+ named(8): fix bus errors on alignement critical architectures.
+ Update the default named.conf for the new version.
+ postinstall(8): add support to upgrade the named(8) configuration.
+ [christos, ticket #1813]
+
+sys/kern/sysv_shm.c 1.142
+
+ sysv_shm: PR 57979: avoid arithmetic overflow when computing
+ kern.ipc.shmmax.
+ [riastradh, ticket #1814]
+
+sys/net/if_tun.c 1.175
+
+ tun(4): PR 58013: allow IPv6 packets with TUNSLMODE configured,
+ rather than hard-coding tun(4) as IPv4-only.
+ [riastradh, ticket #1815]
+
+lib/libc/gen/getcap.c 1.58
+
+ libc: fix memory leak in getent().
+ [ozaki-r, ticket #1816]
+