mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 0.16.0 release.
PR: 210406 Submitted by: cmt
This commit is contained in:
parent
a96d0cea62
commit
0a4722baff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417150
3 changed files with 12 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opensc
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= SF/${PORTNAME}/OpenSC/${DISTNAME}
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (opensc-0.15.0.tar.gz) = 399b2107a69e3f67e4e76dc2dbd951dbced8e534b1e0f919e176aea9b85970d7
|
||||
SIZE (opensc-0.15.0.tar.gz) = 2153075
|
||||
TIMESTAMP = 1466410034
|
||||
SHA256 (opensc-0.16.0.tar.gz) = 3ac8c29542bb48179e7086d35a1b8907a4e86aca3de3323c2f48bd74eaaf5729
|
||||
SIZE (opensc-0.16.0.tar.gz) = 1760418
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/cardos-tool
|
|||
bin/cryptoflex-tool
|
||||
bin/dnie-tool
|
||||
bin/eidenv
|
||||
bin/gids-tool
|
||||
bin/iasecc-tool
|
||||
bin/netkey-tool
|
||||
bin/openpgp-tool
|
||||
|
@ -18,6 +19,7 @@ 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/gids-tool
|
||||
etc/bash_completion.d/iasecc-tool
|
||||
etc/bash_completion.d/netkey-tool
|
||||
etc/bash_completion.d/openpgp-tool
|
||||
|
@ -33,12 +35,12 @@ etc/bash_completion.d/westcos-tool
|
|||
etc/opensc.conf-sample
|
||||
lib/libopensc.a
|
||||
lib/libopensc.so
|
||||
lib/libopensc.so.3
|
||||
lib/libopensc.so.3.0.0
|
||||
lib/libopensc.so.4
|
||||
lib/libopensc.so.4.0.0
|
||||
%%SM%%lib/libsmm-local.a
|
||||
%%SM%%lib/libsmm-local.so
|
||||
%%SM%%lib/libsmm-local.so.3
|
||||
%%SM%%lib/libsmm-local.so.3.0.0
|
||||
%%SM%%lib/libsmm-local.so.4
|
||||
%%SM%%lib/libsmm-local.so.4.0.0
|
||||
lib/onepin-opensc-pkcs11.so
|
||||
lib/opensc-pkcs11.so
|
||||
lib/pkcs11-spy.so
|
||||
|
@ -52,6 +54,7 @@ lib/pkcs11/pkcs11-spy.so
|
|||
%%DATADIR%%/entersafe.profile
|
||||
%%DATADIR%%/epass2003.profile
|
||||
%%DATADIR%%/flex.profile
|
||||
%%DATADIR%%/gids.profile
|
||||
%%DATADIR%%/gpk.profile
|
||||
%%DATADIR%%/ias_adele_admin1.profile
|
||||
%%DATADIR%%/ias_adele_admin2.profile
|
||||
|
@ -79,6 +82,7 @@ lib/pkcs11/pkcs11-spy.so
|
|||
%%MANPAGES%%man/man1/cryptoflex-tool.1.gz
|
||||
%%MANPAGES%%man/man1/dnie-tool.1.gz
|
||||
%%MANPAGES%%man/man1/eidenv.1.gz
|
||||
%%MANPAGES%%man/man1/gids-tool.1.gz
|
||||
%%MANPAGES%%man/man1/iasecc-tool.1.gz
|
||||
%%MANPAGES%%man/man1/netkey-tool.1.gz
|
||||
%%MANPAGES%%man/man1/openpgp-tool.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue