keyutils move core mit-kerberos

This commit is contained in:
Rmys
2021-06-09 15:43:14 +03:00
parent 025046d1f2
commit 307bcbffed
7 changed files with 204 additions and 2 deletions
+86
View File
@@ -14055,6 +14055,92 @@
</Update> </Update>
</History> </History>
</SpecFile> </SpecFile>
<SpecFile>
<Source>
<Name>keyutils</Name>
<Homepage>http://people.redhat.com/~dhowells/keyutils/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<License>LGPLv2+</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">Linux key management utilities</Summary>
<Summary xml:lang="tr">Linux anahtar yönetim araçları</Summary>
<Description xml:lang="en">keyutils contains utilities to control the kernel key management facility and to provide a mechanism by which the kernel call back to userspace to get a key instantiated.</Description>
<Description xml:lang="tr">keyutils, Linux çekirdeğindeki anahtar yönetim kolaylıklarını denetlemek ve çekirdek ile kullanıcı uzayı arasında iletişim kurmak için gereken araçları içerir.</Description>
<Archive type="tarbz2" sha1sum="79fb86ea60de1207183ecd0c3a038380d036b1cc" name="keyutils-1.6.1.tar.bz2">http://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2</Archive>
<SourceURI>system/base/keyutils/pspec.xml</SourceURI>
</Source>
<Package>
<Name>keyutils</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/bin</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/keyutils</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2021-05-31</Date>
<Version>1.6.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-08</Date>
<Version>1.6.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-26</Date>
<Version>1.5.10</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-22</Date>
<Version>1.5.10</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>1.5.9</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>1.5.9</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-22</Date>
<Version>1.5.9</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile> <SpecFile>
<Source> <Source>
<Name>libX11</Name> <Name>libX11</Name>
+1 -1
View File
@@ -1 +1 @@
a71b4a64dd680dd4a8cd0e4db9282aaf7eaba865 30114c4d9cfa90e9213e463c4ce83e035d1b4fbb
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
df67cc8fe9658daf77235cf340b5501c9bf0ab91 4b557e713b56082baebcf9f12a24c1ea8b08bf5c
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -i 's:$(LIBDIR)/$(PKGCONFIG_DIR):/usr/lib/pkgconfig:' Makefile")
def build():
autotools.make("NO_ARLIB=1 LIBDIR=/lib USRLIBDIR=/usr/lib NO_GLIBC_KEYERR=1 CFLAGS=\"%s\"" % get.CFLAGS())
def install():
autotools.install("NO_ARLIB=1 LIBDIR=/lib USRLIBDIR=/usr/lib DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENCE.GPL", "LICENCE.LGPL", "README")
+86
View File
@@ -0,0 +1,86 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>keyutils</Name>
<Homepage>http://people.redhat.com/~dhowells/keyutils/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<License>LGPLv2+</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Linux key management utilities</Summary>
<Description>keyutils contains utilities to control the kernel key management facility and to provide a mechanism by which the kernel call back to userspace to get a key instantiated.</Description>
<Archive sha1sum="79fb86ea60de1207183ecd0c3a038380d036b1cc" type="tarbz2">http://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2</Archive>
</Source>
<Package>
<Name>keyutils</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/bin</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/keyutils</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2021-05-31</Date>
<Version>1.6.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-08</Date>
<Version>1.6.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-26</Date>
<Version>1.5.10</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-22</Date>
<Version>1.5.10</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>1.5.9</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>1.5.9</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-22</Date>
<Version>1.5.9</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>keyutils</Name>
<Summary xml:lang="tr">Linux anahtar yönetim araçları</Summary>
<Description xml:lang="tr">keyutils, Linux çekirdeğindeki anahtar yönetim kolaylıklarını denetlemek ve çekirdek ile kullanıcı uzayı arasında iletişim kurmak için gereken araçları içerir.</Description>
</Source>
</PISI>