Thu Apr 23 14:18:09 2020 UTC ()
Ticket #1728


(martin)
diff -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-7.3

cvs diff -r1.1.2.79 -r1.1.2.80 src/doc/Attic/CHANGES-7.3 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-7.3 2020/04/15 14:52:56 1.1.2.79
+++ src/doc/Attic/CHANGES-7.3 2020/04/23 14:18:09 1.1.2.80
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.79 2020/04/15 14:52:56 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.80 2020/04/23 14:18:09 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -831,4 +831,10 @@
 
 	PR kern/55091 and PR bin/54997: fix default route selection.
 	[kim, ticket #1727]
+
+external/bsd/bind/include/config.h		(apply patch)
+
+	Fix BIND configuration for big-endian hosts.
+	This should make DNSSEC work on such hosts as well.
+	[he, ticket #1728]