The following packages will be installed: bozohttpd Fetching README... 0%100%100%100%100%100%Done Fetching bozohttpd.SlackBuild... 0%100%100%100%100%100%Done Fetching bozohttpd.info... 0%100%100%100%100%100%Done Fetching defines.default... 0%100%100%100%100%100%Done Fetching fix_warnings.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done bozohttpd-20210227 bozohttpd-20210227/debug bozohttpd-20210227/debug/Makefile bozohttpd-20210227/libbozohttpd bozohttpd-20210227/libbozohttpd/shlib_version bozohttpd-20210227/libbozohttpd/libbozohttpd.3 bozohttpd-20210227/libbozohttpd/Makefile bozohttpd-20210227/lua bozohttpd-20210227/lua/Makefile bozohttpd-20210227/lua/optparse.lua bozohttpd-20210227/lua/shlib_version bozohttpd-20210227/lua/glue.c bozohttpd-20210227/lua/bozo.lua bozohttpd-20210227/small bozohttpd-20210227/small/Makefile bozohttpd-20210227/testsuite bozohttpd-20210227/testsuite/data bozohttpd-20210227/testsuite/data/.bzremap bozohttpd-20210227/testsuite/data/bigfile bozohttpd-20210227/testsuite/data/bigfile.partial4000 bozohttpd-20210227/testsuite/data/bigfile.partial8000 bozohttpd-20210227/testsuite/data/file bozohttpd-20210227/testsuite/data/index.html bozohttpd-20210227/testsuite/cgi-bin bozohttpd-20210227/testsuite/cgi-bin/empty bozohttpd-20210227/testsuite/t15.in bozohttpd-20210227/testsuite/t11.out bozohttpd-20210227/testsuite/t15.out bozohttpd-20210227/testsuite/Makefile bozohttpd-20210227/testsuite/html_cmp bozohttpd-20210227/testsuite/t14.in bozohttpd-20210227/testsuite/t14.out bozohttpd-20210227/testsuite/test-bigfile bozohttpd-20210227/testsuite/test-simple bozohttpd-20210227/testsuite/t11.in bozohttpd-20210227/testsuite/t1.in bozohttpd-20210227/testsuite/t1.out bozohttpd-20210227/testsuite/t10.in bozohttpd-20210227/testsuite/t2.in bozohttpd-20210227/testsuite/t2.out bozohttpd-20210227/testsuite/t3.in bozohttpd-20210227/testsuite/t5.out bozohttpd-20210227/testsuite/t4.in bozohttpd-20210227/testsuite/t4.out bozohttpd-20210227/testsuite/t5.in bozohttpd-20210227/testsuite/t6.out bozohttpd-20210227/testsuite/t6.in bozohttpd-20210227/testsuite/t7.in bozohttpd-20210227/testsuite/t7.out bozohttpd-20210227/testsuite/t8.in bozohttpd-20210227/testsuite/t8.out bozohttpd-20210227/testsuite/t9.in bozohttpd-20210227/testsuite/t9.out bozohttpd-20210227/testsuite/t10.out bozohttpd-20210227/testsuite/t12.in bozohttpd-20210227/testsuite/t12.out bozohttpd-20210227/testsuite/t13.in bozohttpd-20210227/testsuite/t13.out bozohttpd-20210227/testsuite/t3.out bozohttpd-20210227/testsuite/t16.out bozohttpd-20210227/testsuite/t16.in bozohttpd-20210227/testsuite/t17.out bozohttpd-20210227/testsuite/t17.in bozohttpd-20210227/testsuite/t18.out bozohttpd-20210227/testsuite/t18.in bozohttpd-20210227/lua-bozo.c bozohttpd-20210227/bozohttpd.h bozohttpd-20210227/cgi-bozo.c bozohttpd-20210227/main.c bozohttpd-20210227/content-bozo.c bozohttpd-20210227/daemon-bozo.c bozohttpd-20210227/tilde-luzah-bozo.c bozohttpd-20210227/bozohttpd.8 bozohttpd-20210227/auth-bozo.c bozohttpd-20210227/netbsd_queue.h bozohttpd-20210227/Makefile.boot bozohttpd-20210227/bozohttpd.c bozohttpd-20210227/printenv.lua bozohttpd-20210227/dir-index-bozo.c bozohttpd-20210227/ssl-bozo.c bozohttpd-20210227/Makefile bozohttpd-20210227/CHANGES bozohttpd-20210227/bozohttpd.8.orig === LUA='no' === using defines from /usr/src/slapt-src-x86_64/network/bozohttpd/defines.default: '-DDO_HTPASSWD -DNO_BLOCKLIST_SUPPORT' patching file auth-bozo.c patching file bozohttpd.c Hunk #1 succeeded at 123 (offset -9 lines). patching file lua-bozo.c patching file ssl-bozo.c Hunk #1 succeeded at 32 with fuzz 1. cc -O2 -fPIC -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDO_HTPASSWD -DNO_BLOCKLIST_SUPPORT -DNO_LUA_SUPPORT -o bozohttpd bozohttpd.c auth-bozo.c cgi-bozo.c content-bozo.c daemon-bozo.c dir-index-bozo.c lua-bozo.c ssl-bozo.c tilde-luzah-bozo.c main.c -lcrypto -lssl -lcrypt bozohttpd.c: In function ‘parse_http_date’: bozohttpd.c:987:26: warning: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration] 987 | if ((remainder = strptime(val, "%a, %d %b %Y %T GMT", &tm)) == NULL && | ^~~~~~~~ | strftime bozohttpd.c:987:24: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 987 | if ((remainder = strptime(val, "%a, %d %b %Y %T GMT", &tm)) == NULL && | ^ bozohttpd.c:988:24: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 988 | (remainder = strptime(val, "%a, %d-%b-%y %T GMT", &tm)) == NULL && | ^ bozohttpd.c:989:24: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 989 | (remainder = strptime(val, "%a %b %d %T %Y", &tm)) == NULL) | ^ bozohttpd.c: In function ‘bozoasprintf’: bozohttpd.c:2084:13: warning: implicit declaration of function ‘vasprintf’; did you mean ‘vsprintf’? [-Wimplicit-function-declaration] 2084 | e = vasprintf(str, fmt, ap); | ^~~~~~~~~ | vsprintf auth-bozo.c: In function ‘bozo_auth_check’: auth-bozo.c:107:36: warning: implicit declaration of function ‘crypt’ [-Wimplicit-function-declaration] 107 | if (strcmp(crypt(request->hr_authpass, pass), | ^~~~~ auth-bozo.c:107:36: warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [-Wint-conversion] 107 | if (strcmp(crypt(request->hr_authpass, pass), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from auth-bozo.c:41: /usr/include/string.h:140:32: note: expected ‘const char *’ but argument is of type ‘int’ 140 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ Slackware package maker, version 3.14159265. Searching for symbolic links: usr/bin/bozohttpd ../sbin/bozohttpd Making symbolic link creation script: ( cd usr/bin ; rm -rf bozohttpd ) ( cd usr/bin ; ln -sf ../sbin/bozohttpd bozohttpd ) 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/bozohttpd' 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/bozohttpd/bozohttpd-20210227-x86_64-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/doc/ usr/doc/bozohttpd-20210227/ usr/doc/bozohttpd-20210227/CHANGES usr/doc/bozohttpd-20210227/bozohttpd.SlackBuild usr/doc/bozohttpd-20210227/defines.local usr/man/ usr/man/man8/ usr/man/man8/bozohttpd.8.gz usr/sbin/ usr/sbin/bozohttpd Slackware package /usr/src/slapt-src-x86_64/network/bozohttpd/bozohttpd-20210227-x86_64-1salix15.0.txz created. Installing package bozohttpd-20210227-x86_64-1salix15.0... | bozohttpd (simple and lightweight HTTP server) | | bozohttpd is a small and secure HTTP version 1.1 server. | Its main feature is the lack of features, reducing the code | size and improving verifiability. It supports CGI/1.1, | HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, virtual | hosting support, as well as multiple IP-based servers on a | single machine. It is capable of serving pages via the IPv6 | protocol. bozohttpd features SSL support. | | This package built without lua dynamic content support. | |