Files
main/programming/language/perl/perl-Crypt-OpenSSL-RSA/pspec.xml
T
2024-08-18 10:56:35 +03:00

64 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Crypt-OpenSSL-RSA</Name>
<Homepage>https://metacpan.org/pod/Crypt::OpenSSL::RSA</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>PerlArtistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>RSA encoding and decoding, using the openSSL libraries.</Summary>
<Description>Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key.</Description>
<Archive sha1sum="eb32f6103c71a1e1ef47ede383d6093bc1f9abf9" type="targz">
https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.33.tar.gz
</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
<Dependency>perl-Crypt-OpenSSL-Random</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Crypt-OpenSSL-RSA</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
<Dependency>perl-Crypt-OpenSSL-Random</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-05-16</Date>
<Version>0.33</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-09-17</Date>
<Version>0.33</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.32</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>