Skip to content

Commit

Permalink
SmartcardCCID-55028
Browse files Browse the repository at this point in the history
Imported from SmartcardCCID-55028.tar.gz
  • Loading branch information
AppleOSSDistributions committed Feb 7, 2022
1 parent 25ff05f commit 8aaddfb
Show file tree
Hide file tree
Showing 288 changed files with 72,859 additions and 40,024 deletions.
4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
======================== ccid-1.4.31 ========================
======================== ccid-1.4.34 ========================
Licensed under the LGPL:

----------------------------------------------------------------------------
Expand Down Expand Up @@ -512,7 +512,7 @@ if necessary. Here is a sample; alter the names:

That's all there is to it!

======================== libusb-1.0.9 ========================
======================== libusb-1.0.24 ========================
Licensed under the LGPL:

----------------------------------------------------------------------------
Expand Down
14 changes: 7 additions & 7 deletions SmartcardCCID.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<key>OpenSourceProject</key>
<string>ccid</string>
<key>OpenSourceVersion</key>
<string>1.4.32</string>
<string>1.4.34</string>
<key>OpenSourceWebsiteURL</key>
<string>https://ccid.apdu.fr</string>
<key>OpenSourceURL</key>
<string>https://ccid.apdu.fr/files/ccid-1.4.32.tar.bz2</string>
<string>https://ccid.apdu.fr/files/ccid-1.4.34.tar.bz2</string>
<key>OpenSourceImportDate</key>
<string>2020-04-27</string>
<string>2021-04-20</string>
<key>OpenSourceModifications</key>
<array>
<string>destDirFix.patch - makefile.in, customized destination directory</string>
Expand All @@ -29,13 +29,13 @@
<key>OpenSourceProject</key>
<string>libusb</string>
<key>OpenSourceVersion</key>
<string>1.0.9</string>
<string>1.0.24</string>
<key>OpenSourceWebsiteURL</key>
<string>http://www.libusb.org</string>
<string>https://libusb.info</string>
<key>OpenSourceURL</key>
<string>http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2/download</string>
<string>https://github.com/libusb/libusb/releases</string>
<key>OpenSourceImportDate</key>
<string>2013-12-10</string>
<string>2021-04-20</string>
<key>OpenSourceModifications</key>
<array>
<string>darwin_no_seize.patch - darwin.c, replace USBDeviceOpenSeize by USBDeviceOpen</string>
Expand Down
6 changes: 3 additions & 3 deletions ccid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extra_Configure_Flags = --enable-usbdropdir=$(CCIDDriversPath) \
LIBUSB_CFLAGS="-I$(DSTROOT)/usr/include/libusb-1.0" \
LIBUSB_LIBS="-L$(DSTROOT)/usr/lib -lusb-1.0 -framework IOKit -framework CoreFoundation -framework Foundation"

Extra_Environment =
Extra_Environment = V=1

include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make

Expand All @@ -29,11 +29,11 @@ post-install:

# Automatic Extract & Patch
AEP_Project = ccid
AEP_Version = 1.4.32
AEP_Version = 1.4.34
AEP_ProjVers = $(AEP_Project)-$(AEP_Version)
AEP_Filename = $(AEP_ProjVers).tar.bz2
AEP_ExtractDir = $(AEP_ProjVers)
AEP_Patches = destDirFix.patch ForceWithoutPcsc.patch ccid-info-plist.patch osxConfigure.patch
AEP_Patches = destDirFix.patch ForceWithoutPcsc.patch ccid-info-plist.patch osxConfigure.patch headerpadLDFlags.patch

# Extract the source.
install_source::
Expand Down
Binary file removed ccid/ccid-1.4.32.tar.bz2
Binary file not shown.
Binary file added ccid/ccid-1.4.34.tar.bz2
Binary file not shown.
Loading

0 comments on commit 8aaddfb

Please sign in to comment.