File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ sudo apt-get install -y osc
1111echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne ' /-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt
1212
1313# libssh
14- wget https://git .libssh.org/projects/libssh.git/snapshot/ libssh-0.7 .5.tar.gz
15- tar -xzf libssh-0.7 .5.tar.gz
16- mkdir libssh-0.7 .5/build && cd libssh-0.7 .5/build
14+ wget https://www .libssh.org/files/0.8/ libssh-0.8 .5.tar.xz
15+ tar -xJf libssh-0.8 .5.tar.xz
16+ mkdir libssh-0.8 .5/build && cd libssh-0.8 .5/build
1717cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && sudo make install
1818cd ../..
1919
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ brew update
66brew upgrade openssl
77
88# libssh
9- wget https://git .libssh.org/projects/libssh.git/snapshot/ libssh-0.7 .5.tar.gz
10- tar -xzf libssh-0.7 .5.tar.gz
11- mkdir libssh-0.7 .5/build && cd libssh-0.7 .5/build
9+ wget https://www .libssh.org/files/0.8/ libssh-0.8 .5.tar.xz
10+ tar -xJf libssh-0.8 .5.tar.gz
11+ mkdir libssh-0.8 .5/build && cd libssh-0.8 .5/build
1212cmake -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include .. && make -j2 && sudo make install
1313cd ../..
1414
You can’t perform that action at this time.
0 commit comments