[packages/open62541] - updated to 1.3.5
qboosh
qboosh at pld-linux.org
Fri Apr 7 22:08:54 CEST 2023
commit a6367f88d534580430d788e0208f666b57c76104
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 7 22:11:28 2023 +0200
- updated to 1.3.5
open62541-visibility.patch | 15 ++++++---------
open62541.spec | 6 +++---
2 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/open62541.spec b/open62541.spec
index cec103c..6609fd6 100644
--- a/open62541.spec
+++ b/open62541.spec
@@ -6,13 +6,13 @@
Summary: Open source C implementation of OPC UA
Summary(pl.UTF-8): Mająca otwarte źródła, napisana w C implementacja OPC UA
Name: open62541
-Version: 1.3.3
-Release: 2
+Version: 1.3.5
+Release: 1
License: MPL v2.0
Group: Libraries
#Source0Download: https://github.com/open62541/open62541/releases
Source0: https://github.com/open62541/open62541/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5a0ad259c1239221dea21e33815284d6
+# Source0-md5: 027a8d26b41cddd85a70105bc5069d7c
Patch0: %{name}-types.patch
Patch1: %{name}-bpf.patch
Patch2: %{name}-libwebsockets4.patch
diff --git a/open62541-visibility.patch b/open62541-visibility.patch
index a7d7d62..2ea9bef 100644
--- a/open62541-visibility.patch
+++ b/open62541-visibility.patch
@@ -1,7 +1,7 @@
ua2json tool requires UA_NetworkMessage_* visible from library
---- open62541-1.3.2/src/pubsub/ua_pubsub_networkmessage.h.orig 2022-06-24 11:05:00.000000000 +0200
-+++ open62541-1.3.2/src/pubsub/ua_pubsub_networkmessage.h 2022-07-03 07:55:24.911256767 +0200
-@@ -270,6 +270,7 @@ UA_NetworkMessage_updateBufferedNwMessag
+--- open62541-1.3.5/src/pubsub/ua_pubsub_networkmessage.h.orig 2023-02-20 10:17:48.000000000 +0100
++++ open62541-1.3.5/src/pubsub/ua_pubsub_networkmessage.h 2023-04-07 22:02:06.485719292 +0200
+@@ -273,6 +273,7 @@ UA_NetworkMessage_updateBufferedNwMessag
/* If dataToEncryptStart not-NULL, then it will be set to the start-position of
* the payload in the buffer. */
@@ -9,7 +9,7 @@ ua2json tool requires UA_NetworkMessage_* visible from library
UA_StatusCode
UA_NetworkMessage_encodeBinary(const UA_NetworkMessage* src,
UA_Byte **bufPos, const UA_Byte *bufEnd,
-@@ -300,6 +301,7 @@ UA_NetworkMessage_decodePayload(const UA
+@@ -303,6 +304,7 @@ UA_NetworkMessage_decodePayload(const UA
UA_StatusCode
UA_NetworkMessage_decodeFooters(const UA_ByteString *src, size_t *offset, UA_NetworkMessage *dst);
@@ -17,7 +17,7 @@ ua2json tool requires UA_NetworkMessage_* visible from library
UA_StatusCode
UA_NetworkMessage_decodeBinary(const UA_ByteString *src, size_t *offset,
UA_NetworkMessage* dst);
-@@ -308,6 +310,7 @@ UA_NetworkMessage_decodeBinary(const UA_
+@@ -311,6 +313,7 @@ UA_NetworkMessage_decodeBinary(const UA_
UA_StatusCode
UA_NetworkMessageHeader_decodeBinary(const UA_ByteString *src, size_t *offset, UA_NetworkMessage *dst);
@@ -25,7 +25,7 @@ ua2json tool requires UA_NetworkMessage_* visible from library
size_t
UA_NetworkMessage_calcSizeBinary(UA_NetworkMessage *p,
UA_NetworkMessageOffsetBuffer *offsetBuffer);
-@@ -321,6 +324,7 @@ UA_NetworkMessage_signEncrypt(UA_Network
+@@ -324,22 +327,26 @@ UA_NetworkMessage_signEncrypt(UA_Network
UA_Byte *sigStart);
#endif
@@ -33,9 +33,6 @@ ua2json tool requires UA_NetworkMessage_* visible from library
void
UA_NetworkMessage_clear(UA_NetworkMessage* p);
-@@ -329,18 +333,21 @@ UA_NetworkMessage_delete(UA_NetworkMessa
-
-
#ifdef UA_ENABLE_JSON_ENCODING
+UA_EXPORT
UA_StatusCode
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/open62541.git/commitdiff/a6367f88d534580430d788e0208f666b57c76104
More information about the pld-cvs-commit
mailing list