From 60a7ec02b66f50d1cf9b2fe6aa407cae682ac660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 24 Nov 2020 15:33:34 -0300 Subject: [PATCH] opensc: update to 0.21.0. Fixes multiple CVEs. --- common/shlibs | 2 +- srcpkgs/opensc/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 51c9ba0635a..6c61184c984 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1758,7 +1758,7 @@ libLinearMath.so.2.89 bullet-2.89_1 libBulletSoftBody.so.2.89 bullet-2.89_1 libinotifytools.so.0 libinotify-tools-3.14_2 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 librtlsdr.so.0 librtlsdr-0.5.3_1 libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1 diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template index 89b3b74c4f4..84e085bd326 100644 --- a/srcpkgs/opensc/template +++ b/srcpkgs/opensc/template @@ -1,6 +1,6 @@ # Template file for 'opensc' pkgname=opensc -version=0.20.0 +version=0.21.0 revision=1 wrksrc="OpenSC-${version}" build_style=gnu-configure @@ -13,7 +13,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/OpenSC/OpenSC/wiki" distfiles="https://github.com/OpenSC/OpenSC/archive/${version}.tar.gz" -checksum=c8ddea5eb767f08e9e70bc6506d72f8e73805803b974bd3a96dce6c3af3bfe95 +checksum=d4ee136d1b3a764868433da01857da7347de240e0c82545faa8659c2384ee43d conf_files="/etc/opensc.conf" CFLAGS="-Wno-error=format-overflow"