From 9692e3401dc37e139a0ce607ca3e5db7afeb5547 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Apr 2020 08:27:26 +0200 Subject: v0.7.1 --- compat_reports/0.6.4_to_0.7.0/compat_report.html | 860 +++++++++++++++++++++++ compat_reports/0.6.4_to_0.8.0/compat_report.html | 860 ----------------------- compat_reports/0.8.0_to_0.7.1/compat_report.html | 598 ++++++++++++++++ libhandlebars.spec | 13 +- libhandlebars.xml | 2 +- 5 files changed, 1467 insertions(+), 866 deletions(-) create mode 100644 compat_reports/0.6.4_to_0.7.0/compat_report.html delete mode 100644 compat_reports/0.6.4_to_0.8.0/compat_report.html create mode 100644 compat_reports/0.8.0_to_0.7.1/compat_report.html diff --git a/compat_reports/0.6.4_to_0.7.0/compat_report.html b/compat_reports/0.6.4_to_0.7.0/compat_report.html new file mode 100644 index 0000000..48a708f --- /dev/null +++ b/compat_reports/0.6.4_to_0.7.0/compat_report.html @@ -0,0 +1,860 @@ + + + + + + + + + +libhandlebars: 0.6.4 to 0.8.0 compatibility report + + + +

API compatibility report for the libhandlebars library between 0.6.4 and 0.8.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types246 / 123
Compatibility98%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low0
Problems with
Symbols
High1
Medium1
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+handlebars_ast_printer.h, libhandlebars.so.5.2.0
+handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
+
+handlebars_partial_loader.h, libhandlebars.so.5.2.0
+handlebars_value_get_std_partial_loader_handlers ( )
+handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
+
+handlebars_string.h, libhandlebars.so.5.2.0
+handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
+
+to the top
+ +

Problems with Symbols, High Severity  1 


