[pkg-opensc-commit] [pkcs11-helper] branch master updated (99929ca -> bbd8260)

Eric Dorland eric at moszumanska.debian.org
Tue Nov 26 03:08:27 UTC 2013


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

eric pushed a change to branch master
in repository pkcs11-helper.

      from  99929ca   Add reference to GPL2 file.
       new  ab6f62a   Imported Upstream version 1.11
       new  c1f9a33   Merge tag 'upstream/1.11'
       new  61270eb   New upstream release.
       new  879efec   debian/patches/01-pkcs11h_token_logout.diff: Drop now unnecessary patch.
       new  bb1e680   debian/control: Standards-Version to 3.9.5.
       new  bbd8260   debian/libpkcs11-helper1.symbols: Add pkcs11h_openssl_session_getEVP symbol.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                       |   6 +
 configure.ac                                    |  54 +-
 debian/changelog                                |  10 +
 debian/control                                  |   2 +-
 debian/libpkcs11-helper1.symbols                |   1 +
 debian/patches/01-pkcs11h_token_logout.diff     |  17 -
 debian/patches/series                           |   1 -
 include/pkcs11-helper-1.0/pkcs11h-certificate.h |   4 +-
 include/pkcs11-helper-1.0/pkcs11h-core.h        |   4 +-
 include/pkcs11-helper-1.0/pkcs11h-openssl.h     |  10 +
 lib/Makefile.am                                 |   3 +-
 lib/_pkcs11h-core.h                             |   2 +-
 lib/_pkcs11h-crypto-cryptoapi.c                 |   4 +-
 lib/_pkcs11h-crypto-gnutls.c                    |   2 +-
 lib/{_pkcs11h-crypto.h => _pkcs11h-openssl.h}   |  16 +-
 lib/openssl.exports                             |   1 +
 lib/pkcs11h-certificate.c                       |  54 +-
 lib/pkcs11h-core.c                              |  41 +-
 lib/pkcs11h-data.c                              |   8 +-
 lib/pkcs11h-openssl.c                           | 859 +++++++++++++++++++-----
 lib/pkcs11h-session.c                           |  20 +-
 lib/pkcs11h-slotevent.c                         |  18 +-
 lib/pkcs11h-threading.c                         |   8 +-
 lib/pkcs11h-token.c                             |  14 +-
 lib/pkcs11h-util.c                              |   4 +-
 lib/token.exports                               |   1 +
 tests/test-certificate/test-certificate.c       |   4 +-
 27 files changed, 885 insertions(+), 283 deletions(-)
 delete mode 100644 debian/patches/01-pkcs11h_token_logout.diff
 delete mode 100644 debian/patches/series
 copy lib/{_pkcs11h-crypto.h => _pkcs11h-openssl.h} (91%)

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



More information about the pkg-opensc-commit mailing list