The following packages will be installed: proxytunnel Fetching README... 0%100%100%100%100%100%Done Fetching proxytunnel.SlackBuild... 0%100%100%100%100%100%Done Fetching proxytunnel.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done proxytunnel-1.9.0/ proxytunnel-1.9.0/ptstream.c proxytunnel-1.9.0/messages.c proxytunnel-1.9.0/http.c proxytunnel-1.9.0/cmdline.c proxytunnel-1.9.0/io.c proxytunnel-1.9.0/CHANGES proxytunnel-1.9.0/global.h proxytunnel-1.9.0/config.h proxytunnel-1.9.0/ntlm.c proxytunnel-1.9.0/setproctitle.c proxytunnel-1.9.0/debian/ proxytunnel-1.9.0/debian/control proxytunnel-1.9.0/debian/changelog proxytunnel-1.9.0/debian/rules proxytunnel-1.9.0/debian/dirs proxytunnel-1.9.0/debian/docs proxytunnel-1.9.0/debian/copyright proxytunnel-1.9.0/ptstream.h proxytunnel-1.9.0/TODO proxytunnel-1.9.0/base64.h proxytunnel-1.9.0/INSTALL proxytunnel-1.9.0/base64.c proxytunnel-1.9.0/proxytunnel.1 proxytunnel-1.9.0/CREDITS proxytunnel-1.9.0/KNOWN_ISSUES proxytunnel-1.9.0/LICENSE.txt proxytunnel-1.9.0/contrib/ proxytunnel-1.9.0/contrib/proxytunnel.spec proxytunnel-1.9.0/strlcpy.c proxytunnel-1.9.0/proxytunnel.c proxytunnel-1.9.0/Makefile proxytunnel-1.9.0/getrev.sh proxytunnel-1.9.0/strzcat.c proxytunnel-1.9.0/basicauth.h proxytunnel-1.9.0/proxytunnel.h proxytunnel-1.9.0/cmdline.h proxytunnel-1.9.0/README proxytunnel-1.9.0/readpassphrase.c proxytunnel-1.9.0/basicauth.c proxytunnel-1.9.0/ntlm.h proxytunnel-1.9.0/io.h proxytunnel-1.9.0/RELNOTES proxytunnel-1.9.0/strlcat.c proxytunnel-1.9.0/_copyright.inc cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o proxytunnel.o proxytunnel.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o base64.o base64.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcpy.o strlcpy.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcat.o strlcat.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strzcat.o strzcat.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o setproctitle.o setproctitle.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o io.o io.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o http.o http.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o basicauth.o basicauth.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o readpassphrase.o readpassphrase.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o messages.o messages.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o cmdline.o cmdline.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ntlm.o ntlm.c cc -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ptstream.o ptstream.c ptstream.c: In function ‘stream_enable_ssl’: ptstream.c:154:9: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 154 | meth = SSLv3_client_method(); | ^~~~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/crypto.h:17, from ptstream.h:23, from proxytunnel.h:23, from ptstream.c:29: /usr/include/openssl/ssl.h:1864:1: note: declared here 1864 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ ptstream.c:154:14: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 154 | meth = SSLv3_client_method(); | ^ cc -o proxytunnel -O2 -fPIC -fcommon -DREV=0 -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT proxytunnel.o base64.o strlcpy.o strlcat.o strzcat.o setproctitle.o io.o http.o basicauth.o readpassphrase.o messages.o cmdline.o ntlm.o ptstream.o -lcrypto -lssl install -Dp -m0755 proxytunnel /usr/src/slapt-src-x86_64/network/proxytunnel/package-proxytunnel/usr/bin/proxytunnel install -Dp -m0644 proxytunnel.1 /usr/src/slapt-src-x86_64/network/proxytunnel/package-proxytunnel/usr/man/man1/proxytunnel.1 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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/proxytunnel/proxytunnel-1.9.0-x86_64-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/proxytunnel usr/doc/ usr/doc/proxytunnel-1.9.0/ usr/doc/proxytunnel-1.9.0/CHANGES usr/doc/proxytunnel-1.9.0/CREDITS usr/doc/proxytunnel-1.9.0/INSTALL usr/doc/proxytunnel-1.9.0/KNOWN_ISSUES usr/doc/proxytunnel-1.9.0/LICENSE.txt usr/doc/proxytunnel-1.9.0/README usr/doc/proxytunnel-1.9.0/RELNOTES usr/doc/proxytunnel-1.9.0/TODO usr/doc/proxytunnel-1.9.0/proxytunnel.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/proxytunnel.1.gz Slackware package /usr/src/slapt-src-x86_64/network/proxytunnel/proxytunnel-1.9.0-x86_64-2salix15.0.txz created. Installing package proxytunnel-1.9.0-x86_64-2salix15.0... | proxytunnel (HTTP[S] proxy tunnelling application) | | ProxyTunnel is a program that connects stdin and stdout to a | server somewhere on the network, through a standard HTTPS proxy. | We mostly use it to tunnel SSH sessions through HTTP(S) proxies, | allowing us to do many things that wouldn't be possible without | ProxyTunnel. | | Homepage: http://proxytunnel.sourceforge.net/ | | | |