The following packages will be installed: cryptcat-unix Fetching README... 0%100%100%100%100%100%Done Fetching cryptcat-unix.SlackBuild... 0%100%100%100%100%100%Done Fetching cryptcat-unix.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done unix/ unix/Changelog unix/Credits unix/Makefile unix/README unix/README.cryptcat unix/farm9crypt.cc unix/farm9crypt.h unix/generic.h unix/netcat.blurb unix/netcat.c unix/twofish2.cc unix/twofish2.h make -e cryptcat XFLAGS='-DLINUX' STATIC=-static \ XLIBS='-lstdc++' make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/cryptcat-unix/unix' cc -O -c farm9crypt.cc cc -O -c twofish2.cc cc -O -s -DGAPING_SECURITY_HOLE -DLINUX -static -o cryptcat netcat.c farm9crypt.o twofish2.o -lstdc++ netcat.c: In function ‘bail’: netcat.c:227:3: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 227 | close (netfd); | ^~~~~ | pclose netcat.c:228:3: warning: implicit declaration of function ‘sleep’ [-Wimplicit-function-declaration] 228 | sleep (1); | ^~~~~ netcat.c: In function ‘tmtravel’: netcat.c:246:3: warning: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration] 246 | alarm (0); | ^~~~~ netcat.c: At top level: netcat.c:585:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 585 | doexec (fd) | ^~~~~~ netcat.c: In function ‘doexec’: netcat.c:590:3: warning: implicit declaration of function ‘dup2’ [-Wimplicit-function-declaration] 590 | dup2 (fd, 0); /* the precise order of fiddlage */ | ^~~~ netcat.c:600:3: warning: implicit declaration of function ‘execl’ [-Wimplicit-function-declaration] 600 | execl (pr00gie, p, NULL); | ^~~~~ netcat.c:600:3: warning: incompatible implicit declaration of built-in function ‘execl’ [-Wbuiltin-declaration-mismatch] netcat.c: At top level: netcat.c:961:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 961 | udptest (fd, where) | ^~~~~~~ netcat.c: In function ‘udptest’: netcat.c:967:8: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration] 967 | rr = write (fd, bigbuf_in, 1); | ^~~~~ | fwrite netcat.c: In function ‘readwrite’: netcat.c:1206:14: warning: implicit declaration of function ‘farm9crypt_read’ [-Wimplicit-function-declaration] 1206 | rr = farm9crypt_read (fd, bigbuf_net, BIGSIZ); | ^~~~~~~~~~~~~~~ netcat.c:1228:14: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 1228 | rr = read (0, bigbuf_in, BIGSIZ); | ^~~~ | fread netcat.c:1279:14: warning: implicit declaration of function ‘farm9crypt_write’ [-Wimplicit-function-declaration] 1279 | rr = farm9crypt_write (fd, zp, rr); /* one line, or the whole buffer */ | ^~~~~~~~~~~~~~~~ netcat.c: At top level: netcat.c:1312:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1312 | main (argc, argv) | ^~~~ netcat.c: In function ‘main’: netcat.c:1379:9: warning: implicit declaration of function ‘farm9crypt_initialized’ [-Wimplicit-function-declaration] 1379 | if (farm9crypt_initialized() == 0) { | ^~~~~~~~~~~~~~~~~~~~~~ netcat.c:1380:7: warning: implicit declaration of function ‘farm9crypt_init’ [-Wimplicit-function-declaration] 1380 | farm9crypt_init(crypt_key_f9); | ^~~~~~~~~~~~~~~ netcat.c:1419:15: warning: implicit declaration of function ‘getopt’ [-Wimplicit-function-declaration] 1419 | while ((x = getopt (argc, argv, "ae:g:G:hi:k:lno:p:rs:tuvw:z")) != EOF) { | ^~~~~~ netcat.c:1453:9: warning: implicit declaration of function ‘helpme’ [-Wimplicit-function-declaration] 1453 | helpme(); /* exits by itself */ | ^~~~~~ netcat.c:1516:12: warning: implicit declaration of function ‘time’; did you mean ‘utimes’? [-Wimplicit-function-declaration] 1516 | SRAND (time (0)); | ^~~~ | utimes netcat.c: At top level: netcat.c:1664:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1664 | helpme() | ^~~~~~ netcat.c: In function ‘gethostpoop’: netcat.c:409:5: warning: ‘strncpy’ writing 192 bytes into a region of size 24 overflows the destination [-Wstringop-overflow=] 409 | strncpy (poop->addrs[0], inet_ntoa (iaddr), sizeof (poop->addrs)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ netcat.c:110:8: note: destination object ‘addrs’ of size 24 110 | char addrs[8][24]; /* ascii-format IP addresses */ | ^~~~~ /usr/bin/ld: /usr/src/slapt-src-x86_64/network/cryptcat-unix/ccRkopEQ.o: in function `gethostpoop': netcat.c:(.text+0x45e): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: netcat.c:(.text+0x334): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: /usr/src/slapt-src-x86_64/network/cryptcat-unix/ccRkopEQ.o: in function `getportpoop': netcat.c:(.text+0x685): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: netcat.c:(.text+0x5e5): warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/cryptcat-unix/unix' 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/cryptcat-unix/cryptcat-unix-1.2.1-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/cryptcat usr/doc/ usr/doc/cryptcat-unix-1.2.1/ usr/doc/cryptcat-unix-1.2.1/Changelog usr/doc/cryptcat-unix-1.2.1/Credits usr/doc/cryptcat-unix-1.2.1/README usr/doc/cryptcat-unix-1.2.1/README.SBo usr/doc/cryptcat-unix-1.2.1/README.cryptcat usr/doc/cryptcat-unix-1.2.1/cryptcat-unix.SlackBuild usr/doc/cryptcat-unix-1.2.1/netcat.blurb Slackware package /usr/src/slapt-src-x86_64/network/cryptcat-unix/cryptcat-unix-1.2.1-x86_64-1salix15.0.txz created. Installing package cryptcat-unix-1.2.1-x86_64-1salix15.0... | cryptcat-unix (lightweight version of netcat) | | Cryptcat is a lightweight version of netcat with integrated | transport encryption capabilities. | | | | | | | | |