=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for pam_ssh_agent_auth-0.10.4nb1 --- pam_ssh_agent_auth.8 --- --- openbsd-compat/libopenbsd-compat.a --- --- xmalloc.o --- --- atomicio.o --- --- authfd.o --- --- bufaux.o --- --- bufbn.o --- --- buffer.o --- --- openbsd-compat/libopenbsd-compat.a --- (cd openbsd-compat && /usr/bin/make) --- pam_ssh_agent_auth.8 --- pod2man --section=8 --release=v0.10.3 --name=pam_ssh_agent_auth --official --center "PAM" pam_ssh_agent_auth.pod > pam_ssh_agent_auth.8 --- xmalloc.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c xmalloc.c -o xmalloc.o --- atomicio.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c atomicio.c -o atomicio.o --- bufbn.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c bufbn.c -o bufbn.o --- pam_ssh_agent_auth.8 --- sh: pod2man: not found *** [pam_ssh_agent_auth.8] Error code 127 make: stopped in /pbulk/work/security/pam_ssh_agent_auth/work/pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4 --- openbsd-compat/libopenbsd-compat.a --- *** [openbsd-compat/libopenbsd-compat.a] Error code 6 make: stopped in /pbulk/work/security/pam_ssh_agent_auth/work/pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4 --- bufaux.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c bufaux.c -o bufaux.o --- buffer.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c buffer.c -o buffer.o --- authfd.o --- gcc -O2 -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all -I. -I. -DNO_STATIC_MODULES -DNO_STATIC_MODULES -I/usr/include -DHAVE_CONFIG_H -c authfd.c -o authfd.o authfd.c: In function 'ssh_get_authentication_socket': authfd.c:149:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 149 | if (seteuid(uid) < 0) | ^~ authfd.c:152:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 152 | if (connect(sock, (struct sockaddr *)&sunaddr, sizeof sunaddr) < 0) { | ^~ authfd.c:160:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 160 | if (seteuid(0) < 0) | ^~ authfd.c:163:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 163 | agent_present = 1; | ^~~~~~~~~~~~~ authfd.c: In function 'ssh_get_next_identity': authfd.c:384:3: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 384 | pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_e(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ authfd.c:384:56: warning: passing argument 2 of 'pamsshagentauth_buffer_get_bignum' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 384 | pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_e(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~ In file included from entropy.h:30, from includes.h:174, from authfd.c:42: buffer.h:53:50: note: expected 'BIGNUM *' {aka 'struct bignum_st *'} but argument is of type 'const BIGNUM *' {aka 'const struct bignum_st *'} 53 | void pamsshagentauth_buffer_get_bignum(Buffer *, BIGNUM *); | ^~~~~~~~ authfd.c:385:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 385 | pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_n(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:385:56: warning: passing argument 2 of 'pamsshagentauth_buffer_get_bignum' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 385 | pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_n(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~ In file included from entropy.h:30, from includes.h:174, from authfd.c:42: buffer.h:53:50: note: expected 'BIGNUM *' {aka 'struct bignum_st *'} but argument is of type 'const BIGNUM *' {aka 'const struct bignum_st *'} 53 | void pamsshagentauth_buffer_get_bignum(Buffer *, BIGNUM *); | ^~~~~~~~ authfd.c:387:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 387 | keybits = BN_num_bits(RSA_get0_n(key->rsa)); | ^~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:390:8: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 390 | BN_num_bits(RSA_get0_n(key->rsa)), bits); | ^~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c: In function 'ssh_decrypt_challenge': authfd.c:440:2: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 440 | pamsshagentauth_buffer_put_int(&buffer, BN_num_bits(RSA_get0_n(key->rsa))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:441:2: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 441 | pamsshagentauth_buffer_put_bignum(&buffer, RSA_get0_e(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ authfd.c:442:2: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 442 | pamsshagentauth_buffer_put_bignum(&buffer, RSA_get0_n(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c: In function 'ssh_encode_identity_rsa1': authfd.c:530:2: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 530 | pamsshagentauth_buffer_put_int(b, BN_num_bits(RSA_get0_n(key))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:531:2: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 531 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_n(key)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:532:2: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 532 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_e(key)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ authfd.c:533:2: warning: 'RSA_get0_d' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 533 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_d(key)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:234:37: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_d(const RSA *d); | ^~~~~~~~~~ authfd.c:535:2: warning: 'RSA_get0_iqmp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 535 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_iqmp(key)); /* ssh key->u */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:239:37: note: declared here 239 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_iqmp(const RSA *r); | ^~~~~~~~~~~~~ authfd.c:536:2: warning: 'RSA_get0_q' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 536 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_q(key)); /* ssh key->p, SSL key->q */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:236:37: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_q(const RSA *d); | ^~~~~~~~~~ authfd.c:537:2: warning: 'RSA_get0_p' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 537 | pamsshagentauth_buffer_put_bignum(b, RSA_get0_p(key)); /* ssh key->q, SSL key->p */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:235:37: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_p(const RSA *d); | ^~~~~~~~~~ authfd.c: In function 'ssh_encode_identity_ssh2': authfd.c:556:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 556 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_n(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:557:3: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 557 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_e(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ authfd.c:558:3: warning: 'RSA_get0_d' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 558 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_d(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:234:37: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_d(const RSA *d); | ^~~~~~~~~~ authfd.c:559:3: warning: 'RSA_get0_iqmp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 559 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_iqmp(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:239:37: note: declared here 239 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_iqmp(const RSA *r); | ^~~~~~~~~~~~~ authfd.c:560:3: warning: 'RSA_get0_p' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 560 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_p(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:235:37: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_p(const RSA *d); | ^~~~~~~~~~ authfd.c:561:3: warning: 'RSA_get0_q' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 561 | pamsshagentauth_buffer_put_bignum2(b, RSA_get0_q(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:236:37: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_q(const RSA *d); | ^~~~~~~~~~ authfd.c:572:3: warning: 'DSA_get0_p' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 572 | pamsshagentauth_buffer_put_bignum2(b, DSA_get0_p(key->dsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from key.h:30, from authfd.c:65: /usr/include/openssl/dsa.h:208:37: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_p(const DSA *d); | ^~~~~~~~~~ authfd.c:573:3: warning: 'DSA_get0_q' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 573 | pamsshagentauth_buffer_put_bignum2(b, DSA_get0_q(key->dsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from key.h:30, from authfd.c:65: /usr/include/openssl/dsa.h:209:37: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_q(const DSA *d); | ^~~~~~~~~~ authfd.c:574:3: warning: 'DSA_get0_g' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 574 | pamsshagentauth_buffer_put_bignum2(b, DSA_get0_g(key->dsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from key.h:30, from authfd.c:65: /usr/include/openssl/dsa.h:210:37: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_g(const DSA *d); | ^~~~~~~~~~ authfd.c:575:3: warning: 'DSA_get0_pub_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 575 | pamsshagentauth_buffer_put_bignum2(b, DSA_get0_pub_key(key->dsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from key.h:30, from authfd.c:65: /usr/include/openssl/dsa.h:211:37: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_pub_key(const DSA *d); | ^~~~~~~~~~~~~~~~ authfd.c:576:3: warning: 'DSA_get0_priv_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 576 | pamsshagentauth_buffer_put_bignum2(b, DSA_get0_priv_key(key->dsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from key.h:30, from authfd.c:65: /usr/include/openssl/dsa.h:212:37: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_priv_key(const DSA *d); | ^~~~~~~~~~~~~~~~~ authfd.c: In function 'ssh_remove_identity': authfd.c:662:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 662 | pamsshagentauth_buffer_put_int(&msg, BN_num_bits(RSA_get0_n(key->rsa))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ authfd.c:663:3: warning: 'RSA_get0_e' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 663 | pamsshagentauth_buffer_put_bignum(&msg, RSA_get0_e(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:233:37: note: declared here 233 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d); | ^~~~~~~~~~ authfd.c:664:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 664 | pamsshagentauth_buffer_put_bignum(&msg, RSA_get0_n(key->rsa)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from rsa.h:20, from authfd.c:63: /usr/include/openssl/rsa.h:232:37: note: declared here 232 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d); | ^~~~~~~~~~ 2 errors make: stopped in /pbulk/work/security/pam_ssh_agent_auth/work/pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/security/pam_ssh_agent_auth *** Error code 1 Stop. make: stopped in /usr/pkgsrc/security/pam_ssh_agent_auth