pspec.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.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="016a738d050a68d388602a74b5e991035cdba149" type="targz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.44.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>mariadb-server</Dependency>
  25. <Dependency>libutil-linux-devel</Dependency>
  26. <Dependency>e2fsprogs-devel</Dependency>
  27. <Dependency>chrpath</Dependency>
  28. <Dependency>groff</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <!-- <Patch level="1">openldap-2.4.39-blfs_paths-1.patch</Patch> -->
  32. <Patch level="1">openldap-2.4.44-consolidated-2.patch</Patch>
  33. <!-- <Patch level="1">openldap-2.4.39-symbol_versions-1.patch</Patch> -->
  34. <Patch level="1">openldap-2.4.39-ntlm-1.patch</Patch>
  35. <Patch level="1">fedora/openldap-sql-linking.patch</Patch>
  36. <Patch level="1">fedora/openldap-reentrant-gethostby.patch</Patch>
  37. <Patch level="1">fedora/openldap-ldaprc-currentdir.patch</Patch>
  38. <Patch level="1">fedora/openldap-userconfig-setgid.patch</Patch>
  39. <!--<Patch level="1">fedora/openldap-dns-priority.patch</Patch>-->
  40. <Patch level="1">fedora/openldap-syncrepl-unset-tls-options.patch</Patch>
  41. <Patch level="1">fedora/openldap-nss-update-list-of-ciphers.patch</Patch>
  42. <Patch level="1">fedora/openldap-tls-no-reuse-of-tls_session.patch</Patch>
  43. <Patch level="1">fedora/openldap-nss-regex-search-hashed-cacert-dir.patch</Patch>
  44. <Patch level="1">fedora/openldap-nss-ignore-certdb-type-prefix.patch</Patch>
  45. <Patch level="1">fedora/openldap-nss-certs-from-certdb-fallback-pem.patch</Patch>
  46. <Patch level="1">fedora/openldap-nss-pk11-freeslot.patch</Patch>
  47. <Patch level="1">fedora/openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch</Patch>
  48. <Patch level="1">fedora/openldap-ldapi-sasl.patch</Patch>
  49. <Patch level="1">fedora/openldap-autoconf-pkgconfig-nss.patch</Patch>
  50. </Patches>
  51. </Source>
  52. <Package>
  53. <Name>openldap-client</Name>
  54. <IsA>library</IsA>
  55. <IsA>app:console</IsA>
  56. <Summary>Command-line ldap client commands (ldapsearch, ldapadd etc..)</Summary>
  57. <RuntimeDependencies>
  58. <Dependency>nss</Dependency>
  59. <Dependency>nspr</Dependency>
  60. <Dependency>openssl</Dependency>
  61. <Dependency>cyrus-sasl</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="config">/etc/openldap/ldap.conf*</Path>
  65. <Path fileType="header">/usr/include</Path>
  66. <Path fileType="executable">/usr/bin</Path>
  67. <Path fileType="library">/usr/lib</Path>
  68. <Path fileType="man">/usr/share/man/man1</Path>
  69. <Path fileType="man">/usr/share/man/man5/ldap.conf.5</Path>
  70. </Files>
  71. </Package>
  72. <Package>
  73. <Name>openldap-server</Name>
  74. <IsA>service</IsA>
  75. <Summary>OpenLDAP server slapd and releated tools</Summary>
  76. <Description>OpenLDAP server slapd, additional backends, configuration files, schema definitions required for operation, and database maintenance tools</Description>
  77. <RuntimeDependencies>
  78. <Dependency>db</Dependency>
  79. <Dependency>perl</Dependency>
  80. <Dependency>unixODBC</Dependency>
  81. <Dependency>libutil-linux</Dependency>
  82. <Dependency>tcp-wrappers</Dependency>
  83. <Dependency>libtool-ltdl</Dependency>
  84. <Dependency>nss</Dependency>
  85. <Dependency>cyrus-sasl</Dependency>
  86. <Dependency release="current">openldap-client</Dependency>
  87. </RuntimeDependencies>
  88. <Files>
  89. <Path fileType="config">/etc/conf.d</Path>
  90. <Path fileType="config">/etc/openldap</Path>
  91. <Path fileType="config">/usr/lib/tmpfiles.d/openldap-server.conf</Path>
  92. <Path fileType="executable">/usr/sbin</Path>
  93. <Path fileType="library">/usr/libexec</Path>
  94. <Path fileType="man">/usr/share/man/man3</Path>
  95. <Path fileType="man">/usr/share/man/man5</Path>
  96. <Path fileType="man">/usr/share/man/man8</Path>
  97. <Path fileType="doc">/usr/share/doc</Path>
  98. <Path fileType="data">/var/lib</Path>
  99. <Path fileType="data">/run/openldap</Path>
  100. </Files>
  101. <AdditionalFiles>
  102. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/openldap-server.conf">tmpfiles.conf</AdditionalFile>
  103. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/slapd">slapd.conf</AdditionalFile>
  104. <AdditionalFile owner="root" permission="0755" target="/etc/openldap/ssl/gencert.sh">gencert.sh</AdditionalFile>
  105. </AdditionalFiles>
  106. <Provides>
  107. <COMAR script="package.py">System.Package</COMAR>
  108. <COMAR script="slapd.py">System.Service</COMAR>
  109. </Provides>
  110. </Package>
  111. <Package>
  112. <Name>openldap-32bit</Name>
  113. <PartOf>emul32</PartOf>
  114. <Summary>32-bit shared libraries for openldap</Summary>
  115. <BuildType>emul32</BuildType>
  116. <BuildDependencies>
  117. <Dependency>openssl-32bit</Dependency>
  118. <Dependency>libtool-ltdl-32bit</Dependency>
  119. </BuildDependencies>
  120. <RuntimeDependencies>
  121. <Dependency>openssl-32bit</Dependency>
  122. <Dependency release="current">openldap-client</Dependency>
  123. </RuntimeDependencies>
  124. <Files>
  125. <Path fileType="library">/usr/lib32</Path>
  126. </Files>
  127. </Package>
  128. <History>
  129. <Update release="4">
  130. <Date>2017-01-27</Date>
  131. <Version>2.4.44</Version>
  132. <Comment>Release bump for toolchain</Comment>
  133. <Name>Kamil Atlı</Name>
  134. <Email>suvari@pisilinux.org</Email>
  135. </Update>
  136. <Update release="3">
  137. <Date>2016-06-15</Date>
  138. <Version>2.4.44</Version>
  139. <Comment>Release Bump</Comment>
  140. <Name>Pisi Linux Community</Name>
  141. <Email>admin@pisilinux.org</Email>
  142. </Update>
  143. <Update release="2">
  144. <Date>2016-05-27</Date>
  145. <Version>2.4.44</Version>
  146. <Comment>Release bump</Comment>
  147. <Name>Ertuğrul Erata</Name>
  148. <Email>ertugrulerata@gmail.com</Email>
  149. </Update>
  150. <Update release="1">
  151. <Date>2016-03-28</Date>
  152. <Version>2.4.44</Version>
  153. <Comment>First release</Comment>
  154. <Name>Ertuğrul Erata</Name>
  155. <Email>ertugrulerata@gmail.com</Email>
  156. </Update>
  157. </History>
  158. </PISI>