From a048921b2b054936e5cb31b681a8b0d6bb80b03492166c302de3cab446dd2429 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 2 Jul 2019 05:01:21 +0000 Subject: [PATCH] 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 --- keyutils-1.5.11.tar.bz2 | 3 --- keyutils-1.5.11.tar.bz2.sig | Bin 536 -> 0 bytes keyutils-1.6.tar.bz2 | 3 +++ keyutils.changes | 15 +++++++++++++++ keyutils.spec | 10 +++++----- 5 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 keyutils-1.5.11.tar.bz2 delete mode 100644 keyutils-1.5.11.tar.bz2.sig create mode 100644 keyutils-1.6.tar.bz2 diff --git a/keyutils-1.5.11.tar.bz2 b/keyutils-1.5.11.tar.bz2 deleted file mode 100644 index e0f8e27..0000000 --- a/keyutils-1.5.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5 -size 87644 diff --git a/keyutils-1.5.11.tar.bz2.sig b/keyutils-1.5.11.tar.bz2.sig deleted file mode 100644 index a36e302e0a9789bb5582cf2b82d1c9539bce53f8a912ff135f7e3bce177de638..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 536 zcmV+z0_XjS0u=)V09%D{Jo~p-Yp2T#YXJiG7!Utibbq5#!Z3{T?Y8ZgBXH&AzZISM zsJe~w*7vWL7ece$5$RrH*JXE3)dtB7cDGPgeP9f!-RF#k_Jq9nVlv5jdrr>T{kwU5 z;dctS$-utCLCvyB70Oj0xjGK(G!JC8PFI;QSJnZ@R5%je)BrM1xZC^V6XJja7mWV8 zA-OjbFA=7r1>kjVz_=dtGfETBRqo>wN7y(UHi6pxb)b_JbPjuJR>Fsp{>Zu=910>_ ze}tKkrQ}HS3V4c)L^~nqHa`i^EL%6H*{$2A{6Y({l8D;snZ3yV^EGqRR`jt;;fNG+ zCWTaVHOtF4H8#d$!P_dj3E-9R`|l!0VZ0B>9>XR+>Grw8T(Xloi6b|?+e`9ca<<=- zI_yu&&|%>lB%<{pj;g%1-+v{*xYBvhS6IV}jJL83vFK*F(wt9k!)7=Rz@u?fE1I{l zy^wzkOjH9f2i2~TC=Mls_CZ*u<4`O;APW5Rgzqy+ke)QyPaVqt(0 z)L*gK1>`Mq(?Kpeo%^8gmb976(4vC=eXaTBAA>mai}Htbd*Vp|JJ3Zca5@1Ok&aKW aI*fOs(2sxemDi diff --git a/keyutils-1.6.tar.bz2 b/keyutils-1.6.tar.bz2 new file mode 100644 index 0000000..0925854 --- /dev/null +++ b/keyutils-1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115 +size 93973 diff --git a/keyutils.changes b/keyutils.changes index 881e6b1..4cea68d 100644 --- a/keyutils.changes +++ b/keyutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 1 14:28:52 UTC 2019 - Wolfgang Frisch + +- 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 diff --git a/keyutils.spec b/keyutils.spec index 317d4e9..0059665 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -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