[pkg-opensc-commit] [engine-pkcs11] 68/152: New function only in libtpp 0.2.4 and newer.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:16 UTC 2015


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

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

commit fb55bafd5d1ae0c92af00e9d4e7cb453d74ace84
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Wed Jul 30 12:15:50 2008 +0000

    New function only in libtpp 0.2.4 and newer.
---
 NEWS         | 1 +
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index b590b18..78f7f88 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ NEWS for Engine PKCS#11 -- History of user visible changes
 
 New in 0.1.?; 2007-??-??; Name
 * cleanup pin code, always use MAX_PIN_LENGTH, proper cleanup.
+* new use PKCS11_CTX_init_args (David Smith)
 
 New in 0.1.4; 2007-07-11; Andreas Jellinghaus
 * update wiki export script.
diff --git a/configure.ac b/configure.ac
index 8b3a5c0..b8ffdbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ AC_CHECK_HEADERS([ \
 	locale.h getopt.h dlfcn.h utmp.h \
 ])
 
-PKG_CHECK_MODULES([LIBP11], [libp11 >= 0.2.1],, [AC_MSG_ERROR([libp11 is required])])
+PKG_CHECK_MODULES([LIBP11], [libp11 >= 0.2.4],, [AC_MSG_ERROR([libp11 is required])])
 
 dnl These required for svn checkout
 AC_ARG_VAR([XSLTPROC], [xsltproc utility])

-- 
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