public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] pcre2: Update to version 10.43
Date: Tue, 21 May 2024 16:56:22 +0200	[thread overview]
Message-ID: <20240521145627.291028-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240521145627.291028-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 19260 bytes --]

- Update from version 10.42 to 10.43
- Update of rootfile
- Changelog
    10.43
	There are quite a lot of changes in this release (see ChangeLog and git log for
	a list). Those that are not bugfixes or code tidies are:
	* The JIT code no longer supports ARMv5 architecture.
	* A new function pcre2_get_match_data_heapframes_size() for finer heap control.
	* New option flags to restrict the interaction between ASCII and non-ASCII
	  characters for caseless matching and \d and friends. There are also new
	  pattern constructs to control these flags from within a pattern.
	* Upgrade to Unicode 15.0.0.
	* Treat a NULL pattern with zero length as an empty string.
	* Added support for limited-length variable-length lookbehind assertions, with
	  a default maximum length of 255 characters (same as Perl) but with a function
	  to adjust the limit.
	* Support for LoongArch in JIT.
	* Perl changed the meaning of (for example) {,3} which did not used to be
	  recognized as a quantifier. Now it means {0,3} and PCRE2 has also changed.
	  Note that {,} is still not a quantifier.
	* Following Perl, allow spaces and tabs after { and before } in all Perl-
	  compatible items that use braces, and also around commas in quantifiers. The
	  one exception in PCRE2 is \u{...}, which is from ECMAScript, not Perl, and
	  PCRE2 follows ECMAScript usage.
	* Changed the meaning of \w and its synonyms and derivatives (\b and \B) in UCP
	  mode to follow Perl. It now matches characters whose general categories are L
	  or N or whose particular categories are Mn (non-spacing mark) or Pc
	  (combining punctuation).
	* Changed the default meaning of [:xdigit:] in UCP mode to follow Perl. It now
	  matches the "fullwidth" versions of hex digits. PCRE2_EXTRA_ASCII_DIGIT can
	  be used to keep it ASCII only.
	* Make PCRE2_UCP the default in UTF mode in pcre2grep and add -no_ucp,
	  --case-restrict and --posix-digit.
	* Add --group-separator and --no-group-separator to pcre2grep.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/pcre2 | 230 +++++++++++++++++-----------------
 lfs/pcre2                     |   6 +-
 2 files changed, 120 insertions(+), 116 deletions(-)

diff --git a/config/rootfiles/common/pcre2 b/config/rootfiles/common/pcre2
index 925efb675..e8c0dde39 100644
--- a/config/rootfiles/common/pcre2
+++ b/config/rootfiles/common/pcre2
@@ -6,132 +6,134 @@
 #usr/lib/libpcre2-16.la
 #usr/lib/libpcre2-16.so
 usr/lib/libpcre2-16.so.0
-usr/lib/libpcre2-16.so.0.11.2
+usr/lib/libpcre2-16.so.0.12.0
 #usr/lib/libpcre2-32.la
 #usr/lib/libpcre2-32.so
 usr/lib/libpcre2-32.so.0
-usr/lib/libpcre2-32.so.0.11.2
+usr/lib/libpcre2-32.so.0.12.0
 #usr/lib/libpcre2-8.la
 #usr/lib/libpcre2-8.so
 usr/lib/libpcre2-8.so.0
-usr/lib/libpcre2-8.so.0.11.2
+usr/lib/libpcre2-8.so.0.12.0
 #usr/lib/libpcre2-posix.la
 #usr/lib/libpcre2-posix.so
 usr/lib/libpcre2-posix.so.3
-usr/lib/libpcre2-posix.so.3.0.4
+usr/lib/libpcre2-posix.so.3.0.5
 #usr/lib/pkgconfig/libpcre2-16.pc
 #usr/lib/pkgconfig/libpcre2-32.pc
 #usr/lib/pkgconfig/libpcre2-8.pc
 #usr/lib/pkgconfig/libpcre2-posix.pc
