aboutsummaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/201-Run-autoreconf.patch
Commit message (Collapse)AuthorAge
* net-snmp: update to 5.9.4Ivan Pavlov2024-02-10
| | | | | | | | | Adjust patches for current version changes Module "disk" renamed to "disk_hw" Internal type "unknown" changed to "u_int32_t" Add patch with removing macro syntax checking for successful build Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* net-snmp: move to PCRE2 libraryChristian Marangi2023-09-30
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>