<86>Nov 20 03:59:06 userdel[1089748]: delete user 'rooter' <86>Nov 20 03:59:06 userdel[1089748]: removed group 'rooter' owned by 'rooter' <86>Nov 20 03:59:06 userdel[1089748]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 20 03:59:06 groupadd[1089756]: group added to /etc/group: name=rooter, GID=975 <86>Nov 20 03:59:06 groupadd[1089756]: group added to /etc/gshadow: name=rooter <86>Nov 20 03:59:06 groupadd[1089756]: new group: name=rooter, GID=975 <86>Nov 20 03:59:06 useradd[1089767]: new user: name=rooter, UID=975, GID=975, home=/root, shell=/bin/bash <86>Nov 20 03:59:06 userdel[1089782]: delete user 'builder' <86>Nov 20 03:59:06 userdel[1089782]: removed group 'builder' owned by 'builder' <86>Nov 20 03:59:06 userdel[1089782]: removed shadow group 'builder' owned by 'builder' <86>Nov 20 03:59:06 groupadd[1089791]: group added to /etc/group: name=builder, GID=976 <86>Nov 20 03:59:06 groupadd[1089791]: group added to /etc/gshadow: name=builder <86>Nov 20 03:59:06 groupadd[1089791]: new group: name=builder, GID=976 <86>Nov 20 03:59:06 useradd[1089796]: new user: name=builder, UID=976, GID=976, 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>Nov 20 03:59:07 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Nov 20 03:59:07 rpmi: liblz4-1:1.9.3-alt1 sisyphus+278100.4000.1.1 1626060252 installed <13>Nov 20 03:59:07 rpmi: libsystemd-1:249.6-alt1 sisyphus+289416.100.1.1 1636655126 installed <13>Nov 20 03:59:07 rpmi: libdbus-1.12.20-alt1 sisyphus+281278.100.1.1 1627484268 installed <13>Nov 20 03:59:08 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093291 installed <13>Nov 20 03:59:08 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093291 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.38472 + 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.38472 + 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 -j16 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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # 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] 565 | 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] 892 | 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:18: note: declared here 328 | 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] 986 | 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] 925 | 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] 253 | 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] 284 | 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.18104 + 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 Processing files: dnsflood-1.20-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18104 + 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.PmKaLV find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aOzY0P find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libpcap.so.0.8 >= set:khRPzH1KxFe7icpKLxr71, 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.rn7eub 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.SwUcVC find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MhemPl 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) 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) 0.64user 0.33system 0:05.56elapsed 17%CPU (0avgtext+0avgdata 27504maxresident)k 0inputs+0outputs (0major+136308minor)pagefaults 0swaps 3.39user 2.86system 0:10.10elapsed 61%CPU (0avgtext+0avgdata 103680maxresident)k 0inputs+0outputs (45237major+438066minor)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-11-20 03:59:14.841402597 +0000 @@ -6,2 +6,4 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -9,4 +11,2 @@ Requires: rpmlib(SetVersions) -Requires: libpthread.so.0(GLIBC_2.0) -Requires: libpthread.so.0(GLIBC_2.1) Requires: rtld(GNU_HASH) @@ -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 228e7bec5a24484ff0965853b8415611 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: 6cc2766a6f817a81203cc53f50f603a955d39d0f900b86ec7f8b9bd2b274aa8dfd2972e5c56e30679d79062883ee9b1282fd257fbd0dd34c10280fc75e1f973a --- 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-11-20 03:59:14.898403172 +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/b8 40755 root:root +/usr/lib/debug/.build-id/b8/a1fade5f0b0ffc2ec3783c51995394972922a2 120777 root:root ../../../../sbin/dns_flood_detector +/usr/lib/debug/.build-id/b8/a1fade5f0b0ffc2ec3783c51995394972922a2.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root @@ -11,9 +11,8 @@ Requires: debug(libpcap.so.0.8) -Requires: debug(libpthread.so.0) Requires: rpmlib(PayloadIsLzma) 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/b8 40755 root:root +File: /usr/lib/debug/.build-id/b8/a1fade5f0b0ffc2ec3783c51995394972922a2 120777 root:root ../../../../sbin/dns_flood_detector +File: /usr/lib/debug/.build-id/b8/a1fade5f0b0ffc2ec3783c51995394972922a2.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug +File: /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root 333a28c8241f5c7b8ed3bbaabd066180 File: /usr/src/debug/dns_flood_detector_1.2 40755 root:root @@ -21,2 +20,2 @@ File: /usr/src/debug/dns_flood_detector_1.2/dns_flood_detector.h 100644 root:root 71ad28f83ca2c86e0a29f3cac4812f7a -RPMIdentity: 3ab1c84366dff1d21c8d579231c29d48e3bdefb12a5031ba379dfc7597a95f30bb9742a2dad7deb06cb6d79c035ff23e33375abb0de87d638d66d908beaf0ce3 +RPMIdentity: 6000537ca196be5a76c51194bd4cf0987e5664fe315b34094152bae9e8e5f6da871be551838eca1df27b3ff2e383e5272ca22e464158aac834078760eac5c7eb