+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sipsak-0.9.8.1nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sipsak-0.9.8.1nb1/work.log ===> Building for sipsak-0.9.8.1nb1 /opt/pkg/bin/gmake all-am gmake[1]: Entering directory '/home/pbulk/build/net/sipsak/work/sipsak-0.9.8.1' depbase=`echo src/transport.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -fstack-protector -MT src/transport.o -MD -MP -MF $depbase.Tpo -c -o src/transport.o src/transport.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/auth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -fstack-protector -MT src/auth.o -MD -MP -MF $depbase.Tpo -c -o src/auth.o src/auth.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/header_f.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -fstack-protector -MT src/header_f.o -MD -MP -MF $depbase.Tpo -c -o src/header_f.o src/header_f.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/helper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -fstack-protector -MT src/helper.o -MD -MP -MF $depbase.Tpo -c -o src/helper.o src/helper.c &&\ mv -f $depbase.Tpo $depbase.Po src/auth.c: In function 'insert_auth': src/auth.c:303:33: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 303 | MD5Init(&Md5Ctx); | ^~~~~~~ In file included from src/md5.h:37, from src/auth.c:21: /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ src/auth.c:304:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 304 | MD5Update(&Md5Ctx, usern, (unsigned int)strlen(usern)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:305:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 305 | MD5Update(&Md5Ctx, ":", 1); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:306:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 306 | MD5Update(&Md5Ctx, realm, (unsigned int)strlen(realm)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:307:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 307 | MD5Update(&Md5Ctx, ":", 1); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:308:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 308 | MD5Update(&Md5Ctx, password, (unsigned int)strlen(password)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:309:33: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 309 | MD5Final(&ha1[0], &Md5Ctx); | ^~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ src/auth.c:313:25: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 313 | MD5Init(&Md5Ctx); | ^~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ src/auth.c:314:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 314 | MD5Update(&Md5Ctx, method, (unsigned int)strlen(method)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:315:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 315 | MD5Update(&Md5Ctx, ":", 1); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:316:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 316 | MD5Update(&Md5Ctx, uri, (unsigned int)strlen(uri)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:317:25: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 317 | MD5Final(&ha2[0], &Md5Ctx); | ^~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ src/auth.c:320:25: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 320 | MD5Init(&Md5Ctx); | ^~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ src/auth.c:321:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 321 | MD5Update(&Md5Ctx, &ha1_hex, SIPSAK_HASHHEXLEN_MD5); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:322:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 322 | MD5Update(&Md5Ctx, ":", 1); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:323:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 323 | MD5Update(&Md5Ctx, nonce, (unsigned int)strlen(nonce)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:324:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 324 | MD5Update(&Md5Ctx, ":", 1); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:326:33: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 326 | MD5Update(&Md5Ctx, qop_tmp, (unsigned int)strlen(qop_tmp)); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:328:25: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 328 | MD5Update(&Md5Ctx, &ha2_hex, SIPSAK_HASHHEXLEN_MD5); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ src/auth.c:329:25: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 329 | MD5Final(&resp[0], &Md5Ctx); | ^~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ src/auth.c:338:33: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 338 | SHA1_Init(&Sha1Ctx); | ^~~~~~~~~ In file included from /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/x509.h:41, from /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/ssl.h:32, from src/sipsak.h:84, from src/auth.c:17: /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ src/auth.c:339:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 339 | SHA1_Update(&Sha1Ctx, usern, (unsigned int)strlen(usern)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:340:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 340 | SHA1_Update(&Sha1Ctx, ":", 1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:341:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 341 | SHA1_Update(&Sha1Ctx, realm, (unsigned int)strlen(realm)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:342:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 342 | SHA1_Update(&Sha1Ctx, ":", 1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:343:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 343 | SHA1_Update(&Sha1Ctx, password, (unsigned int)strlen(password)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:344:33: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 344 | SHA1_Final(&ha1[0], &Sha1Ctx); | ^~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ src/auth.c:348:25: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 348 | SHA1_Init(&Sha1Ctx); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ src/auth.c:349:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 349 | SHA1_Update(&Sha1Ctx, method, (unsigned int)strlen(method)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:350:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 350 | SHA1_Update(&Sha1Ctx, ":", 1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:351:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 351 | SHA1_Update(&Sha1Ctx, uri, (unsigned int)strlen(uri)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:352:25: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 352 | SHA1_Final(&ha2[0], &Sha1Ctx); | ^~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ src/auth.c:355:25: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 355 | SHA1_Init(&Sha1Ctx); | ^~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ src/auth.c:356:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 356 | SHA1_Update(&Sha1Ctx, &ha1_hex, SIPSAK_HASHHEXLEN_SHA1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:357:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 357 | SHA1_Update(&Sha1Ctx, ":", 1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:358:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 358 | SHA1_Update(&Sha1Ctx, nonce, (unsigned int)strlen(nonce)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:359:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 359 | SHA1_Update(&Sha1Ctx, ":", 1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:361:33: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 361 | SHA1_Update(&Sha1Ctx, qop_tmp, (unsigned int)strlen(qop_tmp)); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:363:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 363 | SHA1_Update(&Sha1Ctx, &ha2_hex, SIPSAK_HASHHEXLEN_SHA1); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ src/auth.c:364:25: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 364 | SHA1_Final(&resp[0], &Sha1Ctx); | ^~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ src/auth.c:372:33: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 372 | SHA256_Init(&Sha256Ctx); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ src/auth.c:373:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 373 | SHA256_Update(&Sha256Ctx, usern, (unsigned int)strlen(usern)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:374:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 374 | SHA256_Update(&Sha256Ctx, ":", 1); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:375:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 375 | SHA256_Update(&Sha256Ctx, realm, (unsigned int)strlen(realm)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:376:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 376 | SHA256_Update(&Sha256Ctx, ":", 1); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:377:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 377 | SHA256_Update(&Sha256Ctx, password, (unsigned int)strlen(password)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:378:33: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 378 | SHA256_Final(&ha1[0], &Sha256Ctx); | ^~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ src/auth.c:382:25: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 382 | SHA256_Init(&Sha256Ctx); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ src/auth.c:383:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 383 | SHA256_Update(&Sha256Ctx, method, (unsigned int)strlen(method)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:384:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 384 | SHA256_Update(&Sha256Ctx, ":", 1); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:385:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 385 | SHA256_Update(&Sha256Ctx, uri, (unsigned int)strlen(uri)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:386:25: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 386 | SHA256_Final(&ha2[0], &Sha256Ctx); | ^~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ src/auth.c:389:25: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 389 | SHA256_Init(&Sha256Ctx); | ^~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ src/auth.c:390:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 390 | SHA256_Update(&Sha256Ctx, &ha1_hex, SIPSAK_HASHHEXLEN_SHA256); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:391:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 391 | SHA256_Update(&Sha256Ctx, ":", 1); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:392:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | SHA256_Update(&Sha256Ctx, nonce, (unsigned int)strlen(nonce)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:393:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 393 | SHA256_Update(&Sha256Ctx, ":", 1); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:395:33: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 395 | SHA256_Update(&Sha256Ctx, qop_tmp, (unsigned int)strlen(qop_tmp)); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:397:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 397 | SHA256_Update(&Sha256Ctx, &ha2_hex, SIPSAK_HASHHEXLEN_SHA256); | ^~~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ src/auth.c:398:25: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 398 | SHA256_Final(&resp[0], &Sha256Ctx); | ^~~~~~~~~~~~ /home/pbulk/build/net/sipsak/work/.buildlink/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ src/header_f.c: In function 'uri_replace': src/header_f.c:236:9: warning: 'strncpy' output truncated before terminating nul copying 10 bytes from a string of the same length [-Wstringop-truncation] 236 | strncpy(foo+strlen(uri), SIP20_STR, SIP20_STR_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c: In function 'cpy_rr': src/header_f.c:335:33: warning: 'strncpy' output truncated before terminating nul copying 14 bytes from a string of the same length [-Wstringop-truncation] 335 | strncpy(cr, RR_STR, RR_STR_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:338:33: warning: 'strncpy' output truncated before terminating nul copying 7 bytes from a string of the same length [-Wstringop-truncation] 338 | strncpy(cr, ROUTE_STR, ROUTE_STR_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/helper.c: In function 'get_fqdn': src/helper.c:470:29: error: implicit declaration of function 'getdomainname'; did you mean 'gethostname'? [-Wimplicit-function-declaration] 470 | if (getdomainname(&dname[0], namelen) < 0) { | ^~~~~~~~~~~~~ | gethostname src/header_f.c: In function 'insert_header': src/header_f.c:43:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 43 | strncpy(backup, ins, strlen(ins)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:43:9: note: length computed here 43 | strncpy(backup, ins, strlen(ins)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:44:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 44 | strncpy(ins, header, strlen(header)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:44:9: note: length computed here 44 | strncpy(ins, header, strlen(header)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:45:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 45 | strncpy(ins + strlen(header), backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:45:47: note: length computed here 45 | strncpy(ins + strlen(header), backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/auth.c:101:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 101 | strncpy(backup, insert, strlen(insert)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/auth.c:101:9: note: length computed here 101 | strncpy(backup, insert, strlen(insert)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/auth.c:408:17: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 408 | strncpy(insert, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/auth.c:408:17: note: length computed here 408 | strncpy(insert, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c: In function 'add_via': src/header_f.c:84:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 84 | strncpy(backup, via, strlen(via)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:84:9: note: length computed here 84 | strncpy(backup, via, strlen(via)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:85:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 85 | strncpy(via, via_line, strlen(via_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:85:9: note: length computed here 85 | strncpy(via, via_line, strlen(via_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:86:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 86 | strncpy(via+strlen(via_line), backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:86:47: note: length computed here 86 | strncpy(via+strlen(via_line), backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ gmake[1]: *** [Makefile:759: src/helper.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... src/header_f.c: In function 'set_maxforw': src/header_f.c:200:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 200 | strncpy(backup, crlfi, strlen(crlfi)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:200:17: note: length computed here 200 | strncpy(backup, crlfi, strlen(crlfi)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:212:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 212 | strncpy(crlfi, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:212:40: note: length computed here 212 | strncpy(crlfi, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/header_f.c:178:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 178 | strncpy(backup, max, (size_t)(strlen(max))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:178:47: note: length computed here 178 | strncpy(backup, max, (size_t)(strlen(max))); | ~^~~~~~~~~~~~ src/header_f.c:188:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 188 | strncpy(max, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:188:38: note: length computed here 188 | strncpy(max, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/header_f.c: In function 'uri_replace': src/header_f.c:233:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 233 | strncpy(backup, foo, strlen(foo)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:233:9: note: length computed here 233 | strncpy(backup, foo, strlen(foo)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:235:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 235 | strncpy(foo, uri, strlen(uri)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:235:9: note: length computed here 235 | strncpy(foo, uri, strlen(uri)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:237:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 237 | strncpy(foo+strlen(uri)+SIP20_STR_LEN, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:237:56: note: length computed here 237 | strncpy(foo+strlen(uri)+SIP20_STR_LEN, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/header_f.c: In function 'set_cl': src/header_f.c:258:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 258 | strncpy(backup, cr, strlen(cr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:258:9: note: length computed here 258 | strncpy(backup, cr, strlen(cr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:266:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 266 | strncpy(cr, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:266:29: note: length computed here 266 | strncpy(cr, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/header_f.c: In function 'cpy_rr': src/header_f.c:328:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 328 | strncpy(backup, cr, strlen(cr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:328:17: note: length computed here 328 | strncpy(backup, cr, strlen(cr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:350:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 350 | strncpy(cr, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:350:37: note: length computed here 350 | strncpy(cr, backup, strlen(backup)+1); | ^~~~~~~~~~~~~~ src/header_f.c: In function 'increase_cseq': src/header_f.c:456:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 456 | strncpy(backup, eol, (size_t)(strlen(eol))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:456:47: note: length computed here 456 | strncpy(backup, eol, (size_t)(strlen(eol))); | ~^~~~~~~~~~~~ src/header_f.c:457:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 457 | snprintf(cs_s, 11, "%i ", cs); | ^ src/header_f.c:457:17: note: 'snprintf' output between 3 and 12 bytes into a destination of size 11 457 | snprintf(cs_s, 11, "%i ", cs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:459:17: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 459 | strncpy(cs_s, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:459:17: note: length computed here 459 | strncpy(cs_s, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:471:25: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 471 | strncpy(backup, eol, (size_t)(strlen(eol))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:471:55: note: length computed here 471 | strncpy(backup, eol, (size_t)(strlen(eol))); | ~^~~~~~~~~~~~ src/header_f.c:472:48: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 472 | snprintf(cs_s, 11, "%i ", cs); | ^ src/header_f.c:472:25: note: 'snprintf' output between 3 and 12 bytes into a destination of size 11 472 | snprintf(cs_s, 11, "%i ", cs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:474:25: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 474 | strncpy(cs_s, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/header_f.c:474:25: note: length computed here 474 | strncpy(cs_s, backup, strlen(backup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[1]: Leaving directory '/home/pbulk/build/net/sipsak/work/sipsak-0.9.8.1' gmake: *** [Makefile:569: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/sipsak *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/sipsak