Package: opensc / 0.26.1-3

Metadata

Package Version Patches format
opensc 0.26.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use sysconfdir opensc for opensc.conf.patch | (download)

src/libopensc/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use $sysconfdir/opensc for opensc.conf


0002 Drop non functional ENABLE_AUTOSTART.patch | (download)

src/tools/Makefile.am | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 drop non-functional enable_autostart


0003 pkcs11 register app config.patch | (download)

src/tools/pkcs11-register-cmdline.c | 148 110 + 38 - 0 !
src/tools/pkcs11-register-cmdline.h | 22 18 + 4 - 0 !
src/tools/pkcs11-register.c | 8 4 + 4 - 0 !
src/tools/pkcs11-register.ggo.in | 12 8 + 4 - 0 !
4 files changed, 140 insertions(+), 50 deletions(-)

 pkcs11-register: allow explicitly specifying an app to configure

fixes https://github.com/OpenSC/OpenSC/issues/3404