package/keyutils: bump to version 1.6.3

- update home page URL
- change download to new location

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2020-09-28 20:08:18 +02:00 committed by Thomas Petazzoni
parent 71719b91ee
commit ebce163044
5 changed files with 9 additions and 10 deletions

View File

@ -11,7 +11,7 @@ Signed-off-by: Baruch Siach <baruch@tkos.co.il>
--- keyutils-1.5.9/Makefile.orig 2014-09-22 16:13:41.593562765 +0100 --- keyutils-1.5.9/Makefile.orig 2014-09-22 16:13:41.593562765 +0100
+++ keyutils-1.5.9/Makefile 2014-09-22 16:14:05.377963952 +0100 +++ keyutils-1.5.9/Makefile 2014-09-22 16:14:05.377963952 +0100
@@ -184,7 +184,7 @@ ifeq ($(NO_SOLIB),0) @@ -200,7 +200,7 @@ ifeq ($(NO_SOLIB),0)
$(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME) $(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
$(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME) $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
mkdir -p $(DESTDIR)$(USRLIBDIR) mkdir -p $(DESTDIR)$(USRLIBDIR)

View File

@ -6,8 +6,8 @@ Description: Added 2 cifs helpers to request-key.conf (for CIFS DFS support)
diff -Naurp keyutils.orig/request-key.conf keyutils/request-key.conf diff -Naurp keyutils.orig/request-key.conf keyutils/request-key.conf
--- keyutils.orig/request-key.conf 2008-09-07 23:53:10.000000000 +0000 --- keyutils.orig/request-key.conf 2008-09-07 23:53:10.000000000 +0000
+++ keyutils/request-key.conf 2009-02-05 00:53:00.000000000 +0000 +++ keyutils/request-key.conf 2009-02-05 00:53:00.000000000 +0000
@@ -34,4 +34,6 @@ @@ -38,4 +38,6 @@
create user debug:* negate /bin/keyctl negate %k 30 %S create user debug:* revoked /bin/keyctl reject %k 30 %c %S
create user debug:loop:* * |/bin/cat create user debug:loop:* * |/bin/cat
create user debug:* * /usr/share/keyutils/request-key-debug.sh %k %d %c %S create user debug:* * /usr/share/keyutils/request-key-debug.sh %k %d %c %S
+create cifs.spnego * * /usr/sbin/cifs.upcall -c %k +create cifs.spnego * * /usr/sbin/cifs.upcall -c %k

View File

@ -6,7 +6,7 @@ config BR2_PACKAGE_KEYUTILS
These tools are used to control the key management system These tools are used to control the key management system
built into the Linux kernel. built into the Linux kernel.
http://people.redhat.com/~dhowells/keyutils/ https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/
comment "keyutils needs a toolchain w/ dynamic library" comment "keyutils needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU depends on BR2_USE_MMU

View File

@ -1,4 +1,4 @@
# Locally computed # Locally computed
sha256 d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115 keyutils-1.6.tar.bz2 sha256 a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4 keyutils-1.6.3.tar.gz
sha256 f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d LICENCE.GPL sha256 f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d LICENCE.GPL
sha256 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521 LICENCE.LGPL sha256 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521 LICENCE.LGPL

View File

@ -4,9 +4,8 @@
# #
################################################################################ ################################################################################
KEYUTILS_VERSION = 1.6 KEYUTILS_VERSION = 1.6.3
KEYUTILS_SOURCE = keyutils-$(KEYUTILS_VERSION).tar.bz2 KEYUTILS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot
KEYUTILS_SITE = http://people.redhat.com/~dhowells/keyutils
KEYUTILS_LICENSE = GPL-2.0+, LGPL-2.1+ KEYUTILS_LICENSE = GPL-2.0+, LGPL-2.1+
KEYUTILS_LICENSE_FILES = LICENCE.GPL LICENCE.LGPL KEYUTILS_LICENSE_FILES = LICENCE.GPL LICENCE.LGPL
KEYUTILS_INSTALL_STAGING = YES KEYUTILS_INSTALL_STAGING = YES