libssh-0.10.2

This commit is contained in:
Rmys
2022-09-01 21:49:17 +03:00
parent 84b3d0b16c
commit c1ccf669c1
+8 -1
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="824e520180a0a81edc17275b2148820215b1bfed" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.1.tar.xz</Archive>
<Archive sha1sum="02bbb73c975356aeb58bd5fa221f93cc03148ca0" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>cmocka-devel</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-09-01</Date>
<Version>0.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-08-31</Date>
<Version>0.10.1</Version>