Bumped OpenSSH to V_9_1_P1

This commit is contained in:
Niklaus Schiess 2022-10-05 11:22:07 +02:00
parent bfdc8f494a
commit dc233d4f74

View file

@ -17,7 +17,7 @@ init_lib $1
build_openssh() {
fetch "https://github.com/openssh/openssh-portable.git" "${BUILD_DIRECTORY}/openssh-portable" git
cd "${BUILD_DIRECTORY}/openssh-portable"
git checkout V_8_6_P1
git checkout V_9_1_P1
git clean -fdx
autoreconf -i
CC="gcc ${GCC_OPTS}" \