<86>Apr 14 00:52:23 userdel[48889]: delete user 'rooter' <86>Apr 14 00:52:23 userdel[48889]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:52:23 groupadd[48907]: group added to /etc/group: name=rooter, GID=603 <86>Apr 14 00:52:23 groupadd[48907]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:52:23 groupadd[48907]: new group: name=rooter, GID=603 <86>Apr 14 00:52:23 useradd[48916]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash <86>Apr 14 00:52:23 userdel[48934]: delete user 'builder' <86>Apr 14 00:52:23 userdel[48934]: removed group 'builder' owned by 'builder' <86>Apr 14 00:52:23 groupadd[48971]: group added to /etc/group: name=builder, GID=604 <86>Apr 14 00:52:23 groupadd[48971]: group added to /etc/gshadow: name=builder <86>Apr 14 00:52:23 groupadd[48971]: new group: name=builder, GID=604 <86>Apr 14 00:52:23 useradd[48980]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash <13>Apr 14 00:52:25 rpmi: rpm-build-tcl-0.4-alt2 1445508295 installed <13>Apr 14 00:52:25 rpmi: libtcl-8.5.9-alt2 1351878901 installed <13>Apr 14 00:52:25 rpmi: tcl-8.5.9-alt2 1351878901 installed <13>Apr 14 00:52:25 rpmi: libpcap0.8-2:1.1.1-alt3 1298589613 installed <13>Apr 14 00:52:25 rpmi: libpcap-devel-2:1.1.1-alt3 1298589613 installed <13>Apr 14 00:52:25 rpmi: tcl-devel-8.5.9-alt2 1351878901 installed Installing hping3-0.0.20051105-alt5.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93225 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hping3-20051105 + echo 'Source #0 (hping3-20051105.tar.gz):' Source #0 (hping3-20051105.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/hping3-20051105.tar.gz + /bin/tar -xf - + cd hping3-20051105 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hping3-20051105-cflags.patch):' Patch #1 (hping3-20051105-cflags.patch): + /usr/bin/patch -p1 patching file Makefile.in + echo 'Patch #2 (hping3-bytesex.patch):' Patch #2 (hping3-bytesex.patch): + /usr/bin/patch -p1 patching file bytesex.h + echo 'Patch #3 (hping3-20051105-pcap.patch):' Patch #3 (hping3-20051105-pcap.patch): + /usr/bin/patch -p1 patching file libpcap_stuff.c patching file script.c + echo 'Patch #4 (hping3-20051105-willalwaysoverflow.patch):' Patch #4 (hping3-20051105-willalwaysoverflow.patch): + /usr/bin/patch -p1 patching file scan.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93225 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hping3-20051105 + /usr/bin/subst 's/"8.4"/"8.5"/' configure + /usr/bin/subst 's/hping2/hping3/g; s/HPING2 /HPING3 /;' docs/hping3.8 + ./configure build byteorder.c... byteorder.c: In function 'main': byteorder.c:71:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("sizeof(unsigned int) = %d\n", sizeof(unsigned int)); ^ create byteorder.h... ===> Found Tclsh in: /usr/bin/tclsh8.5 -------------------------------------- system type: LINUX LIBPCAP : PCAP=-lpcap PCAP_INCLUDE : MANPATH : /usr/local/man USE_TCL : -DUSE_TCL TCL_VER : 8.5 TCL_INC : LIBTCL : -ltcl -lm -lpthread TCLSH : /usr/bin/tclsh8.5 (to modify try configure --help) -------------------------------------- creating Makefile... creating dependences... now you can try `make' + '[' -n '' ']' + NPROCS=8 + make -j8 'CFLAGS=-pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2' make: Entering directory `/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g main.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g getifname.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g getlhs.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g parseoptions.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g datafiller.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g datahandler.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g gethostname.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g binding.c getifname.c: In function 'get_output_if': getifname.c:343:58: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(sock_rt, (struct sockaddr *)&iface_out, &len) == -1 ) { ^ In file included from getifname.c:14:0: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g getusec.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g opensockraw.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g logicmp.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g waitpacket.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g resolve.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendip.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendicmp.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendudp.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendtcp.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g cksum.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g statistics.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g usage.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g version.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g antigetopt.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sockopt.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g listen.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendhcmp.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g memstr.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g rtt.c listen.c: In function 'listenmain': listen.c:77:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(stdoutFD, p, size-(p-ip_packet)); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g relid.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendip_handler.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g libpcap_stuff.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g memlockall.c libpcap_stuff.c: In function 'open_pcap': libpcap_stuff.c:26:6: warning: variable 'on' set but not used [-Wunused-but-set-variable] int on; ^ libpcap_stuff.c: In function 'pcap_recv': libpcap_stuff.c:61:19: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = (unsigned char*) pcap_next(pcapfp, &hdr); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g memunlockall.c waitpacket.c: In function 'wait_packet': waitpacket.c:533:16: warning: 'tstamp' may be used uninitialized in this function [-Wmaybe-uninitialized] sec = tstamp/hz; /* Get the uptime in seconds */ ^ waitpacket.c:469:8: note: 'tstamp' was declared here __u32 tstamp, echo; ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g memlock.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g memunlock.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g ip_opt_build.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g display_ipopt.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sendrawip.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g signal.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g send.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g strlcpy.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g arsglue.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g random.c ip_opt_build.c: In function 'ip_opt_build': ip_opt_build.c:28:29: 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] memset(ip_opt, 1, sizeof(ip_opt)); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g scan.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g hstring.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g script.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g interface.c random.c: In function 'hp_rand_init': random.c:32:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, rc4_sbox, 256); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g adbuf.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g hex.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g apdutils.c scan.c: In function 'receiver': scan.c:458:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] p = packet+linkhdr_size+iphdrlen; ^ scan.c:459:27: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memcpy(&icmp, p, sizeof(p)); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sbignum.c adbuf.c: In function 'adbuf_addchar': adbuf.c:130:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char *p = b->buf + adbuf_used(b); ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g sbignum-tables.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g ars.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g apd.c gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g split.c script.c: In function 'GetPacketDescription': script.c:265:21: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char *p = (char*)data; ^ script.c: In function 'HpingSetFieldCmd': script.c:603:24: warning: variable 'value' set but not used [-Wunused-but-set-variable] char *layer, *field, *value, *packet; ^ In file included from ars.c:15:0: ars.c: In function 'ars_multi_cksum': ars.c:485:46: warning: comparison with string literal results in unspecified behavior [-Waddress] assert("else reached in ars_multi_cksum()" == ""); ^ ars.c: In function 'ars_bsd_fix': ars.c:909:20: warning: variable 'ip' set but not used [-Wunused-but-set-variable] struct ars_iphdr *ip; ^ gcc -c -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g rapd.c apd.c: In function 'ars_decode_hex': apd.c:823:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return saved; ^ apd.c: In function 'ars_decode_string': apd.c:852:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return saved; ^ apd.c: In function 'ars_d_set_data': apd.c:889:7: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err, blen; ^ gcc -o hping3 -pipe -Wall -g -O2 -D_FORTIFY_SOURCE=2 -DUSE_TCL -g main.o getifname.o getlhs.o parseoptions.o datafiller.o datahandler.o gethostname.o binding.o getusec.o opensockraw.o logicmp.o waitpacket.o resolve.o sendip.o sendicmp.o sendudp.o sendtcp.o cksum.o statistics.o usage.o version.o antigetopt.o sockopt.o listen.o sendhcmp.o memstr.o rtt.o relid.o sendip_handler.o libpcap_stuff.o memlockall.o memunlockall.o memlock.o memunlock.o ip_opt_build.o display_ipopt.o sendrawip.o signal.o send.o strlcpy.o arsglue.o random.o scan.o hstring.o script.o interface.o adbuf.o hex.o apdutils.o sbignum.o sbignum-tables.o ars.o apd.o split.o rapd.o -L/usr/local/lib -lpcap -ltcl -lm -lpthread ./hping3 -v hping version 3.0.0-alpha-1 ($Id: release.h,v 1.4 2004/04/09 23:38:56 antirez Exp $) This binary is TCL scripting capable use `make strip' to strip hping3 binary use `make install' to install hping3 make: Leaving directory `/usr/src/RPM/BUILD/hping3-20051105' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.35991 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hping3-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hping3-buildroot + cd hping3-20051105 + install -pD -m755 hping3 /usr/src/tmp/hping3-buildroot/usr/sbin/hping3 + install -pD -m644 docs/hping3.8 /usr/src/tmp/hping3-buildroot/usr/share/man/man8/hping3.8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hping3-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hping3-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/hping3-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hping3-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: hping3-0.0.20051105-alt5.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.35991 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hping3-20051105 + DOCDIR=/usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + export DOCDIR + rm -rf /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + /bin/mkdir -p /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + cp -prL NEWS README lib/apd.htcl lib/apd2.htcl lib/ciscoios.htcl lib/ciscoios0.htcl lib/cloner.htcl lib/hpingstdlib.htcl lib/igrp.htcl lib/isn-spectrogram.htcl lib/nat-noise.htcl lib/passivets.htcl lib/ping.htcl lib/raw.htcl lib/show-tcpseq.htcl lib/showled.htcl /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R go-w /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R a+rX /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + cp -prL docs/APD.txt docs/API.txt docs/AS-BACKDOOR docs/HPING2-HOWTO.txt docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt docs/hping2rc.example /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R go-w /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R a+rX /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0LDruP find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell,tcl) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3vpXjt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,tcl) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpcap.so.0.8()(64bit) >= set:kgzkeZ5Zm3cG3dkRbzojMKgsX8, libpthread.so.0(GLIBC_2.2.5)(64bit), libtcl8.5.so()(64bit) >= set:niZsbub01NPg9wp3lrGBNYDdZixVP8fQoyMsuHXmkihD483ojeLVBiGrIp7sFVBqhXtfS6b2JyRCghb43, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CY39T9 Creating hping3-debuginfo package Processing files: hping3-debuginfo-0.0.20051105-alt5.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LFS7fT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MYGhmF find-requires: running scripts (debuginfo) Requires: hping3 = 0.0.20051105-alt5.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcap.so.0.8), debug64(libpthread.so.0), debug64(libtcl8.5.so) Wrote: /usr/src/RPM/RPMS/x86_64/hping3-0.0.20051105-alt5.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/hping3-debuginfo-0.0.20051105-alt5.qa1.x86_64.rpm 4.81user 1.12system 0:07.54elapsed 78%CPU (0avgtext+0avgdata 38708maxresident)k 0inputs+0outputs (0major+424312minor)pagefaults 0swaps 7.27user 2.89system 0:12.07elapsed 84%CPU (0avgtext+0avgdata 121688maxresident)k 1480inputs+0outputs (0major+639345minor)pagefaults 0swaps --- hping3-0.0.20051105-alt5.qa1.x86_64.rpm.repo 2013-04-16 15:50:10.000000000 +0000 +++ hping3-0.0.20051105-alt5.qa1.x86_64.rpm.hasher 2019-04-14 00:52:34.005647184 +0000 @@ -25,3 +25,3 @@ /usr/share/doc/hping3-0.0.20051105/showled.htcl 100644 -/usr/share/man/man8/hping3.8.bz2 100644 +/usr/share/man/man8/hping3.8.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2