pspec.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cyrus-sasl</Name>
  6. <Homepage>http://asg.web.cmu.edu/sasl/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <IsA>service</IsA>
  14. <Summary>The Cyrus SASL (Simple Authentication and Security Layer)</Summary>
  15. <Description>cyrus-sasl is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions.</Description>
  16. <Archive sha1sum="d6669fb91434192529bd13ee95737a8a5040241c" type="targz">http://cyrusimap.org/releases/cyrus-sasl-2.1.26.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>mit-kerberos</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>gdbm-devel</Dependency>
  21. <Dependency>e2fsprogs-devel</Dependency>
  22. <Dependency>openssl-devel</Dependency>
  23. <Dependency>groff</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <!--Patch level="1">fix-linkage.patch</Patch-->
  27. <Patch level="1">CVE-2013-4122.patch</Patch>
  28. <Patch level="1">0011_saslauthd_ac_prog_libtool.patch</Patch>
  29. <Patch level="1">0025_ld_as_needed.patch</Patch>
  30. <Patch level="1">0026_drop_krb5support_dependency.patch</Patch>
  31. <Patch level="1">0030-dont_use_la_files_for_opening_plugins.patch</Patch>
  32. <Patch level="1">cyrus-sasl-2.1.20-saslauthd.conf-path.patch</Patch>
  33. <Patch level="1">cyrus-sasl-2.1.21-sizes.patch</Patch>
  34. <Patch level="0">cyrus-sasl-2.1.22-as-needed.patch</Patch>
  35. <Patch level="1">cyrus-sasl-2.1.22-qa.patch</Patch>
  36. <Patch level="1">cyrus-sasl-2.1.22-kerberos4.patch</Patch>
  37. <Patch level="1">cyrus-sasl-2.1.22-ldap-timeout.patch</Patch>
  38. <Patch level="1">cyrus-sasl-2.1.23-man.patch</Patch>
  39. <Patch level="1">cyrus-sasl-2.1.26-keytab.patch</Patch>
  40. <Patch level="0">cyrus-sasl-2.1.26-no_rpath.patch</Patch>
  41. <Patch level="1">cyrus-sasl-2.1.26-obsolete-macro.patch</Patch>
  42. <Patch level="1">cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch</Patch>
  43. <Patch level="1">cyrus-sasl-2.1.26-relro.patch</Patch>
  44. <Patch level="1">cyrus-sasl-2.1.26-size_t.patch</Patch>
  45. <Patch level="1">cyrus-sasl-2.1.26-warnings.patch</Patch>
  46. </Patches>
  47. </Source>
  48. <Package>
  49. <Name>cyrus-sasl</Name>
  50. <RuntimeDependencies>
  51. <!--<Dependency>openldap-client</Dependency>-->
  52. <Dependency>mit-kerberos</Dependency>
  53. <Dependency>pam</Dependency>
  54. <Dependency>gdbm</Dependency>
  55. <Dependency>e2fsprogs</Dependency>
  56. <Dependency>openssl</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="config">/etc</Path>
  60. <Path fileType="config">/usr/lib/tmpfiles.d/cyrus-sasl.conf</Path>
  61. <Path fileType="executable">/usr/sbin</Path>
  62. <Path fileType="library">/usr/lib</Path>
  63. <Path fileType="data">/usr/share/cyrus-sasl-2</Path>
  64. <Path fileType="data">/run</Path>
  65. <Path fileType="man">/usr/share/man</Path>
  66. <Path fileType="doc">/usr/share/doc</Path>
  67. </Files>
  68. <AdditionalFiles>
  69. <AdditionalFile target="/etc/conf.d/saslauthd" permission="0644" owner="root">saslauthd.confd</AdditionalFile>
  70. <AdditionalFile target="/etc/pam.d/saslauthd" permission="0644" owner="root">saslauthd.pam</AdditionalFile>
  71. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/cyrus-sasl.conf">tmpfiles.conf</AdditionalFile>
  72. </AdditionalFiles>
  73. <Provides>
  74. <COMAR script="service.py">System.Service</COMAR>
  75. <COMAR script="package.py">System.Package</COMAR>
  76. </Provides>
  77. </Package>
  78. <Package>
  79. <Name>cyrus-sasl-devel</Name>
  80. <Summary>Development files for cyrus-sasl</Summary>
  81. <RuntimeDependencies>
  82. <Dependency release="current">cyrus-sasl</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="header">/usr/include</Path>
  86. <Path fileType="data">/usr/lib/pkgconfig</Path>
  87. <Path fileType="doc">/usr/share/doc/cyrus-sasl/*.txt</Path>
  88. <Path fileType="man">/usr/share/man/man3</Path>
  89. </Files>
  90. </Package>
  91. <History>
  92. <Update release="3">
  93. <Date>2017-02-19</Date>
  94. <Version>2.1.26</Version>
  95. <Comment>Rebuild.</Comment>
  96. <Name>Ertuğrul Erata</Name>
  97. <Email>ertugrulerata@gmail.com</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2016-06-08</Date>
  101. <Version>2.1.26</Version>
  102. <Comment>Release Bump</Comment>
  103. <Name>Pisi Linux Community</Name>
  104. <Email>admin@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2014-07-05</Date>
  108. <Version>2.1.26</Version>
  109. <Comment>First release</Comment>
  110. <Name>Marcin Bojara</Name>
  111. <Email>marcin@pisilinux.org</Email>
  112. </Update>
  113. </History>
  114. </PISI>