------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> file2pcap-1.25 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> file2pcap-1.25 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by file2pcap-1.25 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> file2pcap-1.25 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by file2pcap-1.25 for building => SHA256 Checksum OK for Cisco-Talos-file2pcap-1.25_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> file2pcap-1.25 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by file2pcap-1.25 for building ===> Extracting for file2pcap-1.25 => SHA256 Checksum OK for Cisco-Talos-file2pcap-1.25_GH0.tar.gz. Extracted Memory Use: 0.18M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for file2pcap-1.25 ===> Applying ports patches for file2pcap-1.25 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for file2pcap-1.25 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for file2pcap-1.25 --- file2pcap.o --- --- ftp.o --- --- http.o --- --- http2.o --- --- smtp.o --- --- pop3.o --- --- helpers.o --- --- imap.o --- --- quoted-printable.o --- --- file2pcap.o --- cc -pipe -O2 -fno-strict-aliasing -c file2pcap.c --- ftp.o --- cc -pipe -O2 -fno-strict-aliasing -c ftp.c --- http.o --- cc -pipe -O2 -fno-strict-aliasing -c http.c --- http2.o --- cc -pipe -O2 -fno-strict-aliasing -c http2.c --- smtp.o --- cc -pipe -O2 -fno-strict-aliasing -c smtp.c --- pop3.o --- cc -pipe -O2 -fno-strict-aliasing -c pop3.c --- helpers.o --- cc -pipe -O2 -fno-strict-aliasing -c helpers.c --- imap.o --- cc -pipe -O2 -fno-strict-aliasing -c imap.c --- quoted-printable.o --- cc -pipe -O2 -fno-strict-aliasing -c quoted-printable.c --- helpers.o --- helpers.c: In function 'transferFileBase64': helpers.c:191:17: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] strncat(buffer, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~ helpers.c: In function 'transferFileUU': helpers.c:244:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat(buffer, "\n", strlen("\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- file2pcap --- cc -Wall -o file2pcap file2pcap.c ftp.c http.c http2.c smtp.c pop3.c helpers.c imap.c quoted-printable.c file2pcap.c: In function 'ftp': file2pcap.c:626:53: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(hoFtp.srcFile, sizeof(hoFtp.srcFile)-1,"%s", ho->srcFile); ^ file2pcap.c:626:2: note: 'snprintf' output between 1 and 200 bytes into a destination of size 199 snprintf(hoFtp.srcFile, sizeof(hoFtp.srcFile)-1,"%s", ho->srcFile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ file2pcap.c:629:54: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(hoFtp.dstFile, sizeof(hoFtp.dstFile)-1,"%s", ho->dstFile); ^ file2pcap.c:629:3: note: 'snprintf' output between 1 and 200 bytes into a destination of size 199 snprintf(hoFtp.dstFile, sizeof(hoFtp.dstFile)-1,"%s", ho->dstFile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftp.c: In function 'ftpCommandsStartActive': ftp.c:62:40: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 194 and 199 [-Wformat-truncation=] snprintf(buffer, sizeof(buffer)-1, "%s%s\r\n", retr, ho->srcFile); ^~ ftp.c:62:2: note: 'snprintf' output between 3 and 207 bytes into a destination of size 199 snprintf(buffer, sizeof(buffer)-1, "%s%s\r\n", retr, ho->srcFile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftp.c: In function 'ftpCommandsStartPassive': ftp.c:116:40: warning: '%s' directive output may be truncated writing up to 199 bytes into a region of size between 194 and 199 [-Wformat-truncation=] snprintf(buffer, sizeof(buffer)-1, "%s%s\r\n", retr, ho->srcFile); ^~ ftp.c:116:2: note: 'snprintf' output between 3 and 207 bytes into a destination of size 199 snprintf(buffer, sizeof(buffer)-1, "%s%s\r\n", retr, ho->srcFile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http.c: In function 'httpPostRequest': http.c:85:46: warning: '%s' directive output may be truncated writing up to 45 bytes into a region of size between 3 and 848 [-Wformat-truncation=] snprintf(tmp, sizeof(tmp)-1,"%s%d%s%s%s", requestStart, fullSize, requestCenter, ho->srcFile, requestEnd); ^~ ~~~~~~~~~~ http.c:85:9: note: 'snprintf' output between 2 and 892 bytes into a destination of size 849 snprintf(tmp, sizeof(tmp)-1,"%s%d%s%s%s", requestStart, fullSize, requestCenter, ho->srcFile, requestEnd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helpers.c: In function 'transferFileBase64': helpers.c:176:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(bufferspace != 1200) ^~ helpers.c:178:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' memset(buffer, 0, sizeof(buffer)); ^~~~~~ helpers.c: In function 'transferFileUU': helpers.c:229:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(bufferspace != 620) ^~ helpers.c:231:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' memset(buffer, 0, sizeof(buffer)); ^~~~~~ helpers.c: In function 'transferFileBase64': helpers.c:191:17: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] strncat(buffer, "\r\n", 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~ helpers.c: In function 'transferFileUU': helpers.c:244:17: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat(buffer, "\n", strlen("\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for file2pcap-1.25 ===> Generating temporary packing list install -s -m 555 /construction/net/file2pcap/file2pcap-1.25/file2pcap /construction/net/file2pcap/stage//usr/local/bin /bin/mkdir -p /construction/net/file2pcap/stage//usr/local/share/doc/file2pcap install -m 0644 /construction/net/file2pcap/file2pcap-1.25/Changelog /construction/net/file2pcap/stage//usr/local/share/doc/file2pcap install -m 0644 /construction/net/file2pcap/file2pcap-1.25/README.md /construction/net/file2pcap/stage//usr/local/share/doc/file2pcap install -m 0644 /construction/net/file2pcap/file2pcap-1.25/TODO /construction/net/file2pcap/stage//usr/local/share/doc/file2pcap ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for file2pcap-1.25 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04