Commit Graph

12 Commits

Author SHA1 Message Date
Sascha Kuehndel (InuSasha) 3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh e369ef898b replaces tabs with spaces 2017-10-16 01:25:19 +02:00
cvh 4452de37d8 remove double newline at EOF 2017-10-16 01:25:19 +02:00
cvh 837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman 50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH 702472393f keyutils: update to keyutils-1.5.10 2017-05-06 22:45:24 +01:00
awiouy cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Lukas Rusak 4eb0733670 keyutils: use unified /usr 2016-12-04 13:23:45 -08:00
awiouy e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Stephan Raue f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
vpeter4 10d54c3014 keyutils: use cflags correctly 2015-04-08 19:48:37 +02:00
David Härdeman 2c6677f7c6 Add package keyutils
The kernel hardcodes the path to the key instantiation callback binary
as /sbin/request-key, meaning that providing keyutils as a separate
binary in an addon is impossible. It might be possible to use a
dangling symlink, but the three binaries built from this package
are all around 20 - 30KiB. Additionally, the request-key binary
is useful for more than one protocol.

keyutils is the "new" way of handling both DNS name resolution
(necessary for e.g. cifs dfs referrals) and security credentials, thus
replacing e.g. the rpc.idmap daemon.

Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-05 16:43:31 +01:00