fdm: update to 2.2 release and switch to PCRE2
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 29 Oct 2023 15:15:02 +0000 (16:15 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 31 Oct 2023 12:47:06 +0000 (13:47 +0100)
commit2cc3f40b6f96c72f96898e6ee178a708ff77df68
treed1d2532a35eb11eb7f935172045dae8f812ff348
parent69d10e78eb4467d7bd5b9d9177d80a05bf556c8d
fdm: update to 2.2 release and switch to PCRE2

Update to release 2.2 and switch to PCRE2. New release switched from
PCRE to PCRE2 and is now required.

Drop patch merged upstream and backport 2 additional patch that fix a
user-after-free and a PCRE2 bug.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 13982c13d09803b8979f7934c6048db9ad240338)
mail/fdm/Makefile
mail/fdm/patches/010-ntop-fix.patch [deleted file]
mail/fdm/patches/020-Fix-compile-with-OpenSSL-1.1.0.patch [deleted file]
mail/fdm/patches/030-cdefs.patch [deleted file]
mail/fdm/patches/100-Fix-bugs-in-PCRE2-code-don-t-walk-off-the-end-of-the.patch [new file with mode: 0644]
mail/fdm/patches/101-Fix-use-after-free-GitHub-issue-126.patch [new file with mode: 0644]