Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: y_satou70 on October 27, 2022, 01:11:23 AM

Title: ccid.tcz package Info.plist file is not updated at version up
Post by: y_satou70 on October 27, 2022, 01:11:23 AM
Found that affected x86_64 MV=10.x, 11.x, 12.x, 13.x

Info.plist is supported SmartCard list of ccid package.

ccid package was updated from 1.4.22 to 1.4.30 on 10.x/x86_64 as http://repo.tinycorelinux.net/10.x/x86_64/tcz/src/ccid/compile_ccid
So the info file http://repo.tinycorelinux.net/10.x/x86_64/tcz/ccid.tcz.info (http://repo.tinycorelinux.net/10.x/x86_64/tcz/ccid.tcz.info) shows version is 1.4.30, but actual content file in the package
/usr/local/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist was not replaced, as it's still 1.4.22

Code: [Select]
$ cat /tmp/tcloop/ccid/usr/local/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist | grep -A1 CFBundleShortVersionString
<key>CFBundleShortVersionString</key>
<string>1.4.22</string>

note: x86 (32bit)'s ccid is remaining 1.4.22 till MV=13.x - not updated to 1.4.30

FYI, latest ccid version is 1.5.0 (ref: https://ccid.apdu.fr/files/)
Title: Re: ccid.tcz package Info.plist file is not updated at version up
Post by: Juanito on October 27, 2022, 06:02:17 AM
I’ll take a look in the next couple of days.
Title: Re: ccid.tcz package Info.plist file is not updated at version up
Post by: Juanito on October 28, 2022, 12:45:38 AM
Updated ccid posted to tc-13.x x86 and x86_64 repos.
Title: Re: ccid.tcz package Info.plist file is not updated at version up
Post by: y_satou70 on October 31, 2022, 04:47:56 AM
Thank you, confirmed additional smart card readers now properly recognized!