qosmio

Results 10 issues of qosmio

### No Duplicates Issue - [X] I'm sure I've searched on the issue tracker before creating one. ### Expected Behavior? App icon should appear in springboard after refreshing uncache. App...

`EVP_CIPHER_CTX_cipher()` function was deprecated in OpenSSL 3.0. As per OpenSSL's recommendation (https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_get0_cipher.html) switch to using `EVP_CIPHER_CTX_get0_cipher()` instead. This would remedy the following: ``` -L/data/code/openwrt/ipq/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -L/data/code/openwrt/ipq/staging_dir/toolchain-aarch64_cortex-a53_gcc-13.2.0_musl/usr/lib -L/data/code/openwr t/ipq/staging_dir/toolchain-aarch64_cortex-a53_gcc-13.2.0_musl/lib -fuse-ld=mold -Wl,--gc-sections -flto=auto...

Since upstream openwrt has been using openssl 3.0 for quite some time, figured we could clean up some of the legacy code. This PR updates the code for EC/RSA key...

Maintainer: Tianling Shen Run tested: aarch64, Dynalink DL-WRX36, Master Branch

Maintainer: Tianling Shen Run tested: aarch64, Dynalink DL-WRX36, Master Branch

From project's release notes: mold 2.31.0 is a new release of the high-speed linker. It includes the following new features and bug fixes: # New features - mold is now...

build/scripts/tools

I don't see any binaries available for the `ipq806x` target. I know most development upstream is focused on the ipq807x/ipq6xxx/ipq5xxx target, but I do see references to NSS blobs for...

Fixes error with hearing map showing: ``` Cannot read properties of undefined (reading '0') ``` Maintainer: Nick Hainke

Also bumps setuptools to version 24.0 Run tested: aarch64, Dynalink DL-WRX36, Master Branch Maintainer: Jeffery To