The following packages will be installed: tcl-tls Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching tcl-tls.SlackBuild... 0%100%100%100%100%100%Done Fetching tcl-tls.info... 0%100%100%100%100%100%Done tcltls-1.7.20/ tcltls-1.7.20/ChangeLog tcltls-1.7.20/MD5SUMS tcltls-1.7.20/Makefile.in tcltls-1.7.20/README.txt tcltls-1.7.20/SHA256SUMS tcltls-1.7.20/aclocal.m4 tcltls-1.7.20/config.guess tcltls-1.7.20/config.sub tcltls-1.7.20/configure tcltls-1.7.20/configure.ac tcltls-1.7.20/gen_dh_params tcltls-1.7.20/install-sh tcltls-1.7.20/license.terms tcltls-1.7.20/pkgIndex.tcl.in tcltls-1.7.20/tclOpts.h tcltls-1.7.20/tcltls.syms.in tcltls-1.7.20/tcltls.vers tcltls-1.7.20/tests/ tcltls-1.7.20/tests/all.tcl tcltls-1.7.20/tests/certs/ tcltls-1.7.20/tests/certs/README.txt tcltls-1.7.20/tests/certs/ca.pem tcltls-1.7.20/tests/certs/client.key tcltls-1.7.20/tests/certs/client.pem tcltls-1.7.20/tests/certs/client.req tcltls-1.7.20/tests/certs/file.srl tcltls-1.7.20/tests/certs/privkey.pem tcltls-1.7.20/tests/certs/server.key tcltls-1.7.20/tests/certs/server.pem tcltls-1.7.20/tests/certs/server.req tcltls-1.7.20/tests/ciphers.test tcltls-1.7.20/tests/keytest1.tcl tcltls-1.7.20/tests/keytest2.tcl tcltls-1.7.20/tests/oldTests/ tcltls-1.7.20/tests/oldTests/client.pem tcltls-1.7.20/tests/oldTests/server.pem tcltls-1.7.20/tests/oldTests/tls.tcl tcltls-1.7.20/tests/oldTests/tlsAuto.tcl tcltls-1.7.20/tests/oldTests/tlsBlocking.tcl tcltls-1.7.20/tests/oldTests/tlsCiphers.tcl tcltls-1.7.20/tests/oldTests/tlsHttp.tcl tcltls-1.7.20/tests/oldTests/tlsSrv.tcl tcltls-1.7.20/tests/oldTests/tlsSrv2.tcl tcltls-1.7.20/tests/oldTests/tlsUpload.tcl tcltls-1.7.20/tests/remote.tcl tcltls-1.7.20/tests/simpleClient.tcl tcltls-1.7.20/tests/simpleServer.tcl tcltls-1.7.20/tests/tlsIO.test tcltls-1.7.20/tls.c tcltls-1.7.20/tls.h tcltls-1.7.20/tls.htm tcltls-1.7.20/tls.tcl tcltls-1.7.20/tlsBIO.c tcltls-1.7.20/tlsIO.c tcltls-1.7.20/tlsInt.h tcltls-1.7.20/tlsX509.c checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking host operating system... linux-gnu checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for runnable tclsh... /usr/bin/tclsh checking for path to tclConfig.sh... /usr/lib checking for working tclConfig.sh... found checking how to create shared objects... -DPIC -fPIC -shared checking whether C compiler accepts -Wno-unused-value... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-deprecated-declarations... yes checking for pkg-config... pkg-config checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -W... yes checking whether C compiler accepts -Wno-self-assign... yes checking whether C compiler accepts -fstack-protector-all... yes checking whether C compiler accepts -fno-strict-overflow... yes checking which TLS library to use... openssl checking if a basic OpenSSL program works... yes checking for TLS_method... yes checking for SSLv2_method... no checking for SSLv3_method... yes checking for TLSv1_method... yes checking for TLSv1_1_method... yes checking for TLSv1_2_method... yes checking for tlsv1.3 protocol support... yes checking for SSL_set_tlsext_host_name... yes checking how to use openssl... -lssl -lcrypto checking how to set rpath... -Wl,-rpath checking for objcopy... objcopy checking for strip... strip checking for how to set version script... -Wl,--version-script,./tcltls.vers configure: creating ./config.status config.status: creating Makefile config.status: creating pkgIndex.tcl config.status: creating tcltls.syms od -A n -v -t xC < './tls.tcl' > tls.tcl.h.new.1 sed 's@[^0-9A-Fa-f]@@g;s@..@0x&, @g' < tls.tcl.h.new.1 > tls.tcl.h.new.2 rm -f tls.tcl.h.new.1 mv tls.tcl.h.new.2 tls.tcl.h sh ./gen_dh_params > dh_params.h.new ***************************** ** Generating DH Primes. ** ** This will take a while. ** ***************************** mv dh_params.h.new dh_params.h gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -o tls.o -c ./tls.c ./tls.c: In function ‘StatusObjCmd’: ./tls.c:1370:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 1370 | if (!strcmp (Tcl_GetString (objv[1]), "-local")) { | ^ ./tls.c:1375:9: note: here 1375 | default: | ^~~~~~~ ./tls.c: At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -o tlsBIO.o -c ./tlsBIO.c ./tlsBIO.c: In function ‘BioCtrl’: ./tlsBIO.c:234:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 234 | num = 0; | ~~~~^~~ ./tlsBIO.c:235:17: note: here 235 | case BIO_C_FILE_SEEK: | ^~~~ In file included from ./tlsBIO.c:7: ./tlsInt.h:105:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 105 | #define dprintf(...) if (0) { fprintf(stderr, __VA_ARGS__); } | ^ ./tlsBIO.c:236:25: note: in expansion of macro ‘dprintf’ 236 | dprintf("Got BIO_C_FILE_SEEK"); | ^~~~~~~ ./tlsBIO.c:237:17: note: here 237 | case BIO_C_FILE_TELL: | ^~~~ ./tlsBIO.c: At top level: cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -o tlsIO.o -c ./tlsIO.c gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -o tlsX509.o -c ./tlsX509.c gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -Wl,-rpath -Wl,/usr/lib -shared -Wl,--version-script,./tcltls.vers -o shared-tcltls.so tls.o tlsBIO.o tlsIO.o tlsX509.o -lssl -lcrypto -L/usr/lib -ltclstub8.6 -lssl -lcrypto objcopy --keep-global-symbols=tcltls.syms shared-tcltls.so objcopy --discard-all shared-tcltls.so mv shared-tcltls.so tcltls.so gcc -I/usr/include -I. -I. -DPACKAGE_NAME=\"tcltls\" -DPACKAGE_TARNAME=\"tcltls\" -DPACKAGE_VERSION=\"1.7.20\" -DPACKAGE_STRING=\"tcltls\ 1.7.20\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DMODULE_SCOPE=static -DUSE_TCL_STUBS=1 -D_FORTIFY_SOURCE=2 -DHAVE_TLS_METHOD=1 -DNO_SSL2=1 '-DTCL_THREADS=1' '-DTCL_CFGVAL_ENCODING="iso8859-1"' '-DTCL_SHLIB_EXT=".so"' '-DTCL_CFG_OPTIMIZED=1' '-DTCL_TOMMATH=1' '-DTCL_WIDE_INT_TYPE=long long' '-DTCL_UNLOAD_DLLS=1' -O2 -march=i586 -mtune=i686 -I/usr/include -Wno-unused-value -Wno-unused-parameter -Wno-deprecated-declarations -Wall -W -Wno-self-assign -fstack-protector-all -fno-strict-overflow -fPIC -Wl,-rpath -Wl,/usr/lib -shared -Wl,--version-script,./tcltls.vers -o shared-tcltls.so tls.o tlsBIO.o tlsIO.o tlsX509.o -lssl -lcrypto -L/usr/lib -ltclstub8.6 -lssl -lcrypto objcopy --keep-global-symbols=tcltls.syms shared-tcltls.so objcopy --discard-all shared-tcltls.so mv shared-tcltls.so tcltls.so /usr/bin/ginstall -c -d '/usr/src/slapt-src/libraries/tcl-tls/package-tcl-tls/usr/lib/tcltls1.7.20' /usr/bin/ginstall -c tcltls.so '/usr/src/slapt-src/libraries/tcl-tls/package-tcl-tls/usr/lib/tcltls1.7.20' /usr/bin/ginstall -c -m 644 pkgIndex.tcl '/usr/src/slapt-src/libraries/tcl-tls/package-tcl-tls/usr/lib/tcltls1.7.20' 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/libraries/tcl-tls/tcl-tls-1.7.20-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/tcl-tls-1.7.20/ usr/doc/tcl-tls-1.7.20/ChangeLog usr/doc/tcl-tls-1.7.20/README.txt usr/doc/tcl-tls-1.7.20/license.terms usr/doc/tcl-tls-1.7.20/tcl-tls.SlackBuild usr/lib/ usr/lib/tcltls1.7.20/ usr/lib/tcltls1.7.20/pkgIndex.tcl usr/lib/tcltls1.7.20/tcltls.so Slackware package /usr/src/slapt-src/libraries/tcl-tls/tcl-tls-1.7.20-i586-2salix15.0.txz created. Installing package tcl-tls-1.7.20-i586-2salix15.0... | tcl-tls (OpenSSL Tcl Extension) | | TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure | connections on top of the Tcl socket mechanism. Within a few lines of | code, users can query https servers (see the tclhttpd project for an | https server using TLS). | | | | | | |