• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision665ca7a03433314fed3ddf487f923ec0f009709a (tree)
Time2017-09-04 09:20:38
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modified openssh.

Change Summary

Incremental Difference

--- a/BLFS/openssh.sh
+++ b/BLFS/openssh.sh
@@ -59,6 +59,10 @@ useradd -c 'sshd PrivSep' \
5959 -s /bin/false \
6060 -u 50 sshd
6161
62+Patching
63+patch -Np1 -i $DLD/openssh-7.5p1-openssl-1.1.0-1.patch \
64+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
65+
6266 Configuring
6367 ./configure --prefix=/usr \
6468 --sysconfdir=/etc/ssh \