libssh-0.10.4
This commit is contained in:
@@ -14,12 +14,14 @@ from pisi.actionsapi import get
|
|||||||
def setup():
|
def setup():
|
||||||
# fix unittest error
|
# fix unittest error
|
||||||
pisitools.dosed("tests/unittests/torture_misc.c", "cmocka_unit_test\(torture_path_expand_tilde_unix\),", "")
|
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.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
|
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DUNIT_TESTING=ON \
|
-DUNIT_TESTING=ON \
|
||||||
|
-DWITH_NACL=OFF \
|
||||||
-DWITH_GSSAPI=OFF", sourceDir="..")
|
-DWITH_GSSAPI=OFF", sourceDir="..")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -29,7 +31,7 @@ def build():
|
|||||||
|
|
||||||
def check():
|
def check():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
autotools.make("test")
|
autotools.make("test -j2")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>cmocka-devel</Dependency>
|
<Dependency>cmocka-devel</Dependency>
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2022-09-01</Date>
|
<Date>2022-09-14</Date>
|
||||||
<Version>0.10.2</Version>
|
<Version>0.10.4</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Mustafa Cinasal</Name>
|
||||||
<Email>muscnsl@gmail.com</Email>
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
|||||||
Reference in New Issue
Block a user