+handlebars.lex.h, libhandlebars.so.5.1.0
+ +[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+handlebars.lex.h, libhandlebars.so.5.1.0
+ +[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Other Changes in Constants  1 


+handlebars_compiler.h
+ +[+] handlebars_compiler_flag_mustache_style_lambdas +
+ + +
+to the top
+

Header Files  26 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types814 / 190
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low2
Problems with
Constants
Low4
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+handlebars_ast_printer.h
+handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
+
+handlebars_partial_loader.h
+handlebars_value_get_std_partial_loader_handlers ( )
+handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
+
+handlebars_string.h
+handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  2 


+handlebars.lex.h
+ +[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  +
+ + +[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  4 


+handlebars_config.h
+ +[+] HANDLEBARS_VERSION_INT +
+ + + +[+] HANDLEBARS_VERSION_MINOR +
+ + + +[+] HANDLEBARS_VERSION_PATCH +
+ + + +[+] HANDLEBARS_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+handlebars_compiler.h
+ +[+] handlebars_compiler_flag_mustache_style_lambdas +
+ + +
+to the top
+

Header Files  26 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.1.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/0.6.4_to_0.8.0/compat_report.html b/compat_reports/0.6.4_to_0.8.0/compat_report.html deleted file mode 100644 index 48a708f..0000000 --- a/compat_reports/0.6.4_to_0.8.0/compat_report.html +++ /dev/null @@ -1,860 +0,0 @@ - - - - - - - - - -libhandlebars: 0.6.4 to 0.8.0 compatibility report - - - -

API compatibility report for the libhandlebars library between 0.6.4 and 0.8.0 versions on x86_64

- -
-
- Binary
Compatibility
- Source
Compatibility
-
-

Test Info


- - - - - - - -
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
-

Test Results


- - - - - - -
Total Header Files26
Total Libraries1
Total Symbols / Types246 / 123
Compatibility98%
-

Problem Summary


- - - - - - - - - - -
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low0
Problems with
Symbols
High1
Medium1
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1
- -

Added Symbols  4 


-handlebars_ast_printer.h, libhandlebars.so.5.2.0
-handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
-
-handlebars_partial_loader.h, libhandlebars.so.5.2.0
-handlebars_value_get_std_partial_loader_handlers ( )
-handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
-
-handlebars_string.h, libhandlebars.so.5.2.0
-handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
-
-to the top
- -

Problems with Symbols, High Severity  1 


-handlebars.lex.h, libhandlebars.so.5.1.0
- -[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  -
- -
-to the top
- -

Problems with Data Types, Medium Severity  1 


-handlebars.lex.h
- -[+] struct yy_buffer_state  1  -
- - -
-to the top
- -

Problems with Symbols, Medium Severity  1 


-handlebars.lex.h, libhandlebars.so.5.1.0
- -[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  -
- -
-to the top
- -

Other Changes in Constants  1 


-handlebars_compiler.h
- -[+] handlebars_compiler_flag_mustache_style_lambdas -
- - -
-to the top
-

Header Files  26 


-
-handlebars.h
-handlebars.lex.h
-handlebars.tab.h
-handlebars_ast.h
-handlebars_ast_helpers.h
-handlebars_ast_list.h
-handlebars_ast_printer.h
-handlebars_cache.h
-handlebars_compiler.h
-handlebars_config.h
-handlebars_helpers.h
-handlebars_map.h
-handlebars_memory.h
-handlebars_opcode_printer.h
-handlebars_opcode_serializer.h
-handlebars_opcodes.h
-handlebars_private.h
-handlebars_scanners.h
-handlebars_stack.h
-handlebars_string.h
-handlebars_token.h
-handlebars_utils.h
-handlebars_value.h
-handlebars_value_handlers.h
-handlebars_vm.h
-handlebars_whitespace.h
-
-
to the top
-

Libraries  1 


-
-libhandlebars.so.5.1.0
-
-
to the top
-


-

Test Info


- - - - - - -
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - -
Total Header Files26
Total Libraries1
Total Symbols / Types814 / 190
Compatibility100%
-

Problem Summary


- - - - - - - - - - -
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low2
Problems with
Constants
Low4
Other Changes
in Constants
-1
- -

Added Symbols  4 


-handlebars_ast_printer.h
-handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
-
-handlebars_partial_loader.h
-handlebars_value_get_std_partial_loader_handlers ( )
-handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
-
-handlebars_string.h
-handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
-
-to the top
- -

Problems with Data Types, Low Severity  1 


-handlebars.lex.h
- -[+] struct yy_buffer_state  1  -
- - -
-to the top
- -

Problems with Symbols, Low Severity  2 


-handlebars.lex.h
- -[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  -
- - -[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  -
- -
-to the top
- -

Problems with Constants, Low Severity  4 


-handlebars_config.h
- -[+] HANDLEBARS_VERSION_INT -
- - - -[+] HANDLEBARS_VERSION_MINOR -
- - - -[+] HANDLEBARS_VERSION_PATCH -
- - - -[+] HANDLEBARS_VERSION_STRING -
- - -
-to the top
- -

Other Changes in Constants  1 


-handlebars_compiler.h
- -[+] handlebars_compiler_flag_mustache_style_lambdas -
- - -
-to the top
-

Header Files  26 


-
-handlebars.h
-handlebars.lex.h
-handlebars.tab.h
-handlebars_ast.h
-handlebars_ast_helpers.h
-handlebars_ast_list.h
-handlebars_ast_printer.h
-handlebars_cache.h
-handlebars_compiler.h
-handlebars_config.h
-handlebars_helpers.h
-handlebars_map.h
-handlebars_memory.h
-handlebars_opcode_printer.h
-handlebars_opcode_serializer.h
-handlebars_opcodes.h
-handlebars_private.h
-handlebars_scanners.h
-handlebars_stack.h
-handlebars_string.h
-handlebars_token.h
-handlebars_utils.h
-handlebars_value.h
-handlebars_value_handlers.h
-handlebars_vm.h
-handlebars_whitespace.h
-
-
to the top
-

Libraries  1 


-
-libhandlebars.so.5.1.0
-
-
to the top
-



- -
- - diff --git a/compat_reports/0.8.0_to_0.7.1/compat_report.html b/compat_reports/0.8.0_to_0.7.1/compat_report.html new file mode 100644 index 0000000..34f1c9f --- /dev/null +++ b/compat_reports/0.8.0_to_0.7.1/compat_report.html @@ -0,0 +1,598 @@ + + + + + + + + + +libhandlebars: 0.8.0 to 0.7.1 compatibility report + + + +

API compatibility report for the libhandlebars library between 0.8.0 and 0.7.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.8.0
Version #20.7.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types250 / 123
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+handlebars_opcode_serializer.h, libhandlebars.so.5.3.0
+handlebars_module_normalize_pointers ( struct handlebars_module* module, void* baseaddr )
+
+to the top
+

Header Files  27 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_partial_loader.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.2.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.8.0
Version #20.7.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types819 / 190
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+handlebars_opcode_serializer.h
+handlebars_module_normalize_pointers ( struct handlebars_module* module, void* baseaddr )
+
+to the top
+ +

Problems with Constants, Low Severity  3 


+handlebars_config.h
+ +[+] HANDLEBARS_VERSION_INT +
+ + + +[+] HANDLEBARS_VERSION_PATCH +
+ + + +[+] HANDLEBARS_VERSION_STRING +
+ + +
+to the top
+

Header Files  27 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_partial_loader.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.2.0
+
+
to the top
+



+ +
+ + diff --git a/libhandlebars.spec b/libhandlebars.spec index 0446634..642ce5c 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -7,11 +7,8 @@ # Please, preserve the changelog entries # -# Workaround to https://github.com/jbboehr/handlebars.c/issues/81 -%global _hardened_ldflags %nil - %global libname libhandlebars -%global gh_commit 91c94d0264c3cd2f0544876ca35cb2dc70b98ad1 +%global gh_commit 989e4badf13238a381bc12dc0da6c7acf30baf51 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -27,7 +24,7 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: Handlebars C library @@ -127,6 +124,12 @@ make test %changelog +* Sun Apr 19 2020 Remi Collet - 0.7.1-1 +- update to 0.7.1 + +* Sat Apr 18 2020 Remi Collet - 0.7.0-2 +- build with upstream patch for _hardened_ldflags + * Fri Apr 17 2020 Remi Collet - 0.7.0-1 - update to 0.7.0 - drop patches merged upstream diff --git a/libhandlebars.xml b/libhandlebars.xml index 22dc92f..8d902db 100644 --- a/libhandlebars.xml +++ b/libhandlebars.xml @@ -9,7 +9,7 @@ -0.8.0 +0.7.1 -- cgit