commit pcsc-ccid for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2020-08-20 22:30:27

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.3399 (New)


Package is "pcsc-ccid"

Thu Aug 20 22:30:27 2020 rev:60 rq:828012 version:1.4.33

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2020-06-28 
23:08:09.971225294 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.3399/pcsc-ccid.changes
2020-08-20 22:30:30.952028665 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 10:29:50 UTC 2020 - Dominique Leuenberger 
+
+- Rely on _udevrulesdir as provided by the distros.
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.aaCf5f/_old  2020-08-20 22:30:32.684029476 +0200
+++ /var/tmp/diff_new_pack.aaCf5f/_new  2020-08-20 22:30:32.688029477 +0200
@@ -16,12 +16,6 @@
 #
 
 
-%if %( pkg-config --modversion udev ) > 190
-%define _udevrulesdir %{_libexecdir}/udev/rules.d
-%else
-%define _udevrulesdir /lib/udev/rules.d
-%endif
-
 Name:   pcsc-ccid
 %define _name ccid
 Version:1.4.33
@@ -87,7 +81,8 @@
 %files
 %defattr(-,root,root)
 # NEWS is empty
-%doc AUTHORS ChangeLog COPYING LICENSE.openct README.md README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
+%doc AUTHORS ChangeLog README.md README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
+%license COPYING LICENSE.openct 
 %config (noreplace) %{_sysconfdir}/reader.conf.d/*
 %{ifddir}/*
 %{_udevrulesdir}/*.rules





commit pcsc-ccid for openSUSE:Factory

2020-06-28 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2020-06-28 23:06:24

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.3060 (New)


Package is "pcsc-ccid"

Sun Jun 28 23:06:24 2020 rev:59 rq:817439 version:1.4.33

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2020-05-26 
17:22:49.812427544 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.3060/pcsc-ccid.changes
2020-06-28 23:08:09.971225294 +0200
@@ -1,0 +2,11 @@
+Sat Jun 27 08:27:04 UTC 2020 - Wolfgang Rosenauer 
+
+- Version 1.4.33
+  * added support for
+Genesys Logic CCID Card Reader (idProduct: 0x0771)
+Swissbit Secure USB PU-50n SE/PE
+TOPPAN FORMS CO.,LTD TC63CUT021
+  * Update PCSC submodule to get Unicode support
+  * Some minor improvements
+
+---

Old:

  ccid-1.4.32.tar.bz2
  ccid-1.4.32.tar.bz2.asc

New:

  ccid-1.4.33.tar.bz2
  ccid-1.4.33.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.aGYQHn/_old  2020-06-28 23:08:14.991241966 +0200
+++ /var/tmp/diff_new_pack.aGYQHn/_new  2020-06-28 23:08:14.995241979 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.32
+Version:1.4.33
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later

++ ccid-1.4.32.tar.bz2 -> ccid-1.4.33.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.32/ChangeLog new/ccid-1.4.33/ChangeLog
--- old/ccid-1.4.32/ChangeLog   2020-04-22 11:17:54.0 +0200
+++ new/ccid-1.4.33/ChangeLog   2020-06-25 20:35:52.0 +0200
@@ -1,4 +1,163 @@
-commit 8f33a2ff60919f579ee17012e91f927491ef70be (HEAD -> master, tag: 
ccid-1.4.32, origin/master, origin/HEAD)
+commit 4a0359f22ed0dc668d09459c2be97009e5669969 (HEAD -> master, tag: 
ccid-1.4.33, zotac/master, origin/master, origin/HEAD, github/master)
+Author: Ludovic Rousseau 
+Date:   Thu Jun 25 20:17:51 2020 +0200
+
+Release 1.4.33
+
+ README.md| 11 +++
+ configure.ac |  2 +-
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit cf394e8cb34b20665d2966ca4e4af41f14e283de
+Author: Ludovic Rousseau 
+Date:   Thu Jun 25 20:09:31 2020 +0200
+
+Add Swissbit Secure USB PU-50n SE/PE
+
+ readers/Swissbit_Secure_USB_PU-50n_SE-PE.txt | 53 
+ readers/supported_readers.txt|  5 ++-
+ 2 files changed, 57 insertions(+), 1 deletion(-)
+
+commit e36702a474a853d1a398ae552486db7ece545593
+Author: Ludovic Rousseau 
+Date:   Thu Jun 18 09:44:25 2020 +0200
+
+Add TOPPAN FORMS CO.,LTD TC63CUT021
+
+ readers/TOPPAN_FORMS_TC63CUT021.txt | 568 
+ readers/supported_readers.txt   |   5 +-
+ 2 files changed, 572 insertions(+), 1 deletion(-)
+
+commit c11a42753125a8de8a4746afcbb5b15426509416
+Author: Ludovic Rousseau 
+Date:   Mon Jun 15 15:35:24 2020 +0200
+
+Add Genesys Logic CCID Card Reader (idProduct: 0x0771)
+
+ readers/Genesys_Logic_CCID_Card_Reader_0x0771.txt | 112 ++
+ readers/supported_readers.txt |   3 +-
+ 2 files changed, 114 insertions(+), 1 deletion(-)
+
+commit e782d48c44ac6f6c703f69d007cf26d5bdee06bd
+Author: Ludovic Rousseau 
+Date:   Tue May 26 17:10:33 2020 +0200
+
+macOS: use --enable-oslog for macOS >= 10.12
+
+Use the new logging mechanism for macOS >= 10.12 (Sierra).
+
+ MacOSX/configure | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 5b9ac9c9e12268bc36b9c0bc81bf5a451c02
+Author: Ludovic Rousseau 
+Date:   Tue May 26 17:04:36 2020 +0200
+
+debug: add support of os_log(3) for macOS
+
+macOS uses a new logging mechanism to replace systlog().
+
+You can see the log traces using:
+log stream --predicate 'process == "com.apple.ifdreader"'
+or
+log stream --predicate 'process == "com.apple.ifdreader"' --debug
+
+ src/ccid.c  |  5 +
+ src/debug.c | 57 +
+ src/debug.h | 31 +++
+ 3 files changed, 93 insertions(+)
+
+commit 63fc3fcaf9260ecd03e0a46828552f9da5805087
+Author: Ludovic Rousseau 
+Date:   Tue May 26 17:01:51 2020 +0200
+
+configure: add --enable-oslog argument
+
+Define USE_OS_LOG when --enable-oslog is used.
+
+ configure.ac | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit fd2511e53e53845011091b902a9df2e067f5ed7e
+Author: Ludovic Rousseau 
+Date:   Tue May 26 11:58:29 2

commit pcsc-ccid for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2020-05-26 17:22:23

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.2738 (New)


Package is "pcsc-ccid"

Tue May 26 17:22:23 2020 rev:58 rq:808553 version:1.4.32

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2020-02-04 
19:55:57.725412896 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.2738/pcsc-ccid.changes
2020-05-26 17:22:49.812427544 +0200
@@ -1,0 +2,32 @@
+Sun May 24 08:00:02 UTC 2020 - Axel Braun 
+
+- Version 1.4.32 
+  * Various bugfixes
+  * added support for
+CHERRY SECURE BOARD 1.0
+SPECINFOSYSTEMS DIAMOND HSM
+SPECINFOSYSTEMS DIAMOND PLUS token
+SPECINFOSYSTEMS DIAMOND PRO token
+Access IS ATR210
+Access IS ATR220
+Sysking MII136C
+Add support of min & max PIN size for the Cherry KC 1000 SC
+Ledger Nano X support
+SpringCard Puck
+Gemalto RF CR5400
+Purism, SPC Librem Key
+SpringCard SpringCore (idProduct: 0x601A)
+SpringCard E518 (idProduct: 0x611A)
+SpringCard H518 (idProduct: 0x612A)
+SpringCard Puck (dProduct: 0x613A)
+SpringCard SpringCore (idProduct: 0x6012)
+SpringCard E518 (idProduct: 0x6112)
+SpringCard H518 (idProduct: 0x6122)
+AF Care One (idProduct: 0xAFC0)
+AF Care One (idProduct: 0xAFC1)
+AF Care Two (idProduct: 0xAFC2)
+AF Care Two (idProduct: 0xAFC3)
+Doctolib SR
+F-Secure Foundry USB Armory Mk II
+
+---

Old:

  ccid-1.4.31.tar.bz2
  ccid-1.4.31.tar.bz2.asc

New:

  ccid-1.4.32.tar.bz2
  ccid-1.4.32.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.OWFFfU/_old  2020-05-26 17:22:50.652429349 +0200
+++ /var/tmp/diff_new_pack.OWFFfU/_new  2020-05-26 17:22:50.660429367 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.31
+Version:1.4.32
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later

++ ccid-1.4.31.tar.bz2 -> ccid-1.4.32.tar.bz2 ++
 2238 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2020-02-04 19:55:52

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.26092 (New)


Package is "pcsc-ccid"

Tue Feb  4 19:55:52 2020 rev:57 rq:769874 version:1.4.31

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2019-08-13 
13:21:51.545408995 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.26092/pcsc-ccid.changes   
2020-02-04 19:55:57.725412896 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 15:28:10 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
+  shortcut through -mini flavors.
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.Qc26om/_old  2020-02-04 19:55:59.425413887 +0100
+++ /var/tmp/diff_new_pack.Qc26om/_new  2020-02-04 19:55:59.449413901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%if %( pkg-config --modversion udev ) > 190
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
@@ -29,7 +29,7 @@
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later
 Group:  Productivity/Security
-Url:https://ccid.apdu.fr/
+URL:https://ccid.apdu.fr/
 Source: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Source2:https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2.asc
@@ -38,7 +38,7 @@
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)





commit pcsc-ccid for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2019-08-13 13:20:51

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.9556 (New)


Package is "pcsc-ccid"

Tue Aug 13 13:20:51 2019 rev:56 rq:722299 version:1.4.31

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2019-02-24 
17:10:29.652503673 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.9556/pcsc-ccid.changes
2019-08-13 13:21:51.545408995 +0200
@@ -1,0 +2,28 @@
+Sun Aug 11 06:47:08 UTC 2019 - Wolfgang Rosenauer 
+
+- Updated to version 1.4.31
+  * Add support of
+ACS ACR1252 Reader
+Aladdin R.D. JaCartaReader
+Alcor Link AK9563
+AvestUA AvestKey
+Avtor SecureToken (idProduct: 0x0020)
+Bit4id TokenME EVO v2
+Bit4id miniLector AIR EVO
+Bit4id miniLector Blue
+Broadcom Corp 58200 (idProduct: 0x5843)
+Broadcom Corp 58200 (idProduct: 0x5844)
+Broadcom Corp 58200 (idProduct: 0x5845)
+Certgate GmbH ONEKEY ID 2 USB
+HID Global Crescendo Key 0x0028
+HID Global Crescendo Key 0x0029
+HID Global Crescendo Key 0x002B
+HID Global Crescendo Key 0x002D
+Identiv SCR3500 C Contact Reader
+InfoCert WirelessKey
+NXP PN7462AU CCID
+Route1 MobiKEY Fusion3
+SPECINFOSYSTEMS DIAMOND token
+  * Some minor improvements for debug
+
+---

Old:

  ccid-1.4.30.tar.bz2
  ccid-1.4.30.tar.bz2.asc

New:

  ccid-1.4.31.tar.bz2
  ccid-1.4.31.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.IqZWsI/_old  2019-08-13 13:21:52.037408866 +0200
+++ /var/tmp/diff_new_pack.IqZWsI/_new  2019-08-13 13:21:52.041408864 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.30
+Version:1.4.31
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later
@@ -87,7 +87,7 @@
 %files
 %defattr(-,root,root)
 # NEWS is empty
-%doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
+%doc AUTHORS ChangeLog COPYING LICENSE.openct README.md README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
 %config (noreplace) %{_sysconfdir}/reader.conf.d/*
 %{ifddir}/*
 %{_udevrulesdir}/*.rules

++ ccid-1.4.30.tar.bz2 -> ccid-1.4.31.tar.bz2 ++
 4139 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2019-02-24 17:10:29

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new.28833 (New)


Package is "pcsc-ccid"

Sun Feb 24 17:10:29 2019 rev:55 rq:669994 version:1.4.30

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2018-09-24 
13:13:41.573661768 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.28833/pcsc-ccid.changes   
2019-02-24 17:10:29.652503673 +0100
@@ -1,0 +2,5 @@
+Tue Jan 29 22:29:46 CET 2019 - sbra...@suse.com
+
+- Update URL.
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.DmXR6w/_old  2019-02-24 17:10:30.028503554 +0100
+++ /var/tmp/diff_new_pack.DmXR6w/_new  2019-02-24 17:10:30.032503554 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,10 +29,10 @@
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later
 Group:  Productivity/Security
-Url:http://pcsclite.alioth.debian.org/ccid.html
-Source: %{_name}-%{version}.tar.bz2
+Url:https://ccid.apdu.fr/
+Source: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-Source2:%{_name}-%{version}.tar.bz2.asc
+Source2:https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2.asc
 Source3:%{name}.keyring
 BuildRequires:  automake
 BuildRequires:  libusb-1_0-devel





commit pcsc-ccid for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2018-09-24 13:13:41

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Mon Sep 24 13:13:41 2018 rev:54 rq:637187 version:1.4.30

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2018-02-26 
23:25:11.138261445 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2018-09-24 
13:13:41.573661768 +0200
@@ -1,0 +2,28 @@
+Sat Sep 22 12:53:20 UTC 2018 - w...@rosenauer.org
+
+- Updated to version 1.4.30
+  * The project moved to https://ccid.apdu.fr/
+  * Add support of
+ACS ACR33 ICC Reader
+BIFIT ANGARA
+Broadcom Corp 58200
+Certgate GmbH AirID 2 USB
+DC.Ltd DC4 5CCID READER
+Genesys Logic CCID Card Reader
+Genesys Logic Combo Card Reader
+InfoThink IT-500U Reader
+Spyrus Inc WorkSafe Pro (ProductID 0x3117)
+  * Disabled readers
+REINER SCT cyberJack RFID standard
+  * Update reader names for
+Fujitsu Keyboard KB100 SCR
+Fujitsu Keyboard KB100 SCR eSIG
+FujitsuTechnologySolutions GmbH Keyboard KB SCR2
+Yubico YubiKey CCID
+Yubico YubiKey FIDO+CCID
+Yubico YubiKey OTP+CCID
+Yubico YubiKey OTP+FIDO+CCID
+  * Fix libusb config descriptor leak
+  * Fix leaking an allocated bundle in case no matching reader was found
+
+---

Old:

  ccid-1.4.29.tar.bz2
  ccid-1.4.29.tar.bz2.asc

New:

  ccid-1.4.30.tar.bz2
  ccid-1.4.30.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.dt8dbS/_old  2018-09-24 13:13:41.997661030 +0200
+++ /var/tmp/diff_new_pack.dt8dbS/_new  2018-09-24 13:13:41.997661030 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.29
+Version:1.4.30
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1-or-later

++ ccid-1.4.29.tar.bz2 -> ccid-1.4.30.tar.bz2 ++
 7250 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2018-02-26 23:25:09

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Mon Feb 26 23:25:09 2018 rev:53 rq:579900 version:1.4.29

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2017-10-17 
01:52:30.474462944 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2018-02-26 
23:25:11.138261445 +0100
@@ -1,0 +2,19 @@
+Sun Feb 25 09:19:24 UTC 2018 - w...@rosenauer.org
+
+- Updated to version 1.4.29
+  * Add support of
+Access IS NFC Smart Module (With idProduct 0x0164)
+Bit4id Digital-DNA Key
+Bit4id Digital-DNA Key BT
+Bluink Ltd. Bluink CCID
+Chicony HP Skylab USB Smartcard Keyboard
+HID Global OMNIKEY 5023 Smart Card Reader
+HID Global OMNIKEY 5027CK CCID CONFIG IF
+KeyXentic Inc. KX906 Smart Card Reader
+Spyrus Inc Rosetta USB
+Spyrus Inc WorkSafe Pro
+Watchdata USB Key (idProduct: 0x0418)
+  * The C3PO LTC31 v2 wrongly declares PIN support
+  * Remove extra EGT patch because it has bad side effects
+
+---

Old:

  ccid-1.4.28.tar.bz2
  ccid-1.4.28.tar.bz2.asc

New:

  ccid-1.4.29.tar.bz2
  ccid-1.4.29.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.vddllc/_old  2018-02-26 23:25:12.394216276 +0100
+++ /var/tmp/diff_new_pack.vddllc/_new  2018-02-26 23:25:12.402215988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,10 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.28
+Version:1.4.29
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Security
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Source: %{_name}-%{version}.tar.bz2

++ ccid-1.4.28.tar.bz2 -> ccid-1.4.29.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.28/README new/ccid-1.4.29/README
--- old/ccid-1.4.28/README  2017-10-11 13:16:24.0 +0200
+++ new/ccid-1.4.29/README  2018-02-21 09:47:36.0 +0100
@@ -118,6 +118,23 @@
 History:
 
 
+1.4.29 - 21 February 2018, Ludovic Rousseau
+- Add support of
+ . Access IS NFC Smart Module (With idProduct 0x0164)
+ . Bit4id Digital-DNA Key
+ . Bit4id Digital-DNA Key BT
+ . Bluink Ltd. Bluink CCID
+ . Chicony HP Skylab USB Smartcard Keyboard
+ . HID Global OMNIKEY 5023 Smart Card Reader
+ . HID Global OMNIKEY 5027CK CCID CONFIG IF
+ . KeyXentic Inc. KX906 Smart Card Reader
+ . Spyrus Inc Rosetta USB
+ . Spyrus Inc WorkSafe Pro
+ . Watchdata USB Key (idProduct: 0x0418)
+- The C3PO LTC31 v2 wrongly declares PIN support
+- Remove extra EGT patch because if has bad side effects
+
+
 1.4.28 - 11 October 2017, Ludovic Rousseau
 - Add support of
  . Athena IDProtect Flash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.28/configure new/ccid-1.4.29/configure
--- old/ccid-1.4.28/configure   2017-10-11 13:16:53.0 +0200
+++ new/ccid-1.4.29/configure   2018-02-21 09:49:14.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ccid 1.4.28.
+# Generated by GNU Autoconf 2.69 for ccid 1.4.29.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ccid'
 PACKAGE_TARNAME='ccid'
-PACKAGE_VERSION='1.4.28'
-PACKAGE_STRING='ccid 1.4.28'
+PACKAGE_VERSION='1.4.29'
+PACKAGE_STRING='ccid 1.4.29'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1378,7 +1378,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ccid 1.4.28 to adapt to many kinds of systems.
+\`configure' configures ccid 1.4.29 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuratio

commit pcsc-ccid for openSUSE:Factory

2017-10-16 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2017-10-17 01:52:27

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Tue Oct 17 01:52:27 2017 rev:52 rq:534038 version:1.4.28

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2017-05-22 
18:08:34.876731970 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2017-10-17 
01:52:30.474462944 +0200
@@ -1,0 +2,28 @@
+Sun Oct 15 09:00:53 UTC 2017 - w...@rosenauer.org
+
+- Updated to version 1.4.28
+  * Add support of
+Athena IDProtect Flash
+Elatec TWN4/B1.06/CPF3.05/S1SC1.32/P (Beta 3)
+HID Global OMNIKEY 5122 Dual
+HID Global OMNIKEY 5122 Smartcard Reader
+IIT E.Key Crystal-1
+KRONEGGER Micro Core Platform
+KRONEGGER NFC blue Reader Platform
+Ledger Nano S
+REINER SCT cyberJack RFID standard
+REINER SCT cyberJack one
+SAFETRUST SABRE SCR
+SafeNet eToken 5300
+Unicept GmbH AirID USB Dongle
+Watchdata USB Key
+mCore SCard-Reader
+  * Disabled readers
+Jinmuyu Electronics Co., Ltd. MR800
+  * Fix non-pinpad HID global devices
+  * udev rules
+allow rule overwrite
+disable USB autosuspend on C3PO LTC31 v1 reader
+  * some minor improvements
+
+---

Old:

  ccid-1.4.27.tar.bz2
  ccid-1.4.27.tar.bz2.asc

New:

  ccid-1.4.28.tar.bz2
  ccid-1.4.28.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.VlOcho/_old  2017-10-17 01:52:31.490415355 +0200
+++ /var/tmp/diff_new_pack.VlOcho/_new  2017-10-17 01:52:31.494415167 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.27
+Version:1.4.28
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+

++ ccid-1.4.27.tar.bz2 -> ccid-1.4.28.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.27/ChangeLog new/ccid-1.4.28/ChangeLog
--- old/ccid-1.4.27/ChangeLog   2017-05-21 14:45:51.0 +0200
+++ new/ccid-1.4.28/ChangeLog   2017-10-11 13:17:30.0 +0200
@@ -1,4 +1,307 @@
-commit a7dcbf296492f5056e1ba7abb8388531bb0a6708 (HEAD -> master, tag: 
ccid-1.4.27, origin/master, origin/HEAD, github/master)
+commit 70379da0cf79444d7035e0f42bea6f759f0a0886 (HEAD -> master, 
origin/master, origin/HEAD)
+Author: Ludovic Rousseau 
+Date:   Wed Oct 11 14:00:57 2017 +0200
+
+Release 1.4.28
+
+Signed-off-by: Ludovic Rousseau 
+
+ README   | 26 ++
+ configure.ac |  2 +-
+ 2 files changed, 27 insertions(+), 1 deletion(-)
+
+commit 7fd10bfab0c9c9fd4903d7b8e4d33a9dc3347273
+Author: Ludovic Rousseau 
+Date:   Wed Oct 4 14:02:48 2017 +0200
+
+Add Unicept GmbH AirID USB Dongle
+
+ readers/Unicept_AirID_USB_Dongle.txt | 51 
+ readers/supported_readers.txt|  3 ++-
+ 2 files changed, 53 insertions(+), 1 deletion(-)
+
+commit ebe042a757dc85e2ecc9609edc3b4ced588c6eba
+Author: Ludovic Rousseau 
+Date:   Mon Oct 2 15:35:02 2017 +0200
+
+Makefile: add support of spaces in DESTDIR
+
+It is now possible to use space characters in the destination directory
+name (DESTDIR).
+
+This is inspired by Apple patch destDirFix.patch
+
https://opensource.apple.com/source/SmartcardCCID/SmartcardCCID-55017/ccid/files/destDirFix.patch.auto.html
+
+ src/Makefile.am | 20 ++--
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+commit 94f90761bbedd0325fe321303b1871825927267d
+Author: Ludovic Rousseau 
+Date:   Wed Sep 27 17:54:45 2017 +0200
+
+Add HID Global OMNIKEY 5122 Dual
+
+ readers/HID_Global_OMNIKEY_5122_Dual.txt | 329 +++
+ readers/supported_readers.txt|   1 +
+ 2 files changed, 330 insertions(+)
+
+commit 9a1b284329f88ef8eda2b7361096c05eda84f57a
+Author: Ludovic Rousseau 
+Date:   Wed Sep 27 17:53:32 2017 +0200
+
+Add HID Global OMNIKEY 5122 Smartcard Reader
+
+ .../HID_Global_OMNIKEY_5122_Smartcard_Reader.txt   | 329 +
+ readers/supported_readers.txt  |   3 +-
+ 2 files changed, 331 insertions(+), 1 deletion(-)
+
+commit 7077b050b699e72471348877ca221a8641e858dc
+Author: Ludovic Rousseau 
+Date:   Mon Sep 25 18:40:48 2017 +0200
+
+Add KRONEGGER Micro Core Platform
+
+ readers/KRONEGGER_Micro_Core_Platform.txt | 310 ++
+ readers/supported_readers.txt |   1 +
+ 2 files changed, 311 insertions(+)
+
+comm

commit pcsc-ccid for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2017-05-22 18:08:32

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Mon May 22 18:08:32 2017 rev:51 rq:497143 version:1.4.27

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2017-01-09 
11:01:53.579422695 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2017-05-22 
18:08:34.876731970 +0200
@@ -1,0 +2,31 @@
+Mon May 22 05:55:58 UTC 2017 - w...@rosenauer.org
+
+- Updated to version 1.4.27
+  * Add support of
+ACS ACR1255U-J1
+ACS CryptoMate (T2)
+ANCUD CCID USB Reader & RNG
+DUALi DE-620 Combi
+FT CCID
+FT CCID KB
+FT U2F CCID KB
+FT U2F CCID KBOARD
+HID Global OMNIKEY 5422 Smartcard Reader
+InfoThink IT-102MU Reader
+Kapsch TrafficCom USB SAM reader
+MK Technology KeyPass S1
+Mulann PVT
+Regula RFID Reader
+Spyrus Inc PocketVault P-3X
+Unicept GmbH AirID USB
+  * Add Microchip SEC1210 UART support (when connected on a serial port)
+  * Add Zero Length Packet (ZLP) support for Gemalto IDBridge CT30 and K30
+enable the patch using ./configure --enable-zlp
+  * Add support of HID Omnikey 5422 as multi slot reader (for macOS)
+  * Escape command: signals buffer overflow instead of silently
+truncating the buffer
+  * Fix a bug with multi readers and pcscd uses hotplug_libusb
+(not the recommended configuration)
+  * Some minor improvements
+
+---

Old:

  ccid-1.4.26.tar.bz2
  ccid-1.4.26.tar.bz2.asc

New:

  ccid-1.4.27.tar.bz2
  ccid-1.4.27.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.AODyFl/_old  2017-05-22 18:08:35.488645717 +0200
+++ /var/tmp/diff_new_pack.AODyFl/_new  2017-05-22 18:08:35.500644026 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.26
+Version:1.4.27
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+
@@ -74,6 +74,7 @@
 #./bootstrap
 %configure\
--enable-twinserial \
+   --enable-zlp \
--enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
 make %{?_smp_mflags}
 

++ ccid-1.4.26.tar.bz2 -> ccid-1.4.27.tar.bz2 ++
 1618 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.26/ChangeLog new/ccid-1.4.27/ChangeLog
--- old/ccid-1.4.26/ChangeLog   2016-09-30 10:38:47.0 +0200
+++ new/ccid-1.4.27/ChangeLog   2017-05-21 14:45:51.0 +0200
@@ -1,4 +1,812 @@
-commit 3da71e26b368b39814618a83c2fc64e492941dc4 (HEAD -> master, tag: 
ccid-1.4.25, origin/master, origin/HEAD)
+commit a7dcbf296492f5056e1ba7abb8388531bb0a6708 (HEAD -> master, tag: 
ccid-1.4.27, origin/master, origin/HEAD, github/master)
+Author: Ludovic Rousseau 
+Date:   Sun May 21 14:41:20 2017 +0200
+
+Release 1.4.27
+
+Signed-off-by: Ludovic Rousseau 
+
+ README   | 29 +
+ configure.ac |  2 +-
+ 2 files changed, 30 insertions(+), 1 deletion(-)
+
+commit 647fe54d8b66cabcd8bc13b68ae46fbc4bd05be5
+Author: Ludovic Rousseau 
+Date:   Wed May 17 13:26:52 2017 +0200
+
+ccid_serial: reformat reader detection code
+
+The Microchip SEC 1210 does not support the command 0x02 (get firmware
+version):
+"03 06 6B 01 00 00 00 00 00 00 00 00 02 6D"
+returns
+frame: "83 00 00 00 00 00 00 41 00 00" - "Command not supported."
+
+The command 0x06 returns a result, even if I, and Fabio Araujo, don't
+know what this command does.
+"03 06 6B 01 00 00 00 00 00 00 00 00 06 69"
+we received
+frame: "83 01 00 00 00 00 00 01 00 00 22", "Everything OK."
+
+ src/ccid_serial.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit ec652d249dc81c647bf80d5d3c21665ef00c6d8b
+Author: Fabio Araujo 
+Date:   Mon May 15 09:09:26 2017 -0300
+
+Add Microchip SEC1210 UART support.
+
+The Microchip SEC1210 can be connected on a serial port instead of USB.
+
+ src/ccid.h |  1 +
+ src/ccid_serial.c  | 23 +++
+ src/reader.conf.in |  1 +
+ 3 files changed, 25 insertions(+)
+
+commit 582f882bd14b9a35f27348b0b80e571451a626b6
+Author: Ludovic Rousseau 
+Date:   Fri May 

commit pcsc-ccid for openSUSE:Factory

2016-10-04 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2016-10-04 15:59:53

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2016-05-31 
12:24:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2016-10-04 
15:59:31.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct  3 06:31:24 UTC 2016 - w...@rosenauer.org
+
+- Updated to version 1.4.25
+  * Add support of
+Aladdin R.D. JaCarta (idProduct: 0x0402)
+Broadcom Corp 5880 (idProduct: 0x5832)
+Broadcom Corp 5880 (idProduct: 0x5833)
+Broadcom Corp 5880 (idProduct: 0x5834)
+ESMART Token GOST X2 ET1020-A
+Feitian VR504 VHBR Contactless & Contact Card Reader
+Feitian bR500
+Gemalto K50
+appidkey GmbH ID100-USB  SC Reader
+appidkey GmbH ID50 -USB
+  * Remove suport of
+Broadcom Corp 5880 (idProduct: 0x5800)
+Broadcom Corp 5880 (idProduct: 0x5805)
+KEBTechnology KONA USB SmartCard
+  * Fix crash with GemCore Pos Pro and GemCore Sim Pro
+  * Some minor improvements
+
+---

Old:

  ccid-1.4.24.tar.bz2
  ccid-1.4.24.tar.bz2.asc

New:

  ccid-1.4.25.tar.bz2
  ccid-1.4.25.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.yMfUz4/_old  2016-10-04 15:59:32.0 +0200
+++ /var/tmp/diff_new_pack.yMfUz4/_new  2016-10-04 15:59:32.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.24
+Version:1.4.25
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+

++ ccid-1.4.24.tar.bz2 -> ccid-1.4.25.tar.bz2 ++
 2451 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2016-05-31 12:24:48

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2016-04-22 
16:26:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2016-05-31 
12:24:51.0 +0200
@@ -1,0 +2,14 @@
+Mon May 30 06:36:05 UTC 2016 - w...@rosenauer.org
+
+- Updated to version 1.4.24
+  * Add support of
+Generic USB Smart Card Reader
+Giesecke & Devrient GmbH StarSign CUT S
+HID AVIATOR Generic
+  * better support of Elatec TWN4 SmartCard NFC
+  * better support of SCM SCL011
+  * fix SCARD_ATTR_VENDOR_IFD_SERIAL_NO attribute size
+  * fix a race condition on card events with multiple readers
+  * Some minor improvements
+
+---

Old:

  ccid-1.4.23.tar.bz2
  ccid-1.4.23.tar.bz2.asc

New:

  ccid-1.4.24.tar.bz2
  ccid-1.4.24.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.A7AwFJ/_old  2016-05-31 12:24:52.0 +0200
+++ /var/tmp/diff_new_pack.A7AwFJ/_new  2016-05-31 12:24:52.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.23
+Version:1.4.24
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+

++ ccid-1.4.23.tar.bz2 -> ccid-1.4.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.23/ChangeLog new/ccid-1.4.24/ChangeLog
--- old/ccid-1.4.23/ChangeLog   2016-04-20 10:06:39.0 +0200
+++ new/ccid-1.4.24/ChangeLog   2016-05-22 17:09:51.0 +0200
@@ -1,4 +1,177 @@
-commit d636d54fdd07b416f591f28d84c6f0e3f4bda4f9 (HEAD -> master, tag: 
ccid-1.4.23, origin/master, origin/HEAD)
+commit a1197c49cee479f4187dfd05c900224b99127e17 (HEAD -> master, tag: 
ccid-1.4.24, origin/master, origin/HEAD)
+Author: Ludovic Rousseau 
+Date:   Sun May 22 17:07:03 2016 +0200
+
+Release 1.4.24
+
+ README   | 12 
+ configure.ac |  2 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+commit b4c2cae5f311eef313777124937520c780d002fd
+Author: Ludovic Rousseau 
+Date:   Fri May 20 15:19:05 2016 +0200
+
+IFDHGetCapabilities: fix SCARD_ATTR_VENDOR_IFD_SERIAL_NO size
+
+We use strlcpy() to copy the IFD (reader) serial number string. So we
+must must take into account the terminating NUL byte.
+
+Without the patch the size was "correctly" reported on the first call
+(without including the final NUL byte). So the application allocates a
+buffer for this size and the next strlcpy() tuncates the string to add
+the NUL byte.
+
+Thanks to Daniel Kucera for the bug report.
+
+ src/ifdhandler.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 5eaa22bbaac16ca3e20e49418c37291ac128c3ad
+Author: Ludovic Rousseau 
+Date:   Thu May 19 21:16:48 2016 +0200
+
+Add Giesecke & Devrient GmbH StarSign CUT S
+
+ readers/GnD_StarSign_CUT_S.txt | 56 ++
+ readers/supported_readers.txt  |  1 +
+ 2 files changed, 57 insertions(+)
+
+commit b3eedaf7873e5438f5f2e8b163b2c0362099e318
+Author: Ludovic Rousseau 
+Date:   Thu May 19 20:56:13 2016 +0200
+
+Add Generic USB Smart Card Reader
+
+This reader is the same as the "HID AVIATOR Generic" except that it
+supports "Short and Extended APDU level exchange" instead of "Short APDU
+level exchange".
+
+ readers/Generic_USB_Smart_Card_Reader.txt | 161 ++
+ readers/supported_readers.txt |   9 +-
+ 2 files changed, 168 insertions(+), 2 deletions(-)
+
+commit e039760f0ab57a0e66e2f6dabebfdf6ba3134b14
+Author: Ludovic Rousseau 
+Date:   Mon May 9 10:05:45 2016 +0200
+
+Fix support of HID Aviator generic
+
+This reader firmware is bogus:
+- it declares pinpad support but as no keyboard
+- it declares short APDU but uses chaining as for extended APDU
+
+Thanks to Martin Paljak for the bug report
+https://github.com/LudovicRousseau/CCID/pull/16
+
+ src/ccid.c | 7 +++
+ src/ccid.h | 1 +
+ 2 files changed, 8 insertions(+)
+
+commit c18293616c834362555a61b3d84624ec24522bb3
+Author: Ludovic Rousseau 
+Date:   Mon May 9 20:10:13 2016 +0200
+
+Add HID AVIATOR Generic
+
+ readers/HID_Aviator.txt   | 161 ++
+ readers/supported_readers.txt |   5 +-
+ 2 files changed, 165 insertions(+), 1 deletion(-)

commit pcsc-ccid for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2016-04-22 16:25:55

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2015-10-26 
12:49:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2016-04-22 
16:26:04.0 +0200
@@ -1,0 +2,55 @@
+Thu Apr 21 07:26:49 UTC 2016 - w...@rosenauer.org
+
+- Updated to version 1.4.23
+  * Add support of
+ACS ACR3901U ICC Reader
+Alcor Micro AU9560
+Cherry SmartTerminal XX44
+HID Global OMNIKEY 3x21 Smart Card Reader
+HID Global OMNIKEY 5022 Smart Card Reader
+HID Global OMNIKEY 6121 Smart Card Reader
+IonIDe Smartcard Reader reader
+KACST HSID Reader
+KACST HSID Reader Dual Storage
+KACST HSID Reader Single Storage
+  * Remove support of
+VMware Virtual USB CCID
+  * Fix a busy loop consuming 100% of CPU for some composite USB devices
+impacted readers: Yubico Yubikey NEO U2F+CCID and Broadcom BCM5880
+  * Remove support of (unused) option DRIVER_OPTION_RESET_ON_CLOSE
+  * log libusb error name instead of decimal value
+  * Some minor improvements
+
+---
+Sun Jan 10 19:43:54 UTC 2016 - w...@rosenauer.org
+
+- Updated to version 1.4.22
+  * Add support of
+Aktiv Rutoken PINPad 2
+Aladdin R.D. JC-WebPass (JC600)
+Aladdin R.D. JCR-770
+Aladdin R.D. JaCarta
+Aladdin R.D. JaCarta Flash
+Aladdin R.D. JaCarta LT
+Aladdin R.D. JaCarta U2F (JC602)
+Athena ASEDrive IIIe Combo Bio PIV
+Athena ASEDrive IIIe KB Bio PIV
+GEMALTO CT1100
+GEMALTO K1100
+Hitachi, Ltd. Hitachi Biometric Reader
+Hitachi, Ltd. Hitachi Portable Biometric Reader
+Nitrokey Nitrokey Storage
+THURSBY SOFTWARE TSS-PK1
+Thursby Software Systems, Inc. TSS-PK7
+Thursby Software Systems, Inc. TSS-PK8
+  * Patch for Microchip SEC1110 reader on Mac OS X (card events notification)
+  * Patch for Cherry KC 1000 SC (problem was with a T=1 card and case 2 APDU)
+  * Fix support of FEATURE_MCT_READER_DIRECT for the Kobil mIDentity visual 
reader
+  * Set timeout to 90 sec for PPDU (Pseudo APDU) commands. This
+change allows the use of a Secure Verify command sent as a PPDU
+through SCardTransmit().
+  * Fix a crash when reader reader initialization failed
+  * Fix initialization bug with Gemalto Pinpad reader on Mac OS X
+  * Some minor bugs fixed
+
+---

Old:

  ccid-1.4.21.tar.bz2
  ccid-1.4.21.tar.bz2.asc

New:

  ccid-1.4.23.tar.bz2
  ccid-1.4.23.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.eEw803/_old  2016-04-22 16:26:05.0 +0200
+++ /var/tmp/diff_new_pack.eEw803/_new  2016-04-22 16:26:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.21
+Version:1.4.23
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+

++ ccid-1.4.21.tar.bz2 -> ccid-1.4.23.tar.bz2 ++
 23374 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2015-10-26 12:49:15

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2015-08-05 
19:17:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2015-10-26 
12:49:16.0 +0100
@@ -1,0 +2,45 @@
+Sun Oct 25 09:39:20 UTC 2015 - w...@rosenauer.org
+
+- Updated to version 1.4.21
+  * Add support of
+ACS ACR1252 Dual Reader
+Chicony HP USB Smartcard CCID Keyboard JP
+Chicony HP USB Smartcard CCID Keyboard KR
+FT ePass2003Auto
+Feitian bR301 BLE
+Feitian iR301 (ProductID 0x0619)
+Feitian iR301 (ProductID 0x061C)
+Identiv @MAXX ID-1 Smart Card Reader
+Identiv @MAXX Light2 token
+Identiv CLOUD 2980 F Smart Card Reader
+Identiv Identiv uTrust 4701 F Dual Interface Reader
+Identiv SCR3500 A Contact Reader
+Identiv SCR3500 B Contact Reader
+Identiv SCR35xx USB Smart Card Reader
+Identiv uTrust 2900 R Smart Card Reader
+Identiv uTrust 2910 R Smart Card Reader
+Identiv uTrust 2910 R Taglio SC Reader
+Identiv uTrust 3512 SAM slot Token
+Identiv uTrust 3522 embd SE RFID Token
+Identiv uTrust 3700 F CL Reader
+Identiv uTrust 3701 F CL Reader
+Identive Identive CLOUD 4000 F DTC
+Liteon HP SC Keyboard - Apollo (Liteon)
+Liteon HP SC Keyboard - Apollo JP (Liteon)
+Liteon HP SC Keyboard - Apollo KR (Liteon)
+Nitrokey Nitrokey HSM
+Nitrokey Nitrokey Pro
+Nitrokey Nitrokey Start
+Rocketek RT-SCR1
+VASCO DIGIPASS 875
+WatchCNPC USB CCID Key
+  * Remove support of
+Crypto Stick Crypto Stick v1.4 is an old version of Nitrokey Nitrokey Pro
+Free Software Initiative of Japan Gnuk Token is an old version
+of Nitrokey Nitrokey Start
+  * Add Feitain R502 dual interface (composite) reader on Mac OS X
+  * display a human readable version of the error code returned by libusb
+  * Mac OS X: wait until libusb/the reader is ready
+  * some minor bugs fixed
+
+---

Old:

  ccid-1.4.20.tar.bz2
  ccid-1.4.20.tar.bz2.asc

New:

  ccid-1.4.21.tar.bz2
  ccid-1.4.21.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.r8fxRZ/_old  2015-10-26 12:49:17.0 +0100
+++ /var/tmp/diff_new_pack.r8fxRZ/_new  2015-10-26 12:49:17.0 +0100
@@ -24,7 +24,7 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.20
+Version:1.4.21
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+

++ ccid-1.4.20.tar.bz2 -> ccid-1.4.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.20/Makefile.in new/ccid-1.4.21/Makefile.in
--- old/ccid-1.4.20/Makefile.in 2015-08-05 13:22:48.0 +0200
+++ new/ccid-1.4.21/Makefile.in 2015-10-21 20:40:44.0 +0200
@@ -339,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 serialconfdir = @serialconfdir@
 sharedstatedir = @sharedstatedir@
@@ -376,15 +377,15 @@
@for dep in $?; do \
  case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+   echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
+ $(AUTOMAKE) --foreign Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
  *config.status*) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.20/README new/ccid-1.4.21/README
--- old/ccid-1.4.20/README  2015-08-05 13:22:40.0 +0200
+++ new/ccid-1.4.21/README  2015-10-21 20:40:07.0 +0200
@@ -118,6 +118,50 @@
 History:
 
 
+1.4.21 - 21 October 2015, Ludovic Rousseau
+- Add support of
+  . ACS ACR1252 Dual Reader
+  . Chicony HP USB Smartcard CCID Keyboard JP
+  . Chicony HP USB Smartcard CCID Keyboard KR
+  . FT ePass2003Auto
+

commit pcsc-ccid for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2015-08-05 19:17:22

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2015-05-15 
07:44:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2015-08-05 
19:17:22.0 +0200
@@ -1,0 +2,22 @@
+Wed Aug  5 14:09:02 UTC 2015 - w...@rosenauer.org
+
+- Updated to version 1.4.20
+  * Add support of
+ACS ACR1251 Dual Reader
+Access IS NFC Smart Module
+BIFIT iToken
+BLUTRONICS BLUDRIVE II CCID (idProduct: 0x1079)
+Generic MultiCard Device
+NXP Pegoda 2 N
+SafeNet eToken 5100
+SafeNet eToken 7300
+Yubico Yubikey 4 CCID
+Yubico Yubikey 4 OTP+CCID
+Yubico Yubikey 4 OTP+U2F+CCID
+Yubico Yubikey 4 U2F+CCID
+  * Depends on libusb version 1.0.9 instead of 1.0.8
+  * The O2 Micro Oz776 reader only supports 9600 bps
+- spec file cleanup
+- remove pgp validation from build (now handled via OBS)
+
+---

Old:

  ccid-1.4.19.tar.bz2
  ccid-1.4.19.tar.bz2.asc

New:

  ccid-1.4.20.tar.bz2
  ccid-1.4.20.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.Jv4Co1/_old  2015-08-05 19:17:23.0 +0200
+++ /var/tmp/diff_new_pack.Jv4Co1/_new  2015-08-05 19:17:23.0 +0200
@@ -17,32 +17,28 @@
 
 
 %if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
-%define _udevrulesdir /usr/lib/udev/rules.d
+%define _udevrulesdir %{_libexecdir}/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
 
 Name:   pcsc-ccid
 %define _name ccid
-BuildRequires:  automake
-BuildRequires:  libusb-1_0-devel
-BuildRequires:  pcsc-lite-devel
-BuildRequires:  pkg-config
-BuildRequires:  udev
-%if %suse_version > 1220
-BuildRequires:  gpg-offline
-%endif
-Version:1.4.19
+Version:1.4.20
 Release:0
-Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+
 Group:  Productivity/Security
+Url:http://pcsclite.alioth.debian.org/ccid.html
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Source2:%{_name}-%{version}.tar.bz2.asc
 Source3:%{name}.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
@@ -58,6 +54,7 @@
 Enhances:   modalias(usb:v0D46p4081d*dc*dsc*dp*ic*isc*ip*)
 # Other supported devices:
 Enhances:   %USBDRIVERS
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains a generic USB CCID (Chip/Smart Card Interface
@@ -68,9 +65,6 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko
@@ -81,16 +75,13 @@
 %configure\
--enable-twinserial \
--enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Copied elsewhere:
-mkdir -p $RPM_BUILD_ROOT/%{_udevrulesdir}
-sed 's:GROUP="pcscd":GROUP="scard":' $RPM_BUILD_ROOT/%{_udevrulesdir}/92_pcscd_ccid.rules
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{_udevrulesdir}
+sed 's:GROUP="pcscd":GROUP="scard":' %{buildroot}/%{_udevrulesdir}/92_pcscd_ccid.rules
 
 %files
 %defattr(-,root,root)

++ ccid-1.4.19.tar.bz2 -> ccid-1.4.20.tar.bz2 ++
 31248 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2015-05-14 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2015-05-15 07:44:04

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2014-09-15 
18:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2015-05-15 
07:44:29.0 +0200
@@ -1,0 +2,33 @@
+Wed May 13 08:34:02 UTC 2015 - w...@rosenauer.org
+
+- Updated to version 1.4.19
+  * Add support of
+AK910 CKey (idProduct 0x0001)
+AK910 CKey (idProduct 0x0011)
+AK910 IDONE
+Broadcom Corp 5880 (idProduct: 0x5804)
+CASTLES EZCCID Smart Card Reader
+Cherry KC 1000 SC
+Cherry KC 1000 SC Z
+Cherry KC 1000 SC/DI
+Cherry KC 1000 SC/DI Z
+Cherry TC 1300
+Chicony USB Smart Card Keyboard
+Elatec TWN4 SmartCard NFC
+Feitian 502-CL
+Feitian eJAVA Token
+FujitsuTechnologySolutions GmbH Keyboard KB100 SCR
+FujitsuTechnologySolutions GmbH Keyboard KB100 SCR eSIG
+Hewlett-Packard HP lt4112 Gobi 4G Module
+Identive SCT3522CC token
+OMNIKEY AG 6121 USB mobile
+PIVKey T800
+REINER SCT tanJack Bluetooth
+Watchdata USB Key
+  * Remove ZLP patch for Gemalto IDBridge CT30 and K30. The patch was
+causing problems with the K50.  A new reader firmware (version F)
+solved the problem so the patch is no more needed.
+  * Fix a memory leak in an error path
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.18.tar.bz2
  ccid-1.4.18.tar.bz2.asc

New:

  ccid-1.4.19.tar.bz2
  ccid-1.4.19.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.JX8W4Y/_old  2015-05-15 07:44:30.0 +0200
+++ /var/tmp/diff_new_pack.JX8W4Y/_new  2015-05-15 07:44:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.18
+Version:1.4.19
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.18.tar.bz2 -> ccid-1.4.19.tar.bz2 ++
 12395 lines of diff (skipped)




commit pcsc-ccid for openSUSE:Factory

2014-09-15 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2014-09-15 17:41:18

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2014-06-16 
21:29:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2014-09-15 
18:24:55.0 +0200
@@ -1,0 +2,17 @@
+Sat Sep 13 18:50:10 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 1.4.18
+  * Add support of
+Cherry Cherry TC 1100
+Cherry Smart Card Reader USB
+Cherry Smartcard Keyboard G87-1xx44
+FujitsuTechnologySolutions GmbH Keyboard KB SCR2
+Lenovo Lenovo USB Smartcard Keyboard
+Yubico Yubikey NEO OTP+U2F+CCID
+Yubico Yubikey NEO U2F+CCID
+eID_R6 001 X8
+  * fix support of Omnikey CardMan 3121
+  * reduce memory consumed when configured with --enable-embedded
+  * prepare the port to UEFI
+
+---

Old:

  ccid-1.4.17.tar.bz2
  ccid-1.4.17.tar.bz2.asc

New:

  ccid-1.4.18.tar.bz2
  ccid-1.4.18.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.ZHX1Ud/_old  2014-09-15 18:24:56.0 +0200
+++ /var/tmp/diff_new_pack.ZHX1Ud/_new  2014-09-15 18:24:56.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.17
+Version:1.4.18
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.17.tar.bz2 -> ccid-1.4.18.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.17/README new/ccid-1.4.18/README
--- old/ccid-1.4.17/README  2014-06-11 14:53:42.0 +0200
+++ new/ccid-1.4.18/README  2014-09-13 18:27:13.0 +0200
@@ -118,6 +118,20 @@
 History:
 
 
+1.4.18 - 13 September 2014, Ludovic Rousseau
+- Add support of
+  . Cherry Cherry TC 1100
+  . Cherry Smart Card Reader USB
+  . Cherry Smartcard Keyboard G87-1xx44
+  . FujitsuTechnologySolutions GmbH Keyboard KB SCR2
+  . Lenovo Lenovo USB Smartcard Keyboard
+  . Yubico Yubikey NEO OTP+U2F+CCID
+  . Yubico Yubikey NEO U2F+CCID
+  . eID_R6 001 X8
+- fix support of Omnikey CardMan 3121
+- reduce memory consumed when configured with --enable-embedded 
+- prepare the port to UEFI
+
 1.4.17 - 11 June 2014, Ludovic Rousseau
 - Add support of
   . Feitian R502
@@ -996,6 +1010,6 @@
 - First public release
 
 
-$Id: README 6915 2014-06-11 13:09:57Z rousseau $
+$Id: README 6982 2014-09-13 16:25:24Z rousseau $
 
  vim:ts=20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.17/config.h.in new/ccid-1.4.18/config.h.in
--- old/ccid-1.4.17/config.h.in 2014-06-11 14:54:02.0 +0200
+++ new/ccid-1.4.18/config.h.in 2014-09-13 18:27:31.0 +0200
@@ -42,6 +42,9 @@
 /* Define to 1 if you have the  header file. */
 #undef HAVE_STDINT_H
 
