diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-08-21 01:03:25 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-08-21 01:03:25 +0700 |
commit | 22b2fb41302f3cab094fa308a7f389149b4b5097 (patch) | |
tree | fde667896cff792e36962f77db314cc1d026554a /dev-libs/pkcs11-helper/files | |
parent | app-admin/puppetserver: 7.3.0 bump (diff) | |
download | gentoo-22b2fb41302f3cab094fa308a7f389149b4b5097.tar.gz gentoo-22b2fb41302f3cab094fa308a7f389149b4b5097.tar.bz2 gentoo-22b2fb41302f3cab094fa308a7f389149b4b5097.zip |
dev-libs/pkcs11-helper: bump + fix build with new nss
Closes: https://bugs.gentoo.org/794790
Package-Manager: Portage-3.0.22, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'dev-libs/pkcs11-helper/files')
-rw-r--r-- | dev-libs/pkcs11-helper/files/pkcs11-helper-1.27.0-nss.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/pkcs11-helper/files/pkcs11-helper-1.27.0-nss.patch b/dev-libs/pkcs11-helper/files/pkcs11-helper-1.27.0-nss.patch new file mode 100644 index 000000000000..a283121b8119 --- /dev/null +++ b/dev-libs/pkcs11-helper/files/pkcs11-helper-1.27.0-nss.patch @@ -0,0 +1,14 @@ +--- pkcs11-helper-1.27.0/include/pkcs11-helper-1.0/pkcs11.h.orig 2020-11-17 19:38:56.000000000 +0100 ++++ pkcs11-helper-1.27.0/include/pkcs11-helper-1.0/pkcs11.h 2021-06-12 20:53:07.127234688 +0200 +@@ -1262,6 +1262,11 @@ + + #define NULL_PTR NULL + ++typedef CK_RV (*CK_NSS_GetFIPSStatus)(CK_SESSION_HANDLE hSession, ++ CK_OBJECT_HANDLE hObject, ++ CK_ULONG ulOperationType, ++ CK_ULONG *pulFIPSStatus); ++ + /* Delete the helper macros defined at the top of the file. */ + #undef ck_flags_t + #undef ck_version |