Snippets for android-file-transfer-whoozle 4.5 from Alpine riscv64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-riscv64/testing/android-file-transfer/android-file-transfer-4.5-r0.log.
-
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:71:58: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 71 | Keys(): exp(), mod(), pkey(), rsa(RSA_new()) | ~~~~~~~^~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:81:41: warning: 'int RSA_set0_key(RSA*, BIGNUM*, BIGNUM*, BIGNUM*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 81 | if (RSA_set0_key(rsa, mod, exp, pkey)) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:99:41: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 99 | RSA_free(rsa); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:154:53: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 154 | ByteArray signature(RSA_size(rsa)); | ~~~~~~~~^~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:169:48: warning: 'int RSA_private_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 169 | if (RSA_private_decrypt(signature.size(), signature.data(), dst, rsa, RSA_NO_PADDING) == -1) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:178:44: warning: 'int AES_set_decrypt_key(const unsigned char*, int, AES_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 178 | AES_set_decrypt_key(key.data(), key.size() * 8, &aesKey); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:182:40: warning: 'void AES_cbc_encrypt(const unsigned char*, unsigned char*, size_t, const AES_KEY*, unsigned char*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 182 | AES_cbc_encrypt(src, result.data(), size, &aesKey, iv.data(), 0); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:188:53: warning: 'CMAC_CTX* CMAC_CTX_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 188 | CMAC_CTX *ctx = CMAC_CTX_new(); | ~~~~~~~~~~~~^~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:192:39: warning: 'int CMAC_Init(CMAC_CTX*, const void*, size_t, const EVP_CIPHER*, ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | if (!CMAC_Init(ctx, key, keySize, EVP_aes_128_cbc(), NULL)) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:194:41: warning: 'int CMAC_Update(CMAC_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | if (!CMAC_Update(ctx, src, size)) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:197:40: warning: 'int CMAC_Final(CMAC_CTX*, unsigned char*, size_t*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 197 | if (!CMAC_Final(ctx, dst, &len)) | ~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:199:38: warning: 'void CMAC_CTX_free(CMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 199 | CMAC_CTX_free(ctx); | ~~~~~~~~~~~~~^~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:255:98: warning: 'int RSA_size(const RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 255 | if (signatureSize < 0x80 || signatureSize != static_cast<size_t>(RSA_size(rsa))) | ~~~~~~~~^~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/mtp/mtpz/TrustedApp.cpp:260:48: warning: 'int RSA_private_decrypt(int, const unsigned char*, unsigned char*, RSA*, int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 260 | if (RSA_private_decrypt(signatureSize, src, signature.data(), rsa, RSA_NO_PADDING) == -1) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/qt/main.cpp:63:43: warning: 'Qt::AA_UseHighDpiPixmaps' is deprecated: High-DPI pixmaps are always enabled. This attribute no longer has any effect. [-Wdeprecated-declarations] 63 | QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); | ^~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/qt/main.cpp:69:63: warning: 'static QString QLibraryInfo::location(LibraryLocation)' is deprecated: Use path() [-Wdeprecated-declarations] 69 | QLibraryInfo::location(QLibraryInfo::TranslationsPath)); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/qt/main.cpp:68:26: warning: ignoring return value of 'bool QTranslator::load(const QString&, const QString&, const QString&, const QString&)', declared with attribute 'nodiscard' [-Wunused-result] 68 | qtTranslator.load("qt_" + QLocale::system().name(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | QLibraryInfo::location(QLibraryInfo::TranslationsPath)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/android-file-transfer/src/android-file-transfer-linux-4.5/qt/main.cpp:73:25: warning: ignoring return value of 'bool QTranslator::load(const QString&, const QString&, const QString&, const QString&)', declared with attribute 'nodiscard' [-Wunused-result] 73 | aTranslator.load(":/android-file-transfer-linux_" + QLocale::system().name()); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~