<86>Jun 16 00:46:20 userdel[1742283]: delete user 'rooter' <86>Jun 16 00:46:20 userdel[1742283]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:46:20 userdel[1742283]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:46:20 groupadd[1742311]: group added to /etc/group: name=rooter, GID=1814 <86>Jun 16 00:46:20 groupadd[1742311]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:46:20 groupadd[1742311]: new group: name=rooter, GID=1814 <86>Jun 16 00:46:20 useradd[1742333]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash <86>Jun 16 00:46:20 userdel[1742361]: delete user 'builder' <86>Jun 16 00:46:20 userdel[1742361]: removed group 'builder' owned by 'builder' <86>Jun 16 00:46:20 userdel[1742361]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:46:20 groupadd[1742381]: group added to /etc/group: name=builder, GID=1815 <86>Jun 16 00:46:20 groupadd[1742381]: group added to /etc/gshadow: name=builder <86>Jun 16 00:46:20 groupadd[1742381]: new group: name=builder, GID=1815 <86>Jun 16 00:46:20 useradd[1742398]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ichatsrvd-0.24-alt3.1.1.qa1.1.src.rpm: license not found in '/usr/share/license' directory: Distributable warning: user grenka does not exist - using root warning: group grenka does not exist - using root warning: user grenka does not exist - using root warning: group grenka does not exist - using root warning: user grenka does not exist - using root warning: group grenka does not exist - using root warning: user grenka does not exist - using root warning: group grenka does not exist - using root <13>Jun 16 00:46:24 rpmi: libp11-kit-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jun 16 00:46:24 rpmi: libtasn1-4.19.0-alt1 p10+309071.100.2.1 1668522760 installed <13>Jun 16 00:46:24 rpmi: rpm-macros-alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jun 16 00:46:24 rpmi: alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jun 16 00:46:24 rpmi: ca-certificates-2022.09.15-alt1 p10+308004.100.2.1 1665748370 installed <13>Jun 16 00:46:24 rpmi: ca-trust-0.1.6-alt1 p10+344774.100.1.1 1712685728 installed <13>Jun 16 00:46:24 rpmi: p11-kit-trust-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jun 16 00:46:24 rpmi: libcrypto1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jun 16 00:46:24 rpmi: libssl1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jun 16 00:46:24 rpmi: libssl-devel-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ichatsrvd-0.24-alt3.1.1.qa1.1.nosrc.rpm (w1.gzdio) Installing ichatsrvd-0.24-alt3.1.1.qa1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.27711 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ichatsrvd-0.24 + echo 'Source #0 (ichatsrvd-0.24.tar.bz2):' Source #0 (ichatsrvd-0.24.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/ichatsrvd-0.24.tar.bz2 + /bin/tar -xf - + cd ichatsrvd-0.24 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ichatsrvd-0.24-alt_dir_ld_flags.diff):' Patch #0 (ichatsrvd-0.24-alt_dir_ld_flags.diff): + /usr/bin/patch -p1 patching file Makefile patching file devastator.c patching file ichatserv.h patching file ichatsrv.conf patching file ichatsrv + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.27711 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ichatsrvd-0.24 + make -j16 RELEASE=1 DEVASTATOR=1 make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o devastator.o devastator.c devastator.c: In function 'log_message': devastator.c:12:22: warning: pointer targets in passing argument 3 of 'RC4_set_key' differ in signedness [-Wpointer-sign] 12 | RC4_set_key(&rkey,5,"tahci"); | ^~~~~~~ | | | char * In file included from devastator.c:4: /usr/include/openssl/rc4.h:27:62: note: expected 'const unsigned char *' but argument is of type 'char *' 27 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~ devastator.c:13:30: warning: pointer targets in passing argument 4 of 'RC4' differ in signedness [-Wpointer-sign] 13 | RC4(&rkey,msg_size,msg_data,buff); | ^~~~ | | | char * In file included from devastator.c:4: /usr/include/openssl/rc4.h:29:25: note: expected 'unsigned char *' but argument is of type 'char *' 29 | unsigned char *outdata); | ~~~~~~~~~~~~~~~^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o clist.o clist.c make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o log.o log.c make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o options.o options.c make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o getword.o getword.c make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o main.o main.c main.c: In function 'client_accept': main.c:525:59: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 525 | if( (ns = accept( s, (struct sockaddr*) & clientaddr, & clientaddr_len )) == -1 ) | ^~~~~~~~~~~~~~~~ | | | int * In file included from ichatserv.h:22, from main.c:1: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ main.c:554:4: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 554 | fgets(banstr,15,fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o listener.o listener.c listener.c: In function 'make_server_prefix': listener.c:431:29: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 431 | return sprintf( prefix, "%i%c%s%c%04i%02i%02i%02i%02i%02i%03li%cFORWARD%c", | ~^ | | | int | %li 432 | strlen( OPT_SERVERNAME ) + 17 /* length of TIME */ + 7 /* sizeof FORWARD */ + 3 /* zeroes */ + additionallength, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} listener.c:442:30: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 442 | return sprintf( prefix, "%i%c%s%c%04i%02i%02i%02i%02i%02i%03li%c%s%c", | ~^ | | | int | %li 443 | strlen( OPT_SERVERNAME ) + 17 /* length of TIME */ + strlen(CMD) /* sizeof FORWARD */ + 3 /* zeroes */ + additionallength, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} listener.c: In function 'user_process_data': listener.c:549:21: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 549 | cookie.buf1 = prefix; | ^ listener.c:564:18: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 564 | cookie.buf1 = prefix2; | ^ listener.c:579:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 579 | cookie.buf1 = prefix2; | ^ listener.c: In function 'server_process_data': listener.c:625:79: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 625 | if( passlen != strlen( OPT_SERVERPASSWORD ) || strncmp( OPT_SERVERPASSWORD, ptr, passlen ) ) // != 0 | ^~~ | | | unsigned char * In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:702:17: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 702 | cookie.buf1 = prefix; | ^ listener.c:787:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 787 | slist.buf1=prefix; | ^ listener.c:789:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 789 | slist.buf2=clistbuff; | ^ listener.c:808:33: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 808 | if(!strncmp(temp->identifier,ptr,identlen)) | ^~~ | | | unsigned char * In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:861:14: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 861 | slist.buf1=prefix; | ^ listener.c:863:14: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 863 | slist.buf2=buff; | ^ listener.c:915:24: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 915 | if(!strncmp(buff,ptr,iplen)) //del | ^~~ | | | unsigned char * In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'unsigned char *' 143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:1031:16: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 1031 | clog.buf1=prefix; | ^ listener.c:1033:16: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 1033 | clog.buf2=logbuff; | ^ listener.c: In function 'client_process_data': listener.c:1094:39: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] 1094 | client->data_msgsize = atoi( client->dataptr ) + strlen( client->dataptr ) + 1; | ~~~~~~^~~~~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/pthread.h:21, from ichatserv.h:11, from listener.c:1: /usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *' 361 | __NTH (atoi (const char *__nptr)) | ^~~~~ listener.c:1094:67: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1094 | client->data_msgsize = atoi( client->dataptr ) + strlen( client->dataptr ) + 1; | ~~~~~~^~~~~~~~~ | | | unsigned char * In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:391:35: note: expected 'const char *' but argument is of type 'unsigned char *' 391 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ listener.c: In function 'server_process_data': listener.c:852:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 852 | fgets(&buff[strlen(buff)],sizeof(buff),fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:913:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 913 | fgets(buff,sizeof(buff),fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:931:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 931 | fread(head,1,headsize,fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:1014:8: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1014 | fread(readbuff,sizeof(readbuff),1,fplog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:816:25: warning: 'kickclient' may be used uninitialized in this function [-Wmaybe-uninitialized] 816 | kickclient->need2break=1; | ~~~~~~~~~~~~~~~~~~~~~~^~ make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' make: Entering directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' gcc -O2 -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -lpthread -pthread -lssl -o ichatsrvd main.o log.o options.o clist.o listener.o getword.o devastator.o -lcrypto make: Leaving directory '/usr/src/RPM/BUILD/ichatsrvd-0.24' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27711 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ichatsrvd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ichatsrvd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ichatsrvd-0.24 + /bin/mkdir -p /usr/src/tmp/ichatsrvd-buildroot/var/log/ichatsrvd + /bin/mkdir -p /usr/src/tmp/ichatsrvd-buildroot/var/run/ichatsrvd + /bin/install -Dp -c -m0755 ichatsrvd /usr/src/tmp/ichatsrvd-buildroot/usr/sbin/ichatsrvd.bin + /bin/install -Dp -m0755 ichatsrv /usr/src/tmp/ichatsrvd-buildroot/etc/rc.d/init.d/ichatsrvd + /bin/install -Dp -m0644 ichatsrv.conf /usr/src/tmp/ichatsrvd-buildroot/etc/ichatsrvd/ichatsrvd.conf + echo '' + /bin/install -Dp -m 0640 /usr/src/RPM/SOURCES/ichatsrvd-logrotate /usr/src/tmp/ichatsrvd-buildroot/etc/logrotate.d/ichatsrvd + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ichatsrvd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ichatsrvd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ichatsrvd-buildroot/ (default) Compressing files in /usr/src/tmp/ichatsrvd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ichatsrvd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ichatsrvd-0.24-alt3.1.1.qa1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.74717 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ichatsrvd-0.24 + DOCDIR=/usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + export DOCDIR + rm -rf /usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + /bin/mkdir -p /usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + cp -prL README /usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + chmod -R go-w /usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + chmod -R a+rX /usr/src/tmp/ichatsrvd-buildroot/usr/share/doc/ichatsrvd-0.24 + exit 0 warning: File listed twice: /etc/ichatsrvd/ichat_banlist warning: File listed twice: /etc/ichatsrvd/ichatsrvd.conf Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CvcOAr find-provides: running scripts (alternatives,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.VF6Gdr find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MKXflt Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kKDFUq find-scriptlet-requires: FINDPACKAGE-COMMANDS: service Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0PlVks find-scriptlet-requires: FINDPACKAGE-COMMANDS: service Provides: ichatsrv Requires: /bin/sh, /etc/logrotate.d, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(failure), /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.14)(64bit), libc.so.6(GLIBC_2.16)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.2)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypto.so.1.1()(64bit) >= set:qoqzBhVRV5, libcrypto.so.1.1(OPENSSL_1_1_0)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.2)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(pre): /bin/sh, /usr/sbin/groupadd, /usr/sbin/useradd Requires(post): /bin/sh, /usr/sbin/post_service, service Requires(preun): /bin/sh, /usr/sbin/userdel, service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1I1TKr Creating ichatsrvd-debuginfo package Processing files: ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mGMujp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N0ykAq find-requires: running scripts (debuginfo) Requires: ichatsrvd = 0.24-alt3.1.1.qa1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.1.1), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/ichatsrvd-0.24-alt3.1.1.qa1.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.x86_64.rpm (w2.lzdio) 1.08user 1.67system 0:08.83elapsed 31%CPU (0avgtext+0avgdata 32808maxresident)k 0inputs+0outputs (0major+291494minor)pagefaults 0swaps /.out/ichatsrvd-0.24-alt3.1.1.qa1.1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable /.out/ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable 3.12user 3.04system 0:18.61elapsed 33%CPU (0avgtext+0avgdata 128816maxresident)k 0inputs+0outputs (0major+201236minor)pagefaults 0swaps --- ichatsrvd-0.24-alt3.1.1.qa1.1.x86_64.rpm.repo 2018-08-31 09:54:00.000000000 +0000 +++ ichatsrvd-0.24-alt3.1.1.qa1.1.x86_64.rpm.hasher 2024-06-16 00:46:35.410085830 +0000 @@ -12,4 +12,2 @@ Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh Requires: /etc/logrotate.d @@ -27,5 +25,6 @@ Requires: libc.so.6(GLIBC_2.3)(64bit) +Requires: libc.so.6(GLIBC_2.3.2)(64bit) Requires: libc.so.6(GLIBC_2.3.4)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypto.so.1.1()(64bit) >= set:pnafpJ4531 +Requires: libcrypto.so.1.1()(64bit) >= set:qoqzBhVRV5 Requires: rpmlib(SetVersions) @@ -38,3 +37,2 @@ Requires: /usr/sbin/post_service -Requires: service Requires: /usr/sbin/userdel @@ -49,3 +47,3 @@ File: /etc/rc.d/init.d/ichatsrvd 100755 root:root c2a459d3cd448fce40c58dade092212e -File: /usr/sbin/ichatsrvd.bin 100755 root:root b4da044fc74bc215f5981fe6fc35459d +File: /usr/sbin/ichatsrvd.bin 100755 root:root ed4dd898825aeafcb0637959e351abc1 File: /usr/share/doc/ichatsrvd-0.24 40755 root:root @@ -54,2 +52,2 @@ File: /var/run/ichatsrvd 42770 root:ichat -RPMIdentity: 9bb3a2ebd234e31329431f8101f60e7b314224b4751a51d59f98d42a55952fea11859a8d1aedcf012c12b6fb11c02af27089d259031b4154c4a7f4da88b30bb1 +RPMIdentity: ec7769e97b626f8c17db93fd53191b3996330aa3267ce127f062fe826d3d01c5f8a8017a2b3d0cb63c6dab807a50478c3883303431d5c024266d984ed3d0f32d --- ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.x86_64.rpm.repo 2018-08-31 09:54:00.000000000 +0000 +++ ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.x86_64.rpm.hasher 2024-06-16 00:46:35.478086900 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/035ca55a206cf46289f688ad652a6c201c8ebe 120777 root:root ../../../../sbin/ichatsrvd.bin -/usr/lib/debug/.build-id/a5/035ca55a206cf46289f688ad652a6c201c8ebe.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug +/usr/lib/debug/.build-id/8f 40755 root:root +/usr/lib/debug/.build-id/8f/57fecf7dc7fc8a1892bde76df3ee5229d0a9fc 120777 root:root ../../../../sbin/ichatsrvd.bin +/usr/lib/debug/.build-id/8f/57fecf7dc7fc8a1892bde76df3ee5229d0a9fc.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root @@ -20,6 +20,6 @@ Provides: ichatsrvd-debuginfo = 0.24-alt3.1.1.qa1.1 -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/035ca55a206cf46289f688ad652a6c201c8ebe 120777 root:root ../../../../sbin/ichatsrvd.bin -File: /usr/lib/debug/.build-id/a5/035ca55a206cf46289f688ad652a6c201c8ebe.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug -File: /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root dd896d2c86e55c7a37321f6197ef3784 +File: /usr/lib/debug/.build-id/8f 40755 root:root +File: /usr/lib/debug/.build-id/8f/57fecf7dc7fc8a1892bde76df3ee5229d0a9fc 120777 root:root ../../../../sbin/ichatsrvd.bin +File: /usr/lib/debug/.build-id/8f/57fecf7dc7fc8a1892bde76df3ee5229d0a9fc.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug +File: /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root 639a1498a6a9275b7de60fdf4d88b97e File: /usr/src/debug/ichatsrvd-0.24 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ichatsrvd-0.24/options.c 100644 root:root 032182c2efb5fd3a0d883aeb74c4222a -RPMIdentity: 43dde952c13729e214d309d2f10c003df904805d4824f83354949a0deef86198cee5441f109c579f466bad9155f9bf068ac989b80399f673e066f239da7d8412 +RPMIdentity: bd2386e86643a929dfe78fc6af889ad639fa89ad87ef4087b98bf24df32dcf153fa9ba3c7b14d000cf7399f9c4e36164aa1e75d96ef2a691a05f3005d409ede8