Update to ccid-1.4.11:
- Add support for . Gemalto IDBridge CT30 . Gemalto IDBridge K30 . SCM Microsystems Inc. SCL010 Contactless Reader . SCM Microsystems Inc. SDI011 Contactless Reader . THRC reader - Better management of time extension requests - parse: better support of devices with bInterfaceClass = 0xFF - Some minor bugs removed Thanks sthen@ for helping me find the right distfile.
This commit is contained in:
parent
90051731b8
commit
ff781ca40b
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/04/29 15:29:29 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/06/17 14:53:17 dcoppa Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = USB Chip/Smart Card Interface Devices driver
|
||||
|
||||
DISTNAME = ccid-1.4.10
|
||||
DISTNAME = ccid-1.4.11
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = http://pcsclite.alioth.debian.org/ccid.html
|
||||
|
||||
MASTER_SITES = https://alioth.debian.org/frs/download.php/3897/
|
||||
MASTER_SITES = https://alioth.debian.org/frs/download.php/latestfile/112/
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ccid-1.4.10.tar.bz2) = PpY6wVncfsvgkaGl1A8LqoHuB8zXR1J1ltvHUbdr96E=
|
||||
SIZE (ccid-1.4.10.tar.bz2) = 470874
|
||||
SHA256 (ccid-1.4.11.tar.bz2) = BM5+vH9ZG3VC4V1NzRxQkA0NhsBjmJODL11hRP+zw2k=
|
||||
SIZE (ccid-1.4.11.tar.bz2) = 475901
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2012/08/06 13:20:48 dcoppa Exp $
|
||||
--- src/Makefile.in.orig Fri Jun 22 10:53:52 2012
|
||||
+++ src/Makefile.in Mon Aug 6 13:45:53 2012
|
||||
@@ -416,7 +416,6 @@ EXTRA_DIST = Info.plist.src create_Info_plist.pl reade
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2013/06/17 14:53:17 dcoppa Exp $
|
||||
--- src/Makefile.in.orig Wed Jun 12 14:09:20 2013
|
||||
+++ src/Makefile.in Mon Jun 17 15:59:25 2013
|
||||
@@ -470,7 +470,6 @@ EXTRA_DIST = Info.plist.src create_Info_plist.pl reade
|
||||
towitoko/COPYING towitoko/README openct/LICENSE \
|
||||
convert_version.pl 92_pcscd_ccid.rules
|
||||
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2012/08/06 13:20:48 dcoppa Exp $
|
||||
DISTCLEANFILES = tokenparser.c Info.plist
|
||||
all: all-am
|
||||
|
||||
@@ -1068,13 +1067,12 @@ install_ccid: libccid.la Info.plist
|
||||
@@ -1129,13 +1128,12 @@ install_ccid: libccid.la Info.plist
|
||||
$(mkinstalldirs) $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/
|
||||
cp Info.plist $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/
|
||||
cp .libs/$(CCID_LIB) $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/$(CCID_LIB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user