opensc: update to 0.21.0.
Fixes multiple CVEs.
This commit is contained in:
parent
820eeccabd
commit
1f63790fcb
2 changed files with 3 additions and 3 deletions
|
@ -1758,7 +1758,7 @@ libLinearMath.so.2.89 bullet-2.89_1
|
||||||
libBulletSoftBody.so.2.89 bullet-2.89_1
|
libBulletSoftBody.so.2.89 bullet-2.89_1
|
||||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||||
libfswatch.so.11 libfswatch-1.13.0_1
|
libfswatch.so.11 libfswatch-1.13.0_1
|
||||||
libopensc.so.6 libopensc-0.18.0_1
|
libopensc.so.7 libopensc-0.21.0_1
|
||||||
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
||||||
librtlsdr.so.0 librtlsdr-0.5.3_1
|
librtlsdr.so.0 librtlsdr-0.5.3_1
|
||||||
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
|
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opensc'
|
# Template file for 'opensc'
|
||||||
pkgname=opensc
|
pkgname=opensc
|
||||||
version=0.20.0
|
version=0.21.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="OpenSC-${version}"
|
wrksrc="OpenSC-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/OpenSC/OpenSC/wiki"
|
homepage="https://github.com/OpenSC/OpenSC/wiki"
|
||||||
distfiles="https://github.com/OpenSC/OpenSC/archive/${version}.tar.gz"
|
distfiles="https://github.com/OpenSC/OpenSC/archive/${version}.tar.gz"
|
||||||
checksum=c8ddea5eb767f08e9e70bc6506d72f8e73805803b974bd3a96dce6c3af3bfe95
|
checksum=d4ee136d1b3a764868433da01857da7347de240e0c82545faa8659c2384ee43d
|
||||||
conf_files="/etc/opensc.conf"
|
conf_files="/etc/opensc.conf"
|
||||||
CFLAGS="-Wno-error=format-overflow"
|
CFLAGS="-Wno-error=format-overflow"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue