Revisão | cb787a4701298baafb4bd212dcee4a531eb8a26e (tree) |
---|---|
Hora | 2022-06-09 11:32:15 |
Autor | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
[BLFS] Update openssh-9.0p1 and modify.
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=openssh |
6 | -VER=8.8p1 | |
6 | +VER=9.0p1 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -64,10 +64,12 @@ useradd -c 'sshd PrivSep' \ | ||
64 | 64 | # 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |
65 | 65 | |
66 | 66 | Configuring |
67 | -./configure --prefix=/usr \ | |
68 | - --sysconfdir=/etc/ssh \ | |
69 | - --with-md5-passwords \ | |
70 | - --with-privsep-path=/var/lib/sshd \ | |
67 | +./configure --prefix=/usr \ | |
68 | + --sysconfdir=/etc/ssh \ | |
69 | + --with-privsep-path=/var/lib/sshd \ | |
70 | + --with-default-path=/usr/bin \ | |
71 | + --with-superuser-path=/usr/sbin:/usr/bin \ | |
72 | + --with-pid-dir=/run \ | |
71 | 73 | $WITHPAM $WITHKERBEROS5 \ |
72 | 74 | $WITHTCPWRAPPERS $WITHLIBEDIT \ |
73 | 75 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |