<86>Jun 16 00:38:02 userdel[13784]: delete user 'rooter' <86>Jun 16 00:38:02 userdel[13784]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:38:02 userdel[13784]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:38:02 groupadd[13806]: group added to /etc/group: name=rooter, GID=1241 <86>Jun 16 00:38:02 groupadd[13806]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:38:02 groupadd[13806]: new group: name=rooter, GID=1241 <86>Jun 16 00:38:02 useradd[13853]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash <86>Jun 16 00:38:02 userdel[13915]: delete user 'builder' <86>Jun 16 00:38:02 userdel[13915]: removed group 'builder' owned by 'builder' <86>Jun 16 00:38:02 userdel[13915]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:38:02 groupadd[13989]: group added to /etc/group: name=builder, GID=1242 <86>Jun 16 00:38:02 groupadd[13989]: group added to /etc/gshadow: name=builder <86>Jun 16 00:38:02 groupadd[13989]: new group: name=builder, GID=1242 <86>Jun 16 00:38:02 useradd[14041]: new user: name=builder, UID=1242, GID=1242, 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>Jun 16 00:38:06 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Jun 16 00:38:07 rpmi: liblz4-1:1.9.4-alt1 p10+350711.100.1.1 1718009144 installed <13>Jun 16 00:38:07 rpmi: libsystemd-1:249.17-alt2 p10+340218.100.1.1 1707505676 installed <13>Jun 16 00:38:07 rpmi: libdbus-1.14.10-alt1 p10+342527.100.1.1 1710230133 installed <13>Jun 16 00:38:08 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed <13>Jun 16 00:38:08 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/dnsflood-1.20-alt1.nosrc.rpm (w1.gzdio) Installing dnsflood-1.20-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96509 + 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.96509 + 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:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # 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:16: 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.96509 + 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) Processing files: dnsflood-1.20-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96509 + 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.cSYUyv 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.2oy1ay find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpcap.so.0.8()(64bit) >= set:khRPzH1KxFe7icpKLxr71, libpthread.so.0(GLIBC_2.2.5)(64bit), 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.cMgxgv 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.K7nohw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sUtHPw find-requires: running scripts (debuginfo) Requires: dnsflood = 1.20-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcap.so.0.8), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/dnsflood-1.20-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dnsflood-debuginfo-1.20-alt1.x86_64.rpm (w2.lzdio) 0.71user 0.60system 0:05.82elapsed 22%CPU (0avgtext+0avgdata 33900maxresident)k 0inputs+0outputs (0major+152695minor)pagefaults 0swaps 6.02user 2.59system 0:19.22elapsed 44%CPU (0avgtext+0avgdata 134804maxresident)k 0inputs+0outputs (0major+259955minor)pagefaults 0swaps --- dnsflood-1.20-alt1.x86_64.rpm.repo 2013-01-08 11:06:17.000000000 +0000 +++ dnsflood-1.20-alt1.x86_64.rpm.hasher 2024-06-16 00:38:16.465158204 +0000 @@ -5,6 +5,4 @@ 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) Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libm.so.6(GLIBC_2.2.5)(64bit) Requires: libpcap.so.0.8()(64bit) >= set:khRPzH1KxFe7icpKLxr71 @@ -15,3 +13,3 @@ Provides: dnsflood = 1.20-alt1 -File: /usr/sbin/dns_flood_detector 100755 root:root 61f2f0c8ca560c0d508d9b9f275c85d3 +File: /usr/sbin/dns_flood_detector 100755 root:root 15c63de3be7ab06a3be337d4a2a4c49b File: /usr/share/doc/dnsflood-1.20 40755 root:root @@ -19,2 +17,2 @@ File: /usr/share/doc/dnsflood-1.20/README 100644 root:root abe6dcac2cc6ee09a3a582cc1574e6d7 -RPMIdentity: b75091431362173216aa467d4aec1a26488393255d298fc60800110c093f83bd75c58ce3923b9dd0d8f5ad4f3674405c9fa1849ce1c1a2c62eebb9ad537ef879 +RPMIdentity: 9ad4018a7ea39f361799e710e5e8b2d99fe94e54798b3b6f22507c47c22dcb0ac7546d51e7b5ff144b70478785f0d36f80fdeb4478746e9f21e2e875361aa5e2 --- dnsflood-debuginfo-1.20-alt1.x86_64.rpm.repo 2013-01-08 11:06:17.000000000 +0000 +++ dnsflood-debuginfo-1.20-alt1.x86_64.rpm.hasher 2024-06-16 00:38:16.648159049 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b8 40755 root:root -/usr/lib/debug/.build-id/b8/d777080ee5e261ae5ad2ae3271732182ea4699 120777 root:root ../../../../sbin/dns_flood_detector -/usr/lib/debug/.build-id/b8/d777080ee5e261ae5ad2ae3271732182ea4699.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug +/usr/lib/debug/.build-id/e2 40755 root:root +/usr/lib/debug/.build-id/e2/bf76f69e4f61e67e82f8508bef04f5d46647cf 120777 root:root ../../../../sbin/dns_flood_detector +/usr/lib/debug/.build-id/e2/bf76f69e4f61e67e82f8508bef04f5d46647cf.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root @@ -10,3 +10,2 @@ Requires: debug64(libc.so.6) -Requires: debug64(libm.so.6) Requires: debug64(libpcap.so.0.8) @@ -15,6 +14,6 @@ Provides: dnsflood-debuginfo = 1.20-alt1 -File: /usr/lib/debug/.build-id/b8 40755 root:root -File: /usr/lib/debug/.build-id/b8/d777080ee5e261ae5ad2ae3271732182ea4699 120777 root:root ../../../../sbin/dns_flood_detector -File: /usr/lib/debug/.build-id/b8/d777080ee5e261ae5ad2ae3271732182ea4699.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug -File: /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root 4d9f98e49d4c55388f4eb27a6bad7abc +File: /usr/lib/debug/.build-id/e2 40755 root:root +File: /usr/lib/debug/.build-id/e2/bf76f69e4f61e67e82f8508bef04f5d46647cf 120777 root:root ../../../../sbin/dns_flood_detector +File: /usr/lib/debug/.build-id/e2/bf76f69e4f61e67e82f8508bef04f5d46647cf.debug 120777 root:root ../../usr/sbin/dns_flood_detector.debug +File: /usr/lib/debug/usr/sbin/dns_flood_detector.debug 100644 root:root 5186de3744c79d29c8946f6bf3513e3f File: /usr/src/debug/dns_flood_detector_1.2 40755 root:root @@ -22,2 +21,2 @@ File: /usr/src/debug/dns_flood_detector_1.2/dns_flood_detector.h 100644 root:root 71ad28f83ca2c86e0a29f3cac4812f7a -RPMIdentity: f01223079d6ba21b0668e983cbd25f08f0ec72a28ffb8a691534e80916ab3a6ee54f249f1374b7fb58f67979752c096a216b0cffdc654aa8e2485c62e7d71ea7 +RPMIdentity: 339e9815b2ec89dce6ba7947f5562052594a6ed189f58150b9010cf4a91627f7980d7f979e87b9968a06c8faafdf5923d81ec572c40df96ac75779471ca30339