pspec.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openldap</Name>
  6. <Homepage>http://www.openldap.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>OPENLDAP</License>
  12. <Summary>Open-source suite of LDAP applications and development tools</Summary>
  13. <Description>OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools</Description>
  14. <Archive sha1sum="6fd946938df37e2133e043c422039d3a71bd90d4" type="targz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.8.tgz</Archive>
  15. <BuildDependencies>
  16. <Dependency>nss-devel</Dependency>
  17. <Dependency>db-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>tcp-wrappers-devel</Dependency>
  20. <Dependency>cyrus-sasl-devel</Dependency>
  21. <Dependency>libtool-ltdl</Dependency>
  22. <Dependency>icu4c-devel</Dependency>
  23. <Dependency>unixODBC-devel</Dependency>
  24. <Dependency versionFrom="11.4.2">mariadb-server</Dependency>
  25. <Dependency>libutil-linux-devel</Dependency>
  26. <Dependency>mit-kerberos-devel</Dependency>
  27. <Dependency>chrpath</Dependency>
  28. <Dependency>groff</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <!--Patch level="1">fedora/openldap-reentrant-gethostby.patch</Patch>
  32. <Patch level="1">fedora/openldap-ldaprc-currentdir.patch</Patch>
  33. <Patch level="1">fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch</Patch>
  34. <Patch level="1">fedora/openldap-ai-addrconfig.patch </Patch-->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>openldap-client</Name>
  39. <IsA>library</IsA>
  40. <IsA>app:console</IsA>
  41. <Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary>
  42. <RuntimeDependencies>
  43. <Dependency>nss</Dependency>
  44. <Dependency>nspr</Dependency>
  45. <Dependency>openssl</Dependency>
  46. <Dependency>libutil-linux</Dependency>
  47. <Dependency>cyrus-sasl</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="config">/etc/openldap/ldap.conf*</Path>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="library">/usr/lib</Path>
  54. <Path fileType="man">/usr/share/man/man1</Path>
  55. <Path fileType="man">/usr/share/man/man5/ldap.conf.5</Path>
  56. </Files>
  57. </Package>
  58. <Package>
  59. <Name>openldap-server</Name>
  60. <IsA>service</IsA>
  61. <Summary>OpenLDAP server slapd and releated tools</Summary>
  62. <Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description>
  63. <RuntimeDependencies>
  64. <Dependency>db</Dependency>
  65. <Dependency>perl</Dependency>
  66. <Dependency>openssl</Dependency>
  67. <Dependency>unixODBC</Dependency>
  68. <Dependency>libutil-linux</Dependency>
  69. <Dependency>tcp-wrappers</Dependency>
  70. <Dependency>libtool-ltdl</Dependency>
  71. <Dependency>nss</Dependency>
  72. <Dependency>cyrus-sasl</Dependency>
  73. <Dependency release="current">openldap-client</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="config">/etc/conf.d</Path>
  77. <Path fileType="config">/etc/openldap</Path>
  78. <Path fileType="config">/usr/lib/tmpfiles.d/openldap-server.conf</Path>
  79. <Path fileType="executable">/usr/sbin</Path>
  80. <Path fileType="library">/usr/lib/openldap</Path>
  81. <Path fileType="library">/usr/lib/slapd</Path>
  82. <Path fileType="executable">/usr/libexec/slapd</Path>
  83. <Path fileType="man">/usr/share/man/man3</Path>
  84. <Path fileType="man">/usr/share/man/man5</Path>
  85. <Path fileType="man">/usr/share/man/man8</Path>
  86. <Path fileType="doc">/usr/share/doc</Path>
  87. <Path fileType="data">/var/lib</Path>
  88. <Path fileType="data">/run/openldap</Path>
  89. </Files>
  90. <AdditionalFiles>
  91. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/openldap-server.conf">tmpfiles.conf</AdditionalFile>
  92. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/slapd">slapd.conf</AdditionalFile>
  93. <AdditionalFile owner="root" permission="0755" target="/etc/openldap/ssl/gencert.sh">gencert.sh</AdditionalFile>
  94. </AdditionalFiles>
  95. <Provides>
  96. <COMAR script="package.py">System.Package</COMAR>
  97. <COMAR script="slapd.py">System.Service</COMAR>
  98. </Provides>
  99. </Package>
  100. <Package>
  101. <Name>openldap-32bit</Name>
  102. <PartOf>emul32</PartOf>
  103. <Summary>32-bit shared libraries for openldap</Summary>
  104. <BuildType>emul32</BuildType>
  105. <BuildDependencies>
  106. <Dependency>openssl-32bit</Dependency>
  107. <Dependency>libtool-ltdl-32bit</Dependency>
  108. </BuildDependencies>
  109. <RuntimeDependencies>
  110. <Dependency>openssl-32bit</Dependency>
  111. <Dependency release="current">openldap-client</Dependency>
  112. </RuntimeDependencies>
  113. <Files>
  114. <Path fileType="library">/usr/lib32</Path>
  115. </Files>
  116. </Package>
  117. <History>
  118. <Update release="13">
  119. <Date>2024-12-17</Date>
  120. <Version>2.6.8</Version>
  121. <Comment>Rebuild.</Comment>
  122. <Name>Pisi Linux Community</Name>
  123. <Email>admin@pisilinux.org</Email>
  124. </Update>
  125. <Update release="12">
  126. <Date>2024-06-03</Date>
  127. <Version>2.6.8</Version>
  128. <Comment>Version bump.</Comment>
  129. <Name>Pisi Linux Community</Name>
  130. <Email>admin@pisilinux.org</Email>
  131. </Update>
  132. <Update release="11">
  133. <Date>2023-11-23</Date>
  134. <Version>2.6.6</Version>
  135. <Comment>Version bump.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="10">
  140. <Date>2023-05-22</Date>
  141. <Version>2.6.4</Version>
  142. <Comment>Rebuild.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="9">
  147. <Date>2023-05-05</Date>
  148. <Version>2.6.4</Version>
  149. <Comment>Version bump.</Comment>
  150. <Name>Mustafa Cinasal</Name>
  151. <Email>muscnsl@gmail.com</Email>
  152. </Update>
  153. <Update release="8">
  154. <Date>2021-11-06</Date>
  155. <Version>2.4.59</Version>
  156. <Comment>Version bump.</Comment>
  157. <Name>Mustafa Cinasal</Name>
  158. <Email>muscnsl@gmail.com</Email>
  159. </Update>
  160. <Update release="7">
  161. <Date>2020-11-07</Date>
  162. <Version>2.4.48</Version>
  163. <Comment>Rebuild</Comment>
  164. <Name>Mustafa Cinasal</Name>
  165. <Email>muscnsl@gmail.com</Email>
  166. </Update>
  167. <Update release="6">
  168. <Date>2020-01-14</Date>
  169. <Version>2.4.48</Version>
  170. <Comment>Version bump</Comment>
  171. <Name>Idris Kalp</Name>
  172. <Email>idriskalp@gmail.com</Email>
  173. </Update>
  174. <Update release="5">
  175. <Date>2018-08-03</Date>
  176. <Version>2.4.45</Version>
  177. <Comment>Release bump for toolchain</Comment>
  178. <Name>Kamil Atlı</Name>
  179. <Email>suvari@pisilinux.org</Email>
  180. </Update>
  181. <Update release="4">
  182. <Date>2017-01-27</Date>
  183. <Version>2.4.44</Version>
  184. <Comment>Release bump for toolchain</Comment>
  185. <Name>Kamil Atlı</Name>
  186. <Email>suvari@pisilinux.org</Email>
  187. </Update>
  188. <Update release="3">
  189. <Date>2016-06-15</Date>
  190. <Version>2.4.44</Version>
  191. <Comment>Release Bump</Comment>
  192. <Name>Pisi Linux Community</Name>
  193. <Email>admin@pisilinux.org</Email>
  194. </Update>
  195. <Update release="2">
  196. <Date>2016-05-27</Date>
  197. <Version>2.4.44</Version>
  198. <Comment>Release bump</Comment>
  199. <Name>Ertuğrul Erata</Name>
  200. <Email>ertugrulerata@gmail.com</Email>
  201. </Update>
  202. <Update release="1">
  203. <Date>2016-03-28</Date>
  204. <Version>2.4.44</Version>
  205. <Comment>First release</Comment>
  206. <Name>Ertuğrul Erata</Name>
  207. <Email>ertugrulerata@gmail.com</Email>
  208. </Update>
  209. </History>
  210. </PISI>