From b13daea536975ec78a750955ef0e2d6205bafec0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Apr 2021 11:54:32 +0200 Subject: update to 0.11.0 add patch to not install the static library, from https://github.com/alanxz/rabbitmq-c/pull/665 --- compat_reports/0.10.0_to_0.11.0/compat_report.html | 638 +++++++++++++++++++++ 1 file changed, 638 insertions(+) create mode 100644 compat_reports/0.10.0_to_0.11.0/compat_report.html (limited to 'compat_reports/0.10.0_to_0.11.0/compat_report.html') diff --git a/compat_reports/0.10.0_to_0.11.0/compat_report.html b/compat_reports/0.10.0_to_0.11.0/compat_report.html new file mode 100644 index 0000000..5d36b39 --- /dev/null +++ b/compat_reports/0.10.0_to_0.11.0/compat_report.html @@ -0,0 +1,638 @@ + + + + + + + + + +librabbitmq: 0.10.0 to 0.11.0 compatibility report + + + +

API compatibility report for the librabbitmq library between 0.10.0 and 0.11.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrabbitmq
Version #10.10.0
Version #20.11.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types111 / 106
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low5
Problems with
Constants
Low0
+ +

Added Symbols  3 


+amqp_ssl_socket.h, librabbitmq.so.4.5.0
+amqp_set_ssl_engine ( char const* engine )
+amqp_ssl_socket_set_key_engine ( amqp_socket_t* self, char const* cert, char const* key )
+amqp_ssl_socket_set_key_passwd ( amqp_socket_t* self, char const* passwd )
+
+to the top
+ +

Problems with Symbols, Low Severity  5 


+amqp.h, librabbitmq.so.4.4.0
+ +[+] amqp_consume_message ( amqp_connection_state_t state, amqp_envelope_t* envelope, struct timeval* timeout, int flags )  1  +
+ + +[+] amqp_set_handshake_timeout ( amqp_connection_state_t state, struct timeval* timeout )  1  +
+ + +[+] amqp_set_rpc_timeout ( amqp_connection_state_t state, struct timeval* timeout )  1  +
+ + +[+] amqp_simple_wait_frame_noblock ( amqp_connection_state_t state, amqp_frame_t* decoded_frame, struct timeval* tv )  1  +
+ + +[+] amqp_socket_open_noblock ( amqp_socket_t* self, char const* host, int port, struct timeval* timeout )  1  +
+ +
+to the top
+

Header Files  4 


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Libraries  1 


+
+librabbitmq.so.4.4.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrabbitmq
Version #10.10.0
Version #20.11.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types111 / 106
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
+ +

Added Symbols  3 


+amqp_ssl_socket.h
+amqp_set_ssl_engine ( char const* engine )
+amqp_ssl_socket_set_key_engine ( amqp_socket_t* self, char const* cert, char const* key )
+amqp_ssl_socket_set_key_passwd ( amqp_socket_t* self, char const* passwd )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+amqp.h
+ +[+] AMQP_VERSION_MINOR +
+ + +
+to the top
+

Header Files  4 


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Libraries  1 


+
+librabbitmq.so.4.4.0
+
+
to the top
+



+ +
+ + -- cgit