The following packages will be installed: sslh Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching rc.sslh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching sslh.SlackBuild... 0%100%100%100%100%100%Done Fetching sslh.info... 0%100%100%100%100%100%Done sslh-v1.18/ sslh-v1.18/.gitignore sslh-v1.18/COPYING sslh-v1.18/ChangeLog sslh-v1.18/Makefile sslh-v1.18/README.MacOSX sslh-v1.18/README.md sslh-v1.18/TODO sslh-v1.18/basic.cfg sslh-v1.18/common.c sslh-v1.18/common.h sslh-v1.18/echosrv.c sslh-v1.18/example.cfg sslh-v1.18/genver.sh sslh-v1.18/probe.c sslh-v1.18/probe.h sslh-v1.18/scripts/ sslh-v1.18/scripts/etc.init.d.sslh sslh-v1.18/scripts/etc.rc.d.init.d.sslh.centos sslh-v1.18/scripts/etc.sysconfig.sslh sslh-v1.18/scripts/fail2ban/ sslh-v1.18/scripts/fail2ban/jail.conf sslh-v1.18/scripts/fail2ban/sslh-ssh.conf sslh-v1.18/scripts/systemd.sslh.service sslh-v1.18/sslh-fork.c sslh-v1.18/sslh-main.c sslh-v1.18/sslh-select.c sslh-v1.18/sslh.pod sslh-v1.18/systemd-sslh-generator.c sslh-v1.18/t sslh-v1.18/t_load sslh-v1.18/tls.c sslh-v1.18/tls.h Makefile:63: warning: ignoring prerequisites on suffix rule definition ./genver.sh >version.h cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c common.c cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c sslh-main.c cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c probe.c cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c tls.c cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c sslh-fork.c cc -Wall -g -o sslh-fork sslh-fork.o common.o sslh-main.o probe.o tls.o -lconfig #strip sslh-fork cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c sslh-select.c cc -Wall -g -o sslh-select sslh-select.o common.o sslh-main.o probe.o tls.o -lconfig #strip sslh-select pod2man --section=8 --release="v1.18" --center=" " sslh.pod | gzip -9 - > sslh.8.gz cc -Wall -g -DENABLE_REGEX -DLIBCONFIG -c echosrv.c cc -Wall -g -o echosrv echosrv.o probe.o common.o tls.o -lconfig gzip: /usr/src/slapt-src-x86_64/network/sslh/package-sslh/usr/man/man8/sslh.8.gz already has .gz suffix -- unchanged Slackware package maker, version 3.14159265. Searching for symbolic links: usr/bin/sslh sslh-fork Making symbolic link creation script: ( cd usr/bin ; rm -rf sslh ) ( cd usr/bin ; ln -sf sslh-fork sslh ) Unless your existing installation script already contains the code to create these links, you should append these lines to your existing install script. Now's your chance. :^) Would you like to add this stuff to the existing install script and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/bin/sslh' Updating your ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-x86_64/network/sslh/sslh-1.18-x86_64-1salix15.0.txz ./ etc/ etc/rc.d/ etc/rc.d/rc.sslh.new etc/sslh/ etc/sslh/sslh.cfg.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/sslh-fork usr/bin/sslh-select usr/doc/ usr/doc/sslh-1.18/ usr/doc/sslh-1.18/sslh.SlackBuild usr/man/ usr/man/man8/ usr/man/man8/sslh.8.gz Slackware package /usr/src/slapt-src-x86_64/network/sslh/sslh-1.18-x86_64-1salix15.0.txz created. Installing package sslh-1.18-x86_64-1salix15.0... | sslh (Applicative protocol multiplexer) | | sslh accepts connections on specified ports, and forwards them | further based on tests performed on the first data packet sent by | the remote client. | | Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and | any other protocol that can be tested using a regular expression, | can be recognised. | | | |