<86>Aug 1 08:39:42 userdel[2623495]: delete user 'rooter' <86>Aug 1 08:39:42 userdel[2623495]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:39:42 userdel[2623495]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:39:42 groupadd[2623506]: group added to /etc/group: name=rooter, GID=624 <86>Aug 1 08:39:42 groupadd[2623506]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:39:42 groupadd[2623506]: new group: name=rooter, GID=624 <86>Aug 1 08:39:42 useradd[2623516]: new user: name=rooter, UID=624, GID=624, home=/root, shell=/bin/bash <86>Aug 1 08:39:42 userdel[2623530]: delete user 'builder' <86>Aug 1 08:39:42 userdel[2623530]: removed group 'builder' owned by 'builder' <86>Aug 1 08:39:42 userdel[2623530]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:39:42 groupadd[2623538]: group added to /etc/group: name=builder, GID=625 <86>Aug 1 08:39:42 groupadd[2623538]: group added to /etc/gshadow: name=builder <86>Aug 1 08:39:42 groupadd[2623538]: new group: name=builder, GID=625 <86>Aug 1 08:39:42 useradd[2623546]: new user: name=builder, UID=625, GID=625, home=/usr/src, shell=/bin/bash warning: user evg does not exist - using root warning: group evg does not exist - using root warning: user evg does not exist - using root warning: group evg does not exist - using root warning: user evg does not exist - using root warning: group evg does not exist - using root <13>Aug 1 08:39:44 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed <13>Aug 1 08:39:47 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228299 installed <13>Aug 1 08:39:47 rpmi: libgpg-error-1.36-alt1 p9+261942.140.4.1 1606237675 installed <13>Aug 1 08:39:47 rpmi: libgcrypt20-1.8.5-alt3 p9+261942.200.4.1 1606237923 installed <13>Aug 1 08:39:47 rpmi: libsystemd-1:246.14-alt1 p9+279856.100.1.1 1626804758 installed <13>Aug 1 08:39:47 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553687 installed <13>Aug 1 08:39:47 rpmi: libpcap0.8-2:1.9.1-alt2 p9+263886.100.3.1 1609171733 installed <13>Aug 1 08:39:47 rpmi: libpcap-devel-2:1.9.1-alt2 p9+263886.100.3.1 1609171733 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/dnsflood-1.20-alt1.nosrc.rpm (w1.gzdio) Installing dnsflood-1.20-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58559 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dns_flood_detector_1.2 + echo 'Source #0 (dnsflood-1.20.tgz):' Source #0 (dnsflood-1.20.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/dnsflood-1.20.tgz + /bin/tar -xf - + cd dns_flood_detector_1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (dont-strip-alt.patch):' Patch #0 (dont-strip-alt.patch): + /usr/bin/patch -p1 patching file makefiles/Makefile-Linux + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58559 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dns_flood_detector_1.2 + ./configure.pl Linux type make. + make -j8 make: Entering directory '/usr/src/RPM/BUILD/dns_flood_detector_1.2' cc -Wall -O -D_BSD_SOURCE -g dns_flood_detector.c -lpcap -lpthread -lm -o dns_flood_detector In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from dns_flood_detector.c:105: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ dns_flood_detector.c: In function 'handle_IP': dns_flood_detector.c:565:24: warning: variable 'udp' set but not used [-Wunused-but-set-variable] const struct udphdr *udp; ^~~ dns_flood_detector.c: In function 'main': dns_flood_detector.c:892:3: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] if(dev == NULL && ( (dev=pcap_lookupdev(errbuf)) == NULL ) ){ ^~ In file included from /usr/include/pcap.h:43, from dns_flood_detector.c:105: /usr/include/pcap/pcap.h:328:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ dns_flood_detector.c: In function 'daemonize': dns_flood_detector.c:986:7: warning: variable 'a' set but not used [-Wunused-but-set-variable] int a; ^ dns_flood_detector.c: In function 'main': dns_flood_detector.c:925:9: warning: 'strncpy' output truncated before terminating nul copying 15 bytes from a string of the same length [-Wstringop-truncation] strncpy(dst_mask,"255.255.255.255",15); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns_flood_detector.c: In function 'saddr_stats': dns_flood_detector.c:253:9: warning: 'strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] strncpy(buff+buffhead,tail, strlen(tail)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns_flood_detector.c:284:5: warning: 'strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] strncpy(buff+buffhead,tail,strlen(tail)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/dns_flood_detector_1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9240 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dnsflood-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dnsflood-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd dns_flood_detector_1.2 + install -pD -m755 dns_flood_detector /usr/src/tmp/dnsflood-buildroot/usr/sbin/dns_flood_detector + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dnsflood-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dnsflood-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/dnsflood-buildroot/ (default) Compressing files in /usr/src/tmp/dnsflood-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dnsflood-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/dns_flood_detector: uses non-LFS functions: open Hardlinking identical .pyc and .pyo files Processing files: dnsflood-1.20-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32905 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dns_flood_detector_1.2 + DOCDIR=/usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + export DOCDIR + rm -rf /usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + /bin/mkdir -p /usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + cp -prL LICENSE README /usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + chmod -R go-w /usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + chmod -R a+rX /usr/src/tmp/dnsflood-buildroot/usr/share/doc/dnsflood-1.20 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oIrGuJ 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.dtm0dM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.4), libpcap.so.0.8 >= set:khRPzH1KxFe7icpKLxr71, libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), 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.KvCSq6 Creating dnsflood-debuginfo package Processing files: dnsflood-debuginfo-1.20-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MhHZFS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cXNKKW find-requires: running scripts (debuginfo) Requires: dnsflood = 1.20-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpcap.so.0.8), debug(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/i586/dnsflood-1.20-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/dnsflood-debuginfo-1.20-alt1.i586.rpm (w2.lzdio) 4.30user 1.10system 0:09.34elapsed 57%CPU (0avgtext+0avgdata 28912maxresident)k 0inputs+0outputs (0major+164828minor)pagefaults 0swaps 12.25user 6.58system 0:21.81elapsed 86%CPU (0avgtext+0avgdata 117792maxresident)k 0inputs+0outputs (0major+510865minor)pagefaults 0swaps --- dnsflood-1.20-alt1.i586.rpm.repo 2013-01-08 11:06:17.000000000 +0000 +++ dnsflood-1.20-alt1.i586.rpm.hasher 2021-08-01 08:40:00.642801387 +0000 @@ -14,3 +14,3 @@ Provides: dnsflood = 1.20-alt1 -File: /usr/sbin/dns_flood_detector 100755 root:root f53a818fecc1951c01ecffbb10cae6ce +File: /usr/sbin/dns_flood_detector 100755 root:root 1765d23f650d3a023aa706d13699a7ea File: /usr/share/doc/dnsflood-1.20 40755 root:root @@ -18,2 +18,2 @@ File: /usr/share/doc/dnsflood-1.20/README 100644 root:root abe6dcac2cc6ee09a3a582cc1574e6d7 -RPMIdentity: 9422100011de00187d71e379e09b71764c8aa5ab41fe7c431dc4344a41d4cfd4fcab72706fb3cbadec932dc54fafac5a77ecf04e9c29b0cd590325f1a73156a9 +RPMIdentity: d84ae58f6a089ba872001712133c8dbeddb1bbab15144bc88ac921d9a0da233cf1ac570ce6dae0d074ae0fbe6b6e0592471a088c9a365858437647eb8f8864eb --- dnsflood-debuginfo-1.20-alt1.i586.rpm.repo 2013-01-08 11:06:17.000000000 +0000 +++ dnsflood-debuginfo-1.20-alt1.i586.rpm.hasher 2021-08-01 08:40:00.851794096 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/8e 40755 root:root -/usr/lib/debug/.build-id/8e/26a3ec6e73cec085d41fcd8c3c49cf3dd40717 120777 root:root ../../../../sbin/dns_flood_detector -/usr/lib/debug/.build-id/8e/26a3ec6e73cec085d41fcd8c3c49cf3dd40717.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug +/usr/lib/debug/.build-id/19 40755 root:root +/usr/lib/debug/.build-id/19/3461539a4aa2037aef8e5786e8bfbd84b40651 120777 root:root ../../../../sbin/dns_flood_detector +/usr/lib/debug/.build-id/19/3461539a4aa2037aef8e5786e8bfbd84b40651.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: dnsflood-debuginfo = 1.20-alt1 -File: /usr/lib/debug/.build-id/8e 40755 root:root -File: /usr/lib/debug/.build-id/8e/26a3ec6e73cec085d41fcd8c3c49cf3dd40717 120777 root:root ../../../../sbin/dns_flood_detector -File: /usr/lib/debug/.build-id/8e/26a3ec6e73cec085d41fcd8c3c49cf3dd40717.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug -File: /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root acee3aeb2d0b4b898729a277a0151d69 +File: /usr/lib/debug/.build-id/19 40755 root:root +File: /usr/lib/debug/.build-id/19/3461539a4aa2037aef8e5786e8bfbd84b40651 120777 root:root ../../../../sbin/dns_flood_detector +File: /usr/lib/debug/.build-id/19/3461539a4aa2037aef8e5786e8bfbd84b40651.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug +File: /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root 43888d0431f3f9912c64efabfdfab1b1 File: /usr/src/debug/dns_flood_detector_1.2 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/dns_flood_detector_1.2/dns_flood_detector.h 100644 root:root 71ad28f83ca2c86e0a29f3cac4812f7a -RPMIdentity: 3ab1c84366dff1d21c8d579231c29d48e3bdefb12a5031ba379dfc7597a95f30bb9742a2dad7deb06cb6d79c035ff23e33375abb0de87d638d66d908beaf0ce3 +RPMIdentity: dc7ed454eca8371100d7afd370d914bd914a88d880ec6739008c5e4499e8f5a4bf58734210a9df85e4bc7052b79a4f580556df04fe35ee809eef0e847df5ea58