newer OpenSSL API that LibreSSL also provides. Use X509_check_issued
instead of missing API until LibreSSL developers implement a more
compatible solution.
OK tb@
been commited upstream. New patches prevent fatal compiler warnings.
Do not install unrelated header files that are not used. Currently
tests are not working reliably. The 1.3 API is incompatible to 1.0
version. Depending port misc/p5-OPCUA-Open62541 builds, but tests
fail. Working around API incompatibilities, fixing bugs, and resolve
tests races will be done in tree.
OK sthen@
with full namespace zero support. The specification is fetched as
additional distfile from the OPC UA foundation. The compiler needs
8 MB stack limit. The package size grows from 4 to 10 MB.
OK sthen@
Only 1.0.1 to 1.0.3 contains minor bug fixes.
Newer versions will break the API and are harder to port.
Use recent release directory at github.
Bump library version as public structures have changed.
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).
update the few ports which _require_ updates to match this change.
been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
OK sthen@
Comment:
library implementation of OPC UA
Description:
open62541 is an open source and free implementation of OPC UA (OPC
Unified Architecture) written in the common subset of the C99 and
C++98 languages. The library is usable with all major compilers
and provides the necessary tools to implement dedicated OPC UA
clients and servers, or to integrate OPC UA-based communication
into existing applications.