Skip to content

Commit d2e716e

Browse files
author
Valerie Peng
committed
8331958: Update PC/SC Lite for Suse Linux to 2.3.0
Reviewed-by: weijun
1 parent a95374f commit d2e716e

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

src/java.smartcardio/unix/legal/pcsclite.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## PC/SC Lite v1.9.9
1+
## PC/SC Lite v2.3.0
22

33
### PC/SC Lite Notice
44
```
@@ -9,19 +9,19 @@ Only 3 header files are included in this distribution: winscard.h, wintypes.h, p
99
Copyright for winscard.h:
1010
* Copyright (C) 1999-2003
1111
* David Corcoran <corcoran@musclecard.com>
12-
* Copyright (C) 2002-2009
12+
* Copyright (C) 2002-2018
1313
* Ludovic Rousseau <ludovic.rousseau@free.fr>
1414
1515
Copyright for wintypes.h:
1616
* Copyright (C) 1999
1717
* David Corcoran <corcoran@musclecard.com>
18-
* Copyright (C) 2002-2011
18+
* Copyright (C) 2002-2018
1919
* Ludovic Rousseau <ludovic.rousseau@free.fr>
2020
2121
Copyright for pcsclite.h:
2222
* Copyright (C) 1999-2004
2323
* David Corcoran <corcoran@musclecard.com>
24-
* Copyright (C) 2002-2011
24+
* Copyright (C) 2002-2024
2525
* Ludovic Rousseau <ludovic.rousseau@free.fr>
2626
* Copyright (C) 2005
2727
* Martin Paljak <martin@paljak.pri.ee>

src/java.smartcardio/unix/native/libj2pcsc/MUSCLE/pcsclite.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1999-2004
55
* David Corcoran <corcoran@musclecard.com>
6-
* Copyright (C) 2002-2011
6+
* Copyright (C) 2002-2024
77
* Ludovic Rousseau <ludovic.rousseau@free.fr>
88
* Copyright (C) 2005
99
* Martin Paljak <martin@paljak.pri.ee>
@@ -192,7 +192,8 @@ extern const SCARD_IO_REQUEST g_rgSCardT0Pci, g_rgSCardT1Pci, g_rgSCardRawPci;
192192
/** @ingroup ErrorCodes */
193193
#define SCARD_E_INVALID_CHV ((LONG)0x8010002A) /**< The supplied PIN is incorrect. */
194194
/** @ingroup ErrorCodes */
195-
#define SCARD_E_UNKNOWN_RES_MNG ((LONG)0x8010002B) /**< An unrecognized error code was returned from a layered component. */
195+
#define SCARD_E_UNKNOWN_RES_MSG ((LONG)0x8010002B) /**< An unrecognized error code was returned from a layered component. */
196+
#define SCARD_E_UNKNOWN_RES_MNG SCARD_E_UNKNOWN_RES_MSG
196197
/** @ingroup ErrorCodes */
197198
#define SCARD_E_NO_SUCH_CERTIFICATE ((LONG)0x8010002C) /**< The requested certificate does not exist. */
198199
/** @ingroup ErrorCodes */
@@ -279,7 +280,7 @@ extern const SCARD_IO_REQUEST g_rgSCardT0Pci, g_rgSCardT1Pci, g_rgSCardRawPci;
279280
#define INFINITE 0xFFFFFFFF /**< Infinite timeout */
280281
#endif
281282

282-
#define PCSCLITE_VERSION_NUMBER "1.9.9" /**< Current version */
283+
#define PCSCLITE_VERSION_NUMBER "2.3.0" /**< Current version */
283284
/** Maximum readers context (a slot is count as a reader) */
284285
#define PCSCLITE_MAX_READERS_CONTEXTS 16
285286

src/java.smartcardio/unix/native/libj2pcsc/MUSCLE/winscard.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1999-2003
55
* David Corcoran <corcoran@musclecard.com>
6-
* Copyright (C) 2002-2009
6+
* Copyright (C) 2002-2018
77
* Ludovic Rousseau <ludovic.rousseau@free.fr>
88
*
99
Redistribution and use in source and binary forms, with or without

src/java.smartcardio/unix/native/libj2pcsc/MUSCLE/wintypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1999
55
* David Corcoran <corcoran@musclecard.com>
6-
* Copyright (C) 2002-2011
6+
* Copyright (C) 2002-2018
77
* Ludovic Rousseau <ludovic.rousseau@free.fr>
88
*
99
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)