The following packages will be installed: ffproxy Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching ffproxy.SlackBuild... 0%100%100%100%100%100%Done Fetching ffproxy.info... 0%100%100%100%100%100%Done Fetching rc.ffproxy... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done ffproxy-1.6/ ffproxy-1.6/db/ ffproxy-1.6/db/filter.url.match ffproxy-1.6/db/access.host ffproxy-1.6/db/access.dyndns ffproxy-1.6/db/access.ip ffproxy-1.6/db/filter.header.drop ffproxy-1.6/db/filter.header.entry ffproxy-1.6/db/filter.header.match ffproxy-1.6/db/filter.host.match ffproxy-1.6/db/filter.rheader.drop ffproxy-1.6/db/filter.rheader.entry ffproxy-1.6/db/filter.rheader.match ffproxy-1.6/db/filter.header.add ffproxy-1.6/html/ ffproxy-1.6/html/filtered ffproxy-1.6/html/connect ffproxy-1.6/html/invalid ffproxy-1.6/html/post ffproxy-1.6/html/resolve ffproxy-1.6/sample.config.s ffproxy-1.6/COPYING ffproxy-1.6/BUGS ffproxy-1.6/ffproxy.8.s ffproxy-1.6/ChangeLog ffproxy-1.6/Makefile.in ffproxy-1.6/README ffproxy-1.6/TODO ffproxy-1.6/access.c ffproxy-1.6/access.h ffproxy-1.6/filter.c ffproxy-1.6/alloc.c ffproxy-1.6/alloc.h ffproxy-1.6/cfg.h ffproxy-1.6/main.c ffproxy-1.6/db.c ffproxy-1.6/db.h ffproxy-1.6/dbs.h ffproxy-1.6/dns.c ffproxy-1.6/dns.h ffproxy-1.6/INSTALL ffproxy-1.6/request.c ffproxy-1.6/print.c ffproxy-1.6/file.c ffproxy-1.6/file.h ffproxy-1.6/http.c ffproxy-1.6/msg.c ffproxy-1.6/filter.h ffproxy-1.6/poll.c ffproxy-1.6/http.h ffproxy-1.6/regex.c ffproxy-1.6/signals.c ffproxy-1.6/msg.h ffproxy-1.6/socket.c ffproxy-1.6/poll.h ffproxy-1.6/print.h ffproxy-1.6/regex.h ffproxy-1.6/req.h ffproxy-1.6/request.h ffproxy-1.6/signals.h ffproxy-1.6/socket.h ffproxy-1.6/ffproxy.conf.5.s ffproxy-1.6/configure.ac ffproxy-1.6/number.c ffproxy-1.6/configure ffproxy-1.6/ffproxy.quick.7.s ffproxy-1.6/install-sh ffproxy-1.6/number.h ffproxy-1.6/mkinstalldirs ffproxy-1.6/configure.h.in checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/ginstall -c checking for gethostbyname in -lnsl... yes checking for connect in -lsocket... no checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for dup2... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for memset... yes checking for regcomp... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strncasecmp... yes checking for daemon... yes configure: creating ./config.status config.status: creating Makefile config.status: creating configure.h gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o main.o main.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o print.o print.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o socket.o socket.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o request.o request.c request.c: In function ‘do_request’: request.c:428:40: warning: ‘strncat’ specified bound 2 equals source length [-Wstringop-overflow=] 428 | (void) strncat(buf, "\r\n", strlen("\r\n")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:452:24: warning: ‘strncat’ specified bound 2 equals source length [-Wstringop-overflow=] 452 | (void) strncat(buf, "\r\n", strlen("\r\n")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:427:40: warning: ‘strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 427 | (void) strncat(buf, r->header[i++], len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:425:32: note: length computed here 425 | len += strlen(r->header[i]) + strlen("\r\n"); | ^~~~~~~~~~~~~~~~~~~~ gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o http.o http.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o alloc.o alloc.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o filter.o filter.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o db.o db.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o file.o file.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o dns.o dns.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o signals.o signals.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o access.o access.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o regex.o regex.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o msg.o msg.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o poll.o poll.c gcc -O2 -march=i586 -mtune=i686 -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/usr/share/ffproxy\"" -c -o number.o number.c gcc -o ffproxy main.o print.o socket.o request.o http.o alloc.o filter.o db.o file.o dns.o signals.o access.o regex.o msg.o poll.o number.o -lnsl for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do \ sed -e 's|_BASE_|/usr/share/ffproxy|g' -e 's|_CFGFILE_|/etc/ffproxy.conf|g' $i.s > $i; \ done || for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do \ cp $i $i.s; done sed -e 's|_BASE_|/usr/share/ffproxy|g' sample.config.s \ > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf /bin/sh ./mkinstalldirs /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/bin \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/etc \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/db \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/html \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man5 \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man7 \ /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man8 mkdir -p -- /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/bin /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/etc /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/db /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/html /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man5 /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man7 /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man8 /usr/bin/ginstall -c ffproxy /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/bin for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do \ sed -e 's|_BASE_|/usr/share/ffproxy|g' -e 's|_CFGFILE_|/etc/ffproxy.conf|g' $i.s > $i; \ done || for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do \ cp $i $i.s; done /usr/bin/ginstall -c -m 644 ffproxy.conf.5 /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man5 /usr/bin/ginstall -c -m 644 ffproxy.quick.7 /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man7 /usr/bin/ginstall -c -m 644 ffproxy.8 /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/man/man8 sed -e 's|_BASE_|/usr/share/ffproxy|g' sample.config.s \ > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf /usr/bin/ginstall -c -m 644 ffproxy.conf /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/etc /usr/bin/ginstall -c -m 644 sample.config /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy /usr/bin/ginstall -c -m 644 db/access.dyndns db/access.host db/access.ip db/filter.header.add db/filter.header.drop db/filter.header.entry db/filter.header.match db/filter.host.match db/filter.rheader.drop db/filter.rheader.entry db/filter.rheader.match db/filter.url.match /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/db /usr/bin/ginstall -c -m 644 html/connect html/filtered html/invalid html/post html/resolve /usr/src/slapt-src-i486/system/ffproxy/package-ffproxy/usr/share/ffproxy/html 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-i486/system/ffproxy/ffproxy-1.6-i586-1salix15.0.txz ./ etc/ etc/ffproxy.conf.new etc/rc.d/ etc/rc.d/rc.ffproxy.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/ffproxy usr/doc/ usr/doc/ffproxy-1.6/ usr/doc/ffproxy-1.6/COPYING usr/doc/ffproxy-1.6/ChangeLog usr/doc/ffproxy-1.6/README usr/doc/ffproxy-1.6/ffproxy.SlackBuild usr/man/ usr/man/man5/ usr/man/man5/ffproxy.conf.5.gz usr/man/man7/ usr/man/man7/ffproxy.quick.7.gz usr/man/man8/ usr/man/man8/ffproxy.8.gz usr/share/ usr/share/ffproxy/ usr/share/ffproxy/db/ usr/share/ffproxy/db/access.dyndns usr/share/ffproxy/db/access.host usr/share/ffproxy/db/access.ip usr/share/ffproxy/db/filter.header.add usr/share/ffproxy/db/filter.header.drop usr/share/ffproxy/db/filter.header.entry usr/share/ffproxy/db/filter.header.match usr/share/ffproxy/db/filter.host.match usr/share/ffproxy/db/filter.rheader.drop usr/share/ffproxy/db/filter.rheader.entry usr/share/ffproxy/db/filter.rheader.match usr/share/ffproxy/db/filter.url.match usr/share/ffproxy/html/ usr/share/ffproxy/html/connect usr/share/ffproxy/html/filtered usr/share/ffproxy/html/invalid usr/share/ffproxy/html/post usr/share/ffproxy/html/resolve usr/share/ffproxy/sample.config Slackware package /usr/src/slapt-src-i486/system/ffproxy/ffproxy-1.6-i586-1salix15.0.txz created. Installing package ffproxy-1.6-i586-1salix15.0... | ffproxy (filtering HTTP/HTTPS proxy server) | | ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter | by host, URL, and header. Custom header entries can be filtered and | added. It can even drop its privileges and optionally chroot() to some | directory. | | | | | | |