net-snmp: move to PCRE2 library
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 30 Sep 2023 14:09:18 +0000 (16:09 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 8 Oct 2023 09:53:33 +0000 (11:53 +0200)
commit292551163d91d0f6966dbc8abec6a2dff6db320c
treef2ed3b0eff7762891a0bfc14f83c0b7c8c568298
parentc6d5e3e96f344d739108814183254b5fd7bfb208
net-snmp: move to PCRE2 library

Add upstream patch adding support for pcre2 and update dependency to
require libpcre2 instead of libpcre.

--with-pcre2-8 is now needed to exclude support for pcre and only
require pcre2 as net-snmp still use and try to use pcre by default.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit daf29ecbb2e17adce7ba9c25759b60c9afff9c01)
net/net-snmp/Makefile
net/net-snmp/patches/200-add-pcre2-support.patch [new file with mode: 0644]
net/net-snmp/patches/201-Run-autoreconf.patch [new file with mode: 0644]
net/net-snmp/patches/202-Improve-pcre2-support.patch [new file with mode: 0644]