<86>Mar 24 10:07:43 userdel[3072005]: delete user 'rooter'
<86>Mar 24 10:07:43 userdel[3072005]: removed group 'rooter' owned by 'rooter'
<86>Mar 24 10:07:43 userdel[3072005]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 24 10:07:43 groupadd[3072050]: group added to /etc/group: name=rooter, GID=1859
<86>Mar 24 10:07:43 groupadd[3072050]: group added to /etc/gshadow: name=rooter
<86>Mar 24 10:07:43 groupadd[3072050]: new group: name=rooter, GID=1859
<86>Mar 24 10:07:43 useradd[3072091]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash
<86>Mar 24 10:07:43 userdel[3072151]: delete user 'builder'
<86>Mar 24 10:07:43 userdel[3072151]: removed group 'builder' owned by 'builder'
<86>Mar 24 10:07:43 userdel[3072151]: removed shadow group 'builder' owned by 'builder'
<86>Mar 24 10:07:43 groupadd[3072192]: group added to /etc/group: name=builder, GID=1860
<86>Mar 24 10:07:43 groupadd[3072192]: group added to /etc/gshadow: name=builder
<86>Mar 24 10:07:43 groupadd[3072192]: new group: name=builder, GID=1860
<86>Mar 24 10:07:43 useradd[3072222]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
<13>Mar 24 10:07:46 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228072 installed
<13>Mar 24 10:07:46 rpmi: libgpg-error-1.36-alt1 p9+261942.140.4.1 1606237682 installed
<13>Mar 24 10:07:46 rpmi: libgcrypt20-1.8.5-alt3 p9+261942.200.4.1 1606237844 installed
<13>Mar 24 10:07:46 rpmi: libsystemd-1:247.13-alt1 p9+313189.100.1.1 1673457063 installed
<13>Mar 24 10:07:46 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553670 installed
<13>Mar 24 10:07:46 rpmi: libpcap0.8-2:1.9.1-alt2 p9+263886.100.3.1 1609171732 installed
<13>Mar 24 10:07:46 rpmi: libpcap-devel-2:1.9.1-alt2 p9+263886.100.3.1 1609171732 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ipband-0.8.1-alt1.nosrc.rpm (w1.gzdio)
Installing ipband-0.8.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ipband-0.8.1
+ echo 'Source #0 (ipband-0.8.1.tgz):'
Source #0 (ipband-0.8.1.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/ipband-0.8.1.tgz
+ /bin/tar -xf -
+ cd ipband-0.8.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ipband-0.8.1
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o popen.o popen.c
popen.c: In function 'sec_popen':
popen.c:38:26: warning: comparison with string literal results in unspecified behavior [-Waddress]
    if(cmd == NULL || cmd == "")
                          ^~
popen.c:127:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
popen.c:130:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   _exit(127);
   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o packets.o packets.c
packets.c: In function 'storepkt':
packets.c:61:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
  sprintf(key_src,"%08x",ip_src);
          ^~~~~~~
In file included from ipband.h:31,
                 from packets.c:22:
/usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 extern int sprintf (char *__restrict __s,
            ^~~~~~~
packets.c:62:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
  sprintf(key_dst,"%08x",ip_dst);
          ^~~~~~~
In file included from ipband.h:31,
                 from packets.c:22:
/usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 extern int sprintf (char *__restrict __s,
            ^~~~~~~
packets.c: In function 'proc_aggr':
packets.c:302:83: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
    html_report("  <tr><td nowrap class=\"text\">%s</td><td>&nbsp;</td>", hex2dot(t->key));
                                                                                  ~^~~~~
In file included from packets.c:22:
ipband.h:261:7: note: expected 'char *' but argument is of type 'u_char *' {aka 'unsigned char *'}
 char *hex2dot (char *);
       ^~~~~~~
packets.c:312:41: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
   fprintf (outfile_m, "%-15s", hex2dot(t->key));
                                        ~^~~~~
In file included from packets.c:22:
ipband.h:261:7: note: expected 'char *' but argument is of type 'u_char *' {aka 'unsigned char *'}
 char *hex2dot (char *);
       ^~~~~~~
packets.c: In function 'detail_cleanup':
packets.c:374:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
  sscanf(key,"%08x",&ip_key);
         ^~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ipband.h:31,
                 from packets.c:22:
/usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
 extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
            ^~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o hash.o hash.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o error.o error.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o pcapfunc.o pcapfunc.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o main.o main.c
main.c: In function 'main':
main.c:40:10: warning: variable 'raw_pkt_save' set but not used [-Wunused-but-set-variable]
  U_CHAR *raw_pkt_save  = NULL;
          ^~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o reports.o reports.c
reports.c: In function 'subnet_report':
reports.c:55:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
  sscanf(key,"%08x",&ikey);
         ^~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ipband.h:31,
                 from reports.c:19:
/usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
 extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
            ^~~~~~~~~~~~~~
reports.c:59:74: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
  if(net_s) va_report("Subject: Bandwidth report for %s <%s>\n\n",hex2dot(key),net_s->n_name);
                                                                          ^~~
In file included from reports.c:19:
ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *'
 char *hex2dot (char *);
       ^~~~~~~
reports.c:60:64: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
  else va_report("Subject: Bandwidth report for %s\n\n",hex2dot(key));
                                                                ^~~
In file included from reports.c:19:
ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *'
 char *hex2dot (char *);
       ^~~~~~~
reports.c:65:35: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
  va_report("Network: %s", hex2dot(key));
                                   ^~~
In file included from reports.c:19:
ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *'
 char *hex2dot (char *);
       ^~~~~~~
reports.c:107:10: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
   sscanf(key,"%08x",&ip_key);
          ^~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ipband.h:31,
                 from reports.c:19:
/usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
 extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
            ^~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o utils.o utils.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -Wall  -I/usr/include/pcap  -c -o init.o init.c
init.c: In function 'preload_subnets':
init.c:405:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
  sprintf(key,"%08x",netip);
          ^~~
In file included from ipband.h:31,
                 from init.c:22:
/usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 extern int sprintf (char *__restrict __s,
            ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc  -o ipband main.o error.o init.o packets.o pcapfunc.o popen.o reports.o utils.o hash.o -lpcap -Wall 
strip ipband
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ipband-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ipband-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ipband-0.8.1
+ /bin/install -pD -m700 ipband /usr/src/tmp/ipband-buildroot/usr/sbin/ipband
+ /bin/install -pD -m444 ipband.8 /usr/src/tmp/ipband-buildroot/usr/share/man/man8/ipband.8
+ /bin/install -pD -m644 ipband.sample.conf /usr/src/tmp/ipband-buildroot/etc/ipband.sample.conf
+ /bin/install -pD -m700 /usr/src/RPM/SOURCES/ipband.service /usr/src/tmp/ipband-buildroot/etc/rc.d/init.d/ipband
+ /bin/install -pD -m600 /usr/src/RPM/SOURCES/ipband.conf /usr/src/tmp/ipband-buildroot/etc/ipband.conf
+ /bin/install -pD -m644 /dev/null /usr/src/tmp/ipband-buildroot/var/log/ipband.log
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ipband-buildroot (auto)
mode of 'usr/share/man/man8/ipband.8' changed from 0444 (r--r--r--) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ipband-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ipband-buildroot/ (default)
Compressing files in /usr/src/tmp/ipband-buildroot (auto)
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/sbin/ipband
Verifying ELF objects in /usr/src/tmp/ipband-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: ipband-0.8.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j5fwPl
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w8Xlkw
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NtcqjK
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KusuM1
Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpcap.so.0.8()(64bit) >= set:kgzkeZ5Zmz320FaSbzojMKgsX8, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lgVDJm
Wrote: /usr/src/RPM/RPMS/x86_64/ipband-0.8.1-alt1.x86_64.rpm (w2.lzdio)
1.46user 1.40system 0:06.48elapsed 44%CPU (0avgtext+0avgdata 25112maxresident)k
0inputs+0outputs (0major+267677minor)pagefaults 0swaps
3.44user 2.48system 0:14.92elapsed 39%CPU (0avgtext+0avgdata 135456maxresident)k
0inputs+0outputs (0major+197826minor)pagefaults 0swaps
--- ipband-0.8.1-alt1.x86_64.rpm.repo	2010-09-29 22:32:29.000000000 +0000
+++ ipband-0.8.1-alt1.x86_64.rpm.hasher	2024-03-24 10:07:55.519608983 +0000
@@ -4,3 +4,3 @@
 /usr/sbin/ipband	100700	root:root	
-/usr/share/man/man8/ipband.8.gz	100644	root:root	
+/usr/share/man/man8/ipband.8.xz	100644	root:root	
 /var/log/ipband.log	100644	root:root	
@@ -8,3 +8,2 @@
 Requires: /bin/sh  
-Requires: /bin/sh  
 Requires: /etc/rc.d/init.d  
@@ -16,2 +15,3 @@
 Requires: /lib64/ld-linux-x86-64.so.2  
+Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
@@ -19,3 +19,4 @@
 Requires: libc.so.6(GLIBC_2.7)(64bit)  
-Requires: libpcap.so.0.8()(64bit)  
+Requires: libpcap.so.0.8()(64bit) >= set:kgzkeZ5Zmz320FaSbzojMKgsX8
+Requires: rpmlib(SetVersions)  
 Requires: rtld(GNU_HASH)  
@@ -28,5 +29,5 @@
 File: /etc/rc.d/init.d/ipband	100700	root:root	20e1a10904430cff5a1f5fede064cafe	
-File: /usr/sbin/ipband	100700	root:root	c8219e4ba88c3b52817eb0c3edcd5dac	
-File: /usr/share/man/man8/ipband.8.gz	100644	root:root	9b42ca9229c987eb43e5886ce4595e95	
-File: /var/log/ipband.log	100644	root:root	d41d8cd98f00b204e9800998ecf8427e	
-RPMIdentity: 396993489811bbfaa5dac353912d2fa6e7532f81e98880ba1dcd3a18eeb05ee0b1ad5d5471dab0a684365f1d65c100ffe831890ada5d17900fedeb9ca2810fe0
+File: /usr/sbin/ipband	100700	root:root	c7a0c8f67b68a5dba85258e772899615	
+File: /usr/share/man/man8/ipband.8.xz	100644	root:root	5bfe229a96583f62c38a4c83d5f5c185	
+File: /var/log/ipband.log	100644	root:root		
+RPMIdentity: 3d2afcbed93e1e9e7affb65f7501af1c6bf62160572bf0f02013a4757537205062152dced41af3ba9063774368f4adf9fa0eeec9627ec381cd83318b14e37913