base: Bump openssh to V_7_9_P1

Also, be explicit with ssl-dir for configuration.
This commit is contained in:
Matt McCormick 2018-12-16 22:10:31 -05:00
parent 148cb4ce12
commit 0bb3b65ebf
No known key found for this signature in database
GPG Key ID: 45DA982347954FA5

View File

@ -2,7 +2,7 @@
set -ex
OPENSSH_ROOT=V_7_6_P1
OPENSSH_ROOT=V_7_9_P1
cd /usr/src
curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz
@ -14,7 +14,7 @@ cd ${OPENSSH_SRC_DIR}
autoreconf
./configure --prefix=/usr/local
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local
make -j1 install