diff options
author | Juergen Daubert <jue@jue.li> | 2019-08-10 19:04:31 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-08-10 19:04:31 +0200 |
commit | 5c9dd67edc0bd0d8ff39853c8bba70dc35fbd464 (patch) | |
tree | dff379dce609dc1ffb2a6771fa7d08c437880935 /keyutils | |
parent | 179a83c2b31e2efd0e33009d95dbcfb957c53ed7 (diff) | |
download | opt-5c9dd67edc0bd0d8ff39853c8bba70dc35fbd464.tar.gz opt-5c9dd67edc0bd0d8ff39853c8bba70dc35fbd464.tar.xz |
keyutils: update to 1.6.1
Diffstat (limited to 'keyutils')
-rw-r--r-- | keyutils/.footprint | 6 | ||||
-rw-r--r-- | keyutils/.signature | 8 | ||||
-rw-r--r-- | keyutils/Pkgfile | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/keyutils/.footprint b/keyutils/.footprint index b8ff86c00..570641514 100644 --- a/keyutils/.footprint +++ b/keyutils/.footprint @@ -4,8 +4,8 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/request-key.conf drwxr-xr-x root/root etc/request-key.d/ drwxr-xr-x root/root lib/ -lrwxrwxrwx root/root lib/libkeyutils.so.1 -> libkeyutils.so.1.8 --rwxr-xr-x root/root lib/libkeyutils.so.1.8 +lrwxrwxrwx root/root lib/libkeyutils.so.1 -> libkeyutils.so.1.9 +-rwxr-xr-x root/root lib/libkeyutils.so.1.9 drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/key.dns_resolver -rwxr-xr-x root/root sbin/request-key @@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/find_key_by_type_and_name.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl.3.gz lrwxrwxrwx root/root usr/share/man/man3/keyctl_assume_authority.3.gz -> keyctl_instantiate.3.gz +-rw-r--r-- root/root usr/share/man/man3/keyctl_capabilities.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_chown.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_clear.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_describe.3.gz @@ -43,6 +44,7 @@ lrwxrwxrwx root/root usr/share/man/man3/keyctl_instantiate_iov.3.gz -> keyctl_in -rw-r--r-- root/root usr/share/man/man3/keyctl_invalidate.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_join_session_keyring.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_link.3.gz +-rw-r--r-- root/root usr/share/man/man3/keyctl_move.3.gz lrwxrwxrwx root/root usr/share/man/man3/keyctl_negate.3.gz -> keyctl_instantiate.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_pkey_decrypt.3.gz -rw-r--r-- root/root usr/share/man/man3/keyctl_pkey_encrypt.3.gz diff --git a/keyutils/.signature b/keyutils/.signature index 685d25f77..b27ad1e1f 100644 --- a/keyutils/.signature +++ b/keyutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XArpJWoBt7UbYMuAMc7S/DdBK89cahUDWWzzhwXxuktLmeb5j/ijIlJ2uCb/xFjipgiPlEywNzag8R0XmujUgU= -SHA256 (Pkgfile) = 373dedb5227761c70210d5e45c23b10444e2f0545bf484f6e93907f83198e1e4 -SHA256 (.footprint) = ecc4f9cd577b0a6bcc7df1707b9f6a870569edc0526fa15c0c648b4e136467a5 -SHA256 (keyutils-1.6.tar.bz2) = d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115 +RWSE3ohX2g5d/RQwR2QT69XcM1qJ4zlX5QH7ylTHao51WBbDxlnoJwNP3MN2ei+y3Ln/bT0FjZPjp+kCkqYkdIv5XQj2Zl/zvQ0= +SHA256 (Pkgfile) = 49daf903a460dbb103987400f2498d35a9a1a9082426c6dcf93adee2d9342312 +SHA256 (.footprint) = 199dd19712b0edc4b843bb27108652bff7d9ec50468d55523fe3c9eabeb4797d +SHA256 (keyutils-1.6.1.tar.gz) = 3c71dcfc6900d07b02f4e061d8fb218a4ae6519c1d283d6a57b8e27718e2f557 diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index df165261e..0cdaf5e34 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -1,11 +1,11 @@ # Description: Tools to control the Linx key management system -# URL: http://www.kernel.org/ +# URL: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/ # Maintainer: Juergen Daubert, jue at crux dot nu name=keyutils -version=1.6 -release=2 -source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) +version=1.6.1 +release=1 +source=(https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/$name-$version.tar.gz) build () { cd $name-$version |