+/* Define to 1 if you have the  header file. */
+#undef HAVE_STDIO_H
+
 /* Define to 1 if you have the  header file. */
 #undef HAVE_STDLIB_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.17/configure new/ccid-1.4.18/configure
--- old/ccid-1.4.17/configure   2014-06-11 14:53:54.0 +0200
+++ new/ccid-1.4.18/configure   2014-09-13 18:27:19.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ccid 1.4.17.
+# Generated by GNU Autoconf 2.69 for ccid 1.4.18.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ccid'
 PACKAGE_TARNAME='ccid'
-PACKAGE_VERSION='1.4.17'
-PACKAGE_STRING='ccid 1.4.17'
+PACKAGE_VERSION='1.4.18'
+PACKAGE_STRING='ccid 1.4.18'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1362,7 +1362,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ccid 1.4.17 to adapt to many kinds of systems.
+\`configure' configures ccid 1.4.18 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1432,7 +1432,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ccid 1.4.17:";;
+ short | recursive ) echo "Configuration of ccid

commit pcsc-ccid for openSUSE:Factory

2014-06-16 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2014-06-16 21:29:46

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2014-03-25 
13:24:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2014-06-16 
21:29:47.0 +0200
@@ -1,0 +2,17 @@
+Thu Jun 12 14:53:27 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 1.4.17
+  * Add support of
+Feitian R502
+Free Software Initiative of Japan Gnuk Token
+German Privacy Foundation Crypto Stick v2.0
+HID Global veriCLASS Reader
+HID OMNIKEY 5025-CL
+Identive Technologies Multi-ISO HF Reader - USB
+OMNIKEY 5421
+OMNIKEY AG 3121 USB
+udea MILKO V1.
+  * Fix support of O2 Micro Oz776. The reader is limited to 9600 bps
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.16.tar.bz2
  ccid-1.4.16.tar.bz2.asc

New:

  ccid-1.4.17.tar.bz2
  ccid-1.4.17.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.rDPdxo/_old  2014-06-16 21:29:48.0 +0200
+++ /var/tmp/diff_new_pack.rDPdxo/_new  2014-06-16 21:29:48.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.16
+Version:1.4.17
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.16.tar.bz2 -> ccid-1.4.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.16/ChangeLog new/ccid-1.4.17/ChangeLog
--- old/ccid-1.4.16/ChangeLog   2014-03-23 16:20:44.0 +0100
+++ new/ccid-1.4.17/ChangeLog   2014-06-11 15:01:22.0 +0200
@@ -1,3 +1,88 @@
+2014-06-11  Ludovic Rousseau
+
+   * [r6915] README, configure.ac: Release 1.4.17
+
+2014-06-03  Ludovic Rousseau
+
+   * [r6908] readers/GemProxDU.txt: Update firmware from 1.04 to 1.08
+ 
+ Update tool is available at
+ http://support.gemalto.com/index.php?id=prox-du_prox-su
+
+2014-05-31  Ludovic Rousseau
+
+   * [r6904] readers/Feitian_R502.txt, readers/supported_readers.txt:
+ Add Feitian R502
+
+2014-05-23  Ludovic Rousseau
+
+   * [r6902] readers/supported_readers.txt, readers/udea_MILKO_V1.txt:
+ Add udea MILKO V1.
+
+2014-05-14  Ludovic Rousseau
+
+   * [r6901] readers/Free_Software_Initiative_of_Japan_Gnuk_Token.txt,
+ readers/supported_readers.txt: Add Free Software Initiative of
+ Japan Gnuk Token
+   * [r6900] readers/German_Privacy_Foundation_Crypto_Stick_v2.0.txt,
+ readers/supported_readers.txt: Add German Privacy Foundation
+ Crypto Stick v2.0
+
+2014-05-07  Ludovic Rousseau
+
+   * [r6899]
+ readers/Identive_Technologies_Multi-ISO_HF_Reader_USB.txt,
+ readers/supported_readers.txt: Add Identive Technologies
+ Multi-ISO HF Reader - USB
+
+2014-05-03  Ludovic Rousseau
+
+   * [r6897] readers/OMNIKEY_5421.txt, readers/supported_readers.txt:
+ Add OMNIKEY 5421
+   * [r6896] readers/OMNIKEY_AG_3121.txt,
+ readers/supported_readers.txt: Add OMNIKEY AG 3121 USB
+   * [r6894] readers/HID_OMNIKEY_5025-CL.txt,
+ readers/supported_readers.txt: Add HID OMNIKEY 5025-CL
+
+2014-04-24  Ludovic Rousseau
+
+   * [r6892] readers/HID_Global_veriCLASS_Reader.txt,
+ readers/supported_readers.txt: Add HID Global veriCLASS Reader
+   * [r6890] src/ccid_usb.c: OpenUSBByName(): add a 100 ms delay on
+ Mac OS X
+ 
+ The USB device may be detected by the Mac OS X USB layer (used by
+ pcscd) but not yet by libusb (used by libccid).
+ 
+ We must give some time (100 ms) before listing the USB devices
+ seen by libusb. Noticed on OS X Mavericks using libusb 1.0.18.
+   * [r6889] src/ccid_usb.c: OpenUSBByName(): log an error if the USB
+ device is not found
+ 
+ If we exit the function without finding the (new) device then we
+ log an error ""Device not found?".
+ 
+ This could happen if the device is found by Mac OS X USB layer
+ but not yet by libusb. Noticed on OS X Mavericks using libusb
+ 1.0.18.
+
+2014-04-11  Ludovic Rousseau
+
+   * [r6885] src/ccid.c: The O2 Micro Oz776 reader only supports 9600
+ bps
+ 
+ The reader returns bNumDataRatesSupported: 0 and a 

commit pcsc-ccid for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2014-03-25 13:24:58

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2014-02-16 
19:54:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2014-03-25 
13:24:59.0 +0100
@@ -1,0 +2,25 @@
+Sun Mar 23 17:13:24 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 1.4.16
+  * Add support of
+Crypto Stick Crypto Stick v1.4
+Hewlett Packard USB Smartcard CCID Keyboard
+IID AT90S064 CCID READER
+INSIDE Secure VaultIC 405 Smart Object
+INSIDE Secure VaultIC 441 Smart Object
+Microchip SEC1110
+Microchip SEC1210
+Watchdata W5181
+  * Add support of DRIVER_OPTION_DISABLE_PIN_RETRIES
+The Gemalto pinpad reader sends a VERIFY command with no PIN value
+in order to retreive the remaining retries from the card. Some
+cards (like the OpenPGP card) do not support this.
+It is now possible to disable this behavior from the Gemalto Pinpad
+and Covadis Véga Alpha.
+  * Add support of WTX received before SW during Secure Pin Entry Verify
+The Swiss health care card sends a WTX request before returning
+the SW code. If the reader is in TPDU and the card is in T=1 the
+driver must manage the request itself.
+- added alternative key (E8F9C57E) to keyring
+
+---

Old:

  ccid-1.4.15.tar.bz2
  ccid-1.4.15.tar.bz2.asc

New:

  ccid-1.4.16.tar.bz2
  ccid-1.4.16.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.XXkgR4/_old  2014-03-25 13:25:00.0 +0100
+++ /var/tmp/diff_new_pack.XXkgR4/_new  2014-03-25 13:25:00.0 +0100
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.15
+Version:1.4.16
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.15.tar.bz2 -> ccid-1.4.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.15/ChangeLog new/ccid-1.4.16/ChangeLog
--- old/ccid-1.4.15/ChangeLog   2013-11-25 19:16:37.0 +0100
+++ new/ccid-1.4.16/ChangeLog   2014-03-23 16:20:44.0 +0100
@@ -1,3 +1,292 @@
+2014-03-23  Ludovic Rousseau
+
+   * [r6880] README, configure.ac: Release 1.4.16
+   * [r6879] src/commands.c: Fix compiler warning
+ 
+ commands.c: In function `SecurePINVerify': commands.c:529:9:
+ warning: variable `n' set but not used
+ [-Wunused-but-set-variable] int n, oldReadTimeout; ^
+   * [r6878] src/commands.c: Fix compiler warning
+ 
+ commands.c:511:19: warning: | has lower precedence than ==; ==
+ will be evaluated first [-Wparentheses] if (T1_S_BLOCK | T1_S_WTX
+ == RxBuffer[PCB]) ^~~ commands.c:511:19:
+ note: place parentheses around the '==' expression to silence
+ this warning if (T1_S_BLOCK | T1_S_WTX == RxBuffer[PCB]) ^
+ ~ commands.c:511:19: note: place
+ parentheses around the | expression to evaluate it first if
+ (T1_S_BLOCK | T1_S_WTX == RxBuffer[PCB]) ~~~^~ 1
+ warning generated.
+   * [r6877] src/commands.c: SecurePINVerify: add support of WTX
+ received before SW
+ 
+ The Swiss health care card sends a WTX request before returning
+ the SW code. If the reader is in TPDU and the card is in T=1 the
+ driver must manage the request itself.
+   * [r6876] src/ccid_ifdhandler.h: Add
+ DRIVER_OPTION_DISABLE_PIN_RETRIES definition
+ 
+ This is a missing for revision 6875
+
+2014-03-22  Ludovic Rousseau
+
+   * [r6875] src/Info.plist.src, src/ccid.c: Add support of
+ DRIVER_OPTION_DISABLE_PIN_RETRIES
+ 
+ The Gemalto pinpad reader sends a VERIFY command with no PIN
+ value in order to retreive the remaining retries from the card.
+ Some cards (like the OpenPGP card) do not support this.
+ 
+ It is now possible to disable this behavior from the Gemalto
+ Pinpad and Covadis Véga Alpha.
+ 
+ Closes Alioth bug
+ 
https://alioth.debian.org/tracker/index.php?func=detail&aid=314005&group_id=30105&atid=410088
+   * [r6874] src/ccid_usb.c: InterruptRead(): log the libusb errors
+   

commit pcsc-ccid for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-11-26 19:21:50

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-10-11 
09:00:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-11-26 
19:21:51.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 26 11:07:53 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.14
+  * Add support of
+Gemalto GemCore SIM Pro firmware 2.0 (using USB)
+  * report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
+  * Generalize the management of (old) readers with bDeviceClass = 0xFF
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.13.tar.bz2
  ccid-1.4.13.tar.bz2.asc

New:

  ccid-1.4.14.tar.bz2
  ccid-1.4.14.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.uleOG9/_old  2013-11-26 19:21:52.0 +0100
+++ /var/tmp/diff_new_pack.uleOG9/_new  2013-11-26 19:21:52.0 +0100
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.13
+Version:1.4.14
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.13.tar.bz2 -> ccid-1.4.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.13/ChangeLog new/ccid-1.4.14/ChangeLog
--- old/ccid-1.4.13/ChangeLog   2013-08-12 23:46:05.0 +0200
+++ new/ccid-1.4.14/ChangeLog   2013-11-25 19:16:37.0 +0100
@@ -1,3 +1,238 @@
+2013-11-25  Ludovic Rousseau
+
+   * [r6795] README, configure.ac: Release 1.4.14
+   * [r6794] README: Reformat the list of readers in the "add support
+ for" section
+   * [r6793] src/ccid_usb.c: Generalize the management of readers with
+ bDeviceClass = 0xFF
+ 
+ Some early Gemalto Ezio CB+ readers have bDeviceClass,
+ bDeviceSubClass and bDeviceProtocol set to 0xFF (proprietary)
+ instead of 0x00.
+ 
+ So on Mac OS X the reader configuration is not done by the
+ OS/kernel and we do it ourself.
+ 
+ The code is no more limited to the GEMALTO_EZIO_CBP
+ (0x08E6/0x34C3) but to any reader with the problem, like the
+ Todos Argos Mini II CCID.
+   * [r6792] MacOSX/configure: Set Xcode SDK to version 10.8
+ 
+ With Xcode 5.x the minimum SDK version is 10.8 (Mountain Lion)
+ even on Mountain Lion.
+   * [r6791] readers/Gemalto_Ezio_Shield_Secure_Channel.txt,
+ readers/supported_readers.txt: Add Gemalto ING Shield Pro SC
+   * [r6790] src/ifdhandler.c: IFDHControl(): report
+ FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
+ 
+ Some (bogus) applications use the presence of
+ FEATURE_IFD_PIN_PROPERTIES to know if the reader is a pinpad
+ reader or not. The application should use
+ FEATURE_VERIFY_PIN_DIRECT and FEATURE_MODIFY_PIN_DIRECT instead.
+ 
+ Reporting FEATURE_IFD_PIN_PROPERTIES for a non-pinpad reader is
+ useless so it should not harm to remove it from
+ CM_IOCTL_GET_FEATURE_REQUEST.
+
+2013-10-24  Ludovic Rousseau
+
+   * [r6784] src/ccid_usb.c, src/ifdhandler.c: Add support of Gemalto
+ GemCore SIM Pro firmware 2.0
+ 
+ The new firmware of the Gemalto GemCore SIM Pro removes a
+ limitation of the firmware 1.0. The 2 slots now supports the same
+ data rates. The second slot is no more limited to some values
+ only.
+   * [r6783] src/ccid.c, src/ccid_serial.c, src/commands.c,
+ src/commands.h, src/ifdhandler.c: Add a timeout parameter to
+ CmdEscape()
+ 
+ Not all commands need the same timeout. For example the
+ CmdEscape() used in ccid_serial.c to check if the reader is alive
+ should have a short timeout. The timeout was forced to 30 seconds
+ inside CmdEscape() so it was not possible to use a different
+ value. The patch fixes this.
+   * [r6782] src/ifdhandler.c: Limit GemCore SIM PRO hack to only the
+ specific reader
+ 
+ If the ATR fails we should mark the card as absent only for the
+ GemCore SIM PRO. This reader do not manage slot status for the
+ second slot and a corresponding hack is present in function
+ IFDHICCPres

commit pcsc-ccid for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-10-11 09:00:08

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-08-23 
11:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-10-11 
09:00:10.0 +0200
@@ -1,0 +2,15 @@
+Thu Oct 10 10:54:29 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.13
+  * Add support of
+Access IS ePassport Reader
+Planeta RC700-NFC CCID
+  * Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
+Windows uses 0x313520 for SCARD_CTL_CODE(3400)
+pcsc-lite uses 0x42000D48 for SCARD_CTL_CODE(3400)
+RDP aplications (like rdesktop) will convert SCardControl()
+commands from a Windows application (so using 0x313520) to pcsc-lite.
+  * fix multi-slot support for card movement notification
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.12.tar.bz2
  ccid-1.4.12.tar.bz2.asc

New:

  ccid-1.4.13.tar.bz2
  ccid-1.4.13.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.6VPOOu/_old  2013-10-11 09:00:15.0 +0200
+++ /var/tmp/diff_new_pack.6VPOOu/_new  2013-10-11 09:00:15.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.12
+Version:1.4.13
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.12.tar.bz2 -> ccid-1.4.13.tar.bz2 ++
 1978 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.12/README new/ccid-1.4.13/README
--- old/ccid-1.4.12/README  2013-08-12 23:44:09.0 +0200
+++ new/ccid-1.4.13/README  2013-10-09 12:02:34.0 +0200
@@ -118,6 +118,23 @@
 History:
 
 
+1.4.13 - 9 October 2013, Ludovic Rousseau
+- Add support of
+  . Access IS ePassport Reader
+  . Planeta RC700-NFC CCID
+- Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
+  Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses
+  0x42000D48 for SCARD_CTL_CODE(3400)
+  RDP aplications (like rdesktop) will convert SCardControl()
+  commands from a Windows application (so using 0x313520) to
+  pcsc-lite.
+- fix multi-slot support for card movement notification (introduced
+  in 1.4.12)
+- Mac OS X: differentiate each libccid library by the dynamic linker
+  using --prefix=/fake/$BUNDLE_ID
+- some minor bugs removed
+
+
 1.4.12 - 12 August 2013, Ludovic Rousseau
 - Add support of
   . HID OMNIKEY 5127 CK
@@ -833,6 +850,6 @@
 - First public release
 
 
-$Id: README 6729 2013-08-12 21:43:09Z rousseau $
+$Id: README 6766 2013-10-09 10:00:52Z rousseau $
 
  vim:ts=20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.12/config.h.in new/ccid-1.4.13/config.h.in
--- old/ccid-1.4.12/config.h.in 2013-08-12 23:45:32.0 +0200
+++ new/ccid-1.4.13/config.h.in 2013-10-09 12:02:51.0 +0200
@@ -85,9 +85,6 @@
 /* Disable logging support */
 #undef NO_LOG
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.12/configure.ac new/ccid-1.4.13/configure.ac
--- old/ccid-1.4.12/configure.ac2013-08-12 23:44:09.0 +0200
+++ new/ccid-1.4.13/configure.ac2013-10-09 12:02:34.0 +0200
@@ -1,15 +1,15 @@
 # Process this file with autoconf to produce a configure script.
 # You may need to use autoconf 2.56 or newer
 
-# $Id: configure.ac 6729 2013-0

commit pcsc-ccid for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-08-23 11:06:08

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-06-13 
17:29:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-08-23 
11:06:10.0 +0200
@@ -1,0 +2,18 @@
+Tue Aug 13 18:16:31 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.12
+  * Add support of
+HID OMNIKEY 5127 CK
+HID OMNIKEY 5326 DFR
+HID OMNIKEY 5427 CK
+Ingenico WITEO USB Smart Card Reader (Base and Badge)
+SecuTech SecuTech Token
+  * Add support of card movement notifications for multi-slot readers
+  * Check libusb is at least at version 1.0.8
+  * Get the serialconfdir value from pcsc-lite pkg config instead of
+using $(DESTDIR)/$(sysconfdir)/reader.conf.d/ if not specified
+(pcsc-lite does not provide that information yet so the value
+is set manually
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.11.tar.bz2
  ccid-1.4.11.tar.bz2.asc

New:

  ccid-1.4.12.tar.bz2
  ccid-1.4.12.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.926w9P/_old  2013-08-23 11:06:11.0 +0200
+++ /var/tmp/diff_new_pack.926w9P/_new  2013-08-23 11:06:11.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.11
+Version:1.4.12
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
@@ -79,7 +79,8 @@
 # not needed ATM
 #./bootstrap
 %configure\
-   --enable-twinserial
+   --enable-twinserial \
+   --enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
 make %{?jobs:-j%jobs}
 
 %install

++ ccid-1.4.11.tar.bz2 -> ccid-1.4.12.tar.bz2 ++
 2030 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.11/ChangeLog new/ccid-1.4.12/ChangeLog
--- old/ccid-1.4.11/ChangeLog   2013-05-11 14:06:01.0 +0200
+++ new/ccid-1.4.12/ChangeLog   2013-08-12 23:46:05.0 +0200
@@ -1,3 +1,413 @@
+2013-08-12  Ludovic Rousseau
+
+   * [r6729] README, configure.ac: Release 1.4.12
+   * [r6728] readers/SecuTech_Token.txt,
+ readers/supported_readers.txt: Add SecuTech SecuTech Token
+
+2013-08-08  Ludovic Rousseau
+
+   * [r6720] readers/HID_OMNIKEY_5427_CK.txt,
+ readers/supported_readers.txt: Add HID OMNIKEY 5427 CK
+
+2013-08-05  Ludovic Rousseau
+
+   * [r6715] readers/Ingenico_WITEO_badge.txt,
+ readers/Ingenico_WITEO_base.txt, readers/supported_readers.txt:
+ Add Ingenico WITEO USB Smart Card Reader (Base and Badge)
+   * [r6714] readers/supported_readers.txt: Regenerate without the
+ duplicates as entries
+
+2013-08-02  Ludovic Rousseau
+
+   * [r6705] readers/Lenovo2.txt, readers/supported_readers.txt: Add
+ Lenovo Lenovo USB Smartcard Keyboard
+
+2013-07-28  Ludovic Rousseau
+
+   * [r6689] readers/HID_OMNIKEY_5326_DFR.txt,
+ readers/supported_readers.txt: Add HID OMNIKEY 5326 DFR
+
+2013-07-06  Ludovic Rousseau
+
+   * [r6688] readers/ACR122U_PICC.txt: Firmware upgrade
+   * [r6686] readers/Omnikey_5127_CK.txt,
+ readers/supported_readers.txt: Add HID OMNIKEY 5127 CK
+
+2013-07-05  Ludovic Rousseau
+
+   * [r6685] src/ifdhandler.c: CreateChannelByNameOrChannel():
+ correctly fails if the reader disapears
+ 
+ If we get the error IFD_NO_SUCH_DEVICE then we must exit using
+ the error path and not directly with a return. We need to unlock
+ a mutex and free allocated resources.
+ 
+ Thanks to coverity.
+   * [r6684] src/towitoko/atr.c: ATR_InitFromArray(): avoid a possible
+ buffer overflow
+ 
+ Increment the protocol index _before_ checking it is too big.
+
+2013-07-01  Ludovic Rousseau
+
+   * [r6682] src/ccid_usb.c: Code factorisation
+   * [r6681] src/ccid_usb.c: CloseUSB(): free
+ arrayOfSupportedDataRates on the last slot close
+ 
+ Do free .ccid.arrayOfSupportedDataRates array only when the last
+  

commit pcsc-ccid for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-06-13 17:29:47

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-04-22 
14:15:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-06-13 
17:29:48.0 +0200
@@ -1,0 +2,16 @@
+Wed Jun 12 12:39:58 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.11
+  * Add support of
+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
+  * udev rule file: Remove setting group to pcscd, remove support
+of Linux kernel < 2.6.35 for auto power up management
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.10.tar.bz2
  ccid-1.4.10.tar.bz2.asc

New:

  ccid-1.4.11.tar.bz2
  ccid-1.4.11.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.Vurd3q/_old  2013-06-13 17:29:49.0 +0200
+++ /var/tmp/diff_new_pack.Vurd3q/_new  2013-06-13 17:29:49.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.10
+Version:1.4.11
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.10.tar.bz2 -> ccid-1.4.11.tar.bz2 ++
 6963 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-04-22 14:15:36

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-01-17 
09:54:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-04-22 
14:15:41.0 +0200
@@ -1,0 +2,26 @@
+Sun Apr 21 16:02:52 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.10
+  * Add support of
+ACS APG8201 USB Reader with PID 0x8202
+GIS Ltd SmartMouse USB
+Gemalto IDBridge K3000
+Identive CLOUD 2700 F Smart Card Reader
+Identive CLOUD 2700 R Smart Card Reader
+Identive CLOUD 4500 F Dual Interface Reader
+Identive CLOUD 4510 F Contactless + SAM Reader
+Identive CLOUD 4700 F Dual Interface Reader
+Identive CLOUD 4710 F Contactless + SAM Reader
+Inside Secure AT90SCR050
+Inside Secure AT90SCR100
+Inside Secure AT90SCR200
+SCR3310-NTTCom USB SmartCard Reader
+SafeTech SafeTouch
+SpringCard H512 Series
+SpringCard H663 Series
+SpringCard NFC'Roll
+Yubico Yubikey NEO CCID
+Yubico Yubikey NEO OTP+CCID
+  * Add support of time extension for Escape commands
+
+---

Old:

  ccid-1.4.9.tar.bz2
  ccid-1.4.9.tar.bz2.asc

New:

  ccid-1.4.10.tar.bz2
  ccid-1.4.10.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.5eCjxe/_old  2013-04-22 14:15:49.0 +0200
+++ /var/tmp/diff_new_pack.5eCjxe/_new  2013-04-22 14:15:49.0 +0200
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.9
+Version:1.4.10
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.9.tar.bz2 -> ccid-1.4.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.9/ChangeLog new/ccid-1.4.10/ChangeLog
--- old/ccid-1.4.9/ChangeLog2012-10-07 13:46:15.0 +0200
+++ new/ccid-1.4.10/ChangeLog   2013-01-18 19:46:09.0 +0100
@@ -1,3 +1,30 @@
+2013-01-16  Ludovic Rousseau
+
+   * [r6507] README, configure.ac: Release 1.4.9
+
+2012-11-13  Ludovic Rousseau
+
+   * [r6482] readers/ReinerSCT_cyberJack_go.txt,
+ readers/supported_readers.txt: Add REINER SCT cyberJack go
+   * [r6481] readers/supported_readers.txt: Move ATMEL VaultIC460 in
+ unsupported list See revision 6479
+
+2012-10-31  Ludovic Rousseau
+
+   * [r6478] src/ifdhandler.c: IFDHSetProtocolParameters(): display
+ the timeout
+ 
+ If the reader has CCID_CLASS_AUTO_PPS_PROP then the negociations
+ are done by the reader itself and the default timeout
+ DEFAULT_COM_READ_TIMEOUT is used.
+
+2012-10-12  Ludovic Rousseau
+
+   * [r6475] readers/Rutoken_PINPad_in.txt,
+ readers/supported_readers.txt: Add Aktiv Rutoken PINPad In
+   * [r6474] readers/Rutoken_PINPad_ex.txt,
+ readers/supported_readers.txt: Add Aktiv Rutoken PINPad Ex
+
 2012-10-07  Ludovic Rousseau
 
* [r6471] README: Fix typo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.9/README new/ccid-1.4.10/README
--- old/ccid-1.4.9/README   2013-01-16 16:14:20.0 +0100
+++ new/ccid-1.4.10/README  2013-04-16 14:46:02.0 +0200
@@ -118,6 +118,30 @@
 History:
 
 
+1.4.10 - 16 April 2013, Ludovic Rousseau
+- Add support of
+   . ACS APG8201 USB Reader with PID 0x8202
+   . GIS Ltd SmartMouse USB
+   . Gemalto IDBridge K3000
+   . Identive CLOUD 2700 F Smart Card Reader
+   . Identive CLOUD 2700 R Smart Card Reader
+   . Identive CLOUD 4500 F Dual Interface Reader
+   . Identive CLOUD 4510 F Contactless + SAM Reader
+   . Identive CLOUD 4700 F Dual Interface Reader
+   . Identive CLOUD 4710 F Contactless + SAM Reader
+   . Inside Secure AT90SCR050
+   . Inside Secure AT90SCR100
+   . Inside Secure AT90SCR200
+   . SCR3310-NTTCom USB SmartCard Reader
+   . SafeTech SafeTouch
+   . SpringCard H512 Series
+   . SpringCard H663 Series
+   . SpringCard NFC'Roll
+   . Yubico Yubikey NEO CCID
+   . Yubico Yubikey NEO OTP+CCID
+- Add support of time extension for Escape commands
+
+
 1.4.9 - 16 January 2013, Ludovic Rousseau
 - Add support of
. Aktiv Rutoken PI

commit pcsc-ccid for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-01-17 09:54:13

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-01-10 
15:51:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-01-17 
09:54:16.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 16 18:13:59 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.9
+  * Add support of
+ Aktiv Rutoken PINPad In
+ Aktiv Rutoken PINPad Ex
+ REINER SCT cyberJack go
+  *  Info.plist: Correctly handle reader names containing &
+
+---

Old:

  ccid-1.4.8.tar.bz2
  ccid-1.4.8.tar.bz2.asc

New:

  ccid-1.4.9.tar.bz2
  ccid-1.4.9.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.Dfh44G/_old  2013-01-17 09:54:17.0 +0100
+++ /var/tmp/diff_new_pack.Dfh44G/_new  2013-01-17 09:54:17.0 +0100
@@ -29,10 +29,10 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
-%if %suse_version >= 1220
+%if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.8
+Version:1.4.9
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.8.tar.bz2 -> ccid-1.4.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.8/README new/ccid-1.4.9/README
--- old/ccid-1.4.8/README   2012-10-07 13:45:35.0 +0200
+++ new/ccid-1.4.9/README   2013-01-16 16:14:20.0 +0100
@@ -118,8 +118,16 @@
 History:
 
 
+1.4.9 - 16 January 2013, Ludovic Rousseau
+- Add support of
+   . Aktiv Rutoken PINPad In
+   . Aktiv Rutoken PINPad Ex
+   . REINER SCT cyberJack go
+- Info.plist: Correctly handle reader names containing &
+
+
 1.4.8 - 22 June 2012, Ludovic Rousseau
--Add support of
+- Add support of
. SCR3310-NTTCom USB (was removed in version 1.4.6)
. Inside Secure VaultIC 420 Smart Object
. Inside Secure VaultIC 440 Smart Object
@@ -133,7 +141,7 @@
 
 
 1.4.7 - 22 June 2012, Ludovic Rousseau
--Add support of
+- Add support of
. ACS ACR101 ICC Reader
. ACS CryptoMate64
. Alcor Micro AU9522
@@ -164,7 +172,7 @@
 
 
 1.4.6 - 6 April 2012, Ludovic Rousseau
--Add support of
+- Add support of
. Avtor SC Reader 371
. Avtor SecureToken
. DIGIPASS KEY 202
@@ -771,6 +779,6 @@
 - First public release
 
 
-$Id: README 6471 2012-10-07 11:45:35Z rousseau $
+$Id: README 6507 2013-01-16 15:11:53Z rousseau $
 
  vim:ts=20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.8/configure new/ccid-1.4.9/configure
--- old/ccid-1.4.8/configure2012-10-07 13:36:55.0 +0200
+++ new/ccid-1.4.9/configure2013-01-16 16:38:45.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ccid 1.4.8.
+# Generated by GNU Autoconf 2.69 for ccid 1.4.9.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ccid'
 PACKAGE_TARNAME='ccid'
-PACKAGE_VERSION='1.4.8'
-PACKAGE_STRING='ccid 1.4.8'
+PACKAGE_VERSION='1.4.9'
+PACKAGE_STRING='ccid 1.4.9'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1361,7 +1361,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ccid 1.4.8 to adapt to many kinds of systems.
+\`configure' configures ccid 1.4.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1431,7 +1431,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ccid 1.4.8:";;
+ short | recursive ) echo "Configuration of ccid 1.4.9:";;
esac
   cat <<\_ACEOF
 
@@ -1561,7 +1561,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ccid configure 1.4.8
+ccid configure 1.4.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1980,7 +1980,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.

commit pcsc-ccid for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-01-10 15:51:15

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-10-19 
08:50:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-01-10 
15:51:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 18:27:19 CET 2013 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  ccid-1.4.8.tar.bz2.asc
  pcsc-ccid.keyring



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.aWnleg/_old  2013-01-10 15:51:18.0 +0100
+++ /var/tmp/diff_new_pack.aWnleg/_new  2013-01-10 15:51:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
+%if %suse_version >= 1220
+BuildRequires:  gpg-offline
+%endif
 Version:1.4.8
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
@@ -37,6 +40,8 @@
 Group:  Productivity/Security
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Source2:%{_name}-%{version}.tar.bz2.asc
+Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
@@ -63,6 +68,9 @@
 
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko

++ pcsc-ccid.keyring ++
pub   1024D/E07F1CF9 2001-03-05
uid  Ludovic Rousseau 
uid  Ludovic Rousseau 
sub   1024g/D5338005 2001-03-05

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBDqkC1kRBACo4DCPjVuwce76Mv2A6O5Mo9Wzmvru6g+ABCK6E8W4w6stZnhf
yAu93Qn5WioEpUEnW+0uWaIFaTj3h073EtCurBmbi+QT9b0nN7PFa0H0oQTneVFM
5s0u6XmLZsaZMiI7PYiqwwEobKi7xe6p8FHtr1NFrMqaZmFkcpV4P8OgMwCgmZnu
Ge7vaD2i7QFkCGH6h6DUZLMD/167p8LLKPdnctiDqAbDK12sLmsg08TLOJKEes4B
ZXK2P+ht1aRAI0Lxg0wzyZGqFJ+jLzeHz03egHLA//64RRVxnnZQzfSdZqqjuOx7
TE5EB7MOGVG8fo7rz3nG1XyQrKZcVaM61dyf9zd9jbcYbpXBi61db64l/8y1pz5M
fRh8A/4qZ4HpKGAgaBtGjn78QAvweZPD8sGb/DatnYy4nUEFNQnvRIZB280r2GOY
DqW+27V9c+rzcl+wvGLPZESFJR7B9+rmEvACHntc1KyaHePNn1vqQqgqCfeC92JO
H9LXm58ikZRMOuerQPVckTzlvz0Ql99zHs+hqkH/IIS81XSDSbQmTHVkb3ZpYyBS
b3Vzc2VhdSA8cm91c3NlYXVAZGViaWFuLm9yZz6IXwQTEQIAFwUCO83hDwULBwoD
BAMVAwIDFgIBAheAABIJED9Kio/gfxz5B2VHUEcAAQFl3QCdEsOQCvuq25kojzda
FTDTPJGNU7sAnR5zvAgm7C/7o0K9RUO0q4HqYOdBtCtMdWRvdmljIFJvdXNzZWF1
IDxsdWRvdmljLnJvdXNzZWF1QGZyZWUuZnI+iF8EExECABcFAjqkC1kFCwcKAwQD
FQMCAxYCAQIXgAASCRA/SoqP4H8c+QdlR1BHAAEBFlEAn1uIjs/NEQu2pqRCFLDh
C2o6z3EBAJ9CKh3g7TdGLFludHqRORx+/B6oyrkBDQQ6pAtcEAQAg4Hs0NG5nH8p
atOk/SBX7y0i6hgNC2gFxz87NySX0Q3YjGrZlFIeRqRFs44Gyuwze/PtU7K63Ev0
DQ31rjwCb9wgGauu2uRGkn5Awk+LKtSFkN+T8kO9v5OKp69IO+jaIRr8yuDP5Yil
dTVzpLehIsIStHwMfTxwjfT7sWojw8cAAwUD/ixrQdahUCx6DC0u+GCC4f5XvNmu
NEdYrY2/KqAKsS2nWD/EZPadvIGga/jIU1HLQYfUD4meDDol+dBXb7yXN/LZojh4
lQ4z63iZXyuMTI3i4ZNKx/9D1Z18Lk6/e0yDoqIb2jLvCejZEBUVnRl7oyIQxWPw
TBgmA1dKkTKX6k3AiE4EGBECAAYFAjqkC1wAEgkQP0qKj+B/HPkHZUdQRwABARYd
AKCXbqMkNr5QNdPi37LtspMzCHlvoACgknJVGCR6Fmz7s1wL38ZLkcqYgsM=
=ItMa
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2012-10-19 08:50:36

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-10-08 
20:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2012-10-19 
08:50:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 18 09:06:54 UTC 2012 - fcro...@suse.com
+
+- Fix build with new udev rules directory location.
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.0zrLRy/_old  2012-10-19 08:50:38.0 +0200
+++ /var/tmp/diff_new_pack.0zrLRy/_new  2012-10-19 08:50:38.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define _udevrulesdir /usr/lib/udev/rules.d
+%else
+%define _udevrulesdir /lib/udev/rules.d
+%endif
+
 Name:   pcsc-ccid
 %define _name ccid
 BuildRequires:  automake
@@ -71,9 +77,8 @@
 %install
 %makeinstall
 # Copied elsewhere:
-mkdir -p $RPM_BUILD_ROOT/lib/udev
-mkdir $RPM_BUILD_ROOT/lib/udev/rules.d
-sed 's:GROUP="pcscd":GROUP="scard":' $RPM_BUILD_ROOT/lib/udev/rules.d/92_pcscd_ccid.rules
+mkdir -p $RPM_BUILD_ROOT/%{_udevrulesdir}
+sed 's:GROUP="pcscd":GROUP="scard":' $RPM_BUILD_ROOT/%{_udevrulesdir}/92_pcscd_ccid.rules
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +89,6 @@
 %doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
 %config (noreplace) %{_sysconfdir}/reader.conf.d/*
 %{ifddir}/*
-/lib/udev/rules.d/*.rules
+%{_udevrulesdir}/*.rules
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2012-10-08 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2012-10-08 20:33:19

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-06-28 
16:31:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2012-10-08 
20:33:21.0 +0200
@@ -1,0 +2,16 @@
+Mon Oct  8 05:57:55 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.4.8:
+  * Add support of
+ SCR3310-NTTCom USB (was removed in version 1.4.6)
+ Inside Secure VaultIC 420 Smart Object
+ Inside Secure VaultIC 440 Smart Object
+  * Wait up to 3 seconds for reader start up
+  * Add support of new PC/SC V2 part 10 properties:
+ dwMaxAPDUDataSize
+ wIdVendor
+ wIdProduct
+  * Use helper functions from libPCSCv2part10 to parse the
+PC/SC v2 part 10 features
+
+---

Old:

  ccid-1.4.7.tar.bz2

New:

  ccid-1.4.8.tar.bz2



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.2mpzZC/_old  2012-10-08 20:33:22.0 +0200
+++ /var/tmp/diff_new_pack.2mpzZC/_new  2012-10-08 20:33:22.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
-Version:1.4.7
+Version:1.4.8
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.7.tar.bz2 -> ccid-1.4.8.tar.bz2 ++
 3521 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2012-06-28 16:31:44

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-04-17 
07:47:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2012-06-28 
16:31:47.0 +0200
@@ -1,0 +2,35 @@
+Tue Jun 26 14:49:22 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.4.7:
+  * Add support of
+ ACS ACR101 ICC Reader
+ ACS CryptoMate64
+ Alcor Micro AU9522
+ Bit4id CKey4
+ Bit4id cryptokey
+ Bit4id iAM
+ Bit4id miniLector
+ Bit4id miniLector-s
+ CCB eSafeLD
+ Gemalto Ezio Shield Branch
+ KOBIL Systems IDToken
+ NXP PR533
+  * KOBIL Systems IDToken special cases:
+ Give more time (3 seconds instead of 2) to the reader to answer
+ Hack for the Kobil IDToken and Geman eID card. The German eID
+ card is bogus and need to be powered off before a power on
+ Add Reader-Info-Commands special APDU/command
+ - Manufacturer command
+ - Product name command
+ - Firmware version command
+ - Driver version command
+  * Use auto suspend for CCID devices only (Closes Alioth bug
+[#313445] "Do not activate USB suspend for composite devices:
+keyboard")
+  * Fix some error management in the T=1 TPDU state machine
+  * some minor bugs removed
+  * some minor improvements added
+- do not call bootstrap since autoconf requirement is bleeding edge
+  and only works on Factory/12.2 - also seems to be unnecessary
+
+---

Old:

  ccid-1.4.6.tar.bz2

New:

  ccid-1.4.7.tar.bz2



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.uSWyPD/_old  2012-06-28 16:31:49.0 +0200
+++ /var/tmp/diff_new_pack.uSWyPD/_new  2012-06-28 16:31:49.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
-Version:1.4.6
+Version:1.4.7
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
@@ -62,9 +62,8 @@
 cp -a src/towitoko/README README.towitoko
 
 %build
-%if %suse_version > 1100
-./bootstrap
-%endif
+# not needed ATM
+#./bootstrap
 %configure\
--enable-twinserial
 make %{?jobs:-j%jobs}

++ ccid-1.4.6.tar.bz2 -> ccid-1.4.7.tar.bz2 ++
 3414 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ccid-1.4.6/ChangeLog new/ccid-1.4.7/ChangeLog
--- old/ccid-1.4.6/ChangeLog2012-04-06 18:17:18.0 +0200
+++ new/ccid-1.4.7/ChangeLog2012-06-22 10:54:42.0 +0200
@@ -1,3 +1,195 @@
+2012-06-22  Ludovic Rousseau
+
+   * [r6350] configure.in: Release 1.4.7
+   * [r6349] README: Release 1.4.7
+
+2012-06-20  Ludovic Rousseau
+
+   * [r6348] src/ccid_usb.c: OpenUSBByName(): Add debug log message
+ when the interface found is not the one we are looking for.
+ 
+ This is in particular interesting for a composite device and the
+ CCID driver compiled with --enable-composite-as-multislot
+
+2012-06-15  Ludovic Rousseau
+
+   * [r6337] readers/NXP_PR533.txt: New firmware
+
+2012-06-13  Ludovic Rousseau
+
+   * [r6331] readers/ACS_CryptoMate64.txt,
+ readers/supported_readers.txt: Add ACS CryptoMate64
+
+2012-06-06  Ludovic Rousseau
+
+   * [r6328] src/openct/proto-t1.c: t1_transceive(): avoids a infinite
+ retry loop
+ 
+ Move the check for ISO 7816-3 Rule 7.4.2 (2 retried before
+ resynch) before the check for ISO 7816-3 Rule 7.2 (retransmission
+ of R-block)
+ 
+ Thanks to Martin Vogt for the bug report and patch
+ http://archives.neohapsis.com/archives/dev/muscle/2012-q2/0077.html
+   * [r6327] src/openct/proto-t1.c: t1_transceive(): avoids a infinite
+ retry loop
+ 
+ Add a check for ISO 7816-3 Rule 7.4.2 (2 retried before resync)
+ in case of "wrong nr".
+ 
+ " currently I have an endless loop in t1_transceive. It happens
+ from time to time with the aladdin token.
+ 
+   

commit pcsc-ccid for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2012-04-17 07:47:50

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2011-12-08 
11:30:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2012-04-17 
07:47:51.0 +0200
@@ -1,0 +2,28 @@
+Sun Apr 15 08:40:16 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.4.6:
+  * Add support of Avtor SC Reader 371, Avtor SecureToken,
+DIGIPASS KEY 202, Fujitsu SmartCase KB SCR eSIG,
+Giesecke & Devrient StarSign CUT,
+Inside Secure VaultIC 460 Smart Object,
+Macally NFC CCID eNetPad reader, OmniKey 6321 USB,
+SCM SDI 011, Teridian TSC12xxF, Vasco DIGIPASS KEY 101
+  * Remove support of readers without a USB CCID descriptor file
+0x08E6:0x34C1:Gemalto Ezio Shield Secure Channel
+0x08E6:0x34C4:Gemalto Ezio Generic
+0x04E6:0x511A:SCM SCR 3310 NTTCom
+0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support
+0x0783:0x9002:C3PO TLTC2USB
+0x047B:0x020B:Silitek SK-3105
+  * Disable SPE for HP USB CCID Smartcard Keyboard. The reader is
+bogus and unsafe.
+  * Fix a problem with ICCD type A devices. We now wait for device
+ready
+  * Secure PIN Verify and PIN Modify: set the minimum timeout to
+90 seconds
+  * Add support of wIdVendor and wIdProduct properties
+  * Add support of dwMaxAPDUDataSize
+  * Add support of Gemalto firmware features
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.5.tar.bz2

New:

  ccid-1.4.6.tar.bz2



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.UmrTfc/_old  2012-04-17 07:47:55.0 +0200
+++ /var/tmp/diff_new_pack.UmrTfc/_new  2012-04-17 07:47:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   pcsc-ccid
 %define _name ccid
 BuildRequires:  automake
@@ -22,12 +23,12 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
-Version:1.4.5
+Version:1.4.6
 Release:0
-Group:  Productivity/Security
-License:LGPL-2.1+
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
+License:LGPL-2.1+
+Group:  Productivity/Security
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ccid-1.4.5.tar.bz2 -> ccid-1.4.6.tar.bz2 ++
 7538 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2011-12-08 11:30:30

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2011-10-18 
14:34:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2011-12-08 
11:30:32.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:35:03 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.tbVbsJ/_old  2011-12-08 11:30:33.0 +0100
+++ /var/tmp/diff_new_pack.tbVbsJ/_new  2011-12-08 11:30:33.0 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   pcsc-ccid
 %define _name ccid
-BuildRequires:  libusb-1_0-devel pcsc-lite-devel pkg-config udev
+BuildRequires:  automake
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 Version:1.4.5
-Release:1
+Release:0
 Group:  Productivity/Security
-License:LGPLv2.1+
+License:LGPL-2.1+
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 Source: %{_name}-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory
checked in at Tue Oct 18 14:26:14 CEST 2011.




--- openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes2011-09-23 
12:21:51.0 +0200
+++ /mounts/work_src_done/STABLE/pcsc-ccid/pcsc-ccid.changes2011-10-17 
12:17:06.0 +0200
@@ -1,0 +2,17 @@
+Mon Oct 17 10:08:36 UTC 2011 - w...@rosenauer.org
+
+- Updated to version 1.4.5:
+  * Add support of Alcor Micro AU9540, Ubisys 13.56MHz RFID (CCID),
+BIFIT USB-Token iBank2key, BIFIT iBank2Key, Gemalto Ezio Shield
+PinPad reader, Gemalto SA .NET Dual, Precise Sense MC reader
+(with fingerprint), SDS DOMINO-Key TWIN Pro
+  * Add support of bPPDUSupport and FEATURE_CCID_ESC_COMMAND
+  * SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_VENDOR_IFD_VERSION are
+not the vendor name and version of the driver but of the IFD:
+InterFace Device i.e. the smart card reader.  We then return the
+USB iManufacturer string as SCARD_ATTR_VENDOR_NAME and USB
+bcdDevice as SCARD_ATTR_VENDOR_IFD_VERSION
+  * reduce binary size by removing unused features from simclist
+  * Fix some warnings reported by Coverity
+
+---

calling whatdependson for head-i586


Old:

  SCsupported_HP_internal.diff
  ccid-1.4.4.tar.bz2

New:

  ccid-1.4.5.tar.bz2



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.SDIOZK/_old  2011-10-18 14:26:09.0 +0200
+++ /var/tmp/diff_new_pack.SDIOZK/_new  2011-10-18 14:26:09.0 +0200
@@ -21,7 +21,7 @@
 Name:   pcsc-ccid
 %define _name ccid
 BuildRequires:  libusb-1_0-devel pcsc-lite-devel pkg-config udev
-Version:1.4.4
+Version:1.4.5
 Release:1
 Group:  Productivity/Security
 License:LGPLv2.1+
@@ -29,7 +29,6 @@
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-Patch:  SCsupported_HP_internal.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch -p2
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko
 

++ ccid-1.4.4.tar.bz2 -> ccid-1.4.5.tar.bz2 ++
 3882 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2011-05-19 Thread h_root

Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory
checked in at Thu May 19 11:03:37 CEST 2011.




--- pcsc-ccid/pcsc-ccid.changes 2011-02-16 14:20:27.0 +0100
+++ /mounts/work_src_done/STABLE/pcsc-ccid/pcsc-ccid.changes2011-05-18 
20:21:21.0 +0200
@@ -1,0 +2,25 @@
+Wed May 18 18:10:44 UTC 2011 - w...@rosenauer.org
+
+- Updated to version 1.4.4:
+  * Add support of Gemalto Ezio Shield, Gemalto Ezio CB+, Gemalto Ezio
+Shield Secure Channel, Gemalto Ezio Shield PinPad and Gemalto Ezio
+Generic
+  * Activate USB automatic power suspend. The Linux kernel should
+power off the reader automatically if it is not used (pcscd is not
+running).
+  * Add support of TLV Properties wLcdMaxCharacters and wLcdMaxLines
+  * Add support of Neowave Weneo, Vasco DIGIPASS 920, SCM SCL011,
+Feitian ePass2003 readers
+  * use :libudev: instead of :libhal: naming scheme
+  * Do not install RSA_SecurID_getpasswd and Kobil_mIDentity_switch
+and the associated documentation.
+  * the Secure Pin Entry of the HP USB Smart Card Keyboard is bogus
+so disable it
+  * Add support of Feitian SCR310 reader (also known as 301v2), ACS
+APG8201 PINhandy 1, Oberthur ID-ONE TOKEN SLIM v2, new Neowave
+Weneo token, Vasco DIGIPASS KEY 860, Vasco DIGIPASS KEY 200,
+Xiring Leo v2, Xiring MyLeo, Aktiv Rutoken lite readers
+  * Add back support of "bogus" Oz776, REINER SCT and BLUDRIVE II
+  * disable use of interrupt card events for multi slots readers
+
+---

calling whatdependson for head-i586


Old:

  ccid-1.4.1.tar.bz2

New:

  ccid-1.4.4.tar.bz2



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.GrFhYR/_old  2011-05-19 11:03:05.0 +0200
+++ /var/tmp/diff_new_pack.GrFhYR/_new  2011-05-19 11:03:05.0 +0200
@@ -21,8 +21,8 @@
 Name:   pcsc-ccid
 %define _name ccid
 BuildRequires:  libusb-1_0-devel pcsc-lite-devel pkg-config udev
-Version:1.4.1
-Release:6
+Version:1.4.4
+Release:1
 Group:  Productivity/Security
 License:LGPLv2.1+
 Url:http://pcsclite.alioth.debian.org/ccid.html
@@ -54,11 +54,6 @@
 This driver is meant to be used with the PCSC-Lite daemon from the
 pcsc-lite package.
 
-Authors:
-
-Ludovic Rousseau 
-Carlos Prados
-Olaf Kirch
 
 %prep
 %setup -q -n %{_name}-%{version}
@@ -77,9 +72,6 @@
 %install
 %makeinstall
 # Copied elsewhere:
-rm $RPM_BUILD_ROOT%{_datadir}/doc/ccid/README_Kobil_mIDentity_switch.txt
-rmdir $RPM_BUILD_ROOT%{_datadir}/doc/ccid
-rmdir $RPM_BUILD_ROOT%{_datadir}/doc
 mkdir -p $RPM_BUILD_ROOT/lib/udev
 mkdir $RPM_BUILD_ROOT/lib/udev/rules.d
 sed 's:GROUP="pcscd":GROUP="scard":' $RPM_BUILD_ROOT/lib/udev/rules.d/92_pcscd_ccid.rules
@@ -91,9 +83,6 @@
 %defattr(-,root,root)
 # NEWS is empty
 %doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko 
contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt 
SCARDGETATTRIB.txt
-%{_bindir}/*
-%doc %{_mandir}/man?/*.*
-%{_sbindir}/*
 %config (noreplace) %{_sysconfdir}/reader.conf.d/*
 %{ifddir}/*
 /lib/udev/rules.d/*.rules

++ ccid-1.4.1.tar.bz2 -> ccid-1.4.4.tar.bz2 ++
 20400 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-ccid for openSUSE:Factory

2011-02-20 Thread h_root

Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory
checked in at Sun Feb 20 19:50:59 CET 2011.




--- pcsc-ccid/pcsc-ccid.changes 2011-01-07 15:40:49.0 +0100
+++ /mounts/work_src_done/STABLE/pcsc-ccid/pcsc-ccid.changes2011-02-16 
14:20:27.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 16 14:13:52 CET 2011 - oneu...@suse.de
+
+- Added support for internal reader in HP laptops
+
+---

calling whatdependson for head-i586


New:

  SCsupported_HP_internal.diff



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.tf2X4C/_old  2011-02-20 19:50:58.0 +0100
+++ /var/tmp/diff_new_pack.tf2X4C/_new  2011-02-20 19:50:58.0 +0100
@@ -22,13 +22,14 @@
 %define _name ccid
 BuildRequires:  libusb-1_0-devel pcsc-lite-devel pkg-config udev
 Version:1.4.1
-Release:1
+Release:6
 Group:  Productivity/Security
 License:LGPLv2.1+
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Patch:  SCsupported_HP_internal.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite >= 1.6.6
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch -p2
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko
 

++ SCsupported_HP_internal.diff ++
--- Drivers/ccid/readers/supported_readers.txt.old  2011-01-18 
12:53:00.277025632 +0100
+++ Drivers/ccid/readers/supported_readers.txt  2011-01-18 12:58:12.988025632 
+0100
@@ -111,6 +111,7 @@
 
 # Alcor Micro Corp.
 0x058F:0x9520:Alcor Micro AU9520
+0x058F:0x9540:Alcor Micro HP internal
 
 # RSA
 0x15E1:0x2007:RSA SecurID





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org