diff --git a/pisi-index.xml b/pisi-index.xml
index cd7fbd57..f745a9e2 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -14055,6 +14055,92 @@
+
+
+ keyutils
+ http://people.redhat.com/~dhowells/keyutils/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ LGPLv2+
+ library
+ app:console
+ system.base
+ Linux key management utilities
+ Linux anahtar yönetim araçları
+ 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.
+ 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.
+ http://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2
+ system/base/keyutils/pspec.xml
+
+
+ keyutils
+
+ /etc
+ /bin
+ /sbin
+ /usr/include
+ /usr/lib
+ /lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/keyutils
+
+
+
+
+ 2021-05-31
+ 1.6.1
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2020-01-08
+ 1.6.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-26
+ 1.5.10
+ Rebuild for new toolchain
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2018-02-22
+ 1.5.10
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2017-02-17
+ 1.5.9
+ Rebuild for new toolchain.
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-08
+ 1.5.9
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2014-05-22
+ 1.5.9
+ First release
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+
libX11
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 78fe504a..40fe952c 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-a71b4a64dd680dd4a8cd0e4db9282aaf7eaba865
\ No newline at end of file
+30114c4d9cfa90e9213e463c4ce83e035d1b4fbb
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index b0a82f48..1986f941 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 44b5079c..7ec11a29 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-df67cc8fe9658daf77235cf340b5501c9bf0ab91
\ No newline at end of file
+4b557e713b56082baebcf9f12a24c1ea8b08bf5c
\ No newline at end of file
diff --git a/system/base/keyutils/actions.py b/system/base/keyutils/actions.py
new file mode 100644
index 00000000..a19d3321
--- /dev/null
+++ b/system/base/keyutils/actions.py
@@ -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")
diff --git a/system/base/keyutils/pspec.xml b/system/base/keyutils/pspec.xml
new file mode 100644
index 00000000..59785697
--- /dev/null
+++ b/system/base/keyutils/pspec.xml
@@ -0,0 +1,86 @@
+
+
+
+
+ keyutils
+ http://people.redhat.com/~dhowells/keyutils/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ LGPLv2+
+ library
+ app:console
+ Linux key management utilities
+ 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.
+ http://people.redhat.com/~dhowells/keyutils/keyutils-1.6.1.tar.bz2
+
+
+
+ keyutils
+
+ /etc
+ /bin
+ /sbin
+ /usr/include
+ /usr/lib
+ /lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/keyutils
+
+
+
+
+
+ 2021-05-31
+ 1.6.1
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2020-01-08
+ 1.6.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-26
+ 1.5.10
+ Rebuild for new toolchain
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2018-02-22
+ 1.5.10
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2017-02-17
+ 1.5.9
+ Rebuild for new toolchain.
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-08
+ 1.5.9
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2014-05-22
+ 1.5.9
+ First release
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+
diff --git a/system/base/keyutils/translations.xml b/system/base/keyutils/translations.xml
new file mode 100644
index 00000000..0c34ecbe
--- /dev/null
+++ b/system/base/keyutils/translations.xml
@@ -0,0 +1,9 @@
+
+
+
+ keyutils
+ Linux anahtar yönetim araçları
+ 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.
+
+
+