Module Name: src
Committed By: martin
Date: Sat Nov 6 13:43:17 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1371 and #1372
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.45 src/doc/CHANGES-9.3:1.1.2.46
--- src/doc/CHANGES-9.3:1.1.2.45 Sun Oct 31 14:47:59 2021
+++ src/doc/CHANGES-9.3 Sat Nov 6 13:43:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.45 2021/10/31 14:47:59 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.46 2021/11/06 13:43:17 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -925,4 +925,20 @@ lib/libcrypt/crypt-sha1.c 1.10
iterations are specified.
[nia, ticket #1370]
+bin/sh/main.c 1.87 (patch),1.88
+bin/sh/memalloc.c 1.34,1.35
+bin/sh/memalloc.h 1.19,1.20
+bin/sh/options.c 1.56
+bin/sh/sh.1 1.235 (patch)
+bin/sh/shell.h 1.31
+
+ sh(1): PR 56464: read $HOME/.profile (instead of ./profile).
+ Do not read it at all in a privileged shell (setuid or setgid).
+ [kre, ticket #1371]
+
+bin/sh/cd.c 1.51
+bin/sh/sh.1 1.236 (patch)
+
+ sh(1): PR 45390: fix cd/$PWD follies.
+ [kre, ticket #1372]