opensc: update to 0.17.0. (soname bump)
This commit is contained in:
parent
6d1629566d
commit
61567c8303
3 changed files with 5 additions and 25 deletions
|
@ -1611,8 +1611,8 @@ libBulletCollision.so.2.83 bullet-2.83.5_1
|
||||||
libLinearMath.so.2.83 bullet-2.83.5_1
|
libLinearMath.so.2.83 bullet-2.83.5_1
|
||||||
libBulletSoftBody.so.2.83 bullet-2.83.5_1
|
libBulletSoftBody.so.2.83 bullet-2.83.5_1
|
||||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||||
libopensc.so.4 libopensc-0.16.0_1
|
libopensc.so.5 libopensc-0.17.0_1
|
||||||
libsmm-local.so.4 libopensc-0.16.0_1
|
libsmm-local.so.5 libopensc-0.17.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,20 +0,0 @@
|
||||||
--- src/pkcs11/openssl.c.orig 2016-06-05 18:51:11.947157265 +0200
|
|
||||||
+++ src/pkcs11/openssl.c 2016-06-05 18:55:21.067170117 +0200
|
|
||||||
@@ -180,7 +180,7 @@
|
|
||||||
e = ENGINE_by_id("gost");
|
|
||||||
if (!e)
|
|
||||||
{
|
|
||||||
-#if !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST)
|
|
||||||
+#if !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST)
|
|
||||||
ENGINE_load_gost();
|
|
||||||
e = ENGINE_by_id("gost");
|
|
||||||
#else
|
|
||||||
@@ -195,7 +195,7 @@
|
|
||||||
ENGINE_free(e);
|
|
||||||
e = NULL;
|
|
||||||
}
|
|
||||||
-#endif /* !OPENSSL_NO_STATIC_ENGINE && !OPENSSL_NO_GOST */
|
|
||||||
+#endif /* !defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST) */
|
|
||||||
}
|
|
||||||
if (e) {
|
|
||||||
ENGINE_set_default(e, ENGINE_METHOD_ALL);
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensc'
|
# Template file for 'opensc'
|
||||||
pkgname=opensc
|
pkgname=opensc
|
||||||
version=0.16.0
|
version=0.17.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
configure_args="--enable-man --enable-sm --enable-static=no --enable-doc
|
||||||
--with-xsl-stylesheetsdir=/usr/share/xsl/docbook"
|
--with-xsl-stylesheetsdir=/usr/share/xsl/docbook"
|
||||||
|
@ -13,7 +13,7 @@ homepage="https://github.com/OpenSC/OpenSC/wiki"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
short_desc="Tools and libraries for smart cards"
|
short_desc="Tools and libraries for smart cards"
|
||||||
distfiles="https://github.com/OpenSC/OpenSC/archive/${version}.tar.gz"
|
distfiles="https://github.com/OpenSC/OpenSC/archive/${version}.tar.gz"
|
||||||
checksum=4969627f0eab48bef6a5d9e162facc3a49ba8e675fadb8a9a446391fcfa19bc6
|
checksum=007c4622afc225b8d7a1bea54f5325affa4417f4e17aaa03256aa9f4c25782fd
|
||||||
wrksrc="OpenSC-$version"
|
wrksrc="OpenSC-$version"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue