[pkg-opensc-commit] [engine-pkcs11] 18/43: Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()

Eric Dorland eric at moszumanska.debian.org
Sun Jan 31 06:38:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit d85bb905c524a0831075b4767423b8e392df4f7e
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Wed Jan 6 20:17:55 2016 +0100

    Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()
---
 NEWS         | 1 +
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index de5d9b9..4d6e804 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ NEWS for Engine PKCS#11 -- History of user visible changes
 
 New in 0.2.1; unreleased;
 * Fixed PIN-less access to public keys (Mouse).
+* Require new libp11 0.3.1 for PKCS11_enumerate_public_keys().
 
 New in 0.2.0; 2015-10-09; Nikos Mavrogiannopoulos
 * Added support for ECDSA when compiled with libp11 0.3.0
diff --git a/configure.ac b/configure.ac
index 78df4db..6395ecf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,7 @@ PKG_CHECK_MODULES(
 	[]
 )
 
-PKG_CHECK_MODULES([LIBP11], [libp11 >= 0.2.5],, [AC_MSG_ERROR([libp11 >= 0.2.5 is required])])
+PKG_CHECK_MODULES([LIBP11], [libp11 >= 0.3.1],, [AC_MSG_ERROR([libp11 >= 0.3.1 is required])])
 
 saved_LIBS=$LIBS
 LIBS="$LIBP11_LIBS"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list