security/opensc: update to 0.23.0 release.
This commit is contained in:
parent
3884a4a6d4
commit
b746a92144
5 changed files with 30 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= opensc
|
||||
DISTVERSION= 0.22.0
|
||||
DISTVERSION= 0.23.0
|
||||
CATEGORIES= security devel
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1629715841
|
||||
SHA256 (OpenSC-OpenSC-0.22.0_GH0.tar.gz) = 138acf5724573d68bdfaf988bb05c00391edbfe262e69835813ed6bd00748c7a
|
||||
SIZE (OpenSC-OpenSC-0.22.0_GH0.tar.gz) = 1789287
|
||||
TIMESTAMP = 1669793318
|
||||
SHA256 (OpenSC-OpenSC-0.23.0_GH0.tar.gz) = a08b475834e3c3b0efd9bfc46adfcc3440d3975c2fb3ab2ef29342b879d41370
|
||||
SIZE (OpenSC-OpenSC-0.23.0_GH0.tar.gz) = 1965145
|
||||
|
|
13
security/opensc/files/patch-configure.ac
Normal file
13
security/opensc/files/patch-configure.ac
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- configure.ac.orig 2022-11-30 08:14:31 UTC
|
||||
+++ configure.ac
|
||||
@@ -554,10 +554,6 @@ case "${host}" in
|
||||
have_notify="no"
|
||||
have_gio2="no" ])
|
||||
LIBS="$saved_LIBS"
|
||||
- if test "${have_gio2}" = "yes"; then
|
||||
- # we do not need lglib-2.0
|
||||
- GIO2_LIBS="-lgio-2.0 -lgobject-2.0"
|
||||
- fi
|
||||
;;
|
||||
esac
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- src/tests/fuzzing/fuzz_pkcs15_tool.c.orig 2022-11-30 08:11:53 UTC
|
||||
+++ src/tests/fuzzing/fuzz_pkcs15_tool.c
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
-#ifdef __APPLE__
|
||||
+#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define _XOPEN_SOURCE 600
|
||||
#else
|
||||
#define _XOPEN_SOURCE 500
|
|
@ -7,7 +7,6 @@ bin/gids-tool
|
|||
bin/goid-tool
|
||||
bin/iasecc-tool
|
||||
bin/netkey-tool
|
||||
bin/npa-tool
|
||||
bin/openpgp-tool
|
||||
bin/opensc-asn1
|
||||
bin/opensc-explorer
|
||||
|
@ -49,10 +48,10 @@ etc/xdg/autostart/pkcs11-register.desktop
|
|||
lib/libopensc.a
|
||||
lib/libopensc.so
|
||||
lib/libopensc.so.8
|
||||
lib/libopensc.so.8.0.0
|
||||
lib/libopensc.so.8.1.0
|
||||
%%SM%%lib/libsmm-local.so
|
||||
%%SM%%lib/libsmm-local.so.8
|
||||
%%SM%%lib/libsmm-local.so.8.0.0
|
||||
%%SM%%lib/libsmm-local.so.8.1.0
|
||||
lib/onepin-opensc-pkcs11.so
|
||||
lib/opensc-pkcs11.so
|
||||
lib/pkcs11-spy.so
|
||||
|
@ -79,8 +78,6 @@ share/applications/org.opensc.notify.desktop
|
|||
%%DATADIR%%/iasecc.profile
|
||||
%%DATADIR%%/incrypto34.profile
|
||||
%%DATADIR%%/isoApplet.profile
|
||||
%%DATADIR%%/jcop.profile
|
||||
%%DATADIR%%/miocos.profile
|
||||
%%DATADIR%%/muscle.profile
|
||||
%%DATADIR%%/myeid.profile
|
||||
%%DATADIR%%/oberthur.profile
|
||||
|
|
Loading…
Reference in a new issue