Accepting request 712889 from home:wfrisch:branches:security

- updated to 1.6
  - Apply various specfile cleanups from Fedora.
  - request-key: Provide a command line option to suppress helper execution.
  - request-key: Find least-wildcard match rather than first match.
  - Remove the dependency on MIT Kerberos.
  - Fix some error messages
  - keyctl_dh_compute.3: Suggest /proc/crypto for list of available hashes.
  - Fix doc and comment typos.
  - Add public key ops for encrypt, decrypt, sign and verify (needs linux-4.20).
  - Add pkg-config support for finding libkeyutils.
- upstream isn't offering PGP signatures for the source tarballs anymore

OBS-URL: https://build.opensuse.org/request/show/712889
OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=49
This commit is contained in:
Marcus Meissner 2019-07-02 05:01:21 +00:00 committed by Git OBS Bridge
parent 8c12cdce77
commit a048921b2b
5 changed files with 23 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5
size 87644

Binary file not shown.

3
keyutils-1.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115
size 93973

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 1 14:28:52 UTC 2019 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- updated to 1.6
- Apply various specfile cleanups from Fedora.
- request-key: Provide a command line option to suppress helper execution.
- request-key: Find least-wildcard match rather than first match.
- Remove the dependency on MIT Kerberos.
- Fix some error messages
- keyctl_dh_compute.3: Suggest /proc/crypto for list of available hashes.
- Fix doc and comment typos.
- Add public key ops for encrypt, decrypt, sign and verify (needs linux-4.20).
- Add pkg-config support for finding libkeyutils.
- upstream isn't offering PGP signatures for the source tarballs anymore
-------------------------------------------------------------------
Mon Mar 4 09:41:58 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package keyutils
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -22,11 +22,10 @@ Url: http://people.redhat.com/~dhowells/keyutils/
Summary: Linux Key Management Utilities
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Kernel
Version: 1.5.11
Version: 1.6
Release: 0
Source0: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
Source0: https://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
Source1: baselibs.conf
Source2: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2.sig
Source3: %name.keyring
Patch1: request-key-cifs.patch
Patch2: request-key-nfs4.patch
@ -102,5 +101,6 @@ ln -s /%{_sbindir}/request-key %{buildroot}/sbin
%defattr(-,root,root,-)
%{_libdir}/libkeyutils.so
%{_includedir}/*
%attr(0644, root, root) %{_libdir}/pkgconfig/libkeyutils.pc
%changelog