The following packages will be installed: netcat-openbsd Fetching README... 0%100%100%100%100%100%Done Fetching netcat-openbsd.SlackBuild... 0%100%100%100%100%100%Done Fetching netcat-openbsd.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done %README% Netcat is a simple Unix utility which reads and writes data across network connections, using the TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. This package contains the OpenBSD rewrite of netcat, with Debian and other patches, including support for IPv6, proxies, and Unix sockets. The installed binary is named "nc.openbsd" and the manpage is as well. BTW, this package conflicts with the netcat in slackware as it creates a symbolic link /usr/bin/nc (to let libvirt stuff work correctly), so remove netcat (nc) from your system before building/installing this. netcat-openbsd-1.217-1/ netcat-openbsd-1.217-1/Makefile netcat-openbsd-1.217-1/README.md netcat-openbsd-1.217-1/atomicio.c netcat-openbsd-1.217-1/atomicio.h netcat-openbsd-1.217-1/changelog netcat-openbsd-1.217-1/copyright netcat-openbsd-1.217-1/nc.1 netcat-openbsd-1.217-1/netcat.c netcat-openbsd-1.217-1/socks.c cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c netcat.c -o netcat.o cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c atomicio.c -o atomicio.o cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c socks.c -o socks.o cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -Wl,--no-add-needed netcat.o atomicio.o socks.o `pkg-config --libs libbsd` -lresolv -o nc Slackware package maker, version 3.14159265. Searching for symbolic links: usr/bin/nc /usr/bin/nc.openbsd Making symbolic link creation script: ( cd usr/bin ; rm -rf nc ) ( cd usr/bin ; ln -sf /usr/bin/nc.openbsd nc ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/bin/nc' Creating your new ./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/netcat-openbsd/netcat-openbsd-1.217_1-x86_64-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/nc.openbsd usr/doc/ usr/doc/netcat-openbsd-1.217_1/ usr/doc/netcat-openbsd-1.217_1/README.md usr/doc/netcat-openbsd-1.217_1/changelog usr/doc/netcat-openbsd-1.217_1/copyright usr/doc/netcat-openbsd-1.217_1/netcat-openbsd.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/nc.openbsd.1.gz Slackware package /usr/src/slapt-src-x86_64/network/netcat-openbsd/netcat-openbsd-1.217_1-x86_64-1salix15.0.txz created. Installing package netcat-openbsd-1.217_1-x86_64-1salix15.0... | netcat-openbsd (reads and writes data across network connections) | | This package contains the OpenBSD rewrite of netcat, | including support for IPv6, proxies, and Unix sockets. | | Before installing this, be sure to remove the nc package | that comes with Slackware. | | http://packages.debian.org/sid/netcat-openbsd | | | |