The following packages will be installed: cntlm Fetching README... 0%100%100%100%100%100%Done Fetching cntlm.SlackBuild... 0%100%100%100%100%100%Done Fetching cntlm.info... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching rc.cntlm... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cntlm-0.92.3/ cntlm-0.92.3/win/ cntlm-0.92.3/win/README.txt cntlm-0.92.3/win/cntlm.ico cntlm-0.92.3/win/Support Website.url cntlm-0.92.3/win/Software Updates.url cntlm-0.92.3/win/resources.rc cntlm-0.92.3/win/Cntlm Homepage.url cntlm-0.92.3/win/setup.iss.in cntlm-0.92.3/config/ cntlm-0.92.3/config/strdup.c cntlm-0.92.3/config/gethostname.c cntlm-0.92.3/config/socklen_t.c cntlm-0.92.3/config/endian.c cntlm-0.92.3/socket.c cntlm-0.92.3/utils.c cntlm-0.92.3/pages.c cntlm-0.92.3/socket.h cntlm-0.92.3/COPYRIGHT cntlm-0.92.3/xcrypt.c cntlm-0.92.3/doc/ cntlm-0.92.3/doc/cntlm.conf cntlm-0.92.3/doc/valgrind.txt cntlm-0.92.3/doc/cntlm.1 cntlm-0.92.3/swap.h cntlm-0.92.3/auth.c cntlm-0.92.3/auth.h cntlm-0.92.3/http.h cntlm-0.92.3/ntlm.c cntlm-0.92.3/utils.h cntlm-0.92.3/VERSION cntlm-0.92.3/README cntlm-0.92.3/config.c cntlm-0.92.3/pages.h cntlm-0.92.3/debian/ cntlm-0.92.3/debian/lintian-override cntlm-0.92.3/debian/rules cntlm-0.92.3/debian/docs cntlm-0.92.3/debian/copyright cntlm-0.92.3/debian/control cntlm-0.92.3/debian/compat cntlm-0.92.3/debian/postrm cntlm-0.92.3/debian/cntlm.init cntlm-0.92.3/debian/prerm cntlm-0.92.3/debian/postinst cntlm-0.92.3/debian/dirs cntlm-0.92.3/debian/cntlm.default cntlm-0.92.3/debian/watch cntlm-0.92.3/debian/changelog cntlm-0.92.3/forward.c cntlm-0.92.3/direct.h cntlm-0.92.3/scanner.h cntlm-0.92.3/direct.c cntlm-0.92.3/acl.c cntlm-0.92.3/rpm/ cntlm-0.92.3/rpm/rules cntlm-0.92.3/rpm/cntlm.init cntlm-0.92.3/rpm/cntlm.spec cntlm-0.92.3/rpm/cntlm.sysconfig cntlm-0.92.3/globals.h cntlm-0.92.3/configure cntlm-0.92.3/ntlm.h cntlm-0.92.3/main.c cntlm-0.92.3/config.h cntlm-0.92.3/Makefile cntlm-0.92.3/acl.h cntlm-0.92.3/xcrypt.h cntlm-0.92.3/Makefile.xlc cntlm-0.92.3/LICENSE cntlm-0.92.3/scanner.c cntlm-0.92.3/http.c cntlm-0.92.3/forward.h Using /usr/bin/gcc to compile Cntlm Checking endian... little endian Checking strdup... yes Checking socklen_t... yes Checking gethostname... forum-2 Compiling utils.c In file included from /usr/include/sys/types.h:25, from utils.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling ntlm.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ntlm.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ntlm.c: In function ‘ntlm2_calc_resp’: ntlm.c:82:66: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 82 | printf("NTLMv2:\n\t Nonce: %s\n\tTimestamp: %ld\n", tmp, tw); | ~~^ ~~ | | | | long int int64_t {aka long long int} | %lld ntlm.c: In function ‘ntlm_hash_lm_password’: ntlm.c:159:9: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 159 | uppercase(strncpy(pass, password, MIN(14, strlen(password)))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from auth.h:27, from ntlm.h:26, from ntlm.c:27: ntlm.c:159:51: note: length computed here 159 | uppercase(strncpy(pass, password, MIN(14, strlen(password)))); utils.h:39:41: note: in definition of macro ‘MIN’ 39 | # define MIN(a, b) ((a) < (b) ? (a) : (b)) | ^ Compiling xcrypt.c In file included from /usr/include/sys/types.h:25, from xcrypt.c:41: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling config.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from config.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling socket.c In file included from /usr/include/sys/types.h:25, from socket.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling acl.c In file included from /usr/include/sys/types.h:25, from acl.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling auth.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from auth.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling http.c In file included from /usr/include/sys/types.h:25, from http.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling forward.c In file included from /usr/include/sys/types.h:25, from forward.c:20: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling direct.c In file included from /usr/include/sys/types.h:25, from direct.c:20: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling scanner.c In file included from /usr/include/sys/types.h:25, from scanner.c:20: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling pages.c In file included from /usr/include/pthread.h:21, from utils.h:28, from pages.c:25: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Compiling main.c In file included from /usr/include/sys/types.h:25, from main.c:22: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Linking cntlm # Special handling for install(1) if [ "`uname -s`" = "AIX" ]; then \ install -M 755 -S -f /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/sbin cntlm; \ install -M 644 -f /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/man/man1 doc/cntlm.1; \ install -M 600 -c /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc doc/cntlm.conf; \ elif [ "`uname -s`" = "Darwin" ]; then \ install -d -m 755 -s cntlm /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/sbin/cntlm; \ install -d -m 644 doc/cntlm.1 /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/man/man1/cntlm.1; \ [ -f /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc/cntlm.conf -o -z "/usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc" ] \ || install -d -m 600 doc/cntlm.conf /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc/cntlm.conf; \ else \ install -D -m 755 -s cntlm /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/sbin/cntlm; \ install -D -m 644 doc/cntlm.1 /usr/src/slapt-src-i486/system/cntlm/package-cntlm/usr/man/man1/cntlm.1; \ [ -f /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc/cntlm.conf -o -z "/usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc" ] \ || install -D -m 600 doc/cntlm.conf /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc/cntlm.conf; \ fi Cntlm will look for configuration in /usr/src/slapt-src-i486/system/cntlm/package-cntlm/etc/cntlm.conf 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/cntlm/cntlm-0.92.3-i586-1salix15.0.txz ./ etc/ etc/cntlm.conf.new etc/rc.d/ etc/rc.d/rc.cntlm install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/cntlm-0.92.3/ usr/doc/cntlm-0.92.3/COPYRIGHT usr/doc/cntlm-0.92.3/LICENSE usr/doc/cntlm-0.92.3/README usr/doc/cntlm-0.92.3/VERSION usr/doc/cntlm-0.92.3/cntlm.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/cntlm.1.gz usr/sbin/ usr/sbin/cntlm Slackware package /usr/src/slapt-src-i486/system/cntlm/cntlm-0.92.3-i586-1salix15.0.txz created. Installing package cntlm-0.92.3-i586-1salix15.0... | cntlm (Authentication Proxy) | | Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP | proxy intended to help you break free from the chains of Microsoft | proprietary world. You can use a free OS and honor our noble idea, | but you can't hide. Once you're behind those cold steel bars of a | corporate proxy server requiring NTLM authentication, you're done | with. The same even applies to 3rd party Windows applications, which | don't support NTLM natively. | | Homepage: http://cntlm.awk.cz/ | |