Christian Marangi
Christian Marangi
Port compilation warning for debug level previously fixed in other kernel to kernel version 6.4.
Use %zu and %zd where possible for ssize_t and size_t. Use PTR_ERR to correctly convert to negative error. Use universal pointer to support both 32 and 64bit systems. Fix compilation...
Move project to PCRE2 as PCRE is EOL and won't receive any security updates anymore. PCRE2 have different API compared to PCRE. Mainly PCRE2 have the concept of match_data, no...
Add new lua version 5.4 required by new version of nmap. Patch copied from lua 5.3. Readline patch has to be reworked as lua 5.4 now supports no readline for...
Maintainer: @nunojpg Bump nmap to 7.94 release and drop upstreamed patch. Also backport patch for PCRE2. Signed-off-by: Christian Marangi --- @BKPepe --- Depends on https://github.com/openwrt/packages/pull/22722
For the InstallDev target, the pkg-config should point to the glib2 host tools for glib_compile_resources, gdbus_codegen, glib_genmarshal and glib_mkenums instead of pointing to the targets ones as they are unusable...
Current body parsing logic with trim() + split("###") is too fragile and pose problems with some body that contains case with ### in the middle of the line or case...
Add support for QAM-256 in 2.4GHz 802.11n. This is non-standard and comunicate vht capabilities in 2.4GHz 802.11n permittin, for supported clients, to benefits for additional data rate. Many driver supports...
Introduce Github Actions CI workflow to compile test Pull Request and push. Add simple build test on Windows, build/install/check for MacOs and advanced test with various compile option for Ubuntu....
Commit ba26cc78f207 ("Replace check for DTLS_client_method with OPENSSL_NO_DTLS") made DTLS support depend on the openssl define directly but leave some use of dtlsctx not guarded by ifdef. Fix this by...