From 8b4b099406938a6bb813ddb95b002fe3edb1e5f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2018 10:42:47 +0100 Subject: update to 1.5.0 use openssl for cryptography instead of bundled custom AES implementation --- compat_reports/1.4.0_to_1.5.0/compat_report.html | 518 +++++++++++++++++++++++ 1 file changed, 518 insertions(+) create mode 100644 compat_reports/1.4.0_to_1.5.0/compat_report.html (limited to 'compat_reports/1.4.0_to_1.5.0/compat_report.html') diff --git a/compat_reports/1.4.0_to_1.5.0/compat_report.html b/compat_reports/1.4.0_to_1.5.0/compat_report.html new file mode 100644 index 0000000..591b60e --- /dev/null +++ b/compat_reports/1.4.0_to_1.5.0/compat_report.html @@ -0,0 +1,518 @@ + + + + + + + + +libzip: 1.4.0 to 1.5.0 compatibility report + + + +

API compatibility report for the libzip library between 1.4.0 and 1.5.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibzip
Version #11.4.0
Version #21.5.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types122 / 49
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  2 


+
+zip.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibzip
Version #11.4.0
Version #21.5.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types276 / 82
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
Low2
+ + +

Problems with Constants, Low Severity  2 


+zipconf.h
+ +[+] LIBZIP_VERSION +
+ + + +[+] LIBZIP_VERSION_MINOR +
+ + +
+to the top
+

Header Files  2 


+
+zip.h
+zipconf.h
+
+
to the top
+

Libraries  1 


+
+libzip.so.5.0
+
+
to the top
+



+ +
+ + -- cgit