107 lines
4.2 KiB
XML
107 lines
4.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>mit-kerberos</Name>
|
|
<Homepage>http://web.mit.edu/kerberos/www/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>as-is</License>
|
|
<IsA>library</IsA>
|
|
<IsA>app:console</IsA>
|
|
<Summary>MIT Kerberos Library</Summary>
|
|
<Description>Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography.</Description>
|
|
<Archive sha1sum="6342e29980210c32dee3563dfb0728b4b9592381" type="targz">http://source.pisilinux.org/1.0/krb5-1.13.1.tar.gz</Archive>
|
|
|
|
<BuildDependencies>
|
|
<Dependency>keyutils</Dependency>
|
|
<Dependency>openssl-devel</Dependency>
|
|
<Dependency>e2fsprogs-devel</Dependency>
|
|
<!-- FIXME: openldap-client requires mit-kerberos too -->
|
|
<!-- disable for now for the circular dep
|
|
<Dependency>openldap-client</Dependency>
|
|
-->
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="0">krb5-config_LDFLAGS.patch</Patch>
|
|
<!--<Patch level="1">mit-krb5-1.12_uninitialized.patch</Patch> -->
|
|
<Patch level="0">rebuild-configure-scripts.patch</Patch>
|
|
<Patch level="0">fix-python-detection.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>mit-kerberos</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>keyutils</Dependency>
|
|
<Dependency>openssl</Dependency>
|
|
<Dependency>e2fsprogs</Dependency>
|
|
<!-- FIXME: This introduces a circular dep
|
|
<Dependency>openldap-client</Dependency>
|
|
-->
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="config">/etc</Path>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="executable">/usr/sbin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="data">/var/lib</Path>
|
|
<Path fileType="info">/usr/share/info</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
<AdditionalFiles>
|
|
<AdditionalFile owner="root" permission="0644" target="/etc/krb5.conf">krb5.conf</AdditionalFile>
|
|
<AdditionalFile owner="root" permission="0644" target="/etc/kdc.conf">kdc.conf</AdditionalFile>
|
|
</AdditionalFiles>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="6">
|
|
<Date>2015-04-23</Date>
|
|
<Version>1.13.1</Version>
|
|
<Comment>Version bump,fix deps.</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2014-12-13</Date>
|
|
<Version>1.13</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2014-05-17</Date>
|
|
<Version>1.12.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2014-01-22</Date>
|
|
<Version>1.11.4</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-02-20</Date>
|
|
<Version>1.11</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2012-09-27</Date>
|
|
<Version>1.10.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|