Version: 1.0.6, Package name: open62541-1.0.6 |
Maintained by: Alexander Bluhm |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
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. |
Filesize: 3958.334 KB |
Version History (View Complete History) |
|
2021-08-13 09:30:13 by Alexander Bluhm | Files touched by this commit (3) |
Log message: Backport two bug fixes from upstream githup master post 1.2 to our release from the 1.0 branch. |
2021-08-09 15:23:25 by Alexander Bluhm | Files touched by this commit (2) |
Log message: Update open62541 to version 1.0.6. Releases 1.0.4 and 1.0.5 were broken, but 1.0.6 contains only minor bugfixes. |
2021-07-29 17:13:25 by Alexander Bluhm | Files touched by this commit (4) |
Log message: Create the flavor ns0_full for open62541. This builds the library 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@ |
2021-07-29 09:05:43 by Alexander Bluhm | Files touched by this commit (5) |
Log message: Update open62541 to 1.0.3 . 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. |
2021-02-19 16:13:08 by Stuart Henderson | Files touched by this commit (146) |
Log message: switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3 switch ports using command-line tools from py-sphinx that don't need a py2 version of it to py3-sphinx |
2020-12-03 00:46:18 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: This requires textproc/py-sphinx_rtd_theme now. |
2020-08-24 15:08:02 by Alexander Bluhm | Files touched by this commit (3) |
Log message: Backport fix from upstream. |
2020-06-23 08:55:15 by Alexander Bluhm | Files touched by this commit (8) |
Log message: Backport some fixes and important features from open62541 upstream. Bump library minor version. |
2020-05-15 03:37:15 by Alexander Bluhm | Files touched by this commit (2) |
Log message: Backport fix from uptream, prevents crash when request Id is missing. |
2020-04-01 09:32:44 by Alexander Bluhm | Files touched by this commit (3) |
Log message: Backport fix for crash due to uninitialized memory in network_tcp. Use the variant of the CMakeLists.txt patch that has been commited upstream. |
2020-02-16 13:51:46 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: GCC 4.2.1 doesn't understand -Wpedantic. Patch it out. Fixes build on sparc64 ok tb@ bluhm@ |
2020-02-13 15:19:35 by Stuart Henderson | Files touched by this commit (11) |
Log message: be smarter about GH_TAGNAME; when generating the default DISTNAME, only 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 |
2020-02-13 06:26:20 by Alexander Bluhm | Files touched by this commit (2) |
Log message: Build a debug package for open62541 library. Backport an use-after-free fix from upstream. OK sthen@ |