From 41dc4732984950fbfa6f09a057352847135b4b0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Jan 2025 09:19:57 +0100 Subject: update to 6.9.10 update to 6.9.10 --- compat_reports/6.9.9_to_6.9.10/compat_report.html | 581 ++++++++++++++++++++++ libonig.xml | 2 +- onig-6.9.9-fix-memleaks-initialize-memory.patch | 6 +- onig-soname.patch | 6 +- oniguruma.spec | 7 +- 5 files changed, 593 insertions(+), 9 deletions(-) create mode 100644 compat_reports/6.9.9_to_6.9.10/compat_report.html diff --git a/compat_reports/6.9.9_to_6.9.10/compat_report.html b/compat_reports/6.9.9_to_6.9.10/compat_report.html new file mode 100644 index 0000000..36e3cd2 --- /dev/null +++ b/compat_reports/6.9.9_to_6.9.10/compat_report.html @@ -0,0 +1,581 @@ + + + + + + + + + +libonig: 6.9.9 to 6.9.10 compatibility report + + + +

API compatibility report for the libonig library between 6.9.9 and 6.9.10 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibonig
Version #16.9.9
Version #26.9.10
Archx86_64
GCC Version14
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries1
Total Symbols / Types213 / 69
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
Other Changes
in Constants
-1
+ +

Added Symbols  1 


+oniguruma.h, libonig.so.5.5.0
+onig_builtin_skip ( OnigCalloutArgs* args, void* user_data )
+
+to the top
+ +

Other Changes in Constants  1 


+oniguruma.h
+ +[+] ONIG_SYN_ALLOW_CHAR_TYPE_FOLLOWED_BY_MINUS_IN_CC +
+ + +
+to the top
+

Header Files  3 


+
+oniggnu.h
+onigposix.h
+oniguruma.h
+
+
to the top
+

Libraries  1 


+
+libonig.so.5.4.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibonig
Version #16.9.9
Version #26.9.10
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files3
Total Libraries1
Total Symbols / Types214 / 69
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
Low2
Other Changes
in Constants
-1
+ +

Added Symbols  1 


+oniguruma.h
+onig_builtin_skip ( OnigCalloutArgs* args, void* user_data )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+oniguruma.h
+ +[+] ONIGURUMA_VERSION_INT +
+ + + +[+] ONIGURUMA_VERSION_TEENY +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+oniguruma.h
+ +[+] ONIG_SYN_ALLOW_CHAR_TYPE_FOLLOWED_BY_MINUS_IN_CC +
+ + +
+to the top
+

Header Files  3 


+
+oniggnu.h
+onigposix.h
+oniguruma.h
+
+
to the top
+

Libraries  1 


+
+libonig.so.5.4.0
+
+
to the top
+



+ +
+ + diff --git a/libonig.xml b/libonig.xml index a2f9080..6040756 100644 --- a/libonig.xml +++ b/libonig.xml @@ -9,7 +9,7 @@ -6.9.9 +6.9.10 diff --git a/onig-6.9.9-fix-memleaks-initialize-memory.patch b/onig-6.9.9-fix-memleaks-initialize-memory.patch index 7c7fb16..f4e01fc 100644 --- a/onig-6.9.9-fix-memleaks-initialize-memory.patch +++ b/onig-6.9.9-fix-memleaks-initialize-memory.patch @@ -1,7 +1,7 @@ diff -up onig-6.9.9/src/regexec.c.orig onig-6.9.9/src/regexec.c --- onig-6.9.9/src/regexec.c.orig 2022-12-12 14:27:04.000000000 +0100 +++ onig-6.9.9/src/regexec.c 2024-07-29 12:30:55.752328341 +0200 -@@ -4517,6 +4517,7 @@ regset_search_body_position_lead(OnigReg +@@ -4559,6 +4559,7 @@ regset_search_body_position_lead(OnigReg sr = (SearchRange* )xmalloc(sizeof(*sr) * n); CHECK_NULL_RETURN_MEMERR(sr); @@ -12,7 +12,7 @@ diff -up onig-6.9.9/src/regexec.c.orig onig-6.9.9/src/regexec.c diff -up onig-6.9.9/src/regparse.c.orig onig-6.9.9/src/regparse.c --- onig-6.9.9/src/regparse.c.orig 2024-07-29 12:31:07.838347726 +0200 +++ onig-6.9.9/src/regparse.c 2024-07-29 12:33:48.509582274 +0200 -@@ -4190,7 +4190,10 @@ and_cclass(CClassNode* dest, CClassNode* +@@ -4250,7 +4250,10 @@ and_cclass(CClassNode* dest, CClassNode* pbuf = tbuf; } } @@ -24,7 +24,7 @@ diff -up onig-6.9.9/src/regparse.c.orig onig-6.9.9/src/regparse.c dest->mbuf = pbuf; bbuf_free(buf1); -@@ -4247,7 +4250,10 @@ or_cclass(CClassNode* dest, CClassNode* +@@ -4307,7 +4310,10 @@ or_cclass(CClassNode* dest, CClassNode* pbuf = tbuf; } } diff --git a/onig-soname.patch b/onig-soname.patch index 0d53253..8b93b90 100644 --- a/onig-soname.patch +++ b/onig-soname.patch @@ -1,12 +1,12 @@ diff -up ./configure.bump ./configure --- ./configure.bump 2020-11-05 10:04:52.680279189 +0100 +++ ./configure 2020-11-05 10:05:58.099066485 +0100 -@@ -12916,7 +12916,7 @@ CC=$lt_save_CC +@@ -13883,7 +13883,7 @@ CC=$lt_save_CC # Only expand once: --LTVERSION="9:0:4" -+LTVERSION="109:0:4" +-LTVERSION="10:0:5" ++LTVERSION="110:0:5" diff --git a/oniguruma.spec b/oniguruma.spec index f08c899..361482f 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -33,7 +33,7 @@ # RHEL-8 have 6.8.2, soname 5.0 # EPEL-7 have 6.8.2, soname 5.0 -%global mainver 6.9.9 +%global mainver 6.9.10 #global postver 1 %if %{with rename} @@ -42,7 +42,7 @@ Name: %{libname}%{oldsoname}php Name: %{libname} %endif Version: %{mainver}%{?postver:.%postver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Regular expressions library # SPDX confirmed @@ -167,6 +167,9 @@ sed -e '/^test_regset_LDADD/s/$/ -lrt/' -i test/Makefile %changelog +* Sat Jan 4 2025 Remi Collet -6.9.10-1 +- update to 6.9.10 + * Fri Nov 15 2024 Remi Collet -6.9.9-2 - fix memory leaks, initialize memory (from EL-10) -- cgit