mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
libssh: rebuild against OpenSSL
This commit is contained in:
parent
b21ace8b7b
commit
8a98e6cb7a
2 changed files with 3 additions and 3 deletions
|
@ -1388,7 +1388,7 @@ libiodbcinst.so.2 libiodbc-3.52.8_1
|
||||||
libsolarus.so.1 solarus-1.6.2_1
|
libsolarus.so.1 solarus-1.6.2_1
|
||||||
libsolarus-gui.so.1 solarus-1.6.2_1
|
libsolarus-gui.so.1 solarus-1.6.2_1
|
||||||
libplank.so.1 plank-0.11.0_1
|
libplank.so.1 plank-0.11.0_1
|
||||||
libssh.so.4 libssh-0.5.4_1
|
libssh.so.4 libssh-0.9.5_2
|
||||||
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
|
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
|
||||||
libKPimGAPIContacts.so.5 libkgapi-17.12.3_1
|
libKPimGAPIContacts.so.5 libkgapi-17.12.3_1
|
||||||
libKPimGAPIBlogger.so.5 libkgapi-17.12.3_1
|
libKPimGAPIBlogger.so.5 libkgapi-17.12.3_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libssh'
|
# Template file for 'libssh'
|
||||||
pkgname=libssh
|
pkgname=libssh
|
||||||
version=0.9.5
|
version=0.9.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUNIT_TESTING=ON"
|
configure_args="-DUNIT_TESTING=ON"
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="zlib-devel libressl-devel cmocka-devel"
|
makedepends="zlib-devel openssl-devel cmocka-devel"
|
||||||
checkdepends="openssh"
|
checkdepends="openssh"
|
||||||
short_desc="Multiplatform C library implementing the SSH v2 protocol"
|
short_desc="Multiplatform C library implementing the SSH v2 protocol"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue