------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cowpatty-4.8 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cowpatty-4.8 for building => SHA256 Checksum OK for joswr1ght-cowpatty-4.8_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cowpatty-4.8 for building ===> Extracting for cowpatty-4.8 => SHA256 Checksum OK for joswr1ght-cowpatty-4.8_GH0.tar.gz. Extracted Memory Use: 0.30M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cowpatty-4.8 ===> Applying ports patches for cowpatty-4.8 ===> Applying dragonfly patches for cowpatty-4.8 /usr/bin/env WRKSRC=/construction/net-mgmt/cowpatty/cowpatty-4.8 REWARNFILE=/construction/net-mgmt/cowpatty/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e "s|\(-DOPENSSL\)|\1 -I/usr/local/include -L/usr/local/lib |g" /construction/net-mgmt/cowpatty/cowpatty-4.8/Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for cowpatty-4.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cowpatty-4.8 cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb -c md5.c cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb -c sha1.c cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb -c utils.c cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb -c cowpatty.c cowpatty.c: In function 'handle_dot1x': cowpatty.c:408:16: warning: variable 'index' set but not used [-Wunused-but-set-variable] int key_info, index; ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:682:6: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] int reclen, wordlen; ^~~~~~ cowpatty.c: In function 'parseopts': cowpatty.c:154:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->ssid, optarg, sizeof(opt->ssid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:151:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->pcapfile, optarg, sizeof(opt->pcapfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:148:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->dictfile, optarg, sizeof(opt->dictfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:157:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->hashfile, optarg, sizeof(opt->hashfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb -c genpmk.c genpmk.c: In function 'main': genpmk.c:82:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int fret = 0, c, ret; ^~~ genpmk.c:114:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.ssid, optarg, sizeof(opt.ssid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:108:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.dictfile, optarg, sizeof(opt.dictfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:111:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.hashfile, optarg, sizeof(opt.hashfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto cowpatty.c: In function 'handle_dot1x': cowpatty.c:408:16: warning: variable 'index' set but not used [-Wunused-but-set-variable] int key_info, index; ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:682:6: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] int reclen, wordlen; ^~~~~~ cowpatty.c: In function 'parseopts': cowpatty.c:154:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->ssid, optarg, sizeof(opt->ssid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:151:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->pcapfile, optarg, sizeof(opt->pcapfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:148:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->dictfile, optarg, sizeof(opt->dictfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cowpatty.c:157:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt->hashfile, optarg, sizeof(opt->hashfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -Wall -DOPENSSL -I/usr/local/include -L/usr/local/lib -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto genpmk.c: In function 'main': genpmk.c:82:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int fret = 0, c, ret; ^~~ genpmk.c:114:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.ssid, optarg, sizeof(opt.ssid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:108:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.dictfile, optarg, sizeof(opt.dictfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genpmk.c:111:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(opt.hashfile, optarg, sizeof(opt.hashfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> cowpatty-4.8 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cowpatty-4.8 ===> cowpatty-4.8 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -d /construction/net-mgmt/cowpatty/stage/usr/local/bin install -m 755 cowpatty genpmk /construction/net-mgmt/cowpatty/stage/usr/local/bin (cd /construction/net-mgmt/cowpatty/cowpatty-4.8 && install -m 0644 FAQ README /construction/net-mgmt/cowpatty/stage/usr/local/share/doc/cowpatty) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/cowpatty' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'bin/genpmk' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cowpatty-4.8 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:06