net-snmp: move to PCRE2 library 22254/head
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 30 Sep 2023 14:09:18 +0000 (16:09 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 30 Sep 2023 18:30:31 +0000 (20:30 +0200)
commitdaf29ecbb2e17adce7ba9c25759b60c9afff9c01
tree8d79dbf2a607bd7a9a1855ddd5c629b1dc2a9cd9
parent002ff0dd11ffaab73bcd3034e2f82a2c5f396e09
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>
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]