The following packages will be installed: vpnc Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching vpnc.SlackBuild... 0%100%100%100%100%100%Done Fetching vpnc.info... 0%100%100%100%100%100%Done vpnc-r550/ vpnc-r550/vpnc-script vpnc-r550/tap-win32.h vpnc-r550/nortel.txt vpnc-r550/config.c vpnc-r550/enum2debug.pl vpnc-r550/decrypt-utils.h vpnc-r550/makeman.pl vpnc-r550/vpnc.h vpnc-r550/cisco-decrypt.1 vpnc-r550/mk-version vpnc-r550/tunip.c vpnc-r550/sysdep.c vpnc-r550/dh.h vpnc-r550/vpnc-script-win vpnc-r550/crypto-openssl.c vpnc-r550/split_tunnel.txt vpnc-r550/ChangeLog vpnc-r550/cisco-decrypt.c vpnc-r550/sysdep.h vpnc-r550/test-crypto.c vpnc-r550/dh.c vpnc-r550/isakmp-pkt.h vpnc-r550/crypto-openssl.h vpnc-r550/supp.c vpnc-r550/math_group.c vpnc-r550/tunip.h vpnc-r550/crypto.c vpnc-r550/pcf2vpnc.1 vpnc-r550/config.h vpnc-r550/README vpnc-r550/vpnc.c vpnc-r550/crypto-gnutls.c vpnc-r550/supp.h vpnc-r550/COPYING vpnc-r550/vpnc.conf vpnc-r550/Makefile vpnc-r550/vpnc.8.template vpnc-r550/math_group.h vpnc-r550/TODO vpnc-r550/crypto-gnutls.h vpnc-r550/isakmp.h vpnc-r550/vpnc-script-win.js vpnc-r550/pcf2vpnc vpnc-r550/VERSION vpnc-r550/test/ vpnc-r550/test/cert0.pem vpnc-r550/test/dec_data.bin vpnc-r550/test/sig_data.bin vpnc-r550/test/README.txt vpnc-r550/test/cert1.pem vpnc-r550/test/Makefile vpnc-r550/test/cert2.pem vpnc-r550/test/ca_list.pem vpnc-r550/test/cert3.pem vpnc-r550/decrypt-utils.c vpnc-r550/crypto.h vpnc-r550/vpnc-disconnect vpnc-r550/isakmp-pkt.c LC_ALL=C perl -w ./enum2debug.pl isakmp.h >vpnc-debug.c 2>vpnc-debug.h cc -MM sysdep.c vpnc-debug.c isakmp-pkt.c tunip.c config.c dh.c math_group.c supp.c decrypt-utils.c crypto.c crypto-openssl.c vpnc.c cisco-decrypt.c test-crypto.c -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" > .depend cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o sysdep.o sysdep.c sysdep.c: In function ‘tun_close’: sysdep.c:517:29: warning: parameter ‘dev’ set but not used [-Wunused-but-set-parameter] 517 | int tun_close(int fd, char *dev) | ~~~~~~^~~ cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o vpnc-debug.o vpnc-debug.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o isakmp-pkt.o isakmp-pkt.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o tunip.o tunip.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o config.o config.c config.c: In function ‘do_config’: config.c:1058:49: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 1058 | printf(" - \"%.*s\"\t(%d)\n", strlen(p->string) - 17, p->string + 16, p->id); | ~~^~ ~~~~~~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} config.c: In function ‘vpnc_getpass’: config.c:254:20: warning: ‘pass’ may be used uninitialized in this function [-Wmaybe-uninitialized] 254 | if (buf == NULL) | ^ cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o dh.o dh.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o math_group.o math_group.c math_group.c: In function ‘modp_getraw’: math_group.c:243:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] 243 | int ret; | ^~~ math_group.c: In function ‘modp_setraw’: math_group.c:259:38: warning: parameter ‘grp’ set but not used [-Wunused-but-set-parameter] 259 | static int modp_setraw(struct group *grp, gcry_mpi_t d, unsigned char *s, int l) | ~~~~~~~~~~~~~~^~~ cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o supp.o supp.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o decrypt-utils.o decrypt-utils.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o crypto.o crypto.c cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o crypto-openssl.o crypto-openssl.c crypto-openssl.c: In function ‘password_cb’: crypto-openssl.c:66:30: warning: unused parameter ‘buf’ [-Wunused-parameter] 66 | static int password_cb(char *buf, int size, int rwflag, void *userdata) | ~~~~~~^~~ crypto-openssl.c:66:39: warning: unused parameter ‘size’ [-Wunused-parameter] 66 | static int password_cb(char *buf, int size, int rwflag, void *userdata) | ~~~~^~~~ crypto-openssl.c:66:49: warning: unused parameter ‘rwflag’ [-Wunused-parameter] 66 | static int password_cb(char *buf, int size, int rwflag, void *userdata) | ~~~~^~~~~~ crypto-openssl.c:66:63: warning: unused parameter ‘userdata’ [-Wunused-parameter] 66 | static int password_cb(char *buf, int size, int rwflag, void *userdata) | ~~~~~~^~~~~~~~ cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o vpnc.o vpnc.c vpnc.c: In function ‘do_phase1_am_packet2’: vpnc.c:2005:59: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 2005 | memset(dh_shared_secret, 0, sizeof(dh_shared_secret)); | ^ vpnc.c: In function ‘check_transform’: vpnc.c:2867:13: warning: variable ‘reject’ set but not used [-Wunused-but-set-variable] 2867 | int reject = 0; | ^~~~~~ vpnc.c: In function ‘do_phase2_xauth’: vpnc.c:2484:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 2484 | if (opt_vendor == VENDOR_CISCO) { | ^ vpnc.c:2489:25: note: here 2489 | case ISAKMP_XAUTH_06_ATTRIB_ANSWER: | ^~~~ cc -g -o vpnc sysdep.o vpnc-debug.o isakmp-pkt.o tunip.o config.o dh.o math_group.o supp.o decrypt-utils.o crypto.o crypto-openssl.o vpnc.o -L/usr/lib64 -lgcrypt -lgpg-error -lcrypto cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o cisco-decrypt.o cisco-decrypt.c cc -g -o cisco-decrypt cisco-decrypt.o decrypt-utils.o -L/usr/lib64 -lgcrypt -lgpg-error -lcrypto cc -O2 -fPIC -W -Wall -Wmissing-declarations -Wwrite-strings -DOPENSSL_GPL_VIOLATION -DCRYPTO_OPENSSL -DVERSION=\"0.5.3\" -c -o test-crypto.o test-crypto.c cc -g -o test-crypto sysdep.o test-crypto.o crypto.o crypto-openssl.o -L/usr/lib64 -lgcrypt -lgpg-error -lcrypto ./makeman.pl install -d /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/etc/vpnc /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/bin /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/sbin /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/man/man1 /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/man/man8 /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/doc/vpnc-r550 if [ "`uname -s | cut -c-6`" = "CYGWIN" ]; then \ install vpnc-script-win /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/etc/vpnc/vpnc-script; \ install vpnc-script-win.js /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/etc/vpnc; \ else \ install vpnc-script /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/etc/vpnc; \ fi install -m600 vpnc.conf /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/etc/vpnc/default.conf install -m755 vpnc-disconnect /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/sbin install -m755 pcf2vpnc /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/bin install -m644 vpnc.8 /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/man/man8 install -m644 pcf2vpnc.1 /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/man/man1 install -m644 cisco-decrypt.1 /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/man/man1 install -m644 COPYING /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/doc/vpnc-r550 install -m755 vpnc /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/sbin install -m755 cisco-decrypt /usr/src/slapt-src-x86_64/network/vpnc/package-vpnc/usr/bin 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-x86_64/network/vpnc/vpnc-r550-x86_64-3salix15.0.txz ./ etc/ etc/vpnc/ etc/vpnc/default.conf.new etc/vpnc/vpnc-script.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/cisco-decrypt usr/bin/pcf2vpnc usr/doc/ usr/doc/vpnc-r550/ usr/doc/vpnc-r550/COPYING usr/doc/vpnc-r550/README usr/doc/vpnc-r550/TODO usr/doc/vpnc-r550/VERSION usr/doc/vpnc-r550/vpnc.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/cisco-decrypt.1.gz usr/man/man1/pcf2vpnc.1.gz usr/man/man8/ usr/man/man8/vpnc.8.gz usr/sbin/ usr/sbin/vpnc usr/sbin/vpnc-disconnect Slackware package /usr/src/slapt-src-x86_64/network/vpnc/vpnc-r550-x86_64-3salix15.0.txz created. Installing package vpnc-r550-x86_64-3salix15.0... | vpnc (VPN client compatible with Cisco's EasyVPN equipment) | | Supports IPSec (ESP) with Mode Configuration and Xauth. | Supports only shared-secret IPSec authentication with Xauth, | AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, DH1/2/5, and | IP tunneling. | | Homepage: https://www.unix-ag.uni-kl.de/~massar/vpnc/ | | | | |