=> 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 ssldump-0.9b3nb18 gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o debug.o common/lib/debug.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_assoc.o common/lib/r_assoc.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_bitfield.o common/lib/r_bitfield.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_data.o common/lib/r_data.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ common/lib/r_data.c: In function 'r_data_create': common/lib/r_data.c:65:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(d_->data,d,l); ^~~~~~ common/lib/r_data.c:65:5: warning: incompatible implicit declaration of built-in function 'memcpy' common/lib/r_data.c:65:5: note: include '' or provide a declaration of 'memcpy' common/lib/r_data.c: In function 'r_data_make': common/lib/r_data.c:109:5: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(dp->data,d,l); ^~~~~~ common/lib/r_data.c:109:5: note: include '' or provide a declaration of 'memcpy' common/lib/r_data.c: In function 'r_data_copy': common/lib/r_data.c:136:5: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(dst->data,src->data,dst->len=src->len); ^~~~~~ common/lib/r_data.c:136:5: note: include '' or provide a declaration of 'memcpy' common/lib/r_data.c: In function 'r_data_zfree': common/lib/r_data.c:147:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(d->data,0,d->len); ^~~~~~ common/lib/r_data.c:147:5: warning: incompatible implicit declaration of built-in function 'memset' common/lib/r_data.c:147:5: note: include '' or provide a declaration of 'memset' common/lib/r_data.c: In function 'r_data_compare': common/lib/r_data.c:160:12: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] return(memcmp(d1->data,d2->data,d1->len)); ^~~~~~ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_errors.o common/lib/r_errors.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ common/lib/r_assoc.c: In function 'copy_assoc_chain': common/lib/r_assoc.c:185:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(ptr->key,old->key,ptr->key_len=old->key_len); ^~~~~~ common/lib/r_assoc.c:185:7: warning: incompatible implicit declaration of built-in function 'memcpy' common/lib/r_assoc.c:185:7: note: include '' or provide a declaration of 'memcpy' common/lib/r_assoc.c: In function 'r_assoc_fetch_bucket': common/lib/r_assoc.c:210:37: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] if(bucket->key_len == len && !memcmp(bucket->key,key,len)){ ^~~~~~ common/lib/r_assoc.c: In function 'r_assoc_insert': common/lib/r_assoc.c:262:7: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(new_bucket->key,key,len); ^~~~~~ common/lib/r_assoc.c:262:7: note: include '' or provide a declaration of 'memcpy' common/lib/r_bitfield.c: In function 'r_bitfield_create': common/lib/r_bitfield.c:29:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(set->data,0,4*num_words); ^~~~~~ common/lib/r_bitfield.c:29:5: warning: incompatible implicit declaration of built-in function 'memset' common/lib/r_bitfield.c:29:5: note: include '' or provide a declaration of 'memset' common/lib/r_bitfield.c: In function 'r_bitfield_set': common/lib/r_bitfield.c:80:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(tmp,set->data,set->len*4); ^~~~~~ common/lib/r_bitfield.c:80:7: warning: incompatible implicit declaration of built-in function 'memcpy' common/lib/r_bitfield.c:80:7: note: include '' or provide a declaration of 'memcpy' common/lib/r_bitfield.c:81:7: warning: incompatible implicit declaration of built-in function 'memset' memset(tmp+set->len*4,0,(newlen-set->len)*4); ^~~~~~ common/lib/r_bitfield.c:81:7: note: include '' or provide a declaration of 'memset' gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_list.o common/lib/r_list.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_replace.o common/lib/r_replace.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o r_time.o common/lib/r_time.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o network.o ./base/network.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o pcap-snoop.o ./base/pcap-snoop.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o proto_mod.o ./base/proto_mod.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o tcpconn.o ./base/tcpconn.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o tcppack.o ./base/tcppack.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ ./base/pcap-snoop.c: In function 'main': ./base/pcap-snoop.c:212:19: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] signal(SIGINT,sig_handler); ^~~~~~~~~~~ In file included from /usr/include/sys/param.h:174:0, from ./base/pcap-snoop.c:59: /usr/include/sys/signal.h:239:8: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' void (*signal(int, void (*)(int)))(int); ^~~~~~ ./base/pcap-snoop.c:288:9: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] interface_name=pcap_lookupdev(errbuf); ^~~~~~~~~~~~~~ In file included from ./base/pcap-snoop.c:57:0: /usr/include/pcap.h:330:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ ./base/pcap-snoop.c:334:20: warning: passing argument 3 of 'pcap_loop' from incompatible pointer type [-Wincompatible-pointer-types] pcap_loop(p,-1,pcap_cb,(u_char *)n); ^~~~~~~ In file included from ./base/pcap-snoop.c:57:0: /usr/include/pcap.h:444:14: note: expected 'pcap_handler {aka void (*)(unsigned char *, const struct pcap_pkthdr *, const unsigned char *)}' but argument is of type 'void (*)(u_char *, struct pcap_pkthdr *, u_char *) {aka void (*)(unsigned char *, struct pcap_pkthdr *, unsigned char *)}' PCAP_API int pcap_loop(pcap_t *, int, pcap_handler, u_char *); ^~~~~~~~~ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o null_analyze.o ./null/null_analyze.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o ciphersuites.o ./ssl/ciphersuites.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o ssl.enums.o ./ssl/ssl.enums.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o ssl_analyze.o ./ssl/ssl_analyze.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o ssl_rec.o ./ssl/ssl_rec.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o ssldecode.o ./ssl/ssldecode.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o sslprint.o ./ssl/sslprint.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc -O2 -mieee -I/usr/include -O2 -mieee -I/usr/include -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -I/usr/include -c -o sslxprint.o ./ssl/sslxprint.c -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/ gcc debug.o r_assoc.o r_bitfield.o r_data.o r_errors.o r_list.o r_replace.o r_time.o network.o pcap-snoop.o proto_mod.o tcpconn.o tcppack.o null_analyze.o ciphersuites.o ssl.enums.o ssl_analyze.o ssl_rec.o ssldecode.o sslprint.o sslxprint.o -o ssldump -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lpcap -lm