------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/libconfig-1.7.2_1.txz Installing /packages/All/pcre-8.43_2.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sslh-1.20 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> sslh-1.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslh-1.20 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> sslh-1.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslh-1.20 for building => SHA256 Checksum OK for yrutschle-sslh-v1.20_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> sslh-1.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sslh-1.20 for building ===> Extracting for sslh-1.20 => SHA256 Checksum OK for yrutschle-sslh-v1.20_GH0.tar.gz. Extracted Memory Use: 0.25M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sslh-1.20 ===> Applying dragonfly patches for sslh-1.20 ===> Cleanly applied dragonfly patch(es) patch-common.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> sslh-1.20 depends on package: gmake>=4.3 - found ===> sslh-1.20 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> sslh-1.20 depends on shared library: libconfig.so - found (/usr/local/lib/libconfig.so) ===> sslh-1.20 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> sslh-1.20 depends on package: gmake>=4.3 - found ===> sslh-1.20 depends on package: perl5>=5.30.r1<5.31 - found ===> sslh-1.20 depends on shared library: libconfig.so - found (/usr/local/lib/libconfig.so) ===> sslh-1.20 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) ===> Configuring for sslh-1.20 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sslh-1.20 gmake[1]: Entering directory '/construction/net/sslh/sslh-1.20' Makefile:66: warning: ignoring prerequisites on suffix rule definition ./genver.sh >version.h cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c common.c common.c: In function 'check_access_rights': common.c:635:20: warning: passing argument 1 of 'hosts_ctl' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (!hosts_ctl(service, host, addr_str, STRING_UNKNOWN)) { ^~~~~~~ In file included from common.c:49: /usr/include/tcpd.h:84:16: note: expected 'char *' but argument is of type 'const char *' int hosts_ctl(char *, char *, char *, char *);/* limited interface to the hosts_access() routine */ ^~~~~~ cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c sslh-main.c sslh-main.c: In function 'ssl_to_tls': sslh-main.c:156:31: warning: passing argument 2 of 'log_message' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] log_message(LOG_INFO, ssl_err_msg); ^~~~~~~~~~~ In file included from sslh-main.c:36: common.h:116:34: note: expected 'char *' but argument is of type 'const char *' void log_message(int type, char* msg, ...); ~~~~~~^~~ sslh-main.c: In function 'setup_sni_alpn_list.isra.0': sslh-main.c:292:25: warning: argument 1 range [18446744071562067969, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] sni_hostname_list = calloc(num_probes + 1, ++max_server_name_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/pcreposix.h:45, from sslh-main.c:30: /usr/include/stdlib.h:96:7: note: in a call to allocation function 'calloc' declared here void *calloc(size_t, size_t) __alloc_size2(1, 2) __malloclike __heedresult; ^~~~~~ cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c probe.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c tls.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c sslh-fork.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -L/usr/local/lib -o sslh-fork sslh-fork.o common.o sslh-main.o probe.o tls.o -lwrap -lpcreposix -lconfig #strip sslh-fork cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c sslh-select.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -L/usr/local/lib -o sslh-select sslh-select.o common.o sslh-main.o probe.o tls.o -lwrap -lpcreposix -lconfig #strip sslh-select pod2man --section=8 --release=1.20 --center=" " sslh.pod | gzip -9 - > sslh.8.gz cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -DLIBWRAP -DENABLE_REGEX -DLIBPCRE -DLIBCONFIG -c echosrv.c cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -L/usr/local/lib -o echosrv echosrv.o probe.o common.o tls.o -lwrap -lpcreposix -lconfig gmake[1]: Leaving directory '/construction/net/sslh/sslh-1.20' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sslh-1.20 ===> Generating temporary packing list install -s -m 555 /construction/net/sslh/sslh-1.20/sslh-fork /construction/net/sslh/stage/usr/local/sbin install -s -m 555 /construction/net/sslh/sslh-1.20/sslh-select /construction/net/sslh/stage/usr/local/sbin install -m 0644 /construction/net/sslh/sslh-1.20/basic.cfg /construction/net/sslh/stage/usr/local/etc/sslh.conf.sample install -m 444 /construction/net/sslh/sslh-1.20/sslh.8.gz /construction/net/sslh/stage/usr/local/man/man8 install -m 0644 /construction/net/sslh/sslh-1.20/example.cfg /construction/net/sslh/stage/usr/local/share/examples/sslh/ ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: genver.sh SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sslh-1.20 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:12