• 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

Revision1ac55d6a2bb281d5ef7f1b2281b51858e4189b0d (tree)
Time2018-11-26 18:09:11
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated openssh-7.9p1, and modified.

Change Summary

Incremental Difference

--- a/BLFS/openssh.sh
+++ b/BLFS/openssh.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=openssh
6-VER=7.7p1
6+VER=7.9p1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -59,9 +59,9 @@ useradd -c 'sshd PrivSep' \
5959 -s /bin/false \
6060 -u 50 sshd
6161
62-Patching
63-patch -Np1 -i $DLD/openssh-$VER-openssl-1.1.0-1.patch \
64- 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
62+#Patching
63+#patch -Np1 -i $DLD/openssh-$VER-openssl-1.1.0-1.patch \
64+# 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
6565
6666 Configuring
6767 ./configure --prefix=/usr \