Bumped OpenSSH to V_9_1_P1
This commit is contained in:
parent
bfdc8f494a
commit
dc233d4f74
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ init_lib $1
|
||||||
build_openssh() {
|
build_openssh() {
|
||||||
fetch "https://github.com/openssh/openssh-portable.git" "${BUILD_DIRECTORY}/openssh-portable" git
|
fetch "https://github.com/openssh/openssh-portable.git" "${BUILD_DIRECTORY}/openssh-portable" git
|
||||||
cd "${BUILD_DIRECTORY}/openssh-portable"
|
cd "${BUILD_DIRECTORY}/openssh-portable"
|
||||||
git checkout V_8_6_P1
|
git checkout V_9_1_P1
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
CC="gcc ${GCC_OPTS}" \
|
CC="gcc ${GCC_OPTS}" \
|
||||||
|
|
Loading…
Reference in a new issue