------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-unsafe-1.0.2.20170706.txz ===== Message from openssl-unsafe-1.0.2.20170706: -- /!\ ================================ /!\ ============================== /!\ /!\ /!\ /!\ This openssl version is for security testing/scanning purposes only /!\ /!\ /!\ /!\ DO NOT USE FOR PRODUCTION PURPOSES /!\ /!\ /!\ /!\ ================================ /!\ ============================== /!\ Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslscan-1.11.12_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslscan-1.11.12_1 for building => SHA256 Checksum OK for rbsec-sslscan-1.11.12-rbsec_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslscan-1.11.12_1 for building ===> Extracting for sslscan-1.11.12_1 => SHA256 Checksum OK for rbsec-sslscan-1.11.12-rbsec_GH0.tar.gz. Extracted Memory Use: 0.28M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sslscan-1.11.12_1 ===> Applying ports patches for sslscan-1.11.12_1 ===> Cleanly applied ports patch(es) patch-Makefile patch-sslscan.c ===> Applying dragonfly patches for sslscan-1.11.12_1 ===> Cleanly applied dragonfly patch(es) patch-Makefile patch-sslscan.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/openssl-unsafe/lib/libssl.so - found ===> sslscan-1.11.12_1 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/openssl-unsafe/lib/libssl.so - found ===> sslscan-1.11.12_1 depends on package: gmake>=4.3 - found ===> Configuring for sslscan-1.11.12_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sslscan-1.11.12_1 gmake[1]: Entering directory '/construction/security/sslscan/sslscan-1.11.12-rbsec' cc -o sslscan -Wall -Wformat=2 -Wformat-security -L/usr/local/openssl-unsafe/lib -Wl,-rpath,/usr/local/openssl-unsafe/lib -pie -Wl,-z,relro -Wl,-z,now -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/opt/openssl/lib -L/opt/local/lib -pipe -I/usr/local/openssl-unsafe/include -Wl,-rpath,/usr/local/openssl-unsafe/lib -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl -I/usr/local/opt/openssl/include -I/opt/local/include -I/opt/local/include/openssl -DVERSION=\"1.11.12\" sslscan.c -lssl -lcrypto sslscan.c: In function 'testConnection': sslscan.c:3114:13: warning: implicit declaration of function 'inet_ntop' [-Wimplicit-function-declaration] inet_ntop(ai->ai_family, &options->serverAddress6.sin6_addr, options->addrstr, sizeof(options->addrstr)); ^~~~~~~~~ sslscan.c: In function 'main': sslscan.c:3770:62: warning: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess] strncpy(options.sniname, options.host, sizeof(options.host)); ^ sslscan.c: In function 'testCipher': sslscan.c:1742:21: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] strncat(options->cipherstring, ":!", 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c: In function 'testFallback': sslscan.c:1114:9: warning: 'secondMethod' may be used uninitialized in this function [-Wmaybe-uninitialized] testFallback(options, secondMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c: In function 'testCipher': sslscan.c:1538:82: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 156 [-Wformat-truncation=] snprintf(requestBuffer, 199, "GET / HTTP/1.0\r\nUser-Agent: SSLScan\r\nHost: %s\r\n\r\n", options->host); ^~ sslscan.c:1538:5: note: 'snprintf' output between 48 and 559 bytes into a destination of size 199 snprintf(requestBuffer, 199, "GET / HTTP/1.0\r\nUser-Agent: SSLScan\r\nHost: %s\r\n\r\n", options->host); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c: In function 'showCertificate': sslscan.c:2639:57: warning: 'xml_bp' may be used uninitialized in this function [-Wmaybe-uninitialized] if (BIO_printf(xml_bp,"%02x",bs->data[i]) <= 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslscan.c: In function 'main': sslscan.c:3990:33: warning: 'strncpy' output may be truncated copying 511 bytes from a string of length 1023 [-Wstringop-truncation] strncpy(options.host, line, sizeof(options.host) -1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[1]: Leaving directory '/construction/security/sslscan/sslscan-1.11.12-rbsec' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> sslscan-1.11.12_1 depends on file: /usr/local/openssl-unsafe/lib/libssl.so - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sslscan-1.11.12_1 ===> sslscan-1.11.12_1 depends on file: /usr/local/openssl-unsafe/lib/libssl.so - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/security/sslscan/sslscan-1.11.12-rbsec' install -s -m 755 sslscan /construction/security/sslscan/stage/usr/local/bin install -m 644 sslscan.1 /construction/security/sslscan/stage/usr/local/man/man1 gmake[1]: Leaving directory '/construction/security/sslscan/sslscan-1.11.12-rbsec' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you need USES=ssl Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sslscan-1.11.12_1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06