Module Name: src
Committed By: martin
Date: Fri Jan 8 13:03:54 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1646
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-8.3
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.3
diff -u src/doc/CHANGES-8.3:1.1.2.65 src/doc/CHANGES-8.3:1.1.2.66
--- src/doc/CHANGES-8.3:1.1.2.65 Fri Jan 1 13:21:11 2021
+++ src/doc/CHANGES-8.3 Fri Jan 8 13:03:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.65 2021/01/01 13:21:11 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.66 2021/01/08 13:03:54 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1518,3 +1518,10 @@ sys/ufs/ufs/ufs_quota1.c 1.23
Avoid out of bounds array access.
[nia, ticket #1645]
+compat/exec.mk 1.5
+external/bsd/ipf/Makefile.inc 1.6
+
+ ipf(4): build tools as 64bit binaries on mips64 (where most
+ userland is 32bit). Works around missing COMPAT_NETBSD32 for ipf.
+ [simonb, ticket #1646]
+