From c05106aa1289201bbc79759b22f5f08f932119ae Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 17 Apr 2021 18:44:41 +0200 Subject: [PATCH] Update PCSC-lite URL The website moved from alioth.debian.org to apdu.fr --- docs/_sources/pcsc-relay/README.txt | 2 +- docs/_sources/virtualsmartcard/README.txt | 2 +- docs/pcsc-relay/README.html | 6 +++--- docs/virtualsmartcard/README.html | 6 +++--- .../api/virtualsmartcard.cards.HandlerTest.html | 4 ++-- pcsc-relay/doc/README.txt.in | 2 +- virtualsmartcard/doc/README.txt.in | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_sources/pcsc-relay/README.txt b/docs/_sources/pcsc-relay/README.txt index ad4b6c7..d0c520e 100644 --- a/docs/_sources/pcsc-relay/README.txt +++ b/docs/_sources/pcsc-relay/README.txt @@ -293,4 +293,4 @@ Notes and References .. _`Hardware supported by libnfc`: http://nfc-tools.org/index.php?title=Devices_compatibility_matrix .. _libnfc: http://www.libnfc.org/ .. _OpenPICC: http://www.openpcd.org/OpenPICC -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ diff --git a/docs/_sources/virtualsmartcard/README.txt b/docs/_sources/virtualsmartcard/README.txt index 7db4e42..c6db83d 100644 --- a/docs/_sources/virtualsmartcard/README.txt +++ b/docs/_sources/virtualsmartcard/README.txt @@ -302,7 +302,7 @@ Notes and References .. target-notes:: .. _cyberflex-shell: https://github.com/henryk/cyberflex-shell -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ .. _Python: http://www.python.org/ .. _pyscard: http://pyscard.sourceforge.net/ .. _PyCrypto: http://pycrypto.org/ diff --git a/docs/pcsc-relay/README.html b/docs/pcsc-relay/README.html index 0600c48..af5d592 100644 --- a/docs/pcsc-relay/README.html +++ b/docs/pcsc-relay/README.html @@ -413,7 +413,7 @@ command for processing.

Hints on PC/SC middleware

A PC/SC middleware is included by default in most modern operating systems. On -Unix-like systems (Linux, OS X, Sun OS) it is realized by PCSC-Lite [4]. To +Unix-like systems (Linux, OS X, Sun OS) it is realized by PCSC-Lite [4]. To compile PC/SC Relay you will need to install the PCSC-Lite headers from your distribution.

Windows also ships with a PC/SC middleware in form of the Winscard module. @@ -549,7 +549,7 @@ more than welcome! Please use our -[4]http://pcsclite.alioth.debian.org/ +[4]https://pcsclite.apdu.fr/

@@ -572,4 +572,4 @@ more than welcome! Please use our BAC
  • Cryptoflex smart card (incomplete)
  • -

    The vpcd is a smart card reader driver for PCSC-Lite [2] and the windows smart +

    The vpcd is a smart card reader driver for PCSC-Lite [2] and the windows smart card service. It allows smart card applications to access the vpicc through the PC/SC API. By default vpcd opens slots for communication with multiple vpicc‘s on localhost on port 35963 and port 35964. But the vpicc does not @@ -598,7 +598,7 @@ more than welcome! Please use our -[2]http://pcsclite.alioth.debian.org/ +[2]https://pcsclite.apdu.fr/ @@ -705,4 +705,4 @@ more than welcome! Please use our class virtualsmartcard.cards.HandlerTest.HandlerTestOS

    Bases: virtualsmartcard.VirtualSmartcard.SmartcardOS

    This class implements the commands used for the PC/SC-lite smart card -reader driver tester. See http://pcsclite.alioth.debian.org/pcsclite.html +reader driver tester. See https://pcsclite.apdu.fr/ and handler_test(1).

    @@ -219,4 +219,4 @@ and handler_test(1).

    - \ No newline at end of file + diff --git a/pcsc-relay/doc/README.txt.in b/pcsc-relay/doc/README.txt.in index 09815d4..f66c4d2 100644 --- a/pcsc-relay/doc/README.txt.in +++ b/pcsc-relay/doc/README.txt.in @@ -292,4 +292,4 @@ Notes and References .. _`Hardware supported by libnfc`: http://nfc-tools.org/index.php?title=Devices_compatibility_matrix .. _libnfc: https://github.com/nfc-tools/libnfc .. _OpenPICC: http://www.openpcd.org/OpenPICC -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ diff --git a/virtualsmartcard/doc/README.txt.in b/virtualsmartcard/doc/README.txt.in index 42aec90..8b97839 100644 --- a/virtualsmartcard/doc/README.txt.in +++ b/virtualsmartcard/doc/README.txt.in @@ -311,7 +311,7 @@ Notes and References .. target-notes:: .. _cyberflex-shell: https://github.com/henryk/cyberflex-shell -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ .. _Python: http://www.python.org/ .. _pyscard: http://pyscard.sourceforge.net/ .. _PyCrypto: http://pycrypto.org/