libssh:version bump

This commit is contained in:
blue-devil
2020-02-25 03:33:21 +03:00
parent 7dd037202f
commit 0a31b57fbc
3 changed files with 38 additions and 11 deletions
+15 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libssh</Name>
@@ -8,25 +8,28 @@
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>network.misc</PartOf>
<License>LGPLv2.1</License>
<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="31167827e6d86fcee77323e744e51dfc19739ad6" type="tarxz">https://www.libssh.org/files/0.8/libssh-0.8.4.tar.xz</Archive>
<Archive sha1sum="24bb9d6f53691236f34cc8e6fec86dd659aef757" type="tarxz">https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<!--Dependency>graphviz</Dependency-->
<Dependency>cmocka-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
<!--Dependency>graphviz</Dependency-->
</BuildDependencies>
</Source>
<Package>
<Name>libssh</Name>
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -56,6 +59,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-02-24</Date>
<Version>0.9.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-10-17</Date>
<Version>0.8.4</Version>