From f3096e821a0366ee0da0c9663ead3e85da56dd44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Nov 2017 10:01:36 +0100 Subject: v2.14.1 --- compat_reports/2.14_to_2.14.1/compat_report.html | 476 +++++++++++++++++++++++ libfuzzy.xml | 2 +- ssdeep.spec | 5 +- 3 files changed, 481 insertions(+), 2 deletions(-) create mode 100644 compat_reports/2.14_to_2.14.1/compat_report.html diff --git a/compat_reports/2.14_to_2.14.1/compat_report.html b/compat_reports/2.14_to_2.14.1/compat_report.html new file mode 100644 index 0000000..56e7ea5 --- /dev/null +++ b/compat_reports/2.14_to_2.14.1/compat_report.html @@ -0,0 +1,476 @@ + + + + + + + + + +libfuzzy: 2.14 to 2.14.1 compatibility report + + + +

API compatibility report for the libfuzzy library between 2.14 and 2.14.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibfuzzy
Version #12.14
Version #22.14.1
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types22 / 20
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 


+
+edit_dist.h
+fuzzy.h
+
+
to the top
+

Libraries  1 


+
+libfuzzy.so.2.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibfuzzy
Version #12.14
Version #22.14.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types140 / 36
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 


+
+edit_dist.h
+fuzzy.h
+
+
to the top
+

Libraries  1 


+
+libfuzzy.so.2.1.0
+
+
to the top
+



+ +
+ + diff --git a/libfuzzy.xml b/libfuzzy.xml index c8e7a9e..d586983 100644 --- a/libfuzzy.xml +++ b/libfuzzy.xml @@ -9,7 +9,7 @@ -2.14 +2.14.1 diff --git a/ssdeep.spec b/ssdeep.spec index baf0cfc..0e8dcca 100644 --- a/ssdeep.spec +++ b/ssdeep.spec @@ -8,7 +8,7 @@ # Name: ssdeep -Version: 2.14 +Version: 2.14.1 Release: 1%{?dist} Summary: Compute context triggered piecewise hashes Group: Development/Tools @@ -93,6 +93,9 @@ rm %{buildroot}%{_libdir}/libfuzzy.la %changelog +* Tue Nov 7 2017 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Fri Sep 15 2017 Remi Collet - 2.14-1 - update to 2.14 - sources from github -- cgit