The following packages will be installed: radiusplugin Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching radiusplugin.SlackBuild... 0%100%100%100%100%100%Done Fetching radiusplugin.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done radiusplugin_v2.1a_beta1/ radiusplugin_v2.1a_beta1/UserPlugin.h radiusplugin_v2.1a_beta1/Exception.h radiusplugin_v2.1a_beta1/AcctScheduler.h radiusplugin_v2.1a_beta1/User.cpp radiusplugin_v2.1a_beta1/PluginContext.h radiusplugin_v2.1a_beta1/Makefile.bsd radiusplugin_v2.1a_beta1/AccountingProcess.cpp radiusplugin_v2.1a_beta1/UserAcct.cpp.orig radiusplugin_v2.1a_beta1/radiusplugin.h radiusplugin_v2.1a_beta1/radiusplugin.cnf radiusplugin_v2.1a_beta1/COPYING radiusplugin_v2.1a_beta1/UserAcct.cpp radiusplugin_v2.1a_beta1/UserAcct.h radiusplugin_v2.1a_beta1/Config.h radiusplugin_v2.1a_beta1/clean.sh radiusplugin_v2.1a_beta1/IpcSocket.cpp radiusplugin_v2.1a_beta1/Config.cpp radiusplugin_v2.1a_beta1/AuthenticationProcess.h radiusplugin_v2.1a_beta1/vsascript.pl radiusplugin_v2.1a_beta1/radiusplugin.cpp radiusplugin_v2.1a_beta1/AuthenticationProcess.cpp radiusplugin_v2.1a_beta1/UserPlugin.cpp radiusplugin_v2.1a_beta1/ChangeLog radiusplugin_v2.1a_beta1/README radiusplugin_v2.1a_beta1/main.cpp radiusplugin_v2.1a_beta1/Makefile radiusplugin_v2.1a_beta1/User.h radiusplugin_v2.1a_beta1/Doxyfile radiusplugin_v2.1a_beta1/UserAuth.h radiusplugin_v2.1a_beta1/UserAuth.cpp radiusplugin_v2.1a_beta1/IpcSocket.h radiusplugin_v2.1a_beta1/AccountingProcess.h radiusplugin_v2.1a_beta1/openvpn-plugin.h radiusplugin_v2.1a_beta1/AcctScheduler.cpp radiusplugin_v2.1a_beta1/doxygen.conf radiusplugin_v2.1a_beta1/PluginContext.cpp radiusplugin_v2.1a_beta1/RadiusClass/ radiusplugin_v2.1a_beta1/RadiusClass/RadiusServer.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusPacket.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusAttribute.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusConfig.cpp radiusplugin_v2.1a_beta1/RadiusClass/vsa.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusServer.cpp radiusplugin_v2.1a_beta1/RadiusClass/error.h radiusplugin_v2.1a_beta1/RadiusClass/exampleconfig radiusplugin_v2.1a_beta1/RadiusClass/README radiusplugin_v2.1a_beta1/RadiusClass/main.cpp radiusplugin_v2.1a_beta1/RadiusClass/RadiusConfig.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusVendorSpecificAttribute.cpp radiusplugin_v2.1a_beta1/RadiusClass/doxygen.conf radiusplugin_v2.1a_beta1/RadiusClass/utilities/ radiusplugin_v2.1a_beta1/RadiusClass/utilities/vsa.h radiusplugin_v2.1a_beta1/RadiusClass/utilities/vsahelper.pl radiusplugin_v2.1a_beta1/RadiusClass/utilities/vsa_if_statements.txt radiusplugin_v2.1a_beta1/RadiusClass/utilities/dictionary radiusplugin_v2.1a_beta1/RadiusClass/RadiusVendorSpecificAttribute.h radiusplugin_v2.1a_beta1/RadiusClass/radius.h radiusplugin_v2.1a_beta1/RadiusClass/RadiusAttribute.cpp radiusplugin_v2.1a_beta1/RadiusClass/RadiusPacket.cpp radiusplugin_v2.1a_beta1/RadiusClass/Changelog radiusplugin_v2.1a_beta1/Exception.cpp radiusplugin_v2.1a_beta1/log.txt radiusplugin_v2.1a_beta1/ToDo OBJ:  RadiusClass/RadiusAttribute.o  OBJ:  RadiusClass/RadiusPacket.o  OBJ:  RadiusClass/RadiusConfig.o  OBJ:  RadiusClass/RadiusServer.o  OBJ:  RadiusClass/RadiusVendorSpecificAttribute.o  OBJ:  AccountingProcess.o  OBJ:  Exception.o  OBJ:  PluginContext.o  OBJ:  UserAuth.o  UserAuth.cpp: In member function ‘int UserAuth::sendAcceptRequestPacket(PluginContext*)’: UserAuth.cpp:142:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 142 | if (DEBUG (context->getVerbosity())) | ^~ UserAuth.cpp:144:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 144 | ra9.setValue(this->getFramedIp()); | ^~~ UserAuth.cpp: In member function ‘int UserAuth::createCcdFile(PluginContext*)’: UserAuth.cpp:1539:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 14 equals source length [-Wstringop-overflow=] 1539 | strncat(ipstring, "ifconfig-push ",14); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAuth.cpp:1541:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 1 equals source length [-Wstringop-overflow=] 1541 | strncat(ipstring, " ", 1); | ~~~~~~~^~~~~~~~~~~~~~~~~~ UserAuth.cpp:1720:88: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 5 equals source length [-Wstringop-overflow=] 1720 | strncat(framednetmask, "0.0.0", 5); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAuth.cpp:1728:88: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 3 equals source length [-Wstringop-overflow=] 1728 | strncat(framednetmask, "0.0", 3); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ UserAuth.cpp:1736:88: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 1 equals source length [-Wstringop-overflow=] 1736 | strncat(framednetmask, "0", 1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ OBJ:  AcctScheduler.o  OBJ:  IpcSocket.o  OBJ:  radiusplugin.o  radiusplugin.cpp: In function ‘std::string getTime()’: radiusplugin.cpp:1096:17: warning: variable ‘timeinfo’ set but not used [-Wunused-but-set-variable] 1096 | struct tm * timeinfo; | ^~~~~~~~ OBJ:  User.o  OBJ:  AuthenticationProcess.o  OBJ:  main.o  OBJ:  UserAcct.o  UserAcct.cpp: In member function ‘void UserAcct::delSystemRoutes(PluginContext*)’: UserAcct.cpp:702:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 15 equals source length [-Wstringop-overflow=] 702 | strncat(routestring, "route del -net ",15); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:704:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 1 equals source length [-Wstringop-overflow=] 704 | strncat(routestring, "/" ,1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:706:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 4 equals source length [-Wstringop-overflow=] 706 | strncat(routestring, " gw ", 4); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:710:48: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 8 equals source length [-Wstringop-overflow=] 710 | strncat(routestring, " metric ", 8); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:714:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 13 equals source length [-Wstringop-overflow=] 714 | strncat(routestring," 2> /dev/null",13); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp: In member function ‘void UserAcct::addSystemRoutes(PluginContext*)’: UserAcct.cpp:856:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 15 equals source length [-Wstringop-overflow=] 856 | strncat(routestring, "route add -net ",15); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:858:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 1 equals source length [-Wstringop-overflow=] 858 | strncat(routestring, "/" ,1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:860:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 4 equals source length [-Wstringop-overflow=] 860 | strncat(routestring, " gw ", 4); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:864:48: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 8 equals source length [-Wstringop-overflow=] 864 | strncat(routestring, " metric ", 8); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ UserAcct.cpp:868:40: warning: ‘char* strncat(char*, const char*, size_t)’ specified bound 13 equals source length [-Wstringop-overflow=] 868 | strncat(routestring," 2> /dev/null",13); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OBJ:  UserPlugin.o  OBJ:  Config.o  BIN:  radiusplugin.so  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/radiusplugin/radiusplugin-2.1a_beta1-x86_64-1salix15.0.txz ./ etc/ etc/openvpn/ etc/openvpn/radiusplugin.cnf.new install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/radiusplugin-2.1a_beta1/ usr/doc/radiusplugin-2.1a_beta1/COPYING usr/doc/radiusplugin-2.1a_beta1/ChangeLog usr/doc/radiusplugin-2.1a_beta1/README usr/doc/radiusplugin-2.1a_beta1/ToDo usr/doc/radiusplugin-2.1a_beta1/radiusplugin.SlackBuild usr/lib64/ usr/lib64/openvpn/ usr/lib64/openvpn/plugins/ usr/lib64/openvpn/plugins/radiusplugin.so Slackware package /usr/src/slapt-src-x86_64/network/radiusplugin/radiusplugin-2.1a_beta1-x86_64-1salix15.0.txz created. Installing package radiusplugin-2.1a_beta1-x86_64-1salix15.0... | radiusplugin (Radius authenticator for OpenVPN) | | This plugin adds radius authentication and accounting support to | OpenVPN. | | Homepage: http://www.nongnu.org/radiusplugin/ | | | | | | |