WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ccid.tcz package Info.plist file is not updated at version up  (Read 1120 times)

Offline y_satou70

  • Jr. Member
  • **
  • Posts: 52
ccid.tcz package Info.plist file is not updated at version up
« 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 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/)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: ccid.tcz package Info.plist file is not updated at version up
« Reply #1 on: October 27, 2022, 06:02:17 AM »
I’ll take a look in the next couple of days.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: ccid.tcz package Info.plist file is not updated at version up
« Reply #2 on: October 28, 2022, 12:45:38 AM »
Updated ccid posted to tc-13.x x86 and x86_64 repos.
« Last Edit: October 28, 2022, 01:34:31 AM by Juanito »

Offline y_satou70

  • Jr. Member
  • **
  • Posts: 52
Re: ccid.tcz package Info.plist file is not updated at version up
« Reply #3 on: October 31, 2022, 04:47:56 AM »
Thank you, confirmed additional smart card readers now properly recognized!