Module Name: src
Committed By: martin
Date: Fri Jun 25 19:14:30 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1686
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 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.92 src/doc/CHANGES-8.3:1.1.2.93
--- src/doc/CHANGES-8.3:1.1.2.92 Mon Jun 21 17:46:13 2021
+++ src/doc/CHANGES-8.3 Fri Jun 25 19:14:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.92 2021/06/21 17:46:13 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.93 2021/06/25 19:14:29 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1972,3 +1972,14 @@ compat/arm/oabi/bsd.oabi.mk (apply patc
Fix PR 50192.
[mrg, ticket #1684]
+distrib/miniroot/install.sub 1.61,1.62 (patch)
+distrib/sun2/miniroot/Makefile 1.40
+distrib/sun3/miniroot/Makefile 1.50
+
+ Fixes to sun2 and sun3 miniroot upgrade scripts:
+ - Replace RELEASE and VERSION strings proplery.
+ - Remove netstat(1) calls to print resolver info on upgrade using
+ miniroot, the binary is not available.
+ - The modules and rescue sets are also required on upgrade.
+ [tsutsui, ticket #1686]
+