pcre2: Update to version 10.47

Message ID 20251025161539.2585804-2-adolf.belka@ipfire.org
State Staged
Commit 3a57fced1694b8d8cf675efb1db4c4ac84746d78
Headers
Series pcre2: Update to version 10.47 |

Commit Message

Adolf Belka 25 Oct 2025, 4:15 p.m. UTC
- Update from version 10.46 to 10.47
- Update of rootfile
- Changelog
    10.47
	1. (#660, #655, #663) Expanded platforms tested by CI: FreeBSD, OpenBSD,
	Solaris, MSYS (Cygwin), S390x, PPC64le, ARMv7, AARCH64, RiscV.
	2. (#655) Made build clean of `/W3` warnings on MSVC. Further suppression of
	minor build warnings on other platforms (various commits).
	3. (#651) Added `--enable-Werror` flag to `./configure` to treat warnings as
	errors (or `--enable-errwarn` for Solaris cc). Previously, you had to hackily
	override the CPPFLAGS when calling make since you can't pass `-Werror` as a
	CFLAG into `./configure` (it breaks compiler feature detection).
	4. (#682) Added AM_MAINTAINER_MODE for Git tag releases. Users building with
	the `./configure` script can check out the release tag using Git, which assigns
	the current time as the modification time to each checked-out file. This caused
	Autoconf to attempt to regenerate the configure script.
	5. (#692) Add LICENSE file for sljit to the tarball release, to clarify that the
	sljit code is governed separately by the 2-clause BSD license.
	6. (#656, #695) Add full support for z/OS and native EBCDIC support. The z/OS
	support is tested nightly using the XLC and IBM-Clang compilers, with Autoconf
	and CMake. In addition, for test purposes, the EBCDIC support can now be enabled
	on any platform using the new Autoconf `--enable-ebcdic-ignoring-compiler` and
	CMake `-DPCRE2_EBCDIC_IGNORING_COMPILER` options.
	7. (#700) Faster lookup of named capture groups during pattern compilation using
	a hash table.
	8. (#697, #756, #778) Improvements to pcre2test to increase code coverage:
	-malloc argument; more detailed test assertions.
	9. (#705, #710, #737, #738) Powerful new feature: pattern recursion of
	the form "(?1(GROUP_NAME_OR_NUM,...))" acts as a subroutine call which
	additionally returns the listed capturing groups to the calling context.
	10. (#721) Add linker scripts to enable symbol versioning for the PCRE2 dynamic
	libraries. Downstream Linux distributions may make use of this, or disable it
	with the new Autoconf `--disable-symvers` and CMake `-DPCRE2_SYMVERS` options.
	Currently, Linux, Solaris, and FreeBSD (GNU ld, LLVM lld, and Solaris ld) are
	tested and supported.
	11. (#733) New API function: pcre2_next_match(). This function makes it both
	simpler and safer for clients to iterate over all matches in a subject. The
	documentation in `pcre2api` also provides improved guidance in the section
	"Iterating over all matches".
	12. (#739, #744, #753) Modernize the CMake build files, to use standard
	commands to export the PCRE2 targets. This makes use of the
	"$<BUILD_INTERFACE:...>" and "$<INSTALL_INTERFACE:...>" expressions alongside
	the built-in "install(EXPORT...)" command. This brings the CMake files in line
	with the patches used by vcpkg to distribute PCRE2. The minimum CMake version
	remains 3.15.
	13. (#756) Improved error offsets and diagnostics for syntax errors during
	pattern compilation.
	14. (#708, #729, #724, #731, #777) Various updates to Bazel and Zig
	build support.
	15. (#775) Added PCRE2_CONFIG_EFFECTIVE_LINKSIZE option to pcre2_config(), to
	report the actual number of code units used in compiled patterns for recording
	string lengths and offsets.
	16. (#801) Significant bugfix: Fix a crash in pcre2_callout_enumerate() which is
	easily reachable on any pattern that contains a Unicode character class. If your
	application uses this function, please read the details for this change and
	evaluate its severity for your application.
	17. (#806, #807) Improved input validation for pcre2_substitute() used with
	PCRE2_SUBSTITUTE_MATCHED.
	18. (#817) Add support for $+ replacement to pcre2_substitute().
	19. (#818) New SIMD code generation in the JIT for AArch64.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/pcre2 | 240 +++++++++++++++++-----------------
 lfs/pcre2                     |   4 +-
 2 files changed, 123 insertions(+), 121 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/pcre2 b/config/rootfiles/common/pcre2
index c80d7453b..bb6366fb0 100644
--- a/config/rootfiles/common/pcre2
+++ b/config/rootfiles/common/pcre2
@@ -6,138 +6,139 @@ 
 #usr/lib/libpcre2-16.la
 #usr/lib/libpcre2-16.so
 usr/lib/libpcre2-16.so.0
-usr/lib/libpcre2-16.so.0.14.0
+usr/lib/libpcre2-16.so.0.15.0
 #usr/lib/libpcre2-32.la
 #usr/lib/libpcre2-32.so
 usr/lib/libpcre2-32.so.0
-usr/lib/libpcre2-32.so.0.14.0
+usr/lib/libpcre2-32.so.0.15.0
 #usr/lib/libpcre2-8.la
 #usr/lib/libpcre2-8.so
 usr/lib/libpcre2-8.so.0
-usr/lib/libpcre2-8.so.0.14.0
+usr/lib/libpcre2-8.so.0.15.0
 #usr/lib/libpcre2-posix.la
 #usr/lib/libpcre2-posix.so
 usr/lib/libpcre2-posix.so.3
-usr/lib/libpcre2-posix.so.3.0.6
+usr/lib/libpcre2-posix.so.3.0.7
 #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.46
-#usr/share/doc/pcre-pcre2-10.46/AUTHORS.md
-#usr/share/doc/pcre-pcre2-10.46/COPYING
-#usr/share/doc/pcre-pcre2-10.46/ChangeLog
-#usr/share/doc/pcre-pcre2-10.46/LICENCE.md
-#usr/share/doc/pcre-pcre2-10.46/NEWS
-#usr/share/doc/pcre-pcre2-10.46/README
-#usr/share/doc/pcre-pcre2-10.46/SECURITY.md
-#usr/share/doc/pcre-pcre2-10.46/html
-#usr/share/doc/pcre-pcre2-10.46/html/NON-AUTOTOOLS-BUILD.txt
-#usr/share/doc/pcre-pcre2-10.46/html/README.txt
-#usr/share/doc/pcre-pcre2-10.46/html/index.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2-config.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_callout_enumerate.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_code_copy.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_code_copy_with_tables.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_code_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_compile.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_compile_context_copy.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_compile_context_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_compile_context_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_config.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_convert_context_copy.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_convert_context_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_convert_context_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_converted_pattern_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_dfa_match.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_general_context_copy.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_general_context_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_general_context_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_error_message.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_mark.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_match_data_heapframes_size.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_match_data_size.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_ovector_count.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_ovector_pointer.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_get_startchar.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_compile.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_free_unused_memory.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_match.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_stack_assign.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_stack_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_jit_stack_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_maketables.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_maketables_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_context_copy.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_context_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_context_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_data_create.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_data_create_from_pattern.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_match_data_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_pattern_convert.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_pattern_info.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_serialize_decode.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_serialize_encode.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_serialize_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_serialize_get_number_of_codes.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_bsr.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_callout.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_character_tables.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_compile_extra_options.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_compile_recursion_guard.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_depth_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_glob_escape.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_glob_separator.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_heap_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_match_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_max_pattern_compiled_length.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_max_pattern_length.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_max_varlookbehind.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_newline.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_offset_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_optimize.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_parens_nest_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_recursion_limit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_recursion_memory_management.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_substitute_callout.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_set_substitute_case_callout.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substitute.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_copy_byname.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_copy_bynumber.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_get_byname.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_get_bynumber.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_length_byname.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_length_bynumber.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_list_free.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_list_get.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_nametable_scan.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2_substring_number_from_name.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2api.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2build.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2callout.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2compat.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2convert.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2demo.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2grep.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2jit.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2limits.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2matching.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2partial.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2pattern.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2perform.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2posix.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2sample.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2serialize.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2syntax.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2test.html
-#usr/share/doc/pcre-pcre2-10.46/html/pcre2unicode.html
-#usr/share/doc/pcre-pcre2-10.46/pcre2-config.txt
-#usr/share/doc/pcre-pcre2-10.46/pcre2.txt
-#usr/share/doc/pcre-pcre2-10.46/pcre2grep.txt
-#usr/share/doc/pcre-pcre2-10.46/pcre2test.txt
+#usr/share/doc/pcre-pcre2-10.47
+#usr/share/doc/pcre-pcre2-10.47/AUTHORS.md
+#usr/share/doc/pcre-pcre2-10.47/COPYING
+#usr/share/doc/pcre-pcre2-10.47/ChangeLog
+#usr/share/doc/pcre-pcre2-10.47/LICENCE.md
+#usr/share/doc/pcre-pcre2-10.47/NEWS
+#usr/share/doc/pcre-pcre2-10.47/README
+#usr/share/doc/pcre-pcre2-10.47/SECURITY.md
+#usr/share/doc/pcre-pcre2-10.47/html
+#usr/share/doc/pcre-pcre2-10.47/html/NON-AUTOTOOLS-BUILD.txt
+#usr/share/doc/pcre-pcre2-10.47/html/README.txt
+#usr/share/doc/pcre-pcre2-10.47/html/index.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2-config.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_callout_enumerate.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_code_copy.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_code_copy_with_tables.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_code_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_compile.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_compile_context_copy.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_compile_context_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_compile_context_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_config.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_convert_context_copy.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_convert_context_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_convert_context_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_converted_pattern_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_dfa_match.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_general_context_copy.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_general_context_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_general_context_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_error_message.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_mark.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_match_data_heapframes_size.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_match_data_size.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_ovector_count.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_ovector_pointer.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_get_startchar.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_compile.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_free_unused_memory.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_match.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_stack_assign.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_stack_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_jit_stack_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_maketables.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_maketables_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_context_copy.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_context_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_context_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_data_create.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_data_create_from_pattern.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_match_data_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_next_match.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_pattern_convert.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_pattern_info.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_serialize_decode.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_serialize_encode.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_serialize_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_serialize_get_number_of_codes.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_bsr.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_callout.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_character_tables.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_compile_extra_options.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_compile_recursion_guard.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_depth_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_glob_escape.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_glob_separator.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_heap_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_match_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_max_pattern_compiled_length.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_max_pattern_length.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_max_varlookbehind.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_newline.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_offset_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_optimize.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_parens_nest_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_recursion_limit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_recursion_memory_management.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_substitute_callout.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_set_substitute_case_callout.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substitute.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_copy_byname.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_copy_bynumber.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_get_byname.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_get_bynumber.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_length_byname.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_length_bynumber.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_list_free.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_list_get.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_nametable_scan.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2_substring_number_from_name.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2api.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2build.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2callout.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2compat.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2convert.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2demo.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2grep.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2jit.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2limits.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2matching.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2partial.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2pattern.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2perform.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2posix.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2sample.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2serialize.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2syntax.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2test.html
+#usr/share/doc/pcre-pcre2-10.47/html/pcre2unicode.html
+#usr/share/doc/pcre-pcre2-10.47/pcre2-config.txt
+#usr/share/doc/pcre-pcre2-10.47/pcre2.txt
+#usr/share/doc/pcre-pcre2-10.47/pcre2grep.txt
+#usr/share/doc/pcre-pcre2-10.47/pcre2test.txt
 #usr/share/man/man1/pcre2-config.1
 #usr/share/man/man1/pcre2grep.1
 #usr/share/man/man1/pcre2test.1
@@ -181,6 +182,7 @@  usr/lib/libpcre2-posix.so.3.0.6
 #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_next_match.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
diff --git a/lfs/pcre2 b/lfs/pcre2
index 900545323..9686bf750 100644
--- a/lfs/pcre2
+++ b/lfs/pcre2
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 10.46
+VER        = 10.47
 
 THISAPP    = pcre2-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -54,7 +54,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ebd501ba2105c847bb830c932bbfafef2e14583743f62b46af7671aa801eff0ca8b1ed9ce8252f9b091f18ef6e5ef38d47777f657d3ba3813be3d94856558080
+$(DL_FILE)_BLAKE2 = 9b56eddbc8b6fd6ce925575c337891c4f7790215c77325c1f0ad4a72be07e2a2a6a6b6638a5a2c49d1da6f4715320f240fd17c4ffcb77d1bb00875b990d6ee13
 
 install : $(TARGET)