pspec.xml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mit-kerberos</Name>
  6. <Homepage>http://web.mit.edu/kerberos/www/</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>app:console</IsA>
  14. <Summary>MIT Kerberos Library</Summary>
  15. <Description>Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography.</Description>
  16. <Archive sha1sum="07fb763082c21e9e597b39aac6413302e3aa7c97" type="targz">http://web.mit.edu/kerberos/dist/krb5/1.15/krb5-1.15.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>keyutils</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. <Dependency>e2fsprogs-devel</Dependency>
  21. <!-- FIXME: openldap-client requires mit-kerberos too -->
  22. <!-- disable for now for the circular dep
  23. <Dependency>openldap-client</Dependency>
  24. -->
  25. </BuildDependencies>
  26. <Patches>
  27. <Patch level="0">krb5-config_LDFLAGS.patch</Patch>
  28. <!--<Patch level="1">mit-krb5-1.12_uninitialized.patch</Patch> -->
  29. <Patch level="0">rebuild-configure-scripts.patch</Patch>
  30. <!-- <Patch level="0">fix-python-detection.patch</Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>mit-kerberos</Name>
  35. <RuntimeDependencies>
  36. <Dependency>keyutils</Dependency>
  37. <Dependency>openssl</Dependency>
  38. <Dependency>e2fsprogs</Dependency>
  39. <!-- FIXME: This introduces a circular dep
  40. <Dependency>openldap-client</Dependency>
  41. -->
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="config">/etc</Path>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="executable">/usr/sbin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="data">/usr/share</Path>
  50. <Path fileType="data">/var/lib</Path>
  51. <Path fileType="info">/usr/share/info</Path>
  52. <Path fileType="man">/usr/share/man</Path>
  53. </Files>
  54. <AdditionalFiles>
  55. <AdditionalFile owner="root" permission="0644" target="/etc/krb5.conf">krb5.conf</AdditionalFile>
  56. <AdditionalFile owner="root" permission="0644" target="/etc/kdc.conf">kdc.conf</AdditionalFile>
  57. </AdditionalFiles>
  58. </Package>
  59. <History>
  60. <Update release="3">
  61. <Date>2017-02-17</Date>
  62. <Version>1.15</Version>
  63. <Comment>Version Bump</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-06-08</Date>
  69. <Version>1.13.1</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2015-04-23</Date>
  76. <Version>1.13.1</Version>
  77. <Comment>First release</Comment>
  78. <Name>Ertuğrul Erata</Name>
  79. <Email>ertugrulerata@gmail.com</Email>
  80. </Update>
  81. </History>
  82. </PISI>