[pkg-opensc-commit] [engine-pkcs11] annotated tag debian/0.2.1-1 created (now c0f4af7)
Eric Dorland
eric at moszumanska.debian.org
Sun Jan 31 06:38:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a change to annotated tag debian/0.2.1-1
in repository engine-pkcs11.
at c0f4af7 (tag)
tagging da32419981ba76749a51c4373f63af3485314306 (commit)
replaces debian/0.2.0-2
tagged by Eric Dorland
on Sun Jan 31 01:38:00 2016 -0500
- Log -----------------------------------------------------------------
debian release 0.2.1-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJWravgAAoJEMJW+9UAIh6TWUoP/1HY45vwAGdsRxwZxwmKu0kd
l2ndO5/cBaAv9xcyi4v/TlVE2pS83j3Mwa8yQexRtH6IDoU18ey3dsmbsDiekaty
s+R6rZ+xeJS1DftpULciQjw35Af2iwdJ7C1hfLUTOaB4uTV8mcrR1zFpusCohfVe
nLy52QhmmL7UqAqI6vTjoVUKDWXaqyDyiMwndamt4/x5d3Cv0BIl2H/n3VM53zbU
W2jAm8eG3sRTfLoTAnyGKYg8f30nf3gX+OmO4vtAXiPwxrzbo2eOZ3zcXFi3enZT
rYCeCaY2EHTwv6RHzxVHw2OYaxGq4hXpTCgS396hadF85lZFnlM+5yNsSu68SdU0
6QUxtlMNxdBh1aMwqx95PenV4Snr4W96aqrv9oOsrdOvR9v4D0WIAA2UmHOA9hgN
ryI0Lcg8u4NVWjF5jxnqowvbc0V1A7wQ8PjUqsV1/TTzKXQR/qjbsuHe3pKW7FzA
Bu0Xl1+77pRzvr0JQyjLRwsK5/D5DFJ4iyOMCS9naFVesCYK/QypTSiVHBov+USY
jSHKkoeppOibUW4U1TzVhhlmR8nQEdBeKl+ia1sFsNHzA1qBBTrIFQr5NkqaG/nO
JCQH8LppT6F74B+1utZ7CCuRmUKmr5H/VNBTdXEOYtaXCN5cqCwb7L9xHilH38wR
gtbTqv3w8O9k3Jod3nEH
=bdbS
-----END PGP SIGNATURE-----
Eric Dorland (7):
Imported Upstream version 0.2.1
Merge tag 'upstream/0.2.1'
New upstream release
Update Vcs-* fields to https
Update signature extension to .asc
Drop upstreamed memory leak patch
Build depend on libp11-dev >= 0.3.1
LE TOUX Vincent (1):
add support for appveyor
Ludovic Rousseau (2):
Add AppVeyor badge
Merge pull request #32 from vletoux/test-appveyor
Michał Trojnara (25):
Use GitHub sources of OpenSC/libp11 for CI
Merge pull request #34 from mouse07410/master
NEWS update
Code cleanup
Testing infrastructure updated
ldconfig forced in .travis.sh
Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()
Version bump to 0.2.1_git
Version bump in appveyor.yml
Squashed a compiler warning in tests/evp-sign.c
Added vim modelines to preserve formatting
Fixed OpenSSL engines directory autoselection
Added "--with-pkcs11-module" configure option
Removed outdated default value in help
Dead code removed from configure
Fixed "make check" on OpenSSL 1.1.0-dev
Fixed "make distcheck"
Cygwin dependency removed from MSVC build
Removed invalid semicolons after macro expansions
Squashed compiler warnings
Deleted src/engine_pkcs11.exports
Deleted winconfig.h
.gitignore removed from distribution
Engine file name updated in README.md
released 0.2.1
Mouse (2):
Fixes PIN-less access to public keys. Tested with RSA and ECC tokens.
Brought public keys enumeration routine name in sync with libp11 upcoming
Nikos Mavrogiannopoulos (5):
Merge pull request #23 from persmule/master
README: enhanced with info from the wiki
README: added example usage with p11-kit
doc update
Handle PKCS#11 URLs which have type set to 'public'
Persmule (1):
* Prevent potential memory leak when calling set_init_args.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0961d72 * Prevent potential memory leak when calling set_init_args.
new db9935f Merge pull request #23 from persmule/master
new 65ce389 README: enhanced with info from the wiki
new 9463db1 README: added example usage with p11-kit
new 6ab7564 doc update
new e6909a2 Handle PKCS#11 URLs which have type set to 'public'
new 024ee27 Add AppVeyor badge
new 9904913 add support for appveyor
new e0eb635 Merge pull request #32 from vletoux/test-appveyor
new 84e7a04 Fixes PIN-less access to public keys. Tested with RSA and ECC tokens. Requires patched/updated libp11 - PR for OpenSC/libp11 that addresses mutiple public key-related and ECC-related issues has been submitted.
new 775968b Brought public keys enumeration routine name in sync with libp11 upcoming change that Michal Trojnara is preparing
new 9636e45 Use GitHub sources of OpenSC/libp11 for CI
new a37c8d0 Merge pull request #34 from mouse07410/master
new 8baa4f7 NEWS update
new edcaf52 Code cleanup
new e357e53 Testing infrastructure updated
new f63dcdf ldconfig forced in .travis.sh
new d85bb90 Require new libp11 0.3.1 for PKCS11_enumerate_public_keys()
new eea49a3 Version bump to 0.2.1_git
new a92e21e Version bump in appveyor.yml
new fc28cd9 Squashed a compiler warning in tests/evp-sign.c
new 424cdeb Added vim modelines to preserve formatting
new 60aa098 Fixed OpenSSL engines directory autoselection
new 0d0436e Added "--with-pkcs11-module" configure option
new b257687 Removed outdated default value in help
new 5319665 Dead code removed from configure
new 3d27871 Fixed "make check" on OpenSSL 1.1.0-dev
new 3c542cd Fixed "make distcheck"
new 49b05c1 Cygwin dependency removed from MSVC build
new fea50ed Removed invalid semicolons after macro expansions
new ac3c6d7 Squashed compiler warnings
new 467d7c3 Deleted src/engine_pkcs11.exports
new 897c958 Deleted winconfig.h
new cc93246 .gitignore removed from distribution
new f79c030 Engine file name updated in README.md
new 454abff released 0.2.1
new 7a44540 Imported Upstream version 0.2.1
new 5adfd7f Merge tag 'upstream/0.2.1'
new 9691ad0 New upstream release
new fe759d4 Update Vcs-* fields to https
new 8380d44 Update signature extension to .asc
new 705ae7f Drop upstreamed memory leak patch
new da32419 Build depend on libp11-dev >= 0.3.1
The 43 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.
--
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