Update to 0.15.0 release.
This commit is contained in:
parent
f012a3a6a4
commit
28fd2377c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402678
3 changed files with 21 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opensc
|
||||
PORTVERSION= 0.14.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= SF/${PORTNAME}/OpenSC/${DISTNAME}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (opensc-0.14.0.tar.gz) = facdca215f74d999b286ae246ada8d8fcb97ce58f0a6dd30d8b1c180101e9bf0
|
||||
SIZE (opensc-0.14.0.tar.gz) = 2039158
|
||||
SHA256 (opensc-0.15.0.tar.gz) = 399b2107a69e3f67e4e76dc2dbd951dbced8e534b1e0f919e176aea9b85970d7
|
||||
SIZE (opensc-0.15.0.tar.gz) = 2153075
|
||||
|
|
|
@ -14,6 +14,22 @@ bin/pkcs15-init
|
|||
bin/pkcs15-tool
|
||||
bin/sc-hsm-tool
|
||||
bin/westcos-tool
|
||||
etc/bash_completion.d/cardos-tool
|
||||
etc/bash_completion.d/cryptoflex-tool
|
||||
etc/bash_completion.d/dnie-tool
|
||||
etc/bash_completion.d/eidenv
|
||||
etc/bash_completion.d/iasecc-tool
|
||||
etc/bash_completion.d/netkey-tool
|
||||
etc/bash_completion.d/openpgp-tool
|
||||
etc/bash_completion.d/opensc-explorer
|
||||
etc/bash_completion.d/opensc-tool
|
||||
etc/bash_completion.d/piv-tool
|
||||
etc/bash_completion.d/pkcs11-tool
|
||||
etc/bash_completion.d/pkcs15-crypt
|
||||
etc/bash_completion.d/pkcs15-init
|
||||
etc/bash_completion.d/pkcs15-tool
|
||||
etc/bash_completion.d/sc-hsm-tool
|
||||
etc/bash_completion.d/westcos-tool
|
||||
etc/opensc.conf-sample
|
||||
lib/libopensc.a
|
||||
lib/libopensc.so
|
||||
|
@ -45,6 +61,7 @@ lib/pkcs11/pkcs11-spy.so
|
|||
%%DATADIR%%/iasecc_generic_pki.profile
|
||||
%%DATADIR%%/iasecc.profile
|
||||
%%DATADIR%%/incrypto34.profile
|
||||
%%DATADIR%%/isoApplet.profile
|
||||
%%DATADIR%%/jcop.profile
|
||||
%%DATADIR%%/miocos.profile
|
||||
%%DATADIR%%/muscle.profile
|
||||
|
@ -60,6 +77,7 @@ lib/pkcs11/pkcs11-spy.so
|
|||
%%DATADIR%%/westcos.profile
|
||||
%%MANPAGES%%man/man1/cardos-tool.1.gz
|
||||
%%MANPAGES%%man/man1/cryptoflex-tool.1.gz
|
||||
%%MANPAGES%%man/man1/dnie-tool.1.gz
|
||||
%%MANPAGES%%man/man1/eidenv.1.gz
|
||||
%%MANPAGES%%man/man1/iasecc-tool.1.gz
|
||||
%%MANPAGES%%man/man1/netkey-tool.1.gz
|
||||
|
|
Loading…
Reference in a new issue