]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
pcre2: Update to version 10.43
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 21 May 2024 14:56:22 +0000 (16:56 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 27 Jun 2024 05:54:34 +0000 (07:54 +0200)
- 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@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/pcre2
lfs/pcre2

index 925efb675f68647b6d9f6f0e7c32455eaf4e0de7..e8c0dde393d9a98d0f77c3c5ef6e2d93390f0a58 100644 (file)
 #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
index 4c23f9021450f0eb0346895f7b846e425e7b6ac6..2e511bb39f56ee9e6b9e2313ed38c6cc4ed3e7c2 100644 (file)
--- a/lfs/pcre2
+++ b/lfs/pcre2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@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)