pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libxcrypt</Name>
  6. <Homepage>https://github.com/besser82/libxcrypt/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Modern library for one-way hashing of passwords</Summary>
  14. <Description>libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.</Description>
  15. <Archive sha1sum="3e0ded021f991e8faed15485ccef0cf2f9e17092" type="targz">https://github.com/besser82/libxcrypt/archive/v4.4.36.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libxcrypt</Name>
  22. <RuntimeDependencies>
  23. <!-- <Dependency></Dependency> -->
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libxcrypt-devel</Name>
  33. <Summary>Development files for libxcrypt</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libxcrypt</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="6">
  44. <Date>2023-08-18</Date>
  45. <Version>4.4.36</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="5">
  51. <Date>2023-06-01</Date>
  52. <Version>4.4.34</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="4">
  58. <Date>2022-11-19</Date>
  59. <Version>4.4.33</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="3">
  65. <Date>2022-11-12</Date>
  66. <Version>4.4.30</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2022-08-10</Date>
  73. <Version>4.4.28</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2021-01-14</Date>
  80. <Version>4.4.17</Version>
  81. <Comment>First release</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>suvari@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>