<86>Apr 20 05:06:27 userdel[2412077]: delete user 'rooter' <86>Apr 20 05:06:27 userdel[2412077]: removed group 'rooter' owned by 'rooter' <86>Apr 20 05:06:27 userdel[2412077]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 05:06:27 groupadd[2412118]: group added to /etc/group: name=rooter, GID=1799 <86>Apr 20 05:06:27 groupadd[2412118]: group added to /etc/gshadow: name=rooter <86>Apr 20 05:06:27 groupadd[2412118]: new group: name=rooter, GID=1799 <86>Apr 20 05:06:27 useradd[2412165]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Apr 20 05:06:27 userdel[2412217]: delete user 'builder' <86>Apr 20 05:06:27 userdel[2412217]: removed group 'builder' owned by 'builder' <86>Apr 20 05:06:27 userdel[2412217]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 05:06:27 groupadd[2412253]: group added to /etc/group: name=builder, GID=1800 <86>Apr 20 05:06:27 groupadd[2412253]: group added to /etc/gshadow: name=builder <86>Apr 20 05:06:27 groupadd[2412253]: new group: name=builder, GID=1800 <86>Apr 20 05:06:27 useradd[2412291]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ettcp-1.0-alt5.qa1.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/ettcp-1.0-alt5.qa1.src.rpm: license not found in '/usr/share/license' directory: Domain Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ettcp-1.0-alt5.qa1.nosrc.rpm (w1.gzdio) Installing ettcp-1.0-alt5.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ettcp-1.0 + echo 'Source #0 (ettcp-1.0.tar.bz2):' Source #0 (ettcp-1.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/ettcp-1.0.tar.bz2 + /bin/tar -xf - + cd ettcp-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (ettcp-1.0-alt-path.patch):' Patch #1 (ettcp-1.0-alt-path.patch): + /usr/bin/patch -p1 patching file xinetd.d/blow patching file xinetd.d/suck + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ettcp-1.0 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0' gcc -o suck suck.c suck.c: In function 'main': suck.c:10:31: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 10 | char *buffer = (char*)malloc(buffer_size); | ^~~~~~ suck.c:5:1: note: include '' or provide a declaration of 'malloc' 4 | #include +++ |+#include 5 | suck.c:10:31: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 10 | char *buffer = (char*)malloc(buffer_size); | ^~~~~~ suck.c:10:31: note: include '' or provide a declaration of 'malloc' suck.c:12:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 12 | exit(1); | ^~~~ suck.c:12:17: note: include '' or provide a declaration of 'exit' suck.c:12:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] suck.c:12:17: note: include '' or provide a declaration of 'exit' make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0' make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0' gcc -o blow blow.c blow.c: In function 'main': blow.c:18:31: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 18 | char *buffer = (char*)malloc(buffer_size); | ^~~~~~ blow.c:5:1: note: include '' or provide a declaration of 'malloc' 4 | #include +++ |+#include 5 | blow.c:18:31: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 18 | char *buffer = (char*)malloc(buffer_size); | ^~~~~~ blow.c:18:31: note: include '' or provide a declaration of 'malloc' blow.c:20:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 20 | exit(1); | ^~~~ blow.c:20:17: note: include '' or provide a declaration of 'exit' blow.c:20:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] blow.c:20:17: note: include '' or provide a declaration of 'exit' make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0' make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0' gcc -o ettcp ettcp.c ettcp.c:162:1: warning: return type defaults to 'int' [-Wimplicit-int] 162 | main(argc,argv) | ^~~~ ettcp.c: In function 'main': ettcp.c:171:21: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] 171 | while ((c = getopt(argc, argv, "cdrstuvBDTqb:f:l:n:p:A:O:i:")) != -1) { | ^~~~~~ ettcp.c:195:32: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 195 | nbuf = atoi(optarg); | ^~~~ ettcp.c:250:17: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 250 | bzero((char *)&sinhim, sizeof(sinhim)); | ^~~~~ ettcp.c:250:17: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ettcp.c:265:25: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 265 | bcopy(addr->h_addr,(char*)&addr_tmp, addr->h_length); | ^~~~~ ettcp.c:265:25: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] ettcp.c:284:29: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 284 | if ( (buf = (char *)malloc(buflen+bufalign)) == (char *)NULL) | ^~~~~~ ettcp.c:71:1: note: include '' or provide a declaration of 'malloc' 70 | #include +++ |+#include 71 | #endif ettcp.c:284:29: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 284 | if ( (buf = (char *)malloc(buflen+bufalign)) == (char *)NULL) | ^~~~~~ ettcp.c:284:29: note: include '' or provide a declaration of 'malloc' ettcp.c:440:36: warning: implicit declaration of function 'read'; did you mean 'mread'? [-Wimplicit-function-declaration] 440 | while((cnt=read(0,buf,buflen)) > 0 && | ^~~~ | mread ettcp.c:445:29: warning: implicit declaration of function 'write'; did you mean 'Nwrite'? [-Wimplicit-function-declaration] 445 | write(1,buf,cnt) == cnt) | ^~~~~ | Nwrite ettcp.c:476:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 476 | "nttcp%s: %d I/O calls, msec/call = %.2f, calls/sec = %.2f\n", | ~^ | | | int | %ld 477 | trans?"-t":"-r", 478 | numCalls, | ~~~~~~~~ | | | long unsigned int ettcp.c:484:44: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'char *' [-Wformat=] 484 | "nttcp%s: buffer address %#x\n", | ~~^ | | | unsigned int | %#s 485 | trans?"-t":"-r", 486 | buf); | ~~~ | | | char * ettcp.c:489:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 489 | exit(0); | ^~~~ ettcp.c:489:9: note: include '' or provide a declaration of 'exit' ettcp.c:489:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] ettcp.c:489:9: note: include '' or provide a declaration of 'exit' ettcp.c:492:24: warning: format not a string literal and no format arguments [-Wformat-security] 492 | fprintf(stderr,Usage); | ^~~~~ ettcp.c: In function 'err': ettcp.c:503:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 503 | exit(1); | ^~~~ ettcp.c:503:9: note: include '' or provide a declaration of 'exit' ettcp.c: At top level: ettcp.c:513:1: warning: return type defaults to 'int' [-Wimplicit-int] 513 | pattern( cp, cnt ) | ^~~~~~~ ettcp.c: In function 'read_timer': ettcp.c:618:1: warning: type of 'len' defaults to 'int' [-Wimplicit-int] 618 | read_timer(str,len) | ^~~~~~~~~~ ettcp.c:630:15: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 630 | (void)strncpy( str, line, len ); | ^~~~~~~ ettcp.c:71:1: note: include '' or provide a declaration of 'strncpy' 70 | #include +++ |+#include 71 | #endif ettcp.c:630:15: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 630 | (void)strncpy( str, line, len ); | ^~~~~~~ ettcp.c:630:15: note: include '' or provide a declaration of 'strncpy' ettcp.c: In function 'prusage': ettcp.c:694:40: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 694 | sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000); | ~^ ~~~~~~~~~~~~ | | | | int __time_t {aka long int} | %ld ettcp.c:694:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 694 | sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000); | ~~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %01ld ettcp.c:700:40: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] 700 | sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000); | ~^ ~~~~~~~~~~~~ | | | | int __time_t {aka long int} | %ld ettcp.c:700:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 700 | sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000); | ~~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %01ld ettcp.c:722:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 722 | sprintf(outp,"%d", t == 0 ? 0 : (r1->ru_ixrss-r0->ru_ixrss)/t); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:727:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 727 | sprintf(outp,"%d", t == 0 ? 0 : | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld 728 | (r1->ru_idrss+r1->ru_isrss-(r0->ru_idrss+r0->ru_isrss))/t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ettcp.c:733:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 733 | sprintf(outp,"%d", t == 0 ? 0 : | ~^ ~~~~~~~~~~~~ | | | | int long int | %ld 734 | ((r1->ru_ixrss+r1->ru_isrss+r1->ru_idrss) - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 735 | (r0->ru_ixrss+r0->ru_idrss+r0->ru_isrss))/t); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ettcp.c:740:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 740 | sprintf(outp,"%d", r1->ru_maxrss/2); | ~^ ~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:745:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 745 | sprintf(outp,"%d", r1->ru_majflt-r0->ru_majflt); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:750:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 750 | sprintf(outp,"%d", r1->ru_minflt-r0->ru_minflt); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:755:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 755 | sprintf(outp,"%d", r1->ru_inblock-r0->ru_inblock); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:760:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 760 | sprintf(outp,"%d", r1->ru_oublock-r0->ru_oublock); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:764:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 764 | sprintf(outp,"%d+%d", r1->ru_nvcsw-r0->ru_nvcsw, | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld ettcp.c:764:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 764 | sprintf(outp,"%d+%d", r1->ru_nvcsw-r0->ru_nvcsw, | ~^ | | | int | %ld 765 | r1->ru_nivcsw-r0->ru_nivcsw ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int ettcp.c: At top level: ettcp.c:823:1: warning: return type defaults to 'int' [-Wimplicit-int] 823 | Nread( fd, buf, count ) | ^~~~~ ettcp.c:854:1: warning: return type defaults to 'int' [-Wimplicit-int] 854 | Nwrite( fd, buf, count ) | ^~~~~~ ettcp.c: In function 'delay': ettcp.c:877:1: warning: type of 'us' defaults to 'int' [-Wimplicit-int] 877 | delay(us) | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ettcp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ettcp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ettcp-1.0 + mkdir -p /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 /usr/src/tmp/ettcp-buildroot/usr/bin /usr/src/tmp/ettcp-buildroot/etc/xinetd.d + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/ettcp-buildroot/usr exec_prefix=/usr/src/tmp/ettcp-buildroot/usr bindir=/usr/src/tmp/ettcp-buildroot/usr/bin sbindir=/usr/src/tmp/ettcp-buildroot/usr/sbin sysconfdir=/usr/src/tmp/ettcp-buildroot/etc datadir=/usr/src/tmp/ettcp-buildroot/usr/share includedir=/usr/src/tmp/ettcp-buildroot/usr/include libdir=/usr/src/tmp/ettcp-buildroot/usr/lib libexecdir=/usr/src/tmp/ettcp-buildroot/usr/lib localstatedir=/usr/src/tmp/ettcp-buildroot/var/lib runstatedir=/usr/src/tmp/ettcp-buildroot/var/run sharedstatedir=/usr/src/tmp/ettcp-buildroot/var/lib mandir=/usr/src/tmp/ettcp-buildroot/usr/share/man infodir=/usr/src/tmp/ettcp-buildroot/usr/share/info install RPM_INSTALL_DIR=/usr/src/tmp/ettcp-buildroot/usr/bin RPM_MAN_DIR=/usr/src/tmp/ettcp-buildroot/usr/share/man RPM_ETC_DIR=/usr/src/tmp/ettcp-buildroot/etc make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0' install -m755 ettcp /usr/src/tmp/ettcp-buildroot/usr/bin install -m755 speedfrom /usr/src/tmp/ettcp-buildroot/usr/bin install -m755 speedto /usr/src/tmp/ettcp-buildroot/usr/bin install -m755 suck /usr/src/tmp/ettcp-buildroot/usr/bin install -m755 blow /usr/src/tmp/ettcp-buildroot/usr/bin install -m644 blow.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 install -m644 suck.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 install -m644 speedfrom.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 install -m644 speedto.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 install -m644 ettcp.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 install -m644 xinetd.d/suck /usr/src/tmp/ettcp-buildroot/etc/xinetd.d install -m644 xinetd.d/blow /usr/src/tmp/ettcp-buildroot/etc/xinetd.d make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ettcp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ettcp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ettcp-buildroot/ (default) Compressing files in /usr/src/tmp/ettcp-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ettcp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ettcp-buildroot Processing files: ettcp-1.0-alt5.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.65844 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ettcp-1.0 + DOCDIR=/usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + export DOCDIR + rm -rf /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + /bin/mkdir -p /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + cp -prL README TODO /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + chmod -R go-w /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + chmod -R a+rX /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1OtYKv 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.UYJvSd find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /bin/sh, /etc/xinetd.d, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Conflicts: suck Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cpFwgo Creating ettcp-debuginfo package Processing files: ettcp-debuginfo-1.0-alt5.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HNXBB9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U7cnaY find-requires: running scripts (debuginfo) Requires: ettcp = 1.0-alt5.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/ettcp-1.0-alt5.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ettcp-debuginfo-1.0-alt5.qa1.i586.rpm (w2.lzdio) 0.59user 1.28system 0:05.77elapsed 32%CPU (0avgtext+0avgdata 24132maxresident)k 0inputs+0outputs (0major+238824minor)pagefaults 0swaps /.out/ettcp-1.0-alt5.qa1.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/ettcp-1.0-alt5.qa1.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/ettcp-debuginfo-1.0-alt5.qa1.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/ettcp-debuginfo-1.0-alt5.qa1.i586.rpm: license not found in '/usr/share/license' directory: Domain 0.61user 1.75system 0:10.78elapsed 21%CPU (0avgtext+0avgdata 12308maxresident)k 0inputs+0outputs (0major+94153minor)pagefaults 0swaps --- ettcp-1.0-alt5.qa1.i586.rpm.repo 2013-04-17 07:44:49.000000000 +0000 +++ ettcp-1.0-alt5.qa1.i586.rpm.hasher 2024-04-20 05:06:35.321168238 +0000 @@ -10,7 +10,7 @@ /usr/share/doc/ettcp-1.0/TODO 100644 root:root -/usr/share/man/man1/blow.1.gz 100644 root:root -/usr/share/man/man1/ettcp.1.gz 100644 root:root -/usr/share/man/man1/speedfrom.1.gz 100644 root:root -/usr/share/man/man1/speedto.1.gz 100644 root:root -/usr/share/man/man1/suck.1.gz 100644 root:root +/usr/share/man/man1/blow.1.xz 100644 root:root +/usr/share/man/man1/ettcp.1.xz 100644 root:root +/usr/share/man/man1/speedfrom.1.xz 100644 root:root +/usr/share/man/man1/speedto.1.xz 100644 root:root +/usr/share/man/man1/suck.1.xz 100644 root:root Requires: /bin/sh @@ -19,3 +19,5 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -27,7 +29,7 @@ File: /etc/xinetd.d/suck 100644 root:root c2604ca9057b4ae8cde9da254b1ff299 -File: /usr/bin/blow 100755 root:root 164ed2704f1448e73185387e4b3b282d -File: /usr/bin/ettcp 100755 root:root abcaa8f0142192615d9535783fa806b7 +File: /usr/bin/blow 100755 root:root 981d3ab2d63f9f8c229cf3428e82dec8 +File: /usr/bin/ettcp 100755 root:root 3cbbad16ba46ad77a836db1f0eca66b9 File: /usr/bin/speedfrom 100755 root:root 7f5f4c3996c00b0d0f48327dc6755cc9 File: /usr/bin/speedto 100755 root:root 4d8cceb50a9cf21353e12dfb3940137b -File: /usr/bin/suck 100755 root:root 6861ec7051348715653f663306795976 +File: /usr/bin/suck 100755 root:root d1770e6f1aba7c4998e5b7169eabe71a File: /usr/share/doc/ettcp-1.0 40755 root:root @@ -35,7 +37,7 @@ File: /usr/share/doc/ettcp-1.0/TODO 100644 root:root a952b09c148832708b54fef68a402af3 -File: /usr/share/man/man1/blow.1.gz 100644 root:root 674f23a9f12565ceb87d88d160c73529 -File: /usr/share/man/man1/ettcp.1.gz 100644 root:root 2b440dbd73accc5d6ecc4e4e00bb0cbb -File: /usr/share/man/man1/speedfrom.1.gz 100644 root:root bd775fee499303fd400ef7e9c902a259 -File: /usr/share/man/man1/speedto.1.gz 100644 root:root a5c38dcc232bd397edb096e0963b2d9f -File: /usr/share/man/man1/suck.1.gz 100644 root:root 172c94c4b95d0862576269db14fc0792 -RPMIdentity: 2433e8c2e073d088b18c7dcc9d089eb3864195617b373f10199055652fe7db9b9c75791890c8a9b98facb47a02f6048ab8e83e17c148a41e8e0980a83c03ec44 +File: /usr/share/man/man1/blow.1.xz 100644 root:root 51121ad98be9602a6e10199ca9d099fa +File: /usr/share/man/man1/ettcp.1.xz 100644 root:root 5b0b7a416669fadd1aed9289e1fd2aeb +File: /usr/share/man/man1/speedfrom.1.xz 100644 root:root 525f6553527274599a6f31341eb16014 +File: /usr/share/man/man1/speedto.1.xz 100644 root:root c41964939187086893a8d3df6a0d316b +File: /usr/share/man/man1/suck.1.xz 100644 root:root a4cfaebf4e4d98cf9b22bdab6cdefadc +RPMIdentity: 95a904a12fd7f7f7c495dc49d787c56728a07fa5fee6580a4148180484d16718bfb9d4cbefb02de772b79307837d28a5fe04ab488368b86b6aaba96daf5a12ec --- ettcp-debuginfo-1.0-alt5.qa1.i586.rpm.repo 2013-04-17 07:44:49.000000000 +0000 +++ ettcp-debuginfo-1.0-alt5.qa1.i586.rpm.hasher 2024-04-20 05:06:35.390169382 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/12 40755 root:root -/usr/lib/debug/.build-id/12/0a82fa5a21d43913a9d72cf223c8bf07eda6f4 120777 root:root ../../../../bin/blow -/usr/lib/debug/.build-id/12/0a82fa5a21d43913a9d72cf223c8bf07eda6f4.debug 120777 root:root ../../usr/bin/blow.debug -/usr/lib/debug/.build-id/82 40755 root:root -/usr/lib/debug/.build-id/82/c8252575f4ef9971b1370e249f98858424492c 120777 root:root ../../../../bin/suck -/usr/lib/debug/.build-id/82/c8252575f4ef9971b1370e249f98858424492c.debug 120777 root:root ../../usr/bin/suck.debug -/usr/lib/debug/.build-id/d6 40755 root:root -/usr/lib/debug/.build-id/d6/e52112f49907606e9c40db2510057eb0c1f6dd 120777 root:root ../../../../bin/ettcp -/usr/lib/debug/.build-id/d6/e52112f49907606e9c40db2510057eb0c1f6dd.debug 120777 root:root ../../usr/bin/ettcp.debug +/usr/lib/debug/.build-id/3b 40755 root:root +/usr/lib/debug/.build-id/3b/4de9c341a88098c39b7f397d5105e8bb7f41e6 120777 root:root ../../../../bin/ettcp +/usr/lib/debug/.build-id/3b/4de9c341a88098c39b7f397d5105e8bb7f41e6.debug 120777 root:root ../../usr/bin/ettcp.debug +/usr/lib/debug/.build-id/dd 40755 root:root +/usr/lib/debug/.build-id/dd/af67e00cd175be71c11a6a595e48cda99035b3 120777 root:root ../../../../bin/blow +/usr/lib/debug/.build-id/dd/af67e00cd175be71c11a6a595e48cda99035b3.debug 120777 root:root ../../usr/bin/blow.debug +/usr/lib/debug/.build-id/e7 40755 root:root +/usr/lib/debug/.build-id/e7/c9494e3eb438e30aa44b8228c7fdd835140d78 120777 root:root ../../../../bin/suck +/usr/lib/debug/.build-id/e7/c9494e3eb438e30aa44b8228c7fdd835140d78.debug 120777 root:root ../../usr/bin/suck.debug /usr/lib/debug/usr/bin/blow.debug 100644 root:root @@ -17,14 +17,14 @@ Provides: ettcp-debuginfo = 1.0-alt5.qa1 -File: /usr/lib/debug/.build-id/12 40755 root:root -File: /usr/lib/debug/.build-id/12/0a82fa5a21d43913a9d72cf223c8bf07eda6f4 120777 root:root ../../../../bin/blow -File: /usr/lib/debug/.build-id/12/0a82fa5a21d43913a9d72cf223c8bf07eda6f4.debug 120777 root:root ../../usr/bin/blow.debug -File: /usr/lib/debug/.build-id/82 40755 root:root -File: /usr/lib/debug/.build-id/82/c8252575f4ef9971b1370e249f98858424492c 120777 root:root ../../../../bin/suck -File: /usr/lib/debug/.build-id/82/c8252575f4ef9971b1370e249f98858424492c.debug 120777 root:root ../../usr/bin/suck.debug -File: /usr/lib/debug/.build-id/d6 40755 root:root -File: /usr/lib/debug/.build-id/d6/e52112f49907606e9c40db2510057eb0c1f6dd 120777 root:root ../../../../bin/ettcp -File: /usr/lib/debug/.build-id/d6/e52112f49907606e9c40db2510057eb0c1f6dd.debug 120777 root:root ../../usr/bin/ettcp.debug -File: /usr/lib/debug/usr/bin/blow.debug 100644 root:root ecd783a2d96fe313d52b9de3a2c4f2a2 -File: /usr/lib/debug/usr/bin/ettcp.debug 100644 root:root 5a0ef3a92c3ae622913da79b0ddb4074 -File: /usr/lib/debug/usr/bin/suck.debug 100644 root:root 84440b4576033b0ccd3aa044601f7862 -RPMIdentity: 0182300f11d6f4514e33ad09f57e62147c9f7ef6b957a19a00630b61acc2365b9d11a0a8c87dee74fadf13999c8ff024fae64b3d3d1b9bc3084daef3cfe0bd30 +File: /usr/lib/debug/.build-id/3b 40755 root:root +File: /usr/lib/debug/.build-id/3b/4de9c341a88098c39b7f397d5105e8bb7f41e6 120777 root:root ../../../../bin/ettcp +File: /usr/lib/debug/.build-id/3b/4de9c341a88098c39b7f397d5105e8bb7f41e6.debug 120777 root:root ../../usr/bin/ettcp.debug +File: /usr/lib/debug/.build-id/dd 40755 root:root +File: /usr/lib/debug/.build-id/dd/af67e00cd175be71c11a6a595e48cda99035b3 120777 root:root ../../../../bin/blow +File: /usr/lib/debug/.build-id/dd/af67e00cd175be71c11a6a595e48cda99035b3.debug 120777 root:root ../../usr/bin/blow.debug +File: /usr/lib/debug/.build-id/e7 40755 root:root +File: /usr/lib/debug/.build-id/e7/c9494e3eb438e30aa44b8228c7fdd835140d78 120777 root:root ../../../../bin/suck +File: /usr/lib/debug/.build-id/e7/c9494e3eb438e30aa44b8228c7fdd835140d78.debug 120777 root:root ../../usr/bin/suck.debug +File: /usr/lib/debug/usr/bin/blow.debug 100644 root:root a0a0ffa81b100931c21c2d58c894865c +File: /usr/lib/debug/usr/bin/ettcp.debug 100644 root:root 9e6710dbda2d95a7bcd51ef43057bf37 +File: /usr/lib/debug/usr/bin/suck.debug 100644 root:root 826dc45e795bae93ea9c4c841a4411f1 +RPMIdentity: 0529f18045072b6908a9d9031c325ff350f3811a31ac1cda15c39c3d12a755fa65ca5ee2ed90d8236038fdc5ada0789c1db2deefb9706be79405394b87c21ae9