UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
libssh2
Libssh2 package is a client-side C library implementing the SSH2 protocol.Package info
Codename: libssh2
Source file: libssh2-1.11.0.tar.gz
Source directory: libssh2-1.11.0
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libssh2-1.11.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libssh2-1.11.0.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: proftpd, nmap, vlc, qemu, mc.
Patches: libssh2-1.11.0-security_fixes-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
else
sed -E '/^DOCKER_TEST/,/^SSHD_TEST/s/test_(auth_keyboard_info.* |hostkey |simple)/$(NOTHING)/' \
-i tests/Makefile.inc
autoreconf -fi
fi
./configure --prefix=/usr \
--disable-docker-tests \
$ARG_STATIC
Build script:
make
Install script:
make install