From bc901aa653cb1b93c044c03ee8f71418a2d413cf Mon Sep 17 00:00:00 2001 From: erhardgrishaber Date: Tue, 13 Oct 2020 10:13:54 +0300 Subject: [PATCH] Updated Readme & changelog files. --- Changelog.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index fa7226c..bdde02b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,7 +4,7 @@ OPC Foundation OPC UA Local Discovery Server Version 1.04.402 Highlights: - Updated DiscoveryUrl to DNS SRV record mapping according to OPC-UA Spec. v1.04 Part 12. - - Updated OpenSSL to version 1.1.1g + - Updated OpenSSL to version 1.1.1h Fixed issues: - Fixed deadlock reported in PullRequest #62. - OPC.HTTPS DiscoveryUrls come out as OPC.TCP DiscoveryUrls from FindServersOnNetwork #63 diff --git a/README.md b/README.md index 2499107..4d6beee 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ OPC UA, empowering the Industrial Internet of Things (IIOT) and Industrie 4.0. * CMake version 3.6.2 or later from https://cmake.org/install/. * Perl * Windows: - - OpenSSL 1.1.1g was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html. + - OpenSSL 1.1.1h was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html. - Bonjour Mdns/dnssd (Multicast Domain Name System) client library (included) * Linux: - - OpenSSL 1.0.2l and 1.1.1g was used in development and testing : (```sudo apt-get install libssl-dev```) (```sudo yum install openssl-devel```) + - OpenSSL 1.0.2l and 1.1.1h was used in development and testing : (```sudo apt-get install libssl-dev```) (```sudo yum install openssl-devel```) - Avahi 0.61 (or later) libdnssd compatibility layer: (```sudo apt-get install libavahi-compat-libdnssd-dev```) (```sudo yum install avahi-compat-libdns_sd-devel```) ## Building the LDS @@ -79,5 +79,5 @@ Required notices for open source software products or components distributed wit | Provider | Component | Licensing Information | | -------- | --------- | --------------------- | | Apple Computer, Inc. | Bonjour Mdns/dnssd (Multicast Domain Name System) client library | Apache License v2 http://www.apache.org/licenses/LICENSE-2.0.html | -| Open SSL Project | OpenSSL 1.1.1g | The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See https://www.openssl.org/source/license.html | +| Open SSL Project | OpenSSL 1.1.1h | The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See https://www.openssl.org/source/license.html | | github.com/lathiat/avahi| Avahi 0.61 | GNU Lesser General Public License v2.1 Avahi was developed by Lennart Poettering and Trent Lloyd. It is the result of a merger of Poettering's original mDNS/DNS-SD implementation called "FlexMDNS", and Lloyd's original code called "Avahi" https://github.com/lathiat/avahi/blob/master/LICENSE | \ No newline at end of file