136 lines
5.2 KiB
XML
136 lines
5.2 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libssh</Name>
|
||
<Homepage>http://www.libssh.org</Homepage>
|
||
<Packager>
|
||
<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="bc6b6858c3f4d07a302d838258d98e5bae790387" type="tarxz">https://www.libssh.org/files/0.10/libssh-0.10.5.tar.xz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>openssl-devel</Dependency>
|
||
<Dependency>cmocka-devel</Dependency>
|
||
<Dependency>zlib-devel</Dependency>
|
||
<Dependency>doxygen</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
<Dependency>openssh</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>openssl</Dependency>
|
||
<Dependency>zlib</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libssh-devel</Name>
|
||
<Summary>Development files for libssh</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">libssh</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/cmake</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libssh-docs</Name>
|
||
<Summary>Development documentation for libssh</Summary>
|
||
<Files>
|
||
<Path fileType="doc">/usr/share/doc/libssh/html</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="10">
|
||
<Date>2023-05-04</Date>
|
||
<Version>0.10.5</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="9">
|
||
<Date>2022-09-14</Date>
|
||
<Version>0.10.4</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>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="7">
|
||
<Date>2021-08-26</Date>
|
||
<Version>0.9.6</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<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>
|
||
<Comment>Version Bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2018-08-15</Date>
|
||
<Version>0.8.1</Version>
|
||
<Comment>Version Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2017-03-02</Date>
|
||
<Version>0.7.4</Version>
|
||
<Comment>Version Bump</Comment>
|
||
<Name>Ayhan Yalçınsoy</Name>
|
||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2016-06-09</Date>
|
||
<Version>0.7.3</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2016-03-25</Date>
|
||
<Version>0.7.3</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Ertuğrul Erata</Name>
|
||
<Email>ertugrulerata@gmail.com</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|