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:   gdt
Date:           Thu Jan 27 13:21:21 UTC 2022

Modified Files:
        pkgsrc/security/ccid: Makefile distinfo

Log Message:
ccid: Update to 1.5.0

1.5.0 - 27 January 2022, Ludovic Rousseau
   - Add support of
     - ACS ACR1281U
     - Circle CCR7125 ICC
     - Circle CIR125 ICC
     - Circle CIR125-DOT ICC
     - Circle CIR215 CL with iProduct 0x2100
     - Circle CIR315 DI
     - Circle CIR315 with idProduct: 0x0324
     - Circle CIR315 with idProduct: 0x7004
     - Circle CIR415 CL
     - Circle CIR515 ICC
     - Circle CIR615 CL
     - Circle CIR615 CL & 1S
     - ELYCTIS CL reader
     - Nitrokey Nitrokey 3
     - Thales Shield M4 Reader
   - Add support of simultaneous slot access on multi slots readers
   - Use FeliCa instead of Felica on SONY request
   - Fix SafeNet eToken 5110 SC issue
   - Allow vendor control commands for Omnikey 5427 CK
   - always compute readTimeout to use a value greater than default 3 seconds
   - Check the bSeq value when receiving a CCID frame
   - Avoid logging errors when a reader is removed
   - Some other minor improvements


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/ccid/Makefile
cvs rdiff -u -r1.22 -r1.23 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.38 pkgsrc/security/ccid/Makefile:1.39
--- pkgsrc/security/ccid/Makefile:1.38  Mon Aug 30 16:16:55 2021
+++ pkgsrc/security/ccid/Makefile       Thu Jan 27 13:21:20 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2021/08/30 16:16:55 gdt Exp $
+# $NetBSD: Makefile,v 1.39 2022/01/27 13:21:20 gdt Exp $
 #
 
-DISTNAME=      ccid-1.4.36
+DISTNAME=      ccid-1.5.0
 CATEGORIES=    security
 MASTER_SITES=  https://ccid.apdu.fr/files/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/ccid/distinfo
diff -u pkgsrc/security/ccid/distinfo:1.22 pkgsrc/security/ccid/distinfo:1.23
--- pkgsrc/security/ccid/distinfo:1.22  Tue Oct 26 11:17:01 2021
+++ pkgsrc/security/ccid/distinfo       Thu Jan 27 13:21:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:17:01 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/01/27 13:21:20 gdt Exp $
 
-BLAKE2s (ccid-1.4.36.tar.bz2) = 6d47bfed719fde1a3755b1aef440cf1e94d83885e3fa6596bf17961177fd94c0
-SHA512 (ccid-1.4.36.tar.bz2) = e9ca3f5364c6cec988edad325c1ef1b35886e3ecb15d6e1409c989b9f669fbda3f0688e246e3976b58eacc0ed035cde36e65675abf12562e81c3630d4ce67773
-Size (ccid-1.4.36.tar.bz2) = 677047 bytes
+BLAKE2s (ccid-1.5.0.tar.bz2) = 3a05d509640be466b27ce39afb3a4d82d418fc0a9c3a707d9526f48ae9ede498
+SHA512 (ccid-1.5.0.tar.bz2) = fa2eac306066255fd89e8220e2b8d82811ce9e284baa155ea968b7afe0f113a94b1ee1898578d02fb8cde0634b6fe60ae8af956089ce5401c11bb90c3b334d5a
+Size (ccid-1.5.0.tar.bz2) = 689961 bytes



Home | Main Index | Thread Index | Old Index