-#usr/share/doc/pcre-pcre2-10.42
-#usr/share/doc/pcre-pcre2-10.42/AUTHORS
-#usr/share/doc/pcre-pcre2-10.42/COPYING
-#usr/share/doc/pcre-pcre2-10.42/ChangeLog
-#usr/share/doc/pcre-pcre2-10.42/LICENCE
-#usr/share/doc/pcre-pcre2-10.42/NEWS
-#usr/share/doc/pcre-pcre2-10.42/README
-#usr/share/doc/pcre-pcre2-10.42/html
-#usr/share/doc/pcre-pcre2-10.42/html/NON-AUTOTOOLS-BUILD.txt
-#usr/share/doc/pcre-pcre2-10.42/html/README.txt
-#usr/share/doc/pcre-pcre2-10.42/html/index.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2-config.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_callout_enumerate.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_code_copy.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_code_copy_with_tables.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_code_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_compile.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_compile_context_copy.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_compile_context_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_compile_context_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_config.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_convert_context_copy.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_convert_context_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_convert_context_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_converted_pattern_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_dfa_match.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_general_context_copy.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_general_context_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_general_context_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_error_message.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_mark.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_match_data_size.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_ovector_count.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_ovector_pointer.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_get_startchar.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_compile.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_free_unused_memory.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_match.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_stack_assign.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_stack_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_jit_stack_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_maketables.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_maketables_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_context_copy.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_context_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_context_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_data_create.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_data_create_from_pattern.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_match_data_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_pattern_convert.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_pattern_info.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_serialize_decode.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_serialize_encode.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_serialize_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_serialize_get_number_of_codes.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_bsr.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_callout.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_character_tables.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_compile_extra_options.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_compile_recursion_guard.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_depth_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_glob_escape.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_glob_separator.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_heap_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_match_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_max_pattern_length.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_newline.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_offset_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_parens_nest_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_recursion_limit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_recursion_memory_management.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_set_substitute_callout.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substitute.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_copy_byname.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_copy_bynumber.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_get_byname.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_get_bynumber.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_length_byname.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_length_bynumber.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_list_free.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_list_get.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_nametable_scan.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2_substring_number_from_name.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2api.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2build.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2callout.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2compat.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2convert.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2demo.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2grep.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2jit.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2limits.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2matching.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2partial.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2pattern.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2perform.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2posix.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2sample.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2serialize.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2syntax.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2test.html
-#usr/share/doc/pcre-pcre2-10.42/html/pcre2unicode.html
-#usr/share/doc/pcre-pcre2-10.42/pcre2-config.txt
-#usr/share/doc/pcre-pcre2-10.42/pcre2.txt
-#usr/share/doc/pcre-pcre2-10.42/pcre2grep.txt
-#usr/share/doc/pcre-pcre2-10.42/pcre2test.txt
+#usr/share/doc/pcre-pcre2-10.43
+#usr/share/doc/pcre-pcre2-10.43/AUTHORS
+#usr/share/doc/pcre-pcre2-10.43/COPYING
+#usr/share/doc/pcre-pcre2-10.43/ChangeLog
+#usr/share/doc/pcre-pcre2-10.43/LICENCE
+#usr/share/doc/pcre-pcre2-10.43/NEWS
+#usr/share/doc/pcre-pcre2-10.43/README
+#usr/share/doc/pcre-pcre2-10.43/html
+#usr/share/doc/pcre-pcre2-10.43/html/NON-AUTOTOOLS-BUILD.txt
+#usr/share/doc/pcre-pcre2-10.43/html/README.txt
+#usr/share/doc/pcre-pcre2-10.43/html/index.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2-config.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_callout_enumerate.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_code_copy.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_code_copy_with_tables.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_code_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_compile.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_compile_context_copy.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_compile_context_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_compile_context_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_config.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_convert_context_copy.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_convert_context_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_convert_context_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_converted_pattern_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_dfa_match.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_general_context_copy.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_general_context_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_general_context_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_error_message.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_mark.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_match_data_heapframes_size.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_match_data_size.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_ovector_count.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_ovector_pointer.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_get_startchar.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_compile.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_free_unused_memory.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_match.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_stack_assign.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_stack_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_jit_stack_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_maketables.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_maketables_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_context_copy.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_context_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_context_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_data_create.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_data_create_from_pattern.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_match_data_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_pattern_convert.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_pattern_info.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_serialize_decode.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_serialize_encode.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_serialize_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_serialize_get_number_of_codes.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_bsr.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_callout.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_character_tables.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_compile_extra_options.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_compile_recursion_guard.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_depth_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_glob_escape.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_glob_separator.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_heap_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_match_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_max_pattern_length.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_max_varlookbehind.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_newline.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_offset_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_parens_nest_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_recursion_limit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_recursion_memory_management.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_set_substitute_callout.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substitute.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_copy_byname.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_copy_bynumber.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_get_byname.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_get_bynumber.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_length_byname.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_length_bynumber.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_list_free.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_list_get.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_nametable_scan.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2_substring_number_from_name.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2api.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2build.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2callout.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2compat.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2convert.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2demo.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2grep.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2jit.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2limits.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2matching.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2partial.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2pattern.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2perform.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2posix.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2sample.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2serialize.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2syntax.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2test.html
+#usr/share/doc/pcre-pcre2-10.43/html/pcre2unicode.html
+#usr/share/doc/pcre-pcre2-10.43/pcre2-config.txt
+#usr/share/doc/pcre-pcre2-10.43/pcre2.txt
+#usr/share/doc/pcre-pcre2-10.43/pcre2grep.txt
+#usr/share/doc/pcre-pcre2-10.43/pcre2test.txt
 #usr/share/man/man1/pcre2-config.1
 #usr/share/man/man1/pcre2grep.1
 #usr/share/man/man1/pcre2test.1
