umati / Dashboard-OPCUA-Client

OPC UA gateway based on open62541 to subscribe to servers implementing umati endorsed companion specification and publish via MQTT to the broker for https://umati.app
Mozilla Public License 2.0
18 stars 9 forks source link

chore(deps): Update Libressl to 3.8.2 #662

Closed GoetzGoerisch closed 6 months ago

GoetzGoerisch commented 6 months ago

@ccvca could you please look into our libressl patches?

They are no longer working with the latest LibreSSL in windows:

  Performing patch step for 'libreSSLExternal'
  patching file crypto/CMakeLists.txt
  Hunk #1 FAILED at 1005.
  1 out of 1 hunk FAILED -- saving rejects to file crypto/CMakeLists.txt.rej
  patching file ssl/CMakeLists.txt
  Hunk #1 FAILED at 72.
  1 out of 1 hunk FAILED -- saving rejects to file ssl/CMakeLists.txt.rej
  patching file tls/CMakeLists.txt
  Hunk #1 FAILED at 58.
  1 out of 1 hunk FAILED -- saving rejects to file tls/CMakeLists.txt.rej
  "Patch returned non-zero"
ccvca commented 6 months ago

LibreSSL Error is fixed, but a totally different eror appears ?

Edit: Rerun of the test solved the issues.

GoetzGoerisch commented 6 months ago

Thanks @ccvca !