mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
- 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>
233 lines
11 KiB
Plaintext
233 lines
11 KiB
Plaintext
#usr/bin/pcre2-config
|
|
#usr/bin/pcre2grep
|
|
#usr/bin/pcre2test
|
|
#usr/include/pcre2.h
|
|
#usr/include/pcre2posix.h
|
|
#usr/lib/libpcre2-16.la
|
|
#usr/lib/libpcre2-16.so
|
|
usr/lib/libpcre2-16.so.0
|
|
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.12.0
|
|
#usr/lib/libpcre2-8.la
|
|
#usr/lib/libpcre2-8.so
|
|
usr/lib/libpcre2-8.so.0
|
|
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.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.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
|
|
#usr/share/man/man3/pcre2.3
|
|
#usr/share/man/man3/pcre2_callout_enumerate.3
|
|
#usr/share/man/man3/pcre2_code_copy.3
|
|
#usr/share/man/man3/pcre2_code_copy_with_tables.3
|
|
#usr/share/man/man3/pcre2_code_free.3
|
|
#usr/share/man/man3/pcre2_compile.3
|
|
#usr/share/man/man3/pcre2_compile_context_copy.3
|
|
#usr/share/man/man3/pcre2_compile_context_create.3
|
|
#usr/share/man/man3/pcre2_compile_context_free.3
|
|
#usr/share/man/man3/pcre2_config.3
|
|
#usr/share/man/man3/pcre2_convert_context_copy.3
|
|
#usr/share/man/man3/pcre2_convert_context_create.3
|
|
#usr/share/man/man3/pcre2_convert_context_free.3
|
|
#usr/share/man/man3/pcre2_converted_pattern_free.3
|
|
#usr/share/man/man3/pcre2_dfa_match.3
|
|
#usr/share/man/man3/pcre2_general_context_copy.3
|
|
#usr/share/man/man3/pcre2_general_context_create.3
|
|
#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
|
|
#usr/share/man/man3/pcre2_get_startchar.3
|
|
#usr/share/man/man3/pcre2_jit_compile.3
|
|
#usr/share/man/man3/pcre2_jit_free_unused_memory.3
|
|
#usr/share/man/man3/pcre2_jit_match.3
|
|
#usr/share/man/man3/pcre2_jit_stack_assign.3
|
|
#usr/share/man/man3/pcre2_jit_stack_create.3
|
|
#usr/share/man/man3/pcre2_jit_stack_free.3
|
|
#usr/share/man/man3/pcre2_maketables.3
|
|
#usr/share/man/man3/pcre2_maketables_free.3
|
|
#usr/share/man/man3/pcre2_match.3
|
|
#usr/share/man/man3/pcre2_match_context_copy.3
|
|
#usr/share/man/man3/pcre2_match_context_create.3
|
|
#usr/share/man/man3/pcre2_match_context_free.3
|
|
#usr/share/man/man3/pcre2_match_data_create.3
|
|
#usr/share/man/man3/pcre2_match_data_create_from_pattern.3
|
|
#usr/share/man/man3/pcre2_match_data_free.3
|
|
#usr/share/man/man3/pcre2_pattern_convert.3
|
|
#usr/share/man/man3/pcre2_pattern_info.3
|
|
#usr/share/man/man3/pcre2_serialize_decode.3
|
|
#usr/share/man/man3/pcre2_serialize_encode.3
|
|
#usr/share/man/man3/pcre2_serialize_free.3
|
|
#usr/share/man/man3/pcre2_serialize_get_number_of_codes.3
|
|
#usr/share/man/man3/pcre2_set_bsr.3
|
|
#usr/share/man/man3/pcre2_set_callout.3
|
|
#usr/share/man/man3/pcre2_set_character_tables.3
|
|
#usr/share/man/man3/pcre2_set_compile_extra_options.3
|
|
#usr/share/man/man3/pcre2_set_compile_recursion_guard.3
|
|
#usr/share/man/man3/pcre2_set_depth_limit.3
|
|
#usr/share/man/man3/pcre2_set_glob_escape.3
|
|
#usr/share/man/man3/pcre2_set_glob_separator.3
|
|
#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
|
|
#usr/share/man/man3/pcre2_set_recursion_limit.3
|
|
#usr/share/man/man3/pcre2_set_recursion_memory_management.3
|
|
#usr/share/man/man3/pcre2_set_substitute_callout.3
|
|
#usr/share/man/man3/pcre2_substitute.3
|
|
#usr/share/man/man3/pcre2_substring_copy_byname.3
|
|
#usr/share/man/man3/pcre2_substring_copy_bynumber.3
|
|
#usr/share/man/man3/pcre2_substring_free.3
|
|
#usr/share/man/man3/pcre2_substring_get_byname.3
|
|
#usr/share/man/man3/pcre2_substring_get_bynumber.3
|
|
#usr/share/man/man3/pcre2_substring_length_byname.3
|
|
#usr/share/man/man3/pcre2_substring_length_bynumber.3
|
|
#usr/share/man/man3/pcre2_substring_list_free.3
|
|
#usr/share/man/man3/pcre2_substring_list_get.3
|
|
#usr/share/man/man3/pcre2_substring_nametable_scan.3
|
|
#usr/share/man/man3/pcre2_substring_number_from_name.3
|
|
#usr/share/man/man3/pcre2api.3
|
|
#usr/share/man/man3/pcre2build.3
|
|
#usr/share/man/man3/pcre2callout.3
|
|
#usr/share/man/man3/pcre2compat.3
|
|
#usr/share/man/man3/pcre2convert.3
|
|
#usr/share/man/man3/pcre2demo.3
|
|
#usr/share/man/man3/pcre2jit.3
|
|
#usr/share/man/man3/pcre2limits.3
|
|
#usr/share/man/man3/pcre2matching.3
|
|
#usr/share/man/man3/pcre2partial.3
|
|
#usr/share/man/man3/pcre2pattern.3
|
|
#usr/share/man/man3/pcre2perform.3
|
|
#usr/share/man/man3/pcre2posix.3
|
|
#usr/share/man/man3/pcre2sample.3
|
|
#usr/share/man/man3/pcre2serialize.3
|
|
#usr/share/man/man3/pcre2syntax.3
|
|
#usr/share/man/man3/pcre2unicode.3
|