pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Crypt-OpenSSL-RSA</Name>
  6. <Homepage>https://metacpan.org/pod/Crypt::OpenSSL::RSA</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>PerlArtistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>RSA encoding and decoding, using the openSSL libraries.</Summary>
  15. <Description>Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key.</Description>
  16. <Archive sha1sum="eb32f6103c71a1e1ef47ede383d6093bc1f9abf9" type="targz">
  17. https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-0.33.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
  22. <Dependency>perl-Crypt-OpenSSL-Random</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-Crypt-OpenSSL-RSA</Name>
  27. <RuntimeDependencies>
  28. <Dependency>openssl</Dependency>
  29. <Dependency>perl-Crypt-OpenSSL-Guess</Dependency>
  30. <Dependency>perl-Crypt-OpenSSL-Random</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib/perl5</Path>
  34. <Path fileType="man">/usr/share/man/man3</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2024-05-16</Date>
  40. <Version>0.33</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>fury</Name>
  43. <Email>uglyside@yandex.ru</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2022-09-17</Date>
  47. <Version>0.33</Version>
  48. <Comment>Version bump</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2021-09-18</Date>
  54. <Version>0.32</Version>
  55. <Comment>First build</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. </History>
  60. </PISI>