pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ccid



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 30 19:34:04 UTC 2023

Modified Files:
        pkgsrc/security/ccid: Makefile distinfo

Log Message:
ccid: updated to 1.5.4

1.5.4

Update to PCSC 2.0.0

Fix polling transfer restart after InterruptStop

Fix the regression introduced in the "Fix InterruptStop if called
before InterruptRead" commit: it should be possible to start a new
polling transfer after the previous one has been stopped.

This problem prevented the polling transfer from working after an
SCardDisconnect call, and led to using the sleep-based polling every
400 ms.

Implementation-wise, the fix is to change the "terminate" flag to be
non-sticky, i.e., unset it after reading from it.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/ccid/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/ccid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.41 pkgsrc/security/ccid/Makefile:1.42
--- pkgsrc/security/ccid/Makefile:1.41  Tue Feb 21 16:32:33 2023
+++ pkgsrc/security/ccid/Makefile       Mon Oct 30 19:34:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/02/21 16:32:33 adam Exp $
+# $NetBSD: Makefile,v 1.42 2023/10/30 19:34:04 adam Exp $
 
-DISTNAME=      ccid-1.5.2
+DISTNAME=      ccid-1.5.4
 CATEGORIES=    security
 MASTER_SITES=  https://ccid.apdu.fr/files/
 EXTRACT_SUFX=  .tar.bz2
@@ -59,5 +59,6 @@ BUILDLINK_DEPMETHOD.flex=     full
 .include "../../devel/flex/buildlink3.mk"
 .endif
 .include "../../devel/libusb1/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/ccid/distinfo
diff -u pkgsrc/security/ccid/distinfo:1.24 pkgsrc/security/ccid/distinfo:1.25
--- pkgsrc/security/ccid/distinfo:1.24  Tue Feb 21 16:32:33 2023
+++ pkgsrc/security/ccid/distinfo       Mon Oct 30 19:34:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/02/21 16:32:33 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/10/30 19:34:04 adam Exp $
 
-BLAKE2s (ccid-1.5.2.tar.bz2) = 7eba8d24656687ce528bae67e4bef37d0116871164313d76989127c1c2c334bf
-SHA512 (ccid-1.5.2.tar.bz2) = 6f23b5b3d73f37bbb024d30aa76271e7937440da82a8cf302797b44a40cd04c7aaa1e87838d8b1a31e7459d744aa4e8e8c89ea79bd8ba4c7d5642493f0695e8d
-Size (ccid-1.5.2.tar.bz2) = 705174 bytes
+BLAKE2s (ccid-1.5.4.tar.bz2) = 6ed90775924d12974cc358c983718bcc236a77f6a349c5eec258b05df91df00f
+SHA512 (ccid-1.5.4.tar.bz2) = 4b30f4768aebf49486a1b1e959615fa077bd393bfdd9e52c15bdc8d6ed63ce27fa7cf82a067d1f80d8b3534c66194036925d3fea5af64b6a775779d38267c757
+Size (ccid-1.5.4.tar.bz2) = 706834 bytes



Home | Main Index | Thread Index | Old Index