Merge pull request #18134 from Rmys/master

libssh ver. bump
This commit is contained in:
Rmys
2026-02-11 11:43:32 +03:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ 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", "")
# 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")
+9 -2
View File
@@ -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="e8fb3b4750db11d2483cac4b5f046e301c09b72f" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz</Archive>
<Archive sha1sum="e0b005bf6ae2311dd34b4e4195fabd03d336ab7d" type="tarxz">https://www.libssh.org/files/0.11/libssh-0.11.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>cmocka-devel</Dependency>
@@ -24,7 +24,7 @@
<!--Dependency>graphviz</Dependency-->
</BuildDependencies>
<Patches>
<Patch level="1">1a02364b5107a4125ea3cb76fcdb6beabaebf3be.diff</Patch>
<!-- <Patch level="1">1a02364b5107a4125ea3cb76fcdb6beabaebf3be.diff</Patch> -->
</Patches>
</Source>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="13">
<Date>2026-02-11</Date>
<Version>0.11.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2024-12-18</Date>
<Version>0.10.6</Version>