Eneas U de Queiroz
Eneas U de Queiroz
Signed-off-by: Eneas U de Queiroz
libwolfssl-cpu-crypto is a variant of libwolfssl with support for cryptographic CPU instructions on x86_64 and aarch64. On aarch64, wolfSSL does not perform run-time detection, so the library will crash when...
Maintainer: @zhaojh329 Compile tested: mediatek/mt7622 Run tested: none -- verified that it does not change packaged library Description: Currently, lua-eco will add dependencies to all SSL libraries that are selected,...
Old API compatibility was kept with a compatibility shim. The changes are not 100% innocuous. The changed functions are: * `ipset_session_error` was changed to `ipset_session_report_msg`. IIRC, the new function groups...
Check if the `--timestamping` option is available to avoid an error in openwrt when wget is handled by `uclient-fetch`. Signed-off-by: Eneas U de Queiroz
Continuing from #10414 & #10764 The intention is to install libwolfsslcpu-crypto as default for supported targets. #10764 should be merged first to test this on mt7622 If there are no...
This adds libwolfsslcpu-crypto to `DEFAULT_PACKAGES`. Signed-off-by: Eneas U de Queiroz --- Continuing from #10414 The intention is to install libwolfssl-cpu-crypto as default for supported targets. I'm doing mt7622 first, since...
Maintainer: @dddaniel Compile tested: mediatek/mt7622 Run tested: mediatek/mt7622: `python3 -m docutils < staging_dir/target-aarch64_cortex-a53_musl/bpf-headers/samples/bpf/README.rst` Description: Package does not currently build because of distutil dependency. Fix this by updating to the latest...
Maintainer: me Compile tested: aarch64, mediatek/mt7622, Linksys E8450 Run tested: same as above. Tested with python3 -m certifi Description: This version updates the CA bundle, and needs urllib as dependency....
Add a 'skip_manpages' option to meson, so that man pages do not get built. Signed-off-by: Eneas U de Queiroz --- While building the package for openwrt, I am encountering problems...