Cook: iptraf-ng 1.1.4 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "iptraf-ng-1.1.4.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site configure: Setting lib to 'lib' (the default) configure: CHECKS for programs checking for i486-slitaz-linux-cc... no checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for inline... inline checking for i486-slitaz-linux-gar... no checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking for gtar... no checking for tar... tar checking for asciidoc... no configure: CHECKS for libraries checking for initscr in -lncurses... yes configure: creating ./config.status config.status: creating config.mak.autogen IPTRAF_VERSION = 1.1.4 CC src/tui/input.o CC src/tui/labels.o CC src/tui/listbox.o CC src/tui/menurt.o CC src/tui/winops.o CC src/tui/msgboxes.o src/tui/listbox.c: In function 'tx_operate_listbox': src/tui/listbox.c:155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] endloop = 1; ~~~~~~~~^~~ src/tui/listbox.c:156:3: note: here case 12: ^~~~ CC src/error.o CC src/log.o CC src/getpath.o CC src/parseproto.o CC src/fltselect.o CC src/ipfilter.o CC src/fltmgr.o CC src/ipfrag.o CC src/serv.o CC src/servname.o CC src/timer.o CC src/revname.o In file included from src/serv.c:22: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ CC src/pktsize.o CC src/landesc.o CC src/options.o src/serv.c: In function 'printportent': src/serv.c:298:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/serv.c:298:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/serv.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/promisc.o CC src/ifaces.o In file included from src/pktsize.c:17: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ src/serv.c: In function 'servmon': src/serv.c:632:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/serv.c:632:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/serv.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/serv.c:632:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/serv.c:632:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/serv.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/options.c: In function 'loadoptions': src/options.c:175:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, &options, sizeof(struct OPTIONS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/promisc.c:13: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ CC src/usage.o CC src/iptraf.o CC src/itrafmon.o src/ifaces.c:251:40: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(int fd, const char const *ifname) ^~~~~ src/ifaces.c: In function 'open_procnetdev': src/ifaces.c:32:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 160, fd); ^~~~~~~~~~~~~~~~~~~ src/ifaces.c:33:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 160, fd); ^~~~~~~~~~~~~~~~~~~ src/ifaces.c: In function 'get_next_iface': src/ifaces.c:50:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 160, fd); ^~~~~~~~~~~~~~~~~~~ CC src/wrapper.o CC src/parse-options.o CC src/packet.o src/iptraf.c: In function 'main': src/iptraf.c:443:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "w", stdout); /* redirect std output */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c:444:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "r", stdin); /* redirect std input */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c:445:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "w", stderr); /* redirect std error */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/iptraf.c: In function 'create_pidfile': src/iptraf.c:308:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buf, len); ^~~~~~~~~~~~~~~~~~~ src/iptraf.c:309:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, len); ^~~~~~~~~~~~~~~~~~ In file included from src/itrafmon.c:20: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ src/iptraf.c: In function 'clearfiles': src/iptraf.c:86:35: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 79 [-Wformat-truncation=] snprintf(target_name, 80, "%s/%s", directory, ^~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/iptraf.c:9: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 80 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/itrafmon.c:16: src/itrafmon.c: In function 'qt_getkey': src/tcptable.h:17:19: warning: ISO C forbids braced-groups within expressions [-Wpedantic] #define max(x, y) ({ \ ^ src/itrafmon.c:321:11: note: in expansion of macro 'max' return (max(entry->bcount, entry->oth_connection->bcount)); ^~~ src/tcptable.h:17:19: warning: ISO C forbids braced-groups within expressions [-Wpedantic] #define max(x, y) ({ \ ^ src/itrafmon.c:323:10: note: in expansion of macro 'max' return (max(entry->pcount, entry->oth_connection->pcount)); ^~~ CC src/tcptable.o In file included from src/packet.c:19: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ CC src/othptab.o CC src/ifstats.o src/itrafmon.c: In function 'ipmon': src/itrafmon.c:122:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/itrafmon.c:122:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/itrafmon.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/itrafmon.c:122:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/itrafmon.c:122:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/itrafmon.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/detstats.o src/tcptable.c: In function 'tcp_hash': src/tcptable.c:77:46: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): saddr: unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/tcptable.c:92:46: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): daddr: unknown address family", __FUNCTION__); ^~~~~~~~~~~~ CC src/deskman.o src/tcptable.c: In function 'tcplog_flowrate_msg.constprop': src/tcptable.c:451:44: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 49 [-Wformat-truncation=] snprintf(buf, bufsize - 1, "avg flow rate %s", rbuf); ^~ ~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/tcptable.c:10: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 15 and 78 bytes into a destination of size 63 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/ifstats.c:17: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ CC src/hostmon.o In file included from src/detstats.c:15: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ src/othptab.c: In function 'printothpentry': src/othptab.c:698:27: warning: ') ' directive writing 2 bytes into a region of size between 0 and 239 [-Wformat-overflow=] sprintf(scratchpad, "(%s) ", additional); ^~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/othptab.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 243 bytes into a destination of size 240 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/hostmon.c:20: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ CC src/fltedit.o CC src/cidr.o CC src/counters.o CC src/rate.o src/hostmon.c: In function 'hostmon': src/hostmon.c:474:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/hostmon.c:474:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/hostmon.c:11: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/hostmon.c:474:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 9 [-Wformat-overflow=] sprintf(sp_buf, "%%%dc", COLS - 2); ^~ src/hostmon.c:474:18: note: directive argument in the range [-2147483648, 2147483645] sprintf(sp_buf, "%%%dc", COLS - 2); ^~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from src/iptraf-ng-compat.h:15, from src/hostmon.c:11: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 14 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/capture-pkt.o CC src/sockaddr.o CC src/rvnamed.o In file included from src/capture-pkt.c:8: src/ifaces.h:18:46: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] int dev_bind_ifname(const int fd, const char const *ifname); ^~~~~ src/sockaddr.c: In function 'sockaddr_make_ipv4': src/sockaddr.c:10:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): sockaddr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_make_ipv6': src/sockaddr.c:23:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): sockaddr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:25:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): addr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_get_port': src/sockaddr.c:39:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): sockaddr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:47:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_set_port': src/sockaddr.c:54:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): sockaddr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:64:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_is_equal': src/sockaddr.c:72:30: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): addr1 == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:74:30: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): addr2 == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:103:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_ntop': src/sockaddr.c:110:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): addr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:126:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:131:63: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): buffer too small (must be at least %zu bytes)", __FUNCTION__, minlen); ^~~~~~~~~~~~ src/sockaddr.c:133:40: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_gethostbyaddr': src/sockaddr.c:141:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): addr == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:149:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): Unknown address family", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c: In function 'sockaddr_copy': src/sockaddr.c:156:28: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): src == NULL", __FUNCTION__); ^~~~~~~~~~~~ src/sockaddr.c:158:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] die("%s(): dest == NULL", __FUNCTION__); ^~~~~~~~~~~~ LINK rvnamed-ng LINK iptraf-ng /home/slitaz/wok/iptraf-ng/install/usr/share/man/man8 install -d -m 755 '/home/slitaz/wok/iptraf-ng/install/sbin' install iptraf-ng rvnamed-ng '/home/slitaz/wok/iptraf-ng/install/sbin' install -d -m 755 /home/slitaz/wok/iptraf-ng/install/usr/share/man/man8 install -m 644 src/iptraf-ng.8 /home/slitaz/wok/iptraf-ng/install/usr/share/man/man8 install -m 644 src/rvnamed-ng.8 /home/slitaz/wok/iptraf-ng/install/usr/share/man/man8 ================================================================================ Executing strip on all files... Done Time: 0.39s. Size: 200192 B -> 154620 B. Save: 45 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.78s. Size: 3953 B -> 1837 B. Save: 2 KB. Cache hit: 2/2. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: iptraf-ng 1.1.4 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "iptraf-ng-1.1.4-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "iptraf-ng-1.1.4-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/iptraf-ng-1.1.4... Done Checking site script in source/iptraf-ng-1.1.4... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: iptraf-ng 1.1.4 ================================================================================ Src file : iptraf-ng-1.1.4.tar.gz Src size : 572.0K Source dir : 3.3M Produced : 188.0K Cook time : 11s Cook date : 2020-07-07 11:46 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 200.0K : 56.3K : 3 : iptraf-ng-1.1.4-i486.tazpkg ================================================================================