@@ -155,6 +157,7 @@ usr/lib/libpcre2-posix.so.3.0.4
 #usr/share/man/man3/pcre2_general_context_free.3
 #usr/share/man/man3/pcre2_get_error_message.3
 #usr/share/man/man3/pcre2_get_mark.3
+#usr/share/man/man3/pcre2_get_match_data_heapframes_size.3
 #usr/share/man/man3/pcre2_get_match_data_size.3
 #usr/share/man/man3/pcre2_get_ovector_count.3
 #usr/share/man/man3/pcre2_get_ovector_pointer.3
@@ -191,6 +194,7 @@ usr/lib/libpcre2-posix.so.3.0.4
 #usr/share/man/man3/pcre2_set_heap_limit.3
 #usr/share/man/man3/pcre2_set_match_limit.3
 #usr/share/man/man3/pcre2_set_max_pattern_length.3
+#usr/share/man/man3/pcre2_set_max_varlookbehind.3
 #usr/share/man/man3/pcre2_set_newline.3
 #usr/share/man/man3/pcre2_set_offset_limit.3
 #usr/share/man/man3/pcre2_set_parens_nest_limit.3
diff --git a/lfs/pcre2 b/lfs/pcre2
index 4c23f9021..2e511bb39 100644
--- a/lfs/pcre2
+++ b/lfs/pcre2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 10.42
+VER        = 10.43
 
 THISAPP    = pcre2-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -54,7 +54,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 40aa096745548c489a00ead87a191a4d24ecd924a5b8f00401c1273176de15ccb23510882467c8e2b5c1256b97db46fba5fcdfbd9f0d61d86a29d74bb4bca7a0
+$(DL_FILE)_BLAKE2 = f87f9f36dd6a806cdba1f077f51b53da2583f1898f83e41d594622b28ac8efbc1b2d122b752a9d6cd461fe0e3c7c85ee93358443df518a336da4ee9d72cca808
 
 install : $(TARGET)
 
-- 
2.44.0


  parent reply	other threads:[~2024-05-21 14:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21 14:56 [PATCH] lzip: Update to version 1.24.1 Adolf Belka
2024-05-21 14:56 ` [PATCH] man-pages: Update to version 6.8 Adolf Belka
2024-05-23 17:04   ` Michael Tremer
2024-05-21 14:56 ` [PATCH] openssl: Update to version 3.3.0 Adolf Belka
2024-05-23 17:04   ` Michael Tremer
2024-05-21 14:56 ` Adolf Belka [this message]
2024-05-23 17:03   ` [PATCH] pcre2: Update to version 10.43 Michael Tremer
2024-05-21 14:56 ` [PATCH] psmisc: Update to version 23.7 Adolf Belka
2024-05-23 17:02   ` Michael Tremer
2024-05-21 14:56 ` [PATCH] shadow: Update to version 4.15.1 Adolf Belka
2024-05-23 17:02   ` Michael Tremer
2024-05-21 14:56 ` [PATCH] util-linux: Update to version 2.40.1 Adolf Belka
2024-05-23 17:02   ` Michael Tremer
2024-05-21 14:56 ` [PATCH] vim: Update to version 9.1 Adolf Belka
2024-05-23 17:02   ` Michael Tremer
2024-05-21 14:56 ` [PATCH] whois: Update to version 5.5.23 Adolf Belka
2024-05-23 17:01   ` Michael Tremer
2024-05-23 17:04 ` [PATCH] lzip: Update to version 1.24.1 Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240521145627.291028-4-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox