<86>Apr 20 06:33:45 userdel[1041466]: delete user 'rooter' <86>Apr 20 06:33:45 userdel[1041466]: removed group 'rooter' owned by 'rooter' <86>Apr 20 06:33:45 userdel[1041466]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 06:33:45 groupadd[1041492]: group added to /etc/group: name=rooter, GID=1859 <86>Apr 20 06:33:45 groupadd[1041492]: group added to /etc/gshadow: name=rooter <86>Apr 20 06:33:45 groupadd[1041492]: new group: name=rooter, GID=1859 <86>Apr 20 06:33:45 useradd[1041518]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>Apr 20 06:33:45 userdel[1041553]: delete user 'builder' <86>Apr 20 06:33:45 userdel[1041553]: removed group 'builder' owned by 'builder' <86>Apr 20 06:33:45 userdel[1041553]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 06:33:45 groupadd[1041580]: group added to /etc/group: name=builder, GID=1860 <86>Apr 20 06:33:45 groupadd[1041580]: group added to /etc/gshadow: name=builder <86>Apr 20 06:33:45 groupadd[1041580]: new group: name=builder, GID=1860 <86>Apr 20 06:33:45 useradd[1041608]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash, from=none /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>Apr 20 06:33:48 rpmi: libp11-kit-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed <13>Apr 20 06:33:48 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed <13>Apr 20 06:33:48 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Apr 20 06:33:48 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Apr 20 06:33:48 rpmi: ca-certificates-2024.02.24-alt1 sisyphus+341362.100.1.1 1708791001 installed <13>Apr 20 06:33:48 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Apr 20 06:33:48 rpmi: p11-kit-trust-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed <13>Apr 20 06:33:48 rpmi: libcrypto3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed <13>Apr 20 06:33:48 rpmi: libssl3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed <13>Apr 20 06:33:48 rpmi: libssl-devel-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44909 + 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.44909 + 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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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:9: warning: 'RC4_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 12 | RC4_set_key(&rkey,5,"tahci"); | ^~~~~~~~~~~ In file included from devastator.c:4: /usr/include/openssl/rc4.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len, | ^~~~~~~~~~~ devastator.c:12:29: warning: pointer targets in passing argument 3 of 'RC4_set_key' differ in signedness [-Wpointer-sign] 12 | RC4_set_key(&rkey,5,"tahci"); | ^~~~~~~ | | | char * /usr/include/openssl/rc4.h:36:61: note: expected 'const unsigned char *' but argument is of type 'char *' 36 | const unsigned char *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~ devastator.c:13:9: warning: 'RC4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 13 | RC4(&rkey,msg_size,msg_data,buff); | ^~~ /usr/include/openssl/rc4.h:37:28: note: declared here 37 | OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len, | ^~~ devastator.c:13:37: warning: pointer targets in passing argument 4 of 'RC4' differ in signedness [-Wpointer-sign] 13 | RC4(&rkey,msg_size,msg_data,buff); | ^~~~ | | | char * /usr/include/openssl/rc4.h:39:47: note: expected 'unsigned char *' but argument is of type 'char *' 39 | 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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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:307:42: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 307 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ main.c:554:25: 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 -flto=auto -march=i586 -mtune=generic -Wall -Wstrict-prototypes -D_REENTRANT -I/usr/include/openssl -DDEVASTATOR -c -o listener.o listener.c 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:25: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 564 | cookie.buf1 = prefix2; | ^ listener.c:579:29: 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:93: 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:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:702:45: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 702 | cookie.buf1 = prefix; | ^ listener.c:787:43: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 787 | slist.buf1=prefix; | ^ listener.c:789:43: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 789 | slist.buf2=clistbuff; | ^ listener.c:808:54: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 808 | if(!strncmp(temp->identifier,ptr,identlen)) | ^~~ | | | unsigned char * /usr/include/string.h:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:861:35: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 861 | slist.buf1=prefix; | ^ listener.c:863:35: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 863 | slist.buf2=buff; | ^ listener.c:915:66: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] 915 | if(!strncmp(buff,ptr,iplen)) //del | ^~~ | | | unsigned char * /usr/include/string.h:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ listener.c:1031:58: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 1031 | clog.buf1=prefix; | ^ listener.c:1033:58: 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:60: 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:503, from /usr/include/pthread.h:21, from ichatserv.h:11: /usr/include/stdlib.h:481:1: note: expected 'const char *' but argument is of type 'unsigned char *' 481 | __NTH (atoi (const char *__nptr)) | ^~~~~ listener.c:1094:88: 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 * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ listener.c: In function 'server_process_data': listener.c:852:33: 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:49: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 913 | fgets(buff,sizeof(buff),fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:931:41: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 931 | fread(head,1,headsize,fpbans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:1014:57: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1014 | fread(readbuff,sizeof(readbuff),1,fplog); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -flto=auto -march=i586 -mtune=generic -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.91383 + 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) verify-elf: WARNING: ./usr/sbin/ichatsrvd.bin: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ichatsrvd-buildroot Processing files: ichatsrvd-0.24-alt3.1.1.qa1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.91383 + 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.7Rxsby 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.O9x7rk 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.ELeTba Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4DVAEK 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.VaiiDN 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, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libcrypto.so.3 >= set:qoqzBhVRV5, libcrypto.so.3(OPENSSL_3.0.0), 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.JjkSqU 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.Iv7ZUN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RtPDBT find-requires: running scripts (debuginfo) Requires: ichatsrvd = 0.24-alt3.1.1.qa1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.3) Adding to ichatsrvd-debuginfo a strict dependency on ichatsrvd Wrote: /usr/src/RPM/RPMS/i586/ichatsrvd-0.24-alt3.1.1.qa1.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.i586.rpm (w2.lzdio) 1.27user 1.55system 0:09.14elapsed 30%CPU (0avgtext+0avgdata 30484maxresident)k 0inputs+0outputs (0major+259451minor)pagefaults 0swaps /.out/ichatsrvd-0.24-alt3.1.1.qa1.1.i586.rpm: license not found in '/usr/share/license' directory: Distributable /.out/ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.i586.rpm: license not found in '/usr/share/license' directory: Distributable 3.42user 2.70system 0:18.64elapsed 32%CPU (0avgtext+0avgdata 127532maxresident)k 0inputs+0outputs (0major+197288minor)pagefaults 0swaps --- ichatsrvd-0.24-alt3.1.1.qa1.1.i586.rpm.repo 2023-10-04 13:13:27.000000000 +0000 +++ ichatsrvd-0.24-alt3.1.1.qa1.1.i586.rpm.hasher 2024-04-20 06:34:00.603901914 +0000 @@ -46,3 +46,3 @@ File: /etc/rc.d/init.d/ichatsrvd 100755 root:root c2a459d3cd448fce40c58dade092212e -File: /usr/sbin/ichatsrvd.bin 100755 root:root 309edfa8e5bdfdafacdc94db19110e19 +File: /usr/sbin/ichatsrvd.bin 100755 root:root 2966e8e25059fce56004086caa415d20 File: /usr/share/doc/ichatsrvd-0.24 40755 root:root @@ -51,2 +51,2 @@ File: /var/run/ichatsrvd 42770 root:ichat -RPMIdentity: 244af33c0030eead0297ebbbce8bd0377e657a9fd524bac0d609e4445188fd673cb14511f48123400a9e535547571b157728c5f12b2513e582e523da9a66a8c2 +RPMIdentity: 26b2383d610a98a3dcc303b1d4f1f310ac7e822013a800201ad7a850eba810094ee9ca378e0d4504e0a63469f86b8a5c1751e7eac64999384614f3272e65c33f --- ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.i586.rpm.repo 2023-10-04 13:13:27.000000000 +0000 +++ ichatsrvd-debuginfo-0.24-alt3.1.1.qa1.1.i586.rpm.hasher 2024-04-20 06:34:00.682903216 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5e 40755 root:root -/usr/lib/debug/.build-id/5e/b89af30b9beecdcb6a3e4d33a68c925a90f778 120777 root:root ../../../../sbin/ichatsrvd.bin -/usr/lib/debug/.build-id/5e/b89af30b9beecdcb6a3e4d33a68c925a90f778.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug +/usr/lib/debug/.build-id/58 40755 root:root +/usr/lib/debug/.build-id/58/ae5d94f203e000330e41ab556d7d2086ac2e85 120777 root:root ../../../../sbin/ichatsrvd.bin +/usr/lib/debug/.build-id/58/ae5d94f203e000330e41ab556d7d2086ac2e85.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root @@ -19,6 +19,6 @@ Provides: ichatsrvd-debuginfo = 0.24-alt3.1.1.qa1.1:sisyphus+330950.1000.1.1 -File: /usr/lib/debug/.build-id/5e 40755 root:root -File: /usr/lib/debug/.build-id/5e/b89af30b9beecdcb6a3e4d33a68c925a90f778 120777 root:root ../../../../sbin/ichatsrvd.bin -File: /usr/lib/debug/.build-id/5e/b89af30b9beecdcb6a3e4d33a68c925a90f778.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug -File: /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root 0581bf1877ad80fab7fed7cdfea5350f +File: /usr/lib/debug/.build-id/58 40755 root:root +File: /usr/lib/debug/.build-id/58/ae5d94f203e000330e41ab556d7d2086ac2e85 120777 root:root ../../../../sbin/ichatsrvd.bin +File: /usr/lib/debug/.build-id/58/ae5d94f203e000330e41ab556d7d2086ac2e85.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug +File: /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root bb610d834009d4899f732e022a07d847 File: /usr/src/debug/ichatsrvd-0.24 40755 root:root @@ -32,2 +32,2 @@ File: /usr/src/debug/ichatsrvd-0.24/options.c 100644 root:root 032182c2efb5fd3a0d883aeb74c4222a -RPMIdentity: 777950f5412f138f388b2c54f30300177da7bddc750cbeca8cb268d04b96b0a10770981e2014b813208dfa8504a25f4a693e693fe6e23b5a9fa55f944dcb2573 +RPMIdentity: c9d8c14fb0786a0379a010cf1d1ae1245679c8586e56507367473e2e43d6094c08159a5f63d178af5503b16302196607b4f2eb05dde362aa8f16d7841402bba5