CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/09/29 05:19:16
Modified files:
security/opensc: Makefile distinfo
security/opensc/patches: patch-configure_ac
patch-doc_tools_Makefile_am
patch-etc_Makefile_am
patch-src_pkcs11_Makefile_am
security/opensc/pkg: PLIST
Removed files:
security/opensc/patches: patch-src_common_libpkcs11_c
patch-src_libopensc_card-jpki_c
patch-src_libopensc_pkcs15-pubkey_c
patch-src_libopensc_sc-ossl-compat_h
patch-src_pkcs11_framework-pkcs15_c
patch-src_pkcs11_mechanism_c
Log message:
Update to OpenSC-0.19
This release contains fixes for mutliple issues, ranging from stack based
buffer overflows to out of bounds reads and writes on the heap. They can
be triggered by malicious smartcards sending malformed responses to APDU
commands. A detailed description can be found at X41-2018-002
<https://www.x41-dsec.de/lab/advisories/x41-2018-002-OpenSC/>.
While here, replace hardcoded 0644 with ${NONBINMODE} and adjust the
default PKCS11 provider path to opensc-pkcs11.so so pkcs11-tool(1) works
without having to it pass it `--module' all the time.
OK sthen rsadowski