The following packages will be installed: tsocks Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching tsocks-1.8beta5-64bit.diff... 0%100%100%100%100%100%Done Fetching tsocks.SlackBuild... 0%100%100%100%100%100%Done Fetching tsocks.info... 0%100%100%100%100%100%Done ./tsocks-1.8/ ./tsocks-1.8/COPYING ./tsocks-1.8/ChangeLog ./tsocks-1.8/INSTALL ./tsocks-1.8/tsocks ./tsocks-1.8/configure.in ./tsocks-1.8/configure ./tsocks-1.8/parser.h ./tsocks-1.8/saveme.c ./tsocks-1.8/tsocks.8 ./tsocks-1.8/tsocks.announce ./tsocks-1.8/tsocks.c ./tsocks-1.8/tsocks.h ./tsocks-1.8/inspectsocks.c ./tsocks-1.8/config.h.in ./tsocks-1.8/config.status ./tsocks-1.8/tsocks.conf.5 ./tsocks-1.8/common.h ./tsocks-1.8/common.c ./tsocks-1.8/acconfig.h ./tsocks-1.8/install-sh ./tsocks-1.8/Makefile.in ./tsocks-1.8/config.sub ./tsocks-1.8/config.guess ./tsocks-1.8/parser.c ./tsocks-1.8/tsocks.conf.complex.example ./tsocks-1.8/TODO ./tsocks-1.8/tsocks.conf.simple.example ./tsocks-1.8/FAQ ./tsocks-1.8/validateconf.c ./tsocks-1.8/mkinstalldirs ./tsocks-1.8/tsocks.1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 433c41f4a23130a079ed6e681e7016c0b187fb61 Mon Sep 17 00:00:00 2001 |From: mancha |Date: Thu, 26 Sep 2013 |Subject: Use appropriate path on x86_64 systems | | tsocks | 14 +++++++------- | 1 file changed, 7 insertions(+), 7 deletions(-) | |--- a/tsocks 2013-09-26 |+++ b/tsocks 2013-09-26 -------------------------- patching file tsocks Using Plan A... Hunk #1 succeeded at 46. Hunk #2 succeeded at 68. done creating cache ./config.cache checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc -O2 -fPIC ) works... yes checking whether the C compiler (gcc -O2 -fPIC ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/ginstall -c checking whether ln -s works... yes checking if the C compiler accepts -Wall... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for dlfcn.h... yes checking for sys/socket.h... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for sys/poll.h... yes checking for unistd.h... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for strtol... yes checking for connect in -lc... yes checking for socket... yes checking for inet_aton... yes checking for gethostbyname... yes checking for dlsym in -ldl... yes checking for RTLD_NEXT from dlfcn.h... no checking for RTLD_NEXT from dlfcn.h with _GNU_SOURCE... yes checking for correct select prototype... select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) checking for correct connect prototype... connect(int __fd, const struct sockaddr * __addr, socklen_t __len) checking for correct close prototype... close(int fd) checking for correct poll prototype... poll(struct pollfd *ufds, unsigned long nfds, int timeout) updating cache ./config.cache creating ./config.status creating Makefile creating config.h gcc -fPIC -O2 -fPIC -Wall -I. -c tsocks.c -o tsocks.o tsocks.c: In function ‘connect’: tsocks.c:215:41: warning: pointer targets in passing argument 5 of ‘getsockopt’ differ in signedness [-Wpointer-sign] 215 | (void *) &sock_type, &sock_type_len); | ^~~~~~~~~~~~~~ | | | int * In file included from tsocks.c:39: /usr/include/sys/socket.h:210:46: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 210 | socklen_t *__restrict __optlen) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tsocks.c:271:62: warning: pointer targets in passing argument 3 of ‘getpeername’ differ in signedness [-Wpointer-sign] 271 | if (!getpeername(__fd, (struct sockaddr *) &peer_address, &namelen)) { | ^~~~~~~~ | | | int * In file included from tsocks.c:39: /usr/include/sys/socket.h:131:47: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 131 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ tsocks.c: In function ‘select’: tsocks.c:343:8: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] 343 | int rc = 0; | ^~ tsocks.c: In function ‘poll’: tsocks.c:526:8: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] 526 | int rc = 0, i; | ^~ gcc -fPIC -O2 -fPIC -Wall -I. -c common.c -o common.o gcc -fPIC -O2 -fPIC -Wall -I. -c parser.c -o parser.o parser.c: In function ‘handle_path’: parser.c:210:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 210 | if (((int) (newserver = (struct serverent *) malloc(sizeof(struct serverent)))) == -1) | ^ gcc -fPIC -O2 -fPIC -Wall -I. -nostdlib -shared -o libtsocks.so.1.8 tsocks.o common.o parser.o -ldl -lc ln -sf libtsocks.so.1.8 libtsocks.so gcc -fPIC -O2 -fPIC -Wall -I. -static -o saveme saveme.c gcc -fPIC -O2 -fPIC -Wall -I. -o inspectsocks inspectsocks.c common.o -lc gcc -fPIC -O2 -fPIC -Wall -I. -o validateconf validateconf.c common.o parser.o -lc /bin/sh mkinstalldirs "/usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/bin" mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/bin /usr/bin/ginstall -c tsocks /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/bin /bin/sh mkinstalldirs "/usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/lib64" mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/lib64 /usr/bin/ginstall -c libtsocks.so.1.8 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/lib64 ln -sf libtsocks.so.1.8 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/lib64/libtsocks.so.1 ln -sf libtsocks.so.1 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/lib64/libtsocks.so /bin/sh mkinstalldirs "/usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man1" mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man1 /usr/bin/ginstall -c -m 644 tsocks.1 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man1/ /bin/sh mkinstalldirs "/usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man8" mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man8 /usr/bin/ginstall -c -m 644 tsocks.8 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man8/ /bin/sh mkinstalldirs "/usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man5" mkdir /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man5 /usr/bin/ginstall -c -m 644 tsocks.conf.5 /usr/src/slapt-src/libraries/tsocks/package-tsocks/usr/man/man5/ Slackware package maker, version 3.14159265. Searching for symbolic links: usr/lib64/libtsocks.so libtsocks.so.1 usr/lib64/libtsocks.so.1 libtsocks.so.1.8 Making symbolic link creation script: ( cd usr/lib64 ; rm -rf libtsocks.so ) ( cd usr/lib64 ; ln -sf libtsocks.so.1 libtsocks.so ) ( cd usr/lib64 ; rm -rf libtsocks.so.1 ) ( cd usr/lib64 ; ln -sf libtsocks.so.1.8 libtsocks.so.1 ) 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/lib64/libtsocks.so.1' removed './usr/lib64/libtsocks.so' 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/libraries/tsocks/tsocks-1.8beta5-x86_64-3salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/inspectsocks usr/bin/tsocks usr/bin/validateconf usr/doc/ usr/doc/tsocks-1.8beta5/ usr/doc/tsocks-1.8beta5/COPYING usr/doc/tsocks-1.8beta5/ChangeLog usr/doc/tsocks-1.8beta5/FAQ usr/doc/tsocks-1.8beta5/tsocks.SlackBuild usr/doc/tsocks-1.8beta5/tsocks.conf.complex.example usr/doc/tsocks-1.8beta5/tsocks.conf.simple.example usr/lib64/ usr/lib64/libtsocks.so.1.8 usr/man/ usr/man/man1/ usr/man/man1/tsocks.1.gz usr/man/man5/ usr/man/man5/tsocks.conf.5.gz usr/man/man8/ usr/man/man8/tsocks.8.gz Slackware package /usr/src/slapt-src/libraries/tsocks/tsocks-1.8beta5-x86_64-3salix15.0.txz created. Installing package tsocks-1.8beta5-x86_64-3salix15.0... | tsocks (transparent SOCKS proxying library) | | tsocks' role is to allow these non SOCKS aware applications (e.g | telnet, ssh, ftp etc) to use SOCKS without any modification. It does | this by intercepting the calls that applications make to establish | network connections and negotating them through a SOCKS server as | necessary. | | | http://tsocks.sourceforge.net/ | | |