<86>Jun 16 00:06:51 userdel[4081612]: delete user 'rooter' <86>Jun 16 00:06:51 userdel[4081612]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:06:51 userdel[4081612]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:06:51 groupadd[4081629]: group added to /etc/group: name=rooter, GID=1229 <86>Jun 16 00:06:51 groupadd[4081629]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:06:51 groupadd[4081629]: new group: name=rooter, GID=1229 <86>Jun 16 00:06:51 useradd[4081644]: new user: name=rooter, UID=1229, GID=1229, home=/root, shell=/bin/bash <86>Jun 16 00:06:51 userdel[4081662]: delete user 'builder' <86>Jun 16 00:06:51 userdel[4081662]: removed group 'builder' owned by 'builder' <86>Jun 16 00:06:51 userdel[4081662]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:06:51 groupadd[4081679]: group added to /etc/group: name=builder, GID=1230 <86>Jun 16 00:06:51 groupadd[4081679]: group added to /etc/gshadow: name=builder <86>Jun 16 00:06:51 groupadd[4081679]: new group: name=builder, GID=1230 <86>Jun 16 00:06:51 useradd[4081696]: new user: name=builder, UID=1230, GID=1230, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/sshutout-1.0.6-alt2.src.rpm: The use of such a license name is ambiguous: GPL warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike_b does not exist - using root Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/sshutout-1.0.6-alt2.nosrc.rpm (w1.gzdio) Installing sshutout-1.0.6-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76705 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf sshutout-1.0.6 + echo 'Source #0 (sshutout-1.0.6.tar.gz):' Source #0 (sshutout-1.0.6.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/sshutout-1.0.6.tar.gz + /bin/tar -xf - + cd sshutout-1.0.6 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76705 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sshutout-1.0.6 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/sshutout-1.0.6' gcc -Wall -pipe -O2 -c -o sshutout.o sshutout.c sshutout.c: In function 'main': sshutout.c:1720:14: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1720 | write(p, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c:1730:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1730 | write(p, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c:1747:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1747 | chdir("/"); | ^~~~~~~~~~ sshutout.c: In function 'load_config': sshutout.c:1310:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1310 | write(pf, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c: In function 'unblockip': sshutout.c:707:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 707 | system(cmd); | ^~~~~~~~~~~ sshutout.c: In function 'dflt_route': sshutout.c:448:10: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 448 | fgets(buf, INBUFSIZE, h); /* Skip column header record */ | ^~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c: In function 'blockip': sshutout.c:694:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 694 | system(cmd); | ^~~~~~~~~~~ In file included from /usr/include/string.h:532, from sshutout.c:74: In function 'strncpy', inlined from 'load_config.constprop' at sshutout.c:1313:26: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'load_config.constprop' at sshutout.c:1281:18: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'load_config.constprop' at sshutout.c:1264:26: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at sshutout.c:1663:27: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at sshutout.c:1668:24: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'main' at sshutout.c:1544:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/sshutout-1.0.6' make: Entering directory '/usr/src/RPM/BUILD/sshutout-1.0.6' gcc -Wall -pipe -O2 -s -o sshutout sshutout.o make: Leaving directory '/usr/src/RPM/BUILD/sshutout-1.0.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76705 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/sshutout-buildroot + : + /bin/rm -rf -- /usr/src/tmp/sshutout-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd sshutout-1.0.6 + install -pDm755 sshutout /usr/src/tmp/sshutout-buildroot/usr/sbin/sshutout + install -pDm755 /usr/src/RPM/SOURCES/sshutout.init /usr/src/tmp/sshutout-buildroot/etc/rc.d/init.d/sshutout + install -pDm644 /usr/src/RPM/SOURCES/sshutout.conf /usr/src/tmp/sshutout-buildroot/etc/sshutout.conf + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/sshutout-buildroot (auto) Verifying and fixing files in /usr/src/tmp/sshutout-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/sshutout-buildroot/ (default) Compressing files in /usr/src/tmp/sshutout-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/sshutout Verifying ELF objects in /usr/src/tmp/sshutout-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: sshutout-1.0.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17868 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sshutout-1.0.6 + DOCDIR=/usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + export DOCDIR + rm -rf /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + /bin/mkdir -p /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + cp -prL License README TODO sshutout.html /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + chmod -R go-w /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + chmod -R a+rX /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.O3pnq9 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.wAfrEc find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.8nWVJa Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oCPdl9 Requires: net-tools, iptables, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_reloading), /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.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), rtld(GNU_HASH) Requires(interp): /bin/sh 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.j18y38 Wrote: /usr/src/RPM/RPMS/x86_64/sshutout-1.0.6-alt2.x86_64.rpm (w2.lzdio) 1.01user 0.75system 0:06.00elapsed 29%CPU (0avgtext+0avgdata 38564maxresident)k 0inputs+0outputs (0major+181842minor)pagefaults 0swaps /.out/sshutout-1.0.6-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.90user 1.70system 0:12.42elapsed 20%CPU (0avgtext+0avgdata 11628maxresident)k 0inputs+0outputs (0major+97594minor)pagefaults 0swaps --- sshutout-1.0.6-alt2.x86_64.rpm.repo 2010-01-12 17:39:24.000000000 +0000 +++ sshutout-1.0.6-alt2.x86_64.rpm.hasher 2024-06-16 00:06:59.125883189 +0000 @@ -12,3 +12,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -32,3 +31,3 @@ File: /etc/sshutout.conf 100644 root:root 5fcec1a94ccdd0605602e03bd16c8576 -File: /usr/sbin/sshutout 100755 root:root 1964b6bfb9395382f01c862594282cf7 +File: /usr/sbin/sshutout 100755 root:root f59699e8eaa5bec10cad3c0605ed13a8 File: /usr/share/doc/sshutout-1.0.6 40755 root:root @@ -38,2 +37,2 @@ File: /usr/share/doc/sshutout-1.0.6/sshutout.html 100644 root:root f31af63c2a70d844dc07afc33599313a -RPMIdentity: e2c0312182dd2ccc1481c13546a27edaee00c3910d051a2ab9b09a0aca2bfa9b295ff8c7800467c5072887d3267305c1a82ce923892d3e31c84491f5e52b7489 +RPMIdentity: bc7a29eb0e6930bf4b70116233b9e5f359dc02222b95f689e959b7e8c1fe5ed63be7abaaccb06613057db521ba7dcfae0e9987a4bbd4fdf53509adb8556e5a07