Module Name: src
Committed By: martin
Date: Thu Oct 25 18:33:52 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1069 and #1071
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 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.38 src/doc/CHANGES-8.1:1.1.2.39
--- src/doc/CHANGES-8.1:1.1.2.38 Mon Oct 22 07:42:27 2018
+++ src/doc/CHANGES-8.1 Thu Oct 25 18:33:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.38 2018/10/22 07:42:27 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.39 2018/10/25 18:33:52 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1473,3 +1473,16 @@ doc/3RDPARTY 1.1568 (patch)
tzdata updated to 2018f.
[kre, ticket #1068]
+
+external/bsd/bind/dist/lib/isc/unix/socket.c (apply patch)
+
+ Fix bind9 issue #589 (fixed on HEAD by import of a newer
+ version): BIND will on NetBSD fail to send replies over
+ IPv4/UDP larger than 1432 bytes.
+ [he, ticket #1069]
+
+sys/netinet6/icmp6.c 1.240
+
+ Remove a leftover debug printf.
+ [ozaki-r, ticket #1071]
+