zsh: backport PCRE2 patches and move to it
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 10 Oct 2023 10:29:49 +0000 (12:29 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 16 Oct 2023 12:56:51 +0000 (14:56 +0200)
commit02176ce13b9a53890de8fcda21eef4fd4f4b9289
treebb89171a272eb2f012139f95c9c01e6974127e0f
parentd6a52308627e0772f0d2466c0c651734830ab8ba
zsh: backport PCRE2 patches and move to it

Backport PCRE2 patches from upstream and move package to PCRE2 library
as PCRE is EOL and won't receive any security update anymore.

Patch are backported with minimal change, only the Changelog change is
commented out as it would conflict and makes no sense to adapt for the
purpose of backport patches.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 5b929fde5f9b8bc2b6e85999c9eb08b5a4295c7f)
utils/zsh/Makefile
utils/zsh/patches/001-50658-test-Enable-to-switch-between-C-UTF-8-locales-.patch [new file with mode: 0644]
utils/zsh/patches/002-51723-migrate-pcre-module-to-pcre2.patch [new file with mode: 0644]
utils/zsh/patches/003-51728-assign-pcre-named-capture-groups-to-a-hash.patch [new file with mode: 0644]
utils/zsh/patches/004-51738-support-pcre-s-alternative-DFA-matching-algori.patch [new file with mode: 0644]
utils/zsh/patches/005-51877-do-not-build-pcre-module-if-pcre2-config-is-no.patch [new file with mode: 0644]