Accepting request 616962 from home:zhangxiaofei:branches:Base:System
- New version 0.23.12 * Fix compile error when PKCS#11 GNU calling convention enabled - Changelog from version 0.23.11 * trust: Add extractor for edk2/cacerts.bin * modules: Add option to control module visibility from proxy * trust: Prevent trust module being loaded by proxy module * library: Use dedicated locale object for printing error * Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctly * Improve const correctness for P11KitUri * PKCS#11 URI scheme comparison is now case insensitive - Drop p11-kit-biarch.patch: Obsolete since 0.23.10 OBS-URL: https://build.opensuse.org/request/show/616962 OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=30
This commit is contained in:
parent
efdd0ac391
commit
15dbe7ce84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9212a3f225ef543e13fae9945527d66c0cbb67246320035dd94fab2bce5ae43
|
|
||||||
size 1121419
|
|
Binary file not shown.
3
p11-kit-0.23.12.tar.gz
Normal file
3
p11-kit-0.23.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58bae22f19db1de1a1103e7ca4149eed6e303e727878c2cd5ea9e6fe445fd403
|
||||||
|
size 1257028
|
BIN
p11-kit-0.23.12.tar.gz.sig
Normal file
BIN
p11-kit-0.23.12.tar.gz.sig
Normal file
Binary file not shown.
@ -1,33 +0,0 @@
|
|||||||
From c1b85c3a59ab7b809e9531e1fb4bf38d9476fefc Mon Sep 17 00:00:00 2001
|
|
||||||
From: Stanislav Brabec <sbrabec@suse.com>
|
|
||||||
Date: Tue, 22 Nov 2016 14:44:21 +0100
|
|
||||||
Subject: [PATCH] move privatedir from libdir to libexecdir
|
|
||||||
|
|
||||||
According to the GNU Coding Standards[1], private executables should be
|
|
||||||
installed to libexecdir, not libdir.
|
|
||||||
|
|
||||||
Move privatedir to libexecdir.
|
|
||||||
|
|
||||||
[1] https://www.gnu.org/prep/standards/
|
|
||||||
|
|
||||||
https://bugs.freedesktop.org/show_bug.cgi?id=98817
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 64f0b5a..5cb1f17 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -498,7 +498,7 @@ esac
|
|
||||||
AC_DEFINE_UNQUOTED(SHLEXT, ["$SHLEXT"], [File extension for shared libraries])
|
|
||||||
AC_SUBST(SHLEXT)
|
|
||||||
|
|
||||||
-privatedir='${libdir}/p11-kit'
|
|
||||||
+privatedir='${libexecdir}/p11-kit'
|
|
||||||
AC_SUBST(privatedir)
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
|
||||||
--
|
|
||||||
2.10.2
|
|
||||||
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 15 04:09:24 UTC 2018 - fezhang@suse.com
|
||||||
|
|
||||||
|
- New version 0.23.12
|
||||||
|
* Fix compile error when PKCS#11 GNU calling convention enabled
|
||||||
|
- Changelog from version 0.23.11
|
||||||
|
* trust: Add extractor for edk2/cacerts.bin
|
||||||
|
* modules: Add option to control module visibility from proxy
|
||||||
|
* trust: Prevent trust module being loaded by proxy module
|
||||||
|
* library: Use dedicated locale object for printing error
|
||||||
|
* Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctly
|
||||||
|
* Improve const correctness for P11KitUri
|
||||||
|
* PKCS#11 URI scheme comparison is now case insensitive
|
||||||
|
- Drop p11-kit-biarch.patch: Obsolete since 0.23.10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 27 08:33:43 UTC 2018 - lnussel@suse.de
|
Tue Mar 27 08:33:43 UTC 2018 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
%define trustdir_static %{pkidir_static}/trust
|
%define trustdir_static %{pkidir_static}/trust
|
||||||
|
|
||||||
Name: p11-kit
|
Name: p11-kit
|
||||||
Version: 0.23.10
|
Version: 0.23.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to work with PKCS#11 modules
|
Summary: Library to work with PKCS#11 modules
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://p11-glue.freedesktop.org/p11-kit.html
|
Url: http://p11-glue.freedesktop.org/p11-kit.html
|
||||||
Source0: https://github.com/p11-glue/p11-kit/releases/download/0.23.10/%{name}-%{version}.tar.gz
|
Source0: https://github.com/p11-glue/p11-kit/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://github.com/p11-glue/p11-kit/releases/download/0.23.10/%{name}-%{version}.tar.gz.sig
|
Source1: https://github.com/p11-glue/p11-kit/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
|
||||||
Source98: p11-kit.keyring
|
Source98: p11-kit.keyring
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user