pspec.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cryptsetup</Name>
  6. <Homepage>https://gitlab.com/cryptsetup/cryptsetup</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>cryptsetup</Icon>
  13. <IsA>app:cli</IsA>
  14. <Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
  15. <Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
  16. <Archive sha1sum="ba97aab10340198b602daed8731aedc759e9e689" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="2.03.26">device-mapper-devel</Dependency>
  19. <Dependency>libgpg-error-devel</Dependency>
  20. <Dependency versionFrom="1.11.0">libgcrypt-devel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>libutil-linux-devel</Dependency>
  23. <Dependency versionFrom="1.19">popt-devel</Dependency>
  24. <Dependency>popt</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>json-c-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>cryptsetup</Name>
  31. <PartOf>util.crypt</PartOf>
  32. <RuntimeDependencies>
  33. <Dependency version="current">libcryptsetup</Dependency>
  34. <Dependency>popt</Dependency>
  35. <Dependency>libutil-linux</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/sbin</Path>
  39. <Path fileType="manfile">/usr/share/man</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>libcryptsetup</Name>
  46. <PartOf>util.crypt</PartOf>
  47. <Summary>cryptsetup libraries</Summary>
  48. <RuntimeDependencies>
  49. <Dependency>device-mapper</Dependency>
  50. <Dependency>libgpg-error</Dependency>
  51. <Dependency>libgcrypt</Dependency>
  52. <Dependency>libutil-linux</Dependency>
  53. <Dependency>openssl</Dependency>
  54. <Dependency>json-c</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/lib/cryptsetup</Path>
  58. <Path fileType="library">/lib/libcryptsetup.so*</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>libcryptsetup-devel</Name>
  63. <PartOf>programming.devel</PartOf>
  64. <Summary>libcryptsetup devel files</Summary>
  65. <RuntimeDependencies>
  66. <Dependency version="current">libcryptsetup</Dependency>
  67. <Dependency>json-c-devel</Dependency>
  68. <Dependency>openssl-devel</Dependency>
  69. <Dependency>device-mapper-devel</Dependency>
  70. <Dependency>libutil-linux-devel</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="header">/usr/include</Path>
  74. <Path fileType="library">/usr/lib/pkgconfig/libcryptsetup.pc</Path>
  75. </Files>
  76. </Package>
  77. <!-- <Package>
  78. <Name>python-pycryptsetup</Name>
  79. <PartOf>programming.language.python</PartOf>
  80. <Summary>Python backend for cryptsetup</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>python</Dependency>
  83. <Dependency version="current">libcryptsetup</Dependency>
  84. </RuntimeDependencies>
  85. <Files>
  86. <Path fileType="library">/usr/lib/python2.7/site-packages/pycryptsetup.so</Path>
  87. </Files>
  88. </Package>-->
  89. <History>
  90. <Update release="19">
  91. <Date>2024-09-03</Date>
  92. <Version>2.7.5</Version>
  93. <Comment>Version bump.</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="18">
  98. <Date>2024-07-30</Date>
  99. <Version>2.7.4</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="17">
  105. <Date>2024-07-15</Date>
  106. <Version>2.7.3</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Pisi Linux Community</Name>
  109. <Email>admin@pisilinux.org</Email>
  110. </Update>
  111. <Update release="16">
  112. <Date>2024-04-09</Date>
  113. <Version>2.7.2</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. <Update release="15">
  119. <Date>2024-01-25</Date>
  120. <Version>2.7.0</Version>
  121. <Comment>Version bump.</Comment>
  122. <Name>Mustafa Cinasal</Name>
  123. <Email>muscnsl@gmail.com</Email>
  124. </Update>
  125. <Update release="14">
  126. <Date>2023-10-17</Date>
  127. <Version>2.6.0</Version>
  128. <Comment>Rebuild.</Comment>
  129. <Name>Mustafa Cinasal</Name>
  130. <Email>muscnsl@gmail.com</Email>
  131. </Update>
  132. <Update release="13">
  133. <Date>2022-12-06</Date>
  134. <Version>2.6.0</Version>
  135. <Comment>Version bump.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="12">
  140. <Date>2022-09-21</Date>
  141. <Version>2.3.6</Version>
  142. <Comment>Version bump.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="11">
  147. <Date>2022-07-21</Date>
  148. <Version>2.3.4</Version>
  149. <Comment>Rebuild.</Comment>
  150. <Name>Mustafa Cinasal</Name>
  151. <Email>muscnsl@gmail.com</Email>
  152. </Update>
  153. <Update release="10">
  154. <Date>2021-05-28</Date>
  155. <Version>2.3.4</Version>
  156. <Comment>Version bump.</Comment>
  157. <Name>Mustafa Cinasal</Name>
  158. <Email>muscnsl@gmail.com</Email>
  159. </Update>
  160. <Update release="9">
  161. <Date>2020-12-09</Date>
  162. <Version>2.3.3</Version>
  163. <Comment>Version bump.</Comment>
  164. <Name>Mustafa Cinasal</Name>
  165. <Email>muscnsl@gmail.com</Email>
  166. </Update>
  167. <Update release="8">
  168. <Date>2020-10-24</Date>
  169. <Version>2.2.2</Version>
  170. <Comment>Rebuild.</Comment>
  171. <Name>Mustafa Cinasal</Name>
  172. <Email>muscnsl@gmail.com</Email>
  173. </Update>
  174. <Update release="7">
  175. <Date>2020-04-20</Date>
  176. <Version>2.2.2</Version>
  177. <Comment>Version bump</Comment>
  178. <Name>Mustafa Cinasal</Name>
  179. <Email>muscnsl@gmail.com</Email>
  180. </Update>
  181. <Update release="6">
  182. <Date>2019-12-27</Date>
  183. <Version>2.2.2</Version>
  184. <Comment>Version bump</Comment>
  185. <Name>idris Kalp</Name>
  186. <Email>idriskalp@gmail.com</Email>
  187. </Update>
  188. <Update release="5">
  189. <Date>2019-01-01</Date>
  190. <Version>1.7.5</Version>
  191. <Comment>Version bump.</Comment>
  192. <Name>Mustafa Cinasal</Name>
  193. <Email>muscnsl@gmail.com</Email>
  194. </Update>
  195. <Update release="4">
  196. <Date>2018-07-15</Date>
  197. <Version>1.7.3</Version>
  198. <Comment>Rebuild.</Comment>
  199. <Name>Ertuğrul Erata</Name>
  200. <Email>ertugrulerata@gmail.com</Email>
  201. </Update>
  202. <Update release="3">
  203. <Date>2017-01-29</Date>
  204. <Version>1.7.3</Version>
  205. <Comment>Version bump.</Comment>
  206. <Name>Ertuğrul Erata</Name>
  207. <Email>ertugrulerata@gmail.com</Email>
  208. </Update>
  209. <Update release="2">
  210. <Date>2016-04-27</Date>
  211. <Version>1.7.1</Version>
  212. <Comment>Release Bump</Comment>
  213. <Name>PisiLinux Community</Name>
  214. <Email>admin@pisilinux.org</Email>
  215. </Update>
  216. <Update release="1">
  217. <Date>2016-03-08</Date>
  218. <Version>1.7.1</Version>
  219. <Comment>First release</Comment>
  220. <Name>Alihan Öztürk</Name>
  221. <Email>alihan@pisilinux.org</Email>
  222. </Update>
  223. </History>
  224. </PISI>