From 89ceb6d0b10fb9fae59a7dffe34d7d606c0feb0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2020 08:24:15 +0100 Subject: update to 1.0.2 drop patches merged upstream install missing header using patch from https://github.com/mongodb/libmongocrypt/pull/90 --- .../1.0.1_to_1.0.2/compat_report.html | 493 ++++++++++++++++++++ .../1.0.1_to_1.0.2/compat_report.html | 504 +++++++++++++++++++++ 2 files changed, 997 insertions(+) create mode 100644 compat_reports/libkms_message/1.0.1_to_1.0.2/compat_report.html create mode 100644 compat_reports/libmongocrypt/1.0.1_to_1.0.2/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/libkms_message/1.0.1_to_1.0.2/compat_report.html b/compat_reports/libkms_message/1.0.1_to_1.0.2/compat_report.html new file mode 100644 index 0000000..4c2285f --- /dev/null +++ b/compat_reports/libkms_message/1.0.1_to_1.0.2/compat_report.html @@ -0,0 +1,493 @@ + + + + + + + + + + +libkms_message: 1.0.1 to 1.0.2 compatibility report + + + +

API compatibility report for the libkms_message library between 1.0.1 and 1.0.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibkms_message
Version #11.0.1
Version #21.0.2
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files10
Total Libraries1
Total Symbols / Types39 / 22
Compatibility100%
+

Problem Summary


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

Header Files  10 


+
+kms_b64.h
+kms_caller_identity_request.h
+kms_decrypt_request.h
+kms_encrypt_request.h
+kms_message.h
+kms_message_defines.h
+kms_request.h
+kms_request_opt.h
+kms_response.h
+kms_response_parser.h
+
+
to the top
+

Libraries  1 


+
+libkms_message.so.0.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibkms_message
Version #11.0.1
Version #21.0.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files10
Total Libraries1
Total Symbols / Types39 / 22
Compatibility100%
+

Problem Summary


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

Header Files  10 


+
+kms_b64.h
+kms_caller_identity_request.h
+kms_decrypt_request.h
+kms_encrypt_request.h
+kms_message.h
+kms_message_defines.h
+kms_request.h
+kms_request_opt.h
+kms_response.h
+kms_response_parser.h
+
+
to the top
+

Libraries  1 


+
+libkms_message.so.0.0.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/libmongocrypt/1.0.1_to_1.0.2/compat_report.html b/compat_reports/libmongocrypt/1.0.1_to_1.0.2/compat_report.html new file mode 100644 index 0000000..c48eac3 --- /dev/null +++ b/compat_reports/libmongocrypt/1.0.1_to_1.0.2/compat_report.html @@ -0,0 +1,504 @@ + + + + + + + + + +libmongocrypt: 1.0.1 to 1.0.2 compatibility report + + + +

API compatibility report for the libmongocrypt library between 1.0.1 and 1.0.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibmongocrypt
Version #11.0.1
Version #21.0.2
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types48 / 32
Compatibility100%
+

Problem Summary


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

Header Files  4 


+
+mongocrypt-compat.h
+mongocrypt-config.h
+mongocrypt-export.h
+mongocrypt.h
+
+
to the top
+

Libraries  1 


+
+libmongocrypt.so.0.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibmongocrypt
Version #11.0.1
Version #21.0.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types48 / 32
Compatibility100%
+

Problem Summary


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

Problems with Constants, Low Severity  1 


+mongocrypt.h
+ +[+] MONGOCRYPT_VERSION +
+ + +
+to the top
+

Header Files  4 


+
+mongocrypt-compat.h
+mongocrypt-config.h
+mongocrypt-export.h
+mongocrypt.h
+
+
to the top
+

Libraries  1 


+
+libmongocrypt.so.0.0.0
+
+
to the top
+



+ +
+ + -- cgit