Accepting request 977053 from home:DocB:branches:security:chipcard

- version 1.9.7
  * disable strict compilation by default
  * fix 3 warnings
- version 1.9.6
  * do not fail reader removal in some specific cases (USB/Thunderbolt port)
  * improve documentation regarding /etc/reader.conf.d/
  * SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON
  * configure:
   . add --disable-strict option
    By default the compiler arguments are now:
    -Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS}
   . fail if flex is not found
  * fix different data races
  * pcscdaemon: -v displays internal constants values:
    MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS
  * Some other minor improvements

OBS-URL: https://build.opensuse.org/request/show/977053
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=174
This commit is contained in:
Wolfgang Rosenauer 2022-05-13 20:16:52 +00:00 committed by Git OBS Bridge
parent 879101ef20
commit 76fe9334e7
6 changed files with 47 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ee3f9b333537562177893559ad4f7b8d5c23ebe828eef53056c02db14049d08
size 775736

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE9eEbn/6REUb0HZU9eKG03+j5xX4FAmGrX3QACgkQeKG03+j5
xX6OYhAAlPiKTLWkHUq0edTZqptfYvjflQ3oBRSz5aGl1v95RyuklhGSK7H6fVez
eYTG8bVKJDaHQBE+b1LukvIrhVlRGSHzTChTjc4k8qGjvSIqTp3t5Zhi0TDBIBov
agLr2YP6Bi07nJZ+UzE5ssx0zk8Ca4xJDoSpBuD6ZcdTzSJ1VW8DZwD0bpco4a1u
l8/b/DgzLPtzsSeBDoIGRlZsx6VYoxH83vaUp0FUNcdbLnA7teeWgnkSFJws8YAe
TXd10bv3OYYqC/vCcQUv96tZaN2aekhYH9CeefAb6EC+kVWEXvV7d0BN29ToWuDm
AQqkXpSYVihhkmQjTOmX6sKYbXpIkL13Rvmsz++Sf1tKQNuFcudtD2D4BZy4cglk
DwX0dlJeHcQadeeyvC61G5BzreykhD6891PaxTs+BeGLKHe/VXmLhPcbA1r0oOKB
A1G6lie02u2lCeohVFOvrIg7Pgx/msEqvGlqqYAYIz7s3bH0y88dw/QQW0le94Vr
HefVx/dAqN1n90DTwKR5s10OgMAVGj4g9FkxNV/rVqKK6PwpM8wu1RuUeJhbeioN
FVwJXzSsVoLkUn+GEQHXFtx/uOpQcJ63CPybULSXHp9xh4XecEBbJ695TZkzikP0
Y+eAurhL7mKFpWwVIxTqYy+JU6B2r/p7pY0i15i8nGa2xkda/M8=
=nBYh
-----END PGP SIGNATURE-----

3
pcsc-lite-1.9.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92c1ef6e94170ac06c9c48319a455ad6de5bcc60d9d055a823b72a2f4ff3e466
size 784685

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE9eEbn/6REUb0HZU9eKG03+j5xX4FAmJ+PQIACgkQeKG03+j5
xX5HAhAAkOFsiVs01jdEASIj2TR3M+hS0rBSly9FXcNZDebeoR7le+lbXrXen9WT
iyY8GPLtVHFPLj+2QZwA38h4AYio41BgfcG1lEPD8BzUECBPI2yOyb1+uSzufB/Y
A/TWvAEXr02AQqGe6GoutDrODKu62FnCk+ztsv/61l4PzEgpt0W36barBaCsh67G
LrPVnc/VXyQ3Ovr8OJ9ZvSR37HpYWATfUmStMCwl6BTrmDVEE1bvvzqzEugb48qw
rDqW/sSvlpwkI0CR3f0uCUPiPwmuLhbtrcYIQYqF7UoJkR9t4W0yTA/+QZfqaLlk
LVdT1k+JYOsaSaQloXRV/FSiUUZtVjZ5ZzxEuMQ2C1je93//BitEbbddSnwkUip7
t7c9+xfRrzEnixpFgngZJT5HT2o5Ti1OR8G3Qz+ZknPemAwpKLNV9Tl3TpFmx36l
rpS0Cl5/n+bV+YmB41NPb53xZL/Wqab5YxTXyTQMdZlF2ZbQAvD2OHGR/xFFy+bI
Y+W3SKNbTrhGK6JRgAvdqWfAywG7ggJKLo4kjOv/Us74M05V8HvcD05+9HbZwL1/
awFo6ZKML+GKmHdqehxWGd0KNiSU/TdwBZNyIsILcy2ciGO5ZWp2evSALeeZL+hZ
W93DERUsUnOrr66G+qlfr17P3A/iuU/NZ6GKMcnu89kyYLfcul4=
=LlYD
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri May 13 11:58:10 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- version 1.9.7
* disable strict compilation by default
* fix 3 warnings
-------------------------------------------------------------------
Thu May 12 14:02:04 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- version 1.9.6
* do not fail reader removal in some specific cases (USB/Thunderbolt port)
* improve documentation regarding /etc/reader.conf.d/
* SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON
* configure:
. add --disable-strict option
By default the compiler arguments are now:
-Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS}
. fail if flex is not found
* fix different data races
* pcscdaemon: -v displays internal constants values:
MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS
* Some other minor improvements
-------------------------------------------------------------------
Sat Dec 4 15:57:27 UTC 2021 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package pcsc-lite
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%define PKG_USER scard
%define PKG_GROUP scard
Name: pcsc-lite
Version: 1.9.5
Version: 1.9.7
Release: 0
Summary: PC/SC Smart Cards Library
License: BSD-3-Clause AND GPL-3.0-or-later
@ -42,6 +42,7 @@ Source8: %{name}.keyring
Source9: %{name}.sysusers
Patch0: systemd-service.patch
Patch1: harden_pcscd.service.patch
BuildRequires: flex
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: pkgconfig
@ -124,7 +125,7 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
--enable-polkit \
--enable-filter \
--disable-static
make %{?_smp_mflags}
make %{?_smp_mflags}
%install
%make_install