mit-kerberos move core libtirpc

This commit is contained in:
Rmys
2021-06-09 15:28:03 +03:00
parent 9a70061634
commit 025046d1f2
14 changed files with 747 additions and 2 deletions
+105
View File
@@ -20613,6 +20613,111 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<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>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">MIT Kerberos Library</Summary>
<Summary xml:lang="tr">MIT Kerberos kütüphanesi</Summary>
<Description xml:lang="en">Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography.</Description>
<Description xml:lang="tr">Kerberos bir ağ doğrulama protokolüdür. Sunucu/istemci uygulamalarında, gizli anahtar kriptoloji teknolojisini kullanarak, güçlü bir doğrulama sağlar.</Description>
<Archive type="targz" sha1sum="0c404b081db9c996c581f636ce450ee28778f338" name="krb5-1.17.tar.gz">http://web.mit.edu/kerberos/dist/krb5/1.17/krb5-1.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>keyutils</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">krb5-config_LDFLAGS.patch</Patch>
<Patch level="0">rebuild-configure-scripts.patch</Patch>
</Patches>
<SourceURI>system/base/mit-kerberos/pspec.xml</SourceURI>
</Source>
<Package>
<Name>mit-kerberos</Name>
<RuntimeDependencies>
<Dependency>keyutils</Dependency>
<Dependency>openssl</Dependency>
<Dependency>e2fsprogs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/run/krb5kdc</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 target="/etc/krb5.conf" permission="0644" owner="root">krb5.conf</AdditionalFile>
<AdditionalFile target="/etc/kdc.conf" permission="0644" owner="root">kdc.conf</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="7">
<Date>2020-11-07</Date>
<Version>1.17</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-08</Date>
<Version>1.17</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-12-31</Date>
<Version>1.16</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.15</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>1.15</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>1.13.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-04-23</Date>
<Version>1.13.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python-psutil</Name>