libssh-0.10.4
This commit is contained in:
@@ -14,12 +14,14 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
# fix unittest error
|
||||
pisitools.dosed("tests/unittests/torture_misc.c", "cmocka_unit_test\(torture_path_expand_tilde_unix\),", "")
|
||||
|
||||
pisitools.dosed("tests/unittests/CMakeLists.txt", "torture_config", "")
|
||||
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUNIT_TESTING=ON \
|
||||
-DWITH_NACL=OFF \
|
||||
-DWITH_GSSAPI=OFF", sourceDir="..")
|
||||
|
||||
def build():
|
||||
@@ -29,7 +31,7 @@ def build():
|
||||
|
||||
def check():
|
||||
shelltools.cd("build")
|
||||
autotools.make("test")
|
||||
autotools.make("test -j2")
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
@@ -39,4 +41,4 @@ def install():
|
||||
pisitools.dohtml("doc/html/*")
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
|
||||
<Description>libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).</Description>
|
||||
<Archive sha1sum="02bbb73c975356aeb58bd5fa221f93cc03148ca0" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4c48350a0a688ad82080175ed26a2019928a99c4" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>cmocka-devel</Dependency>
|
||||
@@ -61,8 +61,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-09-01</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Date>2022-09-14</Date>
|
||||
<Version>0.10.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
|
||||
Reference in New Issue
Block a user