Commit Graph

88 Commits

Author SHA256 Message Date
Ana Guerrero
0e5929394b Accepting request 1166193 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1166193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=59
2024-04-08 15:40:44 +00:00
Wolfgang Rosenauer
6231a9f6d3 Accepting request 1165704 from home:mnhauke
- Update to verion 0.25.1
  General improvements
  * Add missing file to dist tarball to build documentation.
  minidriver
  * Fix RSA decryption with PKCS#1 v1.5 padding.
  * Fix crash when app is not set.

OBS-URL: https://build.opensuse.org/request/show/1165704
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=86
2024-04-08 12:09:02 +00:00
Ana Guerrero
eb39fb6b11 Accepting request 1157879 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1157879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=58
2024-03-14 16:45:13 +00:00
Otto Hollmann
aa96531e8a Accepting request 1157766 from home:mnhauke
- Build with support for libeac (OpenPACE)

OBS-URL: https://build.opensuse.org/request/show/1157766
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=84
2024-03-14 08:20:15 +00:00
Ana Guerrero
03aa57ebb8 Accepting request 1156889 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1156889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=57
2024-03-11 14:34:52 +00:00
Otto Hollmann
f1181f62b8 Accepting request 1156722 from home:mnhauke
- Update to version 0.25.0
  Security
  * CVE-2023-5992: Fix Side-channel leaks while stripping
    encryption PKCS#1.5 padding in OpenSC.
  * CVE-2024-1454: Fix Potential use-after-free in AuthentIC driver
    during card enrollment in pkcs15init.
  General improvements
  * Remove support for old card drivers Akis, GPK, Incrypto34 and
    Westcos, disable Cyberflex driver.
  * Fix 64b to 32b conversions.
  * Improvements for the p11test.
  * Fix reader initialization without SCardControl.
  * Make RSA PKCS#1 v1.5 depadding constant-time.
  * Add option for disabling PKCS#1 v1.5 depadding (type 01 and 02)
    on the card.
  * Fixed various issues reported by OSS-Fuzz and Coverity in
    drivers, PKCS#11 and PKCS#15 layer.
- Add patch:
  * opensc-docbook-xsl-fix.patch
- Drop not longer needed patches:
  * CVE-2024-1454.patch
- Introduce subpackage for bash-completion

OBS-URL: https://build.opensuse.org/request/show/1156722
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=82
2024-03-11 09:16:52 +00:00
Dominique Leuenberger
b03638d6db Accepting request 1153161 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1153161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=56
2024-02-29 20:50:21 +00:00
Otto Hollmann
25a0c61513 Accepting request 1152250 from home:dimstar:Factory
bnc => bsc... it's been many moons that SUSE was not part of
Novell anymore and we are not using Novell's bugzilla instance

  Fix for CVE-2024-1454 / bsc#1219868.

OBS-URL: https://build.opensuse.org/request/show/1152250
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=80
2024-02-29 10:19:44 +00:00
Wolfgang Rosenauer
25dd5a5f8a Accepting request 1150515 from home:mschreiner:branches:security:chipcard
- Add CVE-2024-1454.patch.
  Fix for CVE-2024-1454 / bnc#1219868.

OBS-URL: https://build.opensuse.org/request/show/1150515
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=79
2024-02-25 21:28:25 +00:00
Ana Guerrero
2147a52c32 Accepting request 1132880 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1132880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=55
2023-12-13 17:36:41 +00:00
Otto Hollmann
15fa3b41d1 Accepting request 1132875 from home:ohollmann:branches:security:chipcard
- Update to OpenSC 0.24.0:
  * Security
    - CVE-2023-40660: Fix Potential PIN bypass
      (#2806, frankmorgner/OpenSCToken#50, #2807)
    - CVE-2023-40661: Important dynamic analyzers reports
    - CVE-2023-4535: Out-of-bounds read in MyEID driver handling encryption
      using symmetric keys (f1993dc)
  * General improvements
    - Fix compatibility of EAC with OpenSSL 3.0 (#2674)
    - Enable use_file_cache by default (#2501)
    - Use custom libctx with OpenSSL >= 3.0 (#2712, #2715)
    - Fix record-based files (#2604)
    - Fix several race conditions (#2735)
    - Run tests under Valgrind (#2756)
    - Test signing of data bigger than 512 bytes (#2789)
    - Update to OpenPACE 1.1.3 (#2796)
    - Implement logout for some of the card drivers (#2807)
    - Fix wrong popup position of opensc-notify (#2901)
    - Fixed various issues reported by OSS-Fuzz and Coverity regarding card
      drivers, PKCS#11 and PKCS#15 init
  * PKCS#11
    - Check card presence state in C_GetSessionInfo (#2740)
    - Remove onepin-opensc-pkcs11 module (#2681)
    - Do not use colons in the token info label (#2760)
    - Present profile objects in all slots with the CKA_TOKEN attribute to
      resolve issues with NSS (#2928, #2924)
    - Use secure memory for PUK (#2906)
    - Don't logout to preserve concurrent access from different processes
      (#2907)
    - Add more examples to manual page (#2936)

OBS-URL: https://build.opensuse.org/request/show/1132875
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=77
2023-12-13 13:06:49 +00:00
Ana Guerrero
892510fa49 Accepting request 1116670 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1116670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=54
2023-10-10 19:01:14 +00:00
Otto Hollmann
58d3215b4a Accepting request 1116477 from home:ohollmann:branches:security:chipcard
- Security Fix: [CVE-2023-40661, bsc#1215761]
  * opensc: multiple memory issues with pkcs15-init (enrollment tool)
  * Add patches:
    - opensc-CVE-2023-40661-1of12.patch
    - opensc-CVE-2023-40661-2of12.patch
    - opensc-CVE-2023-40661-3of12.patch
    - opensc-CVE-2023-40661-4of12.patch
    - opensc-CVE-2023-40661-5of12.patch
    - opensc-CVE-2023-40661-6of12.patch
    - opensc-CVE-2023-40661-7of12.patch
    - opensc-CVE-2023-40661-8of12.patch
    - opensc-CVE-2023-40661-9of12.patch
    - opensc-CVE-2023-40661-10of12.patch
    - opensc-CVE-2023-40661-11of12.patch
    - opensc-CVE-2023-40661-12of12.patch

- Security Fix: [CVE-2023-4535, bsc#1215763]
  * Add patches:
    - opensc-CVE-2023-4535.patch
    - opensc-NULL_pointer_fix.patch

- Security Fix: [CVE-2023-40660, bsc#1215762]
  * opensc: PIN bypass when card tracks its own login state
  * Add patches:
    - opensc-CVE-2023-40660-1of2.patch
    - opensc-CVE-2023-40660-2of2.patch

OBS-URL: https://build.opensuse.org/request/show/1116477
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=75
2023-10-10 12:49:01 +00:00
Dominique Leuenberger
8ea50c3084 Accepting request 1090293 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1090293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=53
2023-06-01 15:21:21 +00:00
Otto Hollmann
0086e3b481 Accepting request 1090292 from home:ohollmann:branches:security:chipcard
- Security Fix: [CVE-2023-2977, bsc#1211894]
  * opensc: out of bounds read in pkcs15 cardos_have_verifyrc_package()
  * Add opensc-CVE-2023-2977.patch

OBS-URL: https://build.opensuse.org/request/show/1090292
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=73
2023-06-01 13:53:40 +00:00
Dominique Leuenberger
9c1f9ddb87 Accepting request 1039187 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/1039187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=52
2022-12-01 15:58:52 +00:00
Jason Sikes
f0bc901336 Accepting request 1038952 from home:stroeder:iam
Update to OpenSC 0.23.0

OBS-URL: https://build.opensuse.org/request/show/1038952
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=71
2022-11-30 19:17:02 +00:00
Dominique Leuenberger
09a6fcba29 Accepting request 932930 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/932930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=51
2021-11-22 22:04:01 +00:00
Jason Sikes
0304fc1dad Accepting request 932929 from home:pgajdos
* CVE-2019-19480: improper free operation in sc_pkcs15_decode_prkdf_entry (boo#1158307)
  * CVE-2019-20792: double free in coolkey_free_private_dat (bsc#1170809)

OBS-URL: https://build.opensuse.org/request/show/932929
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=70
2021-11-22 09:22:08 +00:00
Jason Sikes
49f73bbe48 Accepting request 932428 from home:pgajdos
Add th tracker bug into changelog, align with 15 codestream.

OBS-URL: https://build.opensuse.org/request/show/932428
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=69
2021-11-22 04:11:06 +00:00
Dominique Leuenberger
f32f46efd1 Accepting request 930103 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/930103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=50
2021-11-08 16:24:30 +00:00
Jason Sikes
b3c4988348 Accepting request 928634 from home:sbrabec:branches:security:chipcard
Add refereces to security issues fixed in 0.22.0.

OBS-URL: https://build.opensuse.org/request/show/928634
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=68
2021-11-08 09:49:15 +00:00
Dominique Leuenberger
d3946b664d Accepting request 923365 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/923365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=49
2021-10-06 17:49:51 +00:00
Jason Sikes
7615a78b4c Accepting request 923351 from home:danidoni:branches:security:chipcard
- Update to OpenSC 0.22.0:
  * Removed changes in opensc-gcc11.patch already present in upstream. 
    - See e549e9c62e
  * Removed some false positives from the openrc-rpmlintrc file.
  * Use standard paths for file cache on Linux (#2148) and OSX (#2214)
  * Various issues of memory/buffer handling in legacy drivers mostly reported by oss-fuzz and coverity (tcos, oberthur, isoapplet, iasecc, westcos, gpk, flex, dnie, mcrd, authentic, belpic)
  * Add threading test to `pkcs11-tool` (#2067)
  * Add support to generate generic secret keys (#2140)
  * `opensc-explorer`: Print information about LCS (Life cycle status byte) (#2195)
  * Add support for Apple's arm64 (M1) binaries, removed TokenD. A seperate installer with TokenD (and without arm64 binaries) will be available (#2179).
  * Support for gcc11 and its new strict aliasing rules (#2241, #2260)
  * Initial support for building with OpenSSL 3.0 (#2343)
  * pkcs15-tool: Write data objects in binary mode (#2324)
  * Avoid limited size of log messages (#2352)
  * Support for ECDSA verification (#2211)
  * Support for ECDSA with different SHA hashes (#2190)
  * Prevent issues in p11-kit by not returning unexpected return codes (#2207)
  * Add support for PKCS#11 3.0: The new interfaces, profile objects and functions (#2096, #2293)
  * Standardize the version 2 on 2.20 in the code (#2096)
  * Fix CKA_MODIFIABLE and CKA_EXTRACTABLE  (#2176)
  * Copy arguments of C_Initialize (#2350)
  * Fix RSA-PSS signing (#2234)
  * Fix DO deletion (#2215)
  * Add support for (X)EdDSA keys (#1960)
  * Add support for applet version 3 and fix RSA-PSS mechanisms (#2205)
  * Add support for applet version 4 (#2332)
  * New configuration option for opensc.conf to disable pkcs1_padding (#2193)
  * Add support for ECDSA with different hashes (#2190)
  * Enable more mechanisms (#2178)
  * Fixed asking for a user pin when formatting a card (#1737)
  * Added support for French CPx Healthcare cards (#2217)
  * Added ATR for new CardOS 5.4 version (#2296)

OBS-URL: https://build.opensuse.org/request/show/923351
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=67
2021-10-06 00:01:20 +00:00
Dominique Leuenberger
0678f2e8a0 Accepting request 902669 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/902669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=48
2021-06-28 13:33:33 +00:00
Jason Sikes
6f06492cfe Accepting request 902649 from home:predivan:branches:security:chipcard
- Fix build on GCC11
    * Add opensc-gcc11.patch from Fedora 
    (https://github.com/OpenSC/OpenSC/pull/2241/)

OBS-URL: https://build.opensuse.org/request/show/902649
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=66
2021-06-27 22:50:05 +00:00
Wolfgang Rosenauer
e3196864c3 Accepting request 878662 from home:dirkmueller:Factory
- move licenses to licensedir

OBS-URL: https://build.opensuse.org/request/show/878662
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=65
2021-06-09 05:59:07 +00:00
Dominique Leuenberger
145d9095e8 Accepting request 854174 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/854174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=47
2020-12-09 21:21:58 +00:00
Jason Sikes
ca18dc3554 Accepting request 851393 from home:AndreasStieger:branches:security:chipcard
- OpenSC 0.21.0:
* CVE-2020-26571 boo#1177380
* CVE-2020-26572 boo#1177378
* CVE-2020-26570 boo#1177364
* CardOS 5.x support boo#1179291
* CVE-2019-6502 boo#1122756
* CVE-2019-15946 boo#1149747
* CVE-2019-15945 boo#1149746
* CVE-2019-19479 boo#1158256
* CVE-2019-19480 boo#1158307

OBS-URL: https://build.opensuse.org/request/show/851393
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=63
2020-12-09 02:48:13 +00:00
Dominique Leuenberger
a164cd44ce Accepting request 724313 from security:chipcard
Added support for the PIVKey I just got.

OBS-URL: https://build.opensuse.org/request/show/724313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=46
2019-08-19 19:41:16 +00:00
Jason Sikes
e06d1bbcb8 - added opensc-0.19.0-piv_card_matching.patch
* Improve Card Matching for Dual CAC/PIV and PIVKEY cards.
  * sourced from https://github.com/OpenSC/OpenSC/pull/1549

OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=61
2019-08-18 03:34:29 +00:00
Dominique Leuenberger
fd45e07e13 Accepting request 720278 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/720278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=45
2019-08-05 08:38:27 +00:00
e53426025b Accepting request 719737 from home:jsikes:branches:security:chipcard
A few fixes for opensc. Enjoy!

OBS-URL: https://build.opensuse.org/request/show/719737
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=59
2019-08-01 17:55:43 +00:00
Dominique Leuenberger
17be536db9 Accepting request 718524 from security:chipcard
- add explicit BuildRequires: zlib-devel (forwarded request 718027 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/718524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=44
2019-07-26 10:41:22 +00:00
Jason Sikes
93272ea1af Accepting request 718027 from home:bnavigator:branches:security:chipcard
- add explicit BuildRequires: zlib-devel

OBS-URL: https://build.opensuse.org/request/show/718027
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=57
2019-07-25 11:14:54 +00:00
Dominique Leuenberger
33595ef3af Accepting request 638216 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/638216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=43
2018-11-10 15:54:54 +00:00
ff4ec9e2c8 Accepting request 635547 from home:kbabioch:branches:security:chipcard
- Update to version 0.19.0
  * Fixed multiple security problems (out of bound writes/reads):
    * CVE-2018-16391 (bsc#1106998)
    * CVE-2018-16392 (bsc#1106999)
    * CVE-2018-16393 (bsc#1108318)
    * CVE-2018-16418 (bsc#1107039)
    * CVE-2018-16419 (bsc#1107107)
    * CVE-2018-16420 (bsc#1107097)
    * CVE-2018-16421 (bsc#1107049)
    * CVE-2018-16422 (bsc#1107038)
    * CVE-2018-16423 (bsc#1107037)
    * CVE-2018-16424 (bsc#1107036)
    * CVE-2018-16425 (bsc#1107035)
    * CVE-2018-16426 (bsc#1107034)
    * CVE-2018-16427 (bsc#1107033)
  * Workaround cards returning short signatures without leading zeroes
  * Distribute minimal opensc.conf
  * `pkcs11_enable_InitToken made` global configuration option
  * Modify behavior of `OPENSC_DRIVER` environment variable to restrict driver
    list instead of forcing one driver and skipping vital parts of
    configuration
  * Removed configuration options `zero_ckaid_for_ca_certs`,
    `force_card_driver`, `reopen_debug_file`, `paranoid-memory`
  * Generalized configuration option `ignored_readers`
  * If card initialization fails, continue card detection with other card
    drivers
  * reader-pcsc: allow fixing the length of a PIN
  * fixed crash during `C_WaitForSlotEvent`
  * Allow cancelling the PIN pad prompt before starting the reader transaction.
    Whether to start the transaction immediately or not is user-configurable

OBS-URL: https://build.opensuse.org/request/show/635547
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=55
2018-09-25 14:35:23 +00:00
Dominique Leuenberger
f339a6a9f9 Accepting request 621916 from security:chipcard
- Update to version 0.18.0:
  * Further improvements of PIN support.
  * Large number of improvements and fixes
    (boo#1097951, boo#1100501).
  * See /usr/share/doc/packages/opensc/NEWS for complete list.
- Add opensc-desktop.patch, opensc-desktop2.patch and
  opensc-bash-completions.patch.

OBS-URL: https://build.opensuse.org/request/show/621916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=42
2018-07-18 20:53:39 +00:00
defc0af54f - Replace patch preambles by the upstream ones.
- Add missing patch to changes.

OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=53
2018-07-10 14:57:49 +00:00
7fe7642846 Add another BOO.
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=52
2018-07-10 14:50:23 +00:00
8b4a709161 Accepting request 618520 from home:sbrabec:branches:security:chipcard
- Update to version 0.18.0:
  * Further improvements of PIN support.
  * Large number of improvements and fixes (boo#1097951).
  * See /usr/share/doc/packages/opensc/NEWS for complete list.
- Add opensc-desktop.patch and opensc-bash-completions.patch.

OBS-URL: https://build.opensuse.org/request/show/618520
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=51
2018-06-25 15:55:59 +00:00
Dominique Leuenberger
40ff91c1d7 Accepting request 573128 from security:chipcard
- update to version 0.17.0:
  * support for new cards
  * PIN support enhancemets
  * added .pc file
  * builds with OpenSSL 1.1.0 (1074799)
  * See /usr/share/doc/packages/opensc/NEWS for complete list.

OBS-URL: https://build.opensuse.org/request/show/573128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=41
2018-02-06 15:49:20 +00:00
e058d5f88f * See /usr/share/doc/packages/opensc/NEWS for complete list.
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=49
2018-02-05 19:46:58 +00:00
79835c0498 * added .pc file
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=48
2018-02-05 19:45:42 +00:00
9941e019ec - update to version 0.17.0:
* support for new cards
  * PIN support enhancemets
  * builds with OpenSSL 1.1.0 (1074799)

OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=47
2018-02-05 19:44:58 +00:00
88e6477b9f Accepting request 570690 from home:mimi_vx:branches:security:chipcard
Fix tarballl ...

OBS-URL: https://build.opensuse.org/request/show/570690
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=46
2018-01-31 11:38:35 +00:00
ec0386f280 Accepting request 561012 from home:stroeder:branches:security:chipcard
- update to version 0.17.0

OBS-URL: https://build.opensuse.org/request/show/561012
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=45
2018-01-15 16:33:09 +00:00
Dominique Leuenberger
67391d53a8 Accepting request 511222 from security:chipcard
1

OBS-URL: https://build.opensuse.org/request/show/511222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=40
2017-08-24 16:40:02 +00:00
ced4e33ce3 Accepting request 511219 from home:scarabeus_iv:branches:security:chipcard
- Switch to tarball fetching from github
- Few small cleanups

OBS-URL: https://build.opensuse.org/request/show/511219
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=43
2017-07-18 14:01:25 +00:00
Dominique Leuenberger
b5b001bb7e Accepting request 441881 from security:chipcard
1

OBS-URL: https://build.opensuse.org/request/show/441881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=39
2016-11-28 14:07:15 +00:00