https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?revision=1254&view=markup - Resyncs upstream library major/minor numbers with ${WRKSRC}/src/pcre2.h.generic instead of shared_libs.log - patch-RunGrepTest reapplied with new /g suffix - Minor bumps for the pcre2 libraries because of changelog items 5 and 11. These add PCRE2_SUBSTITUTE_LITERAL and PCRE2_SUBSTITUTE_REPLACEMENT_ONLY as new values for the `options' argument of pcre2_substitute(...uint32_t options,...). pcre2.h exports these new values. - No versioning bumps due to item 15 because it can be considered a bugfix. set_start_bits() now limits depth of recursion to 1000, adds depthptr to the argument list and adds a new error return code (SSB_TOODEEP). (Sequence is pcre2_compile() --> pcre2_study.c:1672 study() --> set_start_bits()). study() and set_start_bits() are both private helpers while pcre2_compile() is part of the API. https://vcs.pcre.org/pcre2/code/tags/pcre2-10.35/ChangeLog?r1=1211&r2=1212 https://vcs.pcre.org/pcre2/code/tags/pcre2-10.35/src/pcre2_study.c?r1=1180&r2=1213 From Nam Nguyen (MAINTAINER), thanks!