<86>Sep 29 11:32:05 userdel[3107376]: delete user 'rooter' <86>Sep 29 11:32:05 userdel[3107376]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:32:05 userdel[3107376]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:32:05 groupadd[3107436]: group added to /etc/group: name=rooter, GID=1820 <86>Sep 29 11:32:05 groupadd[3107436]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:32:05 groupadd[3107436]: new group: name=rooter, GID=1820 <86>Sep 29 11:32:05 useradd[3107474]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash <86>Sep 29 11:32:05 userdel[3107523]: delete user 'builder' <86>Sep 29 11:32:05 userdel[3107523]: removed group 'builder' owned by 'builder' <86>Sep 29 11:32:05 userdel[3107523]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:32:05 groupadd[3107567]: group added to /etc/group: name=builder, GID=1821 <86>Sep 29 11:32:05 groupadd[3107567]: group added to /etc/gshadow: name=builder <86>Sep 29 11:32:05 groupadd[3107567]: new group: name=builder, GID=1821 <86>Sep 29 11:32:05 useradd[3107601]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash 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>Sep 29 11:32:08 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed <13>Sep 29 11:32:08 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed <13>Sep 29 11:32:08 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Sep 29 11:32:08 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Sep 29 11:32:08 rpmi: ca-certificates-2021.10.06-alt1 p9+289862.100.1.1 1637033643 installed <13>Sep 29 11:32:08 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed <13>Sep 29 11:32:08 rpmi: p11-kit-trust-0.23.15-alt2 p9+254920.2400.19.1 1601385869 installed <13>Sep 29 11:32:08 rpmi: libcrypto1.1-1.1.1w-alt0.p9.1 p9+356668.100.1.1 1725304346 installed <13>Sep 29 11:32:08 rpmi: libssl1.1-1.1.1w-alt0.p9.1 p9+356668.100.1.1 1725304346 installed <13>Sep 29 11:32:08 rpmi: libssl-devel-1.1.1w-alt0.p9.1 p9+356668.100.1.1 1725304346 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.25414 + 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.25414 + 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 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 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] RC4_set_key(&rkey,5,"tahci"); ^~~~~~~ In file included from devastator.c:4: /usr/include/openssl/rc4.h:27:6: note: expected 'const unsigned char *' but argument is of type 'char *' 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] RC4(&rkey,msg_size,msg_data,buff); ^~~~ In file included from devastator.c:4: /usr/include/openssl/rc4.h:28:6: note: expected 'unsigned char *' but argument is of type 'char *' void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, ^~~ 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 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] if( (ns = accept( s, (struct sockaddr*) & clientaddr, & clientaddr_len )) == -1 ) ^~~~~~~~~~~~~~~~ In file included from ichatserv.h:22, from main.c:1: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ main.c:554:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 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=] return sprintf( prefix, "%i%c%s%c%04i%02i%02i%02i%02i%02i%03li%cFORWARD%c", ~^ %li strlen( OPT_SERVERNAME ) + 17 /* length of TIME */ + 7 /* sizeof FORWARD */ + 3 /* zeroes */ + additionallength, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:442:30: warning: format '%i' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] return sprintf( prefix, "%i%c%s%c%04i%02i%02i%02i%02i%02i%03li%c%s%c", ~^ %li strlen( OPT_SERVERNAME ) + 17 /* length of TIME */ + strlen(CMD) /* sizeof FORWARD */ + 3 /* zeroes */ + additionallength, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] cookie.buf1 = prefix; ^ listener.c:564:18: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] cookie.buf1 = prefix2; ^ listener.c:579:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 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] if( passlen != strlen( OPT_SERVERPASSWORD ) || strncmp( OPT_SERVERPASSWORD, ptr, passlen ) ) // != 0 ^~~ In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'unsigned char *' 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] cookie.buf1 = prefix; ^ listener.c:787:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] slist.buf1=prefix; ^ listener.c:789:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] slist.buf2=clistbuff; ^ listener.c:808:33: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(temp->identifier,ptr,identlen)) ^~~ In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'unsigned char *' 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] slist.buf1=prefix; ^ listener.c:863:14: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] slist.buf2=buff; ^ listener.c:915:24: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if(!strncmp(buff,ptr,iplen)) //del ^~~ In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'unsigned char *' 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] clog.buf1=prefix; ^ listener.c:1033:16: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 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] client->data_msgsize = atoi( client->dataptr ) + strlen( client->dataptr ) + 1; ~~~~~~^~~~~~~~~ In file included from /usr/include/features.h:428, 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 *' __NTH (atoi (const char *__nptr)) ^~~~~ listener.c:1094:67: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] client->data_msgsize = atoi( client->dataptr ) + strlen( client->dataptr ) + 1; ~~~~~~^~~~~~~~~ In file included from ichatserv.h:14, from listener.c:1: /usr/include/string.h:385:15: note: expected 'const char *' but argument is of type 'unsigned char *' 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] 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] fgets(buff,sizeof(buff),fpbans); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:931:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(head,1,headsize,fpbans); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:1014:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(readbuff,sizeof(readbuff),1,fplog); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:816:25: warning: 'kickclient' may be used uninitialized in this function [-Wmaybe-uninitialized] 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.45486 + 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) Hardlinking identical .pyc and .pyo files Processing files: ichatsrvd-0.24-alt3.1.1.qa1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.45486 + 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.IOIofT find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zm83BR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.iEfiuT Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ThRQQY 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.cKEYH7 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.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.zuvr3j 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.8OJZSz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jRNUcT 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) 2.39user 2.34system 0:10.36elapsed 45%CPU (0avgtext+0avgdata 34600maxresident)k 0inputs+0outputs (0major+372006minor)pagefaults 0swaps 3.45user 3.37system 0:22.05elapsed 30%CPU (0avgtext+0avgdata 135524maxresident)k 0inputs+0outputs (0major+219752minor)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-09-29 11:32:22.024110949 +0000 @@ -12,4 +12,2 @@ Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh Requires: /etc/logrotate.d @@ -29,3 +27,3 @@ 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 +36,2 @@ Requires: /usr/sbin/post_service -Requires: service Requires: /usr/sbin/userdel @@ -49,3 +46,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 e06451c8f7ca9ea5c6be40b2500f4332 File: /usr/share/doc/ichatsrvd-0.24 40755 root:root @@ -54,2 +51,2 @@ File: /var/run/ichatsrvd 42770 root:ichat -RPMIdentity: 9bb3a2ebd234e31329431f8101f60e7b314224b4751a51d59f98d42a55952fea11859a8d1aedcf012c12b6fb11c02af27089d259031b4154c4a7f4da88b30bb1 +RPMIdentity: c859582e7f13f85019f5d07ad2ef6771b7cfb035d068c7d7580e28bc0c8c4e3d46b6adb7512134357ff0ef4b7f8cb773e57c2c956ef36b62afdb9d557ec54453 --- 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-09-29 11:32:22.909128410 +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/18 40755 root:root +/usr/lib/debug/.build-id/18/b984a4b2d5d0c1b957db47a278571a28dffd8f 120777 root:root ../../../../sbin/ichatsrvd.bin +/usr/lib/debug/.build-id/18/b984a4b2d5d0c1b957db47a278571a28dffd8f.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/18 40755 root:root +File: /usr/lib/debug/.build-id/18/b984a4b2d5d0c1b957db47a278571a28dffd8f 120777 root:root ../../../../sbin/ichatsrvd.bin +File: /usr/lib/debug/.build-id/18/b984a4b2d5d0c1b957db47a278571a28dffd8f.debug 120777 root:root ../../usr/sbin/ichatsrvd.bin.debug +File: /usr/lib/debug/usr/sbin/ichatsrvd.bin.debug 100644 root:root 5c6eb894e6e1002e2a68ff6dcf3ca6aa 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: a3bfcd45dd06f2bde37b8c2662b59ef770bbd250632a1bc04f18a08430d2657037a96543a1aabccad3a3cb5b5fab7ecdd4e4e1549a777b5da5337d8c9231e897