>>> perl-net-ssleay: Building main/perl-net-ssleay 1.92-r2 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 14:49:22 +0000 >>> perl-net-ssleay: Checking sanity of /home/buildozer/aports/main/perl-net-ssleay/APKBUILD... >>> perl-net-ssleay: Analyzing dependencies... >>> perl-net-ssleay: Installing for build: build-base perl perl-dev openssl-dev>3 zlib-dev perl-test-exception perl-test-warn perl-test-nowarnings (1/14) Installing libbz2 (1.0.8-r3) (2/14) Installing perl (5.36.0-r0) (3/14) Installing perl-utils (5.36.0-r0) (4/14) Installing perl-dev (5.36.0-r0) (5/14) Installing openssl-dev (3.0.5-r3) (6/14) Installing zlib-dev (1.2.13-r0) (7/14) Installing perl-sub-uplevel (0.2800-r2) (8/14) Installing perl-test-exception (0.43-r2) (9/14) Installing perl-test-warn (0.37-r0) (10/14) Installing perl-test-nowarnings (1.06-r0) (11/14) Installing .makedepends-perl-net-ssleay (20221025.144923) (12/14) Installing perl-error (0.17029-r1) (13/14) Installing perl-git (2.38.1-r0) (14/14) Installing git-perl (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 316 MiB in 106 packages >>> perl-net-ssleay: Cleaning up srcdir >>> perl-net-ssleay: Cleaning up pkgdir >>> perl-net-ssleay: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Net-SSLeay-1.92.tar.gz >>> perl-net-ssleay: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Net-SSLeay-1.92.tar.gz >>> perl-net-ssleay: Checking sha512sums... Net-SSLeay-1.92.tar.gz: OK >>> perl-net-ssleay: Unpacking /var/cache/distfiles/v3.17/Net-SSLeay-1.92.tar.gz... Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. *** Found OpenSSL-3.0.5 installed in /usr Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for SSLeay () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/main/perl-net-ssleay/src/Net-SSLeay-1.92/typemap' SSLeay.xs > SSLeay.xsc cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm chmod 644 "SSLeay.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 mv SSLeay.xsc SSLeay.c cc -c -I"/usr/include" -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"1.92\" -DXS_VERSION=\"1.92\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" SSLeay.c SSLeay.xs: In function 'tlsext_ticket_key_cb_invoke': SSLeay.xs:1651:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1651 | HMAC_Init_ex(hctx,key+16,hmac_key_len,EVP_sha256(),NULL); | ^~~~~~~~~~~~ In file included from /usr/include/openssl/ssl.h:37, from SSLeay.xs:167: /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ SSLeay.xs:1656:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1656 | HMAC_Init_ex(hctx,key+16,hmac_key_len,EVP_sha256(),NULL); | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:2088:6: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 2088 | RETVAL = SSL_CTX_new (TLSv1_method()); | ^~~~~~ /usr/include/openssl/ssl.h:2015:50: note: declared here 2015 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ | ^~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_1_new': SSLeay.xs:2097:6: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 2097 | RETVAL = SSL_CTX_new (TLSv1_1_method()); | ^~~~~~ /usr/include/openssl/ssl.h:2023:50: note: declared here 2023 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ | ^~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_2_new': SSLeay.xs:2108:6: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 2108 | RETVAL = SSL_CTX_new (TLSv1_2_method()); | ^~~~~~ /usr/include/openssl/ssl.h:2031:50: note: declared here 2031 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey': SSLeay.c:3574:9: warning: 'SSL_use_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3574 | RETVAL = SSL_use_RSAPrivateKey(s, rsa); | ^~~~~~ /usr/include/openssl/ssl.h:1661:34: note: declared here 1661 | OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey_ASN1': SSLeay.c:3598:9: warning: 'SSL_use_RSAPrivateKey_ASN1' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3598 | RETVAL = SSL_use_RSAPrivateKey_ASN1(s, d, len); | ^~~~~~ /usr/include/openssl/ssl.h:1663:12: note: declared here 1663 | __owur int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_use_RSAPrivateKey_file': SSLeay.c:3622:9: warning: 'SSL_use_RSAPrivateKey_file' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3622 | RETVAL = SSL_use_RSAPrivateKey_file(s, file, type); | ^~~~~~ /usr/include/openssl/ssl.h:1689:12: note: declared here 1689 | __owur int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_use_RSAPrivateKey_file': SSLeay.c:3646:9: warning: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3646 | RETVAL = SSL_CTX_use_RSAPrivateKey_file(ctx, file, type); | ^~~~~~ /usr/include/openssl/ssl.h:1697:12: note: declared here 1697 | __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_load_builtin_engines': SSLeay.c:6093:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6093 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from SSLeay.xs:189: /usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_register_all_complete': SSLeay.c:6107:9: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6107 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_by_id': SSLeay.c:6125:9: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6125 | RETVAL = ENGINE_by_id(id); | ^~~~~~ /usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ENGINE_set_default': SSLeay.c:6147:9: warning: 'ENGINE_set_default' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6147 | RETVAL = ENGINE_set_default(e, flags); | ^~~~~~ /usr/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ERR_load_SSL_strings': SSLeay.c:6165:9: warning: 'ERR_load_SSL_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6165 | ERR_load_SSL_strings(); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/sslerr.h:17, from /usr/include/openssl/ssl.h:43: /usr/include/openssl/sslerr_legacy.h:29:27: note: declared here 29 | OSSL_DEPRECATEDIN_3_0 int ERR_load_SSL_strings(void); | ^~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_ERR_load_RAND_strings': SSLeay.c:6179:9: warning: 'ERR_load_RAND_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6179 | ERR_load_RAND_strings(); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/cryptoerr.h:17, from /usr/include/openssl/crypto.h:38, from /usr/include/openssl/bio.h:30, from /usr/include/openssl/err.h:29, from SSLeay.xs:163: /usr/include/openssl/cryptoerr_legacy.h:67:27: note: declared here 67 | OSSL_DEPRECATEDIN_3_0 int ERR_load_RAND_strings(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RAND_pseudo_bytes': SSLeay.xs:3302:9: warning: 'RAND_pseudo_bytes' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 3302 | rc = RAND_pseudo_bytes(random, num); | ^~ In file included from SSLeay.xs:165: /usr/include/openssl/rand.h:79:29: note: declared here 79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num); | ^~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_certificate_type': SSLeay.c:6992:9: warning: 'X509_certificate_type' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6992 | RETVAL = X509_certificate_type(x, pubkey); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:31: /usr/include/openssl/x509.h:988:27: note: declared here 988 | OSSL_DEPRECATEDIN_3_0 int X509_certificate_type(const X509 *x, | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_lastUpdate': SSLeay.c:7636:9: warning: 'X509_CRL_get_lastUpdate' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 7636 | RETVAL = X509_CRL_get_lastUpdate(x); | ^~~~~~ /usr/include/openssl/x509.h:932:36: note: declared here 932 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_nextUpdate': SSLeay.c:7656:9: warning: 'X509_CRL_get_nextUpdate' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 7656 | RETVAL = X509_CRL_get_nextUpdate(x); | ^~~~~~ /usr/include/openssl/x509.h:933:36: note: declared here 933 | OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_X509_get_subjectAltNames': SSLeay.xs:4060:26: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4060 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.otherName->value->value.utf8string), ASN1_STRING_length(subjAltNameDN->d.otherName->value->value.utf8string)))); | ^~~~~ In file included from /usr/include/openssl/objects.h:21, from /usr/include/openssl/evp.h:43, from /usr/include/openssl/rand.h:23: /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs:4069:26: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4069 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.ia5), ASN1_STRING_length(subjAltNameDN->d.ia5)))); | ^~~~~ /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_crl_distribution_points': SSLeay.xs:4133:25: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4133 | XPUSHs(sv_2mortal(newSVpv((char*)ASN1_STRING_data(gn->d.ia5),ASN1_STRING_length(gn->d.ia5)))); | ^~~~~~ /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_ocsp_uri': SSLeay.xs:4174:17: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4174 | XPUSHs(sv_2mortal(newSVpv( | ^~~~~~ /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_ASN1_STRING_get': SSLeay.xs:4524:9: warning: 'ASN1_STRING_data' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 4524 | u8 = newSVpv((const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); | ^~ /usr/include/openssl/asn1.h:680:40: note: declared here 680 | OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x); | ^~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_PKEY_assign_RSA': SSLeay.c:10316:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 10316 | RETVAL = EVP_PKEY_assign_RSA(pkey, key); | ^~~~~~ /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_MD4': SSLeay.xs:4909:9: warning: 'MD4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4909 | if (MD4(data,len,md)) { | ^~ In file included from SSLeay.xs:176: /usr/include/openssl/md4.h:53:38: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD4(const unsigned char *d, size_t n, | ^~~ SSLeay.xs: In function 'XS_Net__SSLeay_MD5': SSLeay.xs:4927:6: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4927 | if (MD5(data,len,md)) { | ^~ In file included from SSLeay.xs:179: /usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ SSLeay.xs: In function 'XS_Net__SSLeay_RIPEMD160': SSLeay.xs:4945:6: warning: 'RIPEMD160' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 4945 | if (RIPEMD160(data,len,md)) { | ^~ In file included from SSLeay.xs:182: /usr/include/openssl/ripemd.h:49:38: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 unsigned char *RIPEMD160(const unsigned char *d, size_t n, | ^~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:10997:9: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 10997 | RETVAL = TLSv1_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2015:50: note: declared here 2015 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ | ^~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_server_method': SSLeay.c:11015:9: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11015 | RETVAL = TLSv1_server_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2016:50: note: declared here 2016 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void); | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:11033:9: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11033 | RETVAL = TLSv1_client_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2017:50: note: declared here 2017 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void); | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:11054:9: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11054 | RETVAL = TLSv1_1_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2023:50: note: declared here 2023 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_server_method': SSLeay.c:11072:9: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11072 | RETVAL = TLSv1_1_server_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2024:50: note: declared here 2024 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_client_method': SSLeay.c:11090:9: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11090 | RETVAL = TLSv1_1_client_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2025:50: note: declared here 2025 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_method': SSLeay.c:11112:9: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11112 | RETVAL = TLSv1_2_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2031:50: note: declared here 2031 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ | ^~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_server_method': SSLeay.c:11130:9: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11130 | RETVAL = TLSv1_2_server_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2032:50: note: declared here 2032 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_client_method': SSLeay.c:11148:9: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 11148 | RETVAL = TLSv1_2_client_method(); | ^~~~~~ /usr/include/openssl/ssl.h:2033:50: note: declared here 2033 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void); | ^~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_set_ssl_version': SSLeay.c:12484:9: warning: 'SSL_CTX_set_ssl_version' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 12484 | RETVAL = SSL_CTX_set_ssl_version(ctx, meth); | ^~~~~~ /usr/include/openssl/ssl.h:1993:12: note: declared here 1993 | __owur int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth); | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_use_RSAPrivateKey': SSLeay.c:12661:9: warning: 'SSL_CTX_use_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 12661 | RETVAL = SSL_CTX_use_RSAPrivateKey(ctx, rsa); | ^~~~~~ /usr/include/openssl/ssl.h:1810:12: note: declared here 1810 | __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); | ^~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_CTX_set_tmp_dh_callback': SSLeay.c:13941:9: warning: 'SSL_CTX_set_tmp_dh_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13941 | SSL_CTX_set_tmp_dh_callback(ctx, dh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ssl.h:2227:6: note: declared here 2227 | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_set_tmp_dh_callback': SSLeay.c:13959:9: warning: 'SSL_set_tmp_dh_callback' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13959 | SSL_set_tmp_dh_callback(ssl, dh); | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ssl.h:2231:6: note: declared here 2231 | void SSL_set_tmp_dh_callback(SSL *ssl, | ^~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EC_KEY_new_by_curve_name': SSLeay.c:14378:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14378 | RETVAL = EC_KEY_new_by_curve_name(nid); | ^~~~~~ In file included from /usr/include/openssl/x509.h:33: /usr/include/openssl/ec.h:998:31: note: declared here 998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EC_KEY_free': SSLeay.c:14396:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14396 | EC_KEY_free(key); | ^~~~~~~~~~~ /usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_PKEY_assign_EC_KEY': SSLeay.c:14438:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 14438 | RETVAL = EVP_PKEY_assign_EC_KEY(pkey, key); | ^~~~~~ /usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_EC_KEY_generate_key': SSLeay.xs:6019:9: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6019 | eckey = EC_KEY_new(); | ^~~~~ /usr/include/openssl/ec.h:968:31: note: declared here 968 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void); | ^~~~~~~~~~ SSLeay.xs:6021:13: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6021 | && EC_KEY_set_group(eckey, group) | ^~ /usr/include/openssl/ec.h:1042:27: note: declared here 1042 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); | ^~~~~~~~~~~~~~~~ SSLeay.xs:6022:13: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6022 | && EC_KEY_generate_key(eckey)) { | ^~ /usr/include/openssl/ec.h:1101:27: note: declared here 1101 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ SSLeay.xs:6025:13: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6025 | if (eckey) EC_KEY_free(eckey); | ^~ /usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RSA_generate_key': SSLeay.xs:6228:8: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6228 | ret = RSA_new(); | ^~~ In file included from /usr/include/openssl/x509.h:36: /usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ SSLeay.xs:6240:12: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6240 | RSA_free(ret); | ^~~~~~~~ /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.xs:6244:8: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6244 | rc = RSA_generate_key_ex(ret, bits, e, new_cb); | ^~ /usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ SSLeay.xs:6254:12: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 6254 | if (ret) RSA_free(ret); | ^~ /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_RSA_free': SSLeay.c:15146:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 15146 | RSA_free(r); | ^~~~~~~~ /usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_PEM_read_bio_DHparams': SSLeay.c:15306:9: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 15306 | RETVAL = PEM_read_bio_DHparams(bio, x, cb, u); | ^~~~~~ In file included from /usr/include/openssl/ssl.h:36: /usr/include/openssl/pem.h:469:1: note: declared here 469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_DH_free': SSLeay.c:15839:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 15839 | DH_free(dh); | ^~~~~~~ In file included from /usr/include/openssl/dsa.h:51, from /usr/include/openssl/x509.h:37: /usr/include/openssl/dh.h:200:28: note: declared here 200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_EVP_MD_CTX_md': SSLeay.c:16543:9: warning: 'EVP_MD_CTX_md' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 16543 | RETVAL = EVP_MD_CTX_md(ctx); | ^~~~~~ /usr/include/openssl/evp.h:555:15: note: declared here 555 | const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); | ^~~~~~~~~~~~~ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib:/lib" cc -shared -Os -fomit-frame-pointer -L/usr -L/usr/lib -L/usr/local/lib -fstack-protector-strong SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -L/usr -L/usr/lib -lssl -lcrypto -lz \ chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so Manifying 2 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t t/handle/local/05_use.t ..................... ok t/local/01_pod.t ............................ skipped: Test::Pod 1.41 required for testing pod t/local/02_pod_coverage.t ................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 # # Testing Net::SSLeay 1.92 # # Perl information: # Version: '5.036000' # Executable path: '/usr/bin/perl' # # Library version with OpenSSL_version_num(): # OPENSSL_VERSION_NUMBER: '0x30000050' # # Library information with SSLeay_version() and OpenSSL_version(): # SSLEAY_VERSION: 'OpenSSL 3.0.5 5 Jul 2022' # SSLEAY_CFLAGS: 'compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -Os -fomit-frame-pointer -g -Wa,--noexecstack -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Os -fomit-frame-pointer' # SSLEAY_BUILT_ON: 'built on: Wed Oct 12 15:31:47 2022 UTC' # SSLEAY_PLATFORM: 'platform: linux-x86_64' # SSLEAY_DIR: 'OPENSSLDIR: "/etc/ssl"' # OPENSSL_ENGINES_DIR: 'ENGINESDIR: "/usr/lib/engines-3"' # OPENSSL_MODULES_DIR: 'MODULESDIR: "/usr/lib/ossl-modules"' # OPENSSL_CPU_INFO: 'CPUINFO: OPENSSL_ia32cap=0x1fbee3ffffebffff:0x0' # OPENSSL_VERSION_STRING: '3.0.5' # OPENSSL_FULL_VERSION_STRING: '3.0.5' # # Library version information with OPENSSL_version_*(): # OPENSSL_version_major(): '3' # OPENSSL_version_minor(): '0' # OPENSSL_version_patch(): '5' # OPENSSL_version_pre_release(): '' # OPENSSL_version_build_metadata(): '' # # Library information with OPENSSL_info(): # OPENSSL_INFO_CONFIG_DIR: '/etc/ssl' # OPENSSL_INFO_ENGINES_DIR: '/usr/lib/engines-3' # OPENSSL_INFO_MODULES_DIR: '/usr/lib/ossl-modules' # OPENSSL_INFO_DSO_EXTENSION: '.so' # OPENSSL_INFO_DIR_FILENAME_SEPARATOR: '/' # OPENSSL_INFO_LIST_SEPARATOR: ':' # OPENSSL_INFO_SEED_SOURCE: 'os-specific' # OPENSSL_INFO_CPU_SETTINGS: 'OPENSSL_ia32cap=0x1fbee3ffffebffff:0x0' t/local/03_use.t ............................ ok t/local/04_basic.t .......................... ok t/local/05_passwd_cb.t ...................... ok t/local/06_tcpecho.t ........................ ok t/local/07_sslecho.t ........................ ok t/local/08_pipe.t ........................... ok t/local/09_ctx_new.t ........................ ok t/local/10_rand.t ........................... ok t/local/11_read.t ........................... ok t/local/15_bio.t ............................ ok t/local/20_functions.t ...................... ok t/local/21_constants.t ...................... ok t/local/22_provider.t ....................... ok t/local/22_provider_try_load.t .............. ok t/local/22_provider_try_load_zero_retain.t .. ok t/local/30_error.t .......................... ok t/local/31_rsa_generate_key.t ............... ok t/local/32_x509_get_cert_info.t ............. ok t/local/33_x509_create_cert.t ............... ok t/local/34_x509_crl.t ....................... ok t/local/35_ephemeral.t ...................... skipped: LibreSSL and OpenSSL 1.1.0 removed support for ephemeral/temporary RSA private keys t/local/36_verify.t ......................... ok t/local/37_asn1_time.t ...................... ok t/local/38_priv-key.t ....................... ok t/local/39_pkcs12.t ......................... ok t/local/40_npn_support.t .................... ok t/local/41_alpn_support.t ................... ok t/local/42_info_callback.t .................. ok t/local/43_misc_functions.t ................. ok t/local/44_sess.t ........................... ok t/local/45_exporter.t ....................... ok t/local/46_msg_callback.t ................... ok t/local/47_keylog.t ......................... ok t/local/50_digest.t ......................... ok t/local/61_threads-cb-crash.t ............... ok t/local/62_threads-ctx_new-deadlock.t ....... ok t/local/63_ec_key_generate_key.t ............ ok t/local/64_ticket_sharing.t ................. ok t/local/65_security_level.t ................. ok t/local/65_ticket_sharing_2.t ............... ok t/local/66_curves.t ......................... ok t/local/kwalitee.t .......................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 All tests successful. Files=45, Tests=2523, 18 wallclock secs ( 0.58 usr 0.09 sys + 16.46 cusr 1.94 csys = 19.07 CPU) Result: PASS >>> perl-net-ssleay: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Appending installation info to /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/open_tcp_connection.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_https3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_https4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_CRLF.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/set_proxy.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_https3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_httpx3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/dump_peer_certificate.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/httpx_cat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/set_cert_and_key.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_https.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_CRLF.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_CRLF.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_https.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_https3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_https.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_https3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_httpx4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_https4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_httpx.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_until.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/initialize.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_https3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_http.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/autosplit.ix Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcp_write_all.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_httpx4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_http4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_http3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_http.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/ssl_write_all.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/http_cat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/want_write.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_https.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/want_X509_lookup.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_httpx3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_https4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_httpx3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_until.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_httpx.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/https_cat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/want_nothing.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_all.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_httpx4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_https4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_http.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/randomize.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/make_form.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_https4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_https2.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_httpx.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_httpx3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_httpx4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_https.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/new_x_ctx.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/post_http4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_httpx4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/want_read.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_http3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_http4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/do_httpx2.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/head_http3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcpcat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_http4.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcpxcat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/set_server_cert_and_key.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/tcp_read_CRLF.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/make_headers.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/ssl_read_all.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_http3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/debug_read.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/sslcat.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_http.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/put_httpx.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/auto/Net/SSLeay/get_httpx3.al Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/Net/SSLeay.pm Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/Net/SSLeay.pod Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/lib/perl5/vendor_perl/Net/SSLeay/Handle.pm Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/share/man/man3/Net::SSLeay::Handle.3pm Installing /home/buildozer/aports/main/perl-net-ssleay/pkg/perl-net-ssleay/usr/share/man/man3/Net::SSLeay.3pm >>> perl-net-ssleay-doc*: Running split function doc... >>> perl-net-ssleay-doc*: Preparing subpackage perl-net-ssleay-doc... >>> perl-net-ssleay-doc*: Running postcheck for perl-net-ssleay-doc >>> perl-net-ssleay*: Running postcheck for perl-net-ssleay >>> perl-net-ssleay*: Preparing package perl-net-ssleay... >>> perl-net-ssleay*: Stripping binaries >>> WARNING: perl-net-ssleay*: Redundant /usr/lib in rpath found >>> perl-net-ssleay-doc*: Scanning shared objects >>> perl-net-ssleay*: Scanning shared objects >>> perl-net-ssleay-doc*: Tracing dependencies... >>> perl-net-ssleay-doc*: Package size: 100.0 KB >>> perl-net-ssleay-doc*: Compressing data... >>> perl-net-ssleay-doc*: Create checksum... >>> perl-net-ssleay-doc*: Create perl-net-ssleay-doc-1.92-r2.apk >>> perl-net-ssleay*: Tracing dependencies... perl so:libc.musl-x86_64.so.1 so:libcrypto.so.3 so:libssl.so.3 >>> perl-net-ssleay*: Package size: 1.2 MB >>> perl-net-ssleay*: Compressing data... >>> perl-net-ssleay*: Create checksum... >>> perl-net-ssleay*: Create perl-net-ssleay-1.92-r2.apk >>> perl-net-ssleay: Build complete at Tue, 25 Oct 2022 14:50:14 +0000 elapsed time 0h 0m 52s >>> perl-net-ssleay: Cleaning up srcdir >>> perl-net-ssleay: Cleaning up pkgdir >>> perl-net-ssleay: Uninstalling dependencies... (1/14) Purging .makedepends-perl-net-ssleay (20221025.144923) (2/14) Purging perl-dev (5.36.0-r0) (3/14) Purging perl-utils (5.36.0-r0) (4/14) Purging openssl-dev (3.0.5-r3) (5/14) Purging zlib-dev (1.2.13-r0) (6/14) Purging perl-test-exception (0.43-r2) (7/14) Purging perl-test-warn (0.37-r0) (8/14) Purging perl-sub-uplevel (0.2800-r2) (9/14) Purging perl-test-nowarnings (1.06-r0) (10/14) Purging git-perl (2.38.1-r0) (11/14) Purging perl-git (2.38.1-r0) (12/14) Purging perl-error (0.17029-r1) (13/14) Purging perl (5.36.0-r0) (14/14) Purging libbz2 (1.0.8-r3) Executing busybox-1.35.0-r27.trigger OK: 266 MiB in 92 packages >>> perl-net-ssleay: Updating the main/x86_64 repository index... >>> perl-net-ssleay: Signing the index...