Skip to content

Commit

Permalink
SmartcardCCID-55013
Browse files Browse the repository at this point in the history
Imported from SmartcardCCID-55013.tar.gz
  • Loading branch information
AppleOSSDistributions committed Oct 6, 2021
1 parent eb06001 commit c15899b
Show file tree
Hide file tree
Showing 92 changed files with 39,798 additions and 14,696 deletions.
20 changes: 10 additions & 10 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
======================== ccid-1.4.14 ========================
======================== ccid-1.4.24 ========================
Licensed under the LGPL:

----------------------------------------------------------------------------
Expand Down Expand Up @@ -573,7 +573,7 @@ modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.

Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
Expand Down Expand Up @@ -629,7 +629,7 @@ modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.

GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

Expand Down Expand Up @@ -676,7 +676,7 @@ Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.

2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
Expand Down Expand Up @@ -734,7 +734,7 @@ instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.

Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
Expand Down Expand Up @@ -785,7 +785,7 @@ Library will still fall under Section 6.)
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.

6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
Expand Down Expand Up @@ -847,7 +847,7 @@ restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.

7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
Expand Down Expand Up @@ -888,7 +888,7 @@ subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.

11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
Expand Down Expand Up @@ -940,7 +940,7 @@ conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.

14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
Expand Down Expand Up @@ -974,7 +974,7 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest
Expand Down
8 changes: 3 additions & 5 deletions SmartcardCCID.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@
<key>OpenSourceProject</key>
<string>ccid</string>
<key>OpenSourceVersion</key>
<string>1.4.14</string>
<string>1.4.24</string>
<key>OpenSourceWebsiteURL</key>
<string>http://pcsclite.alioth.debian.org/ccid.html</string>
<key>OpenSourceURL</key>
<string>https://alioth.debian.org/frs/download.php/file/3971/ccid-1.4.14.tar.bz2</string>
<string>https://alioth.debian.org/frs/download.php/file/4171/ccid-1.4.24.tar.bz2</string>
<key>OpenSourceImportDate</key>
<string>2013-12-10</string>
<string>2016-5-23</string>
<key>OpenSourceModifications</key>
<array>
<string>destDirFix.patch - makefile.in, customized destination directory</string>
<string>ForceWithoutPcsc.patch - Makefile.am, Makefile.in, define PROVIDED_BY_PCSC</string>
<string>ccid-info-plist.patch - Info.plist.src, ifdLogLevel 0x0001</string>
<string>osxConfigure.patch - configure, if [[ (&quot;$*&quot; =~ &quot;--no-configure&quot;) ]]; then exit 0 fi</string>
<string>scardcontrol.c.patch - scardcontrol.c, fix formating string warnings</string>
<string>RSA_SecurID_getpasswd.c.patch - RSA_SecurID_getpasswd.c, fix formating string warnings</string>
</array>
<key>OpenSourceLicense</key>
<string>LGPL</string>
Expand Down
4 changes: 2 additions & 2 deletions ccid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ post-install:

# Automatic Extract & Patch
AEP_Project = ccid
AEP_Version = 1.4.14
AEP_Version = 1.4.24
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 scardcontrol.c.patch RSA_SecurID_getpasswd.c.patch
AEP_Patches = destDirFix.patch ForceWithoutPcsc.patch ccid-info-plist.patch osxConfigure.patch

# Extract the source.
install_source::
Expand Down
Binary file removed ccid/ccid-1.3.11.tar.bz2
Binary file not shown.
Binary file removed ccid/ccid-1.3.8.tar.bz2
Binary file not shown.
Binary file removed ccid/ccid-1.4.14.tar.bz2
Binary file not shown.
Binary file added ccid/ccid-1.4.24.tar.bz2
Binary file not shown.
Loading

0 comments on commit c15899b

Please sign in to comment.