diff --git a/hardware/smartcard/ccid/actions.py b/hardware/smartcard/ccid/actions.py index 12d4c15ee5..5f1a23100e 100644 --- a/hardware/smartcard/ccid/actions.py +++ b/hardware/smartcard/ccid/actions.py @@ -25,4 +25,7 @@ def install(): pisitools.insinto("/etc/", "src/Info.plist", "libccid_Info.plist") + pisitools.insinto("/etc/udev/rules.d/", "src/92_pcscd_ccid.rules", "92-pcsc-ccid.rules") + pisitools.dosed("%s/etc/udev/rules.d/92-pcsc-ccid.rules" % get.installDIR(), "Kobil_mIDentity_switch", deleteLine = True) + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/hardware/smartcard/ccid/pspec.xml b/hardware/smartcard/ccid/pspec.xml index 96d9fed1db..8dc9b13343 100644 --- a/hardware/smartcard/ccid/pspec.xml +++ b/hardware/smartcard/ccid/pspec.xml @@ -13,7 +13,7 @@ library Generic USB CCID(Chip/Smart Card Interface Devices) device drivers ccid provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). - https://ccid.apdu.fr/files/ccid-1.4.31.tar.bz2 + https://ccid.apdu.fr/files/ccid-1.5.1.tar.bz2 pcsc-lite-devel libusb-devel @@ -34,6 +34,13 @@ + + 2023-01-25 + 1.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-10 1.4.31