<86>Jul 25 10:14:15 userdel[1649377]: delete user 'rooter' <86>Jul 25 10:14:15 userdel[1649377]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:14:15 userdel[1649377]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:14:15 groupadd[1649400]: group added to /etc/group: name=rooter, GID=642 <86>Jul 25 10:14:15 groupadd[1649400]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:14:15 groupadd[1649400]: new group: name=rooter, GID=642 <86>Jul 25 10:14:15 useradd[1649419]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Jul 25 10:14:15 userdel[1649453]: delete user 'builder' <86>Jul 25 10:14:15 userdel[1649453]: removed group 'builder' owned by 'builder' <86>Jul 25 10:14:15 userdel[1649453]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:14:15 groupadd[1649481]: group added to /etc/group: name=builder, GID=643 <86>Jul 25 10:14:15 groupadd[1649481]: group added to /etc/gshadow: name=builder <86>Jul 25 10:14:15 groupadd[1649481]: new group: name=builder, GID=643 <86>Jul 25 10:14:15 useradd[1649501]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/sendip-2.5-alt4.qa1.nosrc.rpm (w1.gzdio) Installing sendip-2.5-alt4.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18303 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf sendip-2.5 + echo 'Source #0 (sendip-2.5.tar.gz):' Source #0 (sendip-2.5.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/sendip-2.5.tar.gz + /bin/tar -xf - + cd sendip-2.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (sendip-2.5-alt-makefile.patch):' Patch #0 (sendip-2.5-alt-makefile.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19033 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sendip-2.5 + make LIBDIR=/usr/lib/sendip make: Entering directory '/usr/src/RPM/BUILD/sendip-2.5' gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -c -o csum.o csum.c In file included from /usr/include/sys/types.h:25, from csum.c:10: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -c -o compact.o compact.c gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -c -o sendip.o sendip.c gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -c -o gnugetopt.o gnugetopt.c gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -c -o gnugetopt1.o gnugetopt1.c sh -c "if [ `uname` = Linux ] ; then \ gcc -o sendip -g -rdynamic -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o -ldl -lm ; \ elif [ `uname` = SunOS ] ; then \ gcc -o sendip -g -lsocket -lnsl -lm -ldl -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ;\ else \ gcc -o sendip -g -rdynamic -lm -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ; \ fi" gcc -o ipv4.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ipv4.c csum.o compact.o ipv4.c: In function 'do_opt': ipv4.c:212:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(data,"0x%s",arg); ^~~~ In file included from sendip_module.h:4, from ipv4.c:21: /usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} extern int sprintf (char *__restrict __s, ^~~~~~~ ipv4.c:213:25: warning: pointer targets in passing argument 1 of 'compact_string' differ in signedness [-Wpointer-sign] len = compact_string(data); ^~~~ In file included from ipv4.c:21: sendip_module.h:41:12: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} extern int compact_string(char *data_out); ^~~~~~~~~~~~~~ ipv4.c:240:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] addoption(0,0,7,len+2,data,pack); ^~~~ ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num, ^~~~~~~~~ ipv4.c:355:36: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] addoption(0,2,4,data_out-data+2,data,pack); ^~~~ ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num, ^~~~~~~~~ ipv4.c:380:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] addoption(1,0,3,len+2,data,pack); ^~~~ ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num, ^~~~~~~~~ ipv4.c:402:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] addoption(1,0,9,len+2,data,pack); ^~~~ ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num, ^~~~~~~~~ gcc -o ipv6.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ipv6.c csum.o compact.o gcc -o icmp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared icmp.c csum.o compact.o gcc -o tcp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared tcp.c csum.o compact.o tcp.c: In function 'do_opt': tcp.c:207:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(data,"0x%s",arg); ^~~~ In file included from sendip_module.h:4, from tcp.c:22: /usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} extern int sprintf (char *__restrict __s, ^~~~~~~ tcp.c:208:25: warning: pointer targets in passing argument 1 of 'compact_string' differ in signedness [-Wpointer-sign] len = compact_string(data); ^~~~ In file included from tcp.c:22: sendip_module.h:41:12: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} extern int compact_string(char *data_out); ^~~~~~~~~~~~~~ tcp.c:239:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=arg; ^ tcp.c:241:17: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] next=strchr(next,','); ^~~~ In file included from tcp.c:21: /usr/include/string.h:226:14: note: expected 'const char *' but argument is of type 'unsigned char *' extern char *strchr (const char *__s, int __c) ^~~~~~ tcp.c:241:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=strchr(next,','); ^ tcp.c:249:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=arg; ^ tcp.c:252:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=strchr(arg, ':'); ^ tcp.c:262:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] arg=next; ^ tcp.c:264:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=strchr(arg, ','); ^ tcp.c:266:10: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] next=arg-1; /* Finito - next points to \0 */ ^ tcp.c:270:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] arg=next; ^ gcc -o udp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared udp.c csum.o compact.o gcc -o rip.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared rip.c csum.o compact.o rip.c: In function 'do_opt': rip.c:64:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(*(q++)!=':') /* do nothing */; *(--q)='\0'; ^~~~~ rip.c:64:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' while(*(q++)!=':') /* do nothing */; *(--q)='\0'; ^ gcc -o ripng.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ripng.c csum.o compact.o ripng.c: In function 'do_opt': ripng.c:80:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(*(q++)!='/') /* do nothing */; *(--q)='\0'; ^~~~~ ripng.c:80:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' while(*(q++)!='/') /* do nothing */; *(--q)='\0'; ^ gcc -o ntp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared ntp.c csum.o compact.o gcc -o bgp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/sendip\" -shared bgp.c csum.o compact.o ./help2man -n "Send arbitrary IP packets" -N >sendip.1 echo -n '%define ver ' >sendip.spec cat VERSION >>sendip.spec cat sendip.spec.in >>sendip.spec make: Leaving directory '/usr/src/RPM/BUILD/sendip-2.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.64212 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/sendip-buildroot + : + /bin/rm -rf -- /usr/src/tmp/sendip-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd sendip-2.5 + make PREFIX=/usr/src/tmp/sendip-buildroot/usr MANDIR=/usr/src/tmp/sendip-buildroot/usr/share/man/man1 LIBDIR=/usr/src/tmp/sendip-buildroot/usr/lib/sendip install make: Entering directory '/usr/src/RPM/BUILD/sendip-2.5' [ -d /usr/src/tmp/sendip-buildroot/usr/lib/sendip ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/lib/sendip [ -d /usr/src/tmp/sendip-buildroot/usr/bin ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/bin [ -d /usr/src/tmp/sendip-buildroot/usr/share/man/man1 ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/share/man/man1 install -m 755 sendip /usr/src/tmp/sendip-buildroot/usr/bin install -m 644 sendip.1 /usr/src/tmp/sendip-buildroot/usr/share/man/man1 install -m 755 ipv4.so ipv6.so icmp.so tcp.so udp.so rip.so ripng.so ntp.so bgp.so /usr/src/tmp/sendip-buildroot/usr/lib/sendip make: Leaving directory '/usr/src/RPM/BUILD/sendip-2.5' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/sendip-buildroot (auto) mode of './usr/lib/sendip/bgp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ntp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ripng.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/rip.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/udp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/tcp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/icmp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ipv6.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ipv4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/sendip-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/sendip-buildroot/ (default) Compressing files in /usr/src/tmp/sendip-buildroot (auto) Adjusting library links in /usr/src/tmp/sendip-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/sendip-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/sendip: uses non-LFS functions: lseek mmap open verify-elf: WARNING: ./usr/lib/sendip/ntp.so: undefined symbol: floor Hardlinking identical .pyc and .pyo files Processing files: sendip-2.5-alt4.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.81708 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sendip-2.5 + DOCDIR=/usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + export DOCDIR + rm -rf /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + /bin/mkdir -p /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + cp -prL VERSION README CHANGES TODO contrib /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + chmod -R go-w /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + chmod -R a+rX /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IilJqU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uTYpkX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /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.4), libc.so.6(GLIBC_2.7), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2tVp3B Creating sendip-debuginfo package Processing files: sendip-debuginfo-2.5-alt4.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Yrd4CD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NASh76 find-requires: running scripts (debuginfo) Requires: sendip = 2.5-alt4.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdl.so.2) Wrote: /usr/src/RPM/RPMS/i586/sendip-2.5-alt4.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/sendip-debuginfo-2.5-alt4.qa1.i586.rpm (w2.lzdio) 7.73user 4.69system 0:13.15elapsed 94%CPU (0avgtext+0avgdata 21212maxresident)k 0inputs+0outputs (0major+636993minor)pagefaults 0swaps 10.14user 9.53system 0:19.50elapsed 100%CPU (0avgtext+0avgdata 21212maxresident)k 0inputs+0outputs (0major+814703minor)pagefaults 0swaps --- sendip-2.5-alt4.qa1.i586.rpm.repo 2013-04-15 14:03:35.000000000 +0000 +++ sendip-2.5-alt4.qa1.i586.rpm.hasher 2021-07-25 10:14:31.288036982 +0000 @@ -19,3 +19,3 @@ /usr/share/doc/sendip-2.5/contrib/wake.sh 100755 root:root -/usr/share/man/man1/sendip.1.gz 100644 root:root +/usr/share/man/man1/sendip.1.xz 100644 root:root Requires: /lib/ld-linux.so.2 @@ -32,13 +32,13 @@ Provides: sendip = 2.5-alt4.qa1 -File: /usr/bin/sendip 100755 root:root 2741d79eb003ddef96c638c6b7f4ffc3 +File: /usr/bin/sendip 100755 root:root 04d925cc9fe44e9fd78290ae53630a69 File: /usr/lib/sendip 40755 root:root -File: /usr/lib/sendip/bgp.so 100644 root:root 523f4b5a027c14d58d594d305ed29366 -File: /usr/lib/sendip/icmp.so 100644 root:root 1024022d8854d13b58d7fbe7408a4142 -File: /usr/lib/sendip/ipv4.so 100644 root:root a2c0f86749825e2a413a02c6dd97d9f0 -File: /usr/lib/sendip/ipv6.so 100644 root:root 4b375ad071555dc61c2a26837b9ab858 -File: /usr/lib/sendip/ntp.so 100644 root:root 20e42cfa9fd8d887f8d42196beef952e -File: /usr/lib/sendip/rip.so 100644 root:root 70ba0602ffd758f8326c5c4e47395c1e -File: /usr/lib/sendip/ripng.so 100644 root:root ca004f5a29eeea35f6ae77d3652fd4ba -File: /usr/lib/sendip/tcp.so 100644 root:root 7c3f983389a61e53be02cf3e68e66dd4 -File: /usr/lib/sendip/udp.so 100644 root:root b23a395f04378959422ae1ff7b18a8df +File: /usr/lib/sendip/bgp.so 100644 root:root 552f0376441aede35e7d08200c48edea +File: /usr/lib/sendip/icmp.so 100644 root:root 612ee1eaafb5eae9cdc50d1be3f55ede +File: /usr/lib/sendip/ipv4.so 100644 root:root 694aeeeef6349bbae4d9c78d8976dc22 +File: /usr/lib/sendip/ipv6.so 100644 root:root acb3cfff78ad8d60aa6d0b832918d8ca +File: /usr/lib/sendip/ntp.so 100644 root:root b97b0c8f320862e9058103d04b841bd9 +File: /usr/lib/sendip/rip.so 100644 root:root 67cf9411bc2e8731f9e593530f1319e6 +File: /usr/lib/sendip/ripng.so 100644 root:root 7768904397d95cda0303601461af14e6 +File: /usr/lib/sendip/tcp.so 100644 root:root ecaf44fa36cdb375f6f842f9cbf14518 +File: /usr/lib/sendip/udp.so 100644 root:root d7f9cfcca92ae9da85b2aecfea5c10de File: /usr/share/doc/sendip-2.5 40755 root:root @@ -51,3 +51,3 @@ File: /usr/share/doc/sendip-2.5/contrib/wake.sh 100755 root:root 84e894deef7a558ca95258150fc6e390 -File: /usr/share/man/man1/sendip.1.gz 100644 root:root 4c49cb2ab7a88b4e1e3cc9d9695ab951 -RPMIdentity: 512eb396848cd7d7d5bcfc403641495e +File: /usr/share/man/man1/sendip.1.xz 100644 root:root 4d83b929c257174297ebb8be9880ee1b +RPMIdentity: 594bfacbc1623e7549126ef94d7488e9 --- sendip-debuginfo-2.5-alt4.qa1.i586.rpm.repo 2013-04-15 14:03:35.000000000 +0000 +++ sendip-debuginfo-2.5-alt4.qa1.i586.rpm.hasher 2021-07-25 10:14:31.423032093 +0000 @@ -1,30 +1,31 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/ddb56c3c10d9261ccbf868faa4f3d7684bf2a2 120777 root:root ../../../sendip/bgp.so -/usr/lib/debug/.build-id/3b/ddb56c3c10d9261ccbf868faa4f3d7684bf2a2.debug 120777 root:root ../../usr/lib/sendip/bgp.so.debug -/usr/lib/debug/.build-id/40 40755 root:root -/usr/lib/debug/.build-id/40/b5c50cf3aa914d05ac24e3cce9f1dbe83cc3f0 120777 root:root ../../../sendip/tcp.so -/usr/lib/debug/.build-id/40/b5c50cf3aa914d05ac24e3cce9f1dbe83cc3f0.debug 120777 root:root ../../usr/lib/sendip/tcp.so.debug -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/18d3988f33918ce45fa2f2109bf8c937852392 120777 root:root ../../../../bin/sendip -/usr/lib/debug/.build-id/4c/18d3988f33918ce45fa2f2109bf8c937852392.debug 120777 root:root ../../usr/bin/sendip.debug -/usr/lib/debug/.build-id/4d 40755 root:root -/usr/lib/debug/.build-id/4d/2696d2ebbd27bc140cec564901d120c7a10234 120777 root:root ../../../sendip/ipv6.so -/usr/lib/debug/.build-id/4d/2696d2ebbd27bc140cec564901d120c7a10234.debug 120777 root:root ../../usr/lib/sendip/ipv6.so.debug -/usr/lib/debug/.build-id/5a 40755 root:root -/usr/lib/debug/.build-id/5a/de485598a46532db0d00d2242c9b5d7f8f898e 120777 root:root ../../../sendip/ripng.so -/usr/lib/debug/.build-id/5a/de485598a46532db0d00d2242c9b5d7f8f898e.debug 120777 root:root ../../usr/lib/sendip/ripng.so.debug -/usr/lib/debug/.build-id/a1 40755 root:root -/usr/lib/debug/.build-id/a1/33ccd3ff621fff84b744c3ebde1fe4019c0783 120777 root:root ../../../sendip/rip.so -/usr/lib/debug/.build-id/a1/33ccd3ff621fff84b744c3ebde1fe4019c0783.debug 120777 root:root ../../usr/lib/sendip/rip.so.debug -/usr/lib/debug/.build-id/e8 40755 root:root -/usr/lib/debug/.build-id/e8/69d2ac4b76b1c6391153e0796e8a9fcf7134a5 120777 root:root ../../../sendip/ipv4.so -/usr/lib/debug/.build-id/e8/69d2ac4b76b1c6391153e0796e8a9fcf7134a5.debug 120777 root:root ../../usr/lib/sendip/ipv4.so.debug -/usr/lib/debug/.build-id/ec 40755 root:root -/usr/lib/debug/.build-id/ec/7285d80d2c181a6e00ae18d224ffd392e4a0a9 120777 root:root ../../../sendip/icmp.so -/usr/lib/debug/.build-id/ec/7285d80d2c181a6e00ae18d224ffd392e4a0a9.debug 120777 root:root ../../usr/lib/sendip/icmp.so.debug -/usr/lib/debug/.build-id/ec/bccbbdcf746387140d031606aa17c3cae4ae1b 120777 root:root ../../../sendip/ntp.so -/usr/lib/debug/.build-id/ec/bccbbdcf746387140d031606aa17c3cae4ae1b.debug 120777 root:root ../../usr/lib/sendip/ntp.so.debug -/usr/lib/debug/.build-id/f9 40755 root:root -/usr/lib/debug/.build-id/f9/409247383b1dffebc616a43b38a5f8f02e95a3 120777 root:root ../../../sendip/udp.so -/usr/lib/debug/.build-id/f9/409247383b1dffebc616a43b38a5f8f02e95a3.debug 120777 root:root ../../usr/lib/sendip/udp.so.debug +/usr/lib/debug/.build-id/16 40755 root:root +/usr/lib/debug/.build-id/16/59c4d519695fe4dfdaffcd0b66f52f008926b4 120777 root:root ../../../sendip/ripng.so +/usr/lib/debug/.build-id/16/59c4d519695fe4dfdaffcd0b66f52f008926b4.debug 120777 root:root ../../usr/lib/sendip/ripng.so.debug +/usr/lib/debug/.build-id/18 40755 root:root +/usr/lib/debug/.build-id/18/88f209fddb29121a0968c3d19c01a05e5c8c02 120777 root:root ../../../../bin/sendip +/usr/lib/debug/.build-id/18/88f209fddb29121a0968c3d19c01a05e5c8c02.debug 120777 root:root ../../usr/bin/sendip.debug +/usr/lib/debug/.build-id/2f 40755 root:root +/usr/lib/debug/.build-id/2f/82b4735e37c9da62c5b3f1e56411b312c2e3d0 120777 root:root ../../../sendip/icmp.so +/usr/lib/debug/.build-id/2f/82b4735e37c9da62c5b3f1e56411b312c2e3d0.debug 120777 root:root ../../usr/lib/sendip/icmp.so.debug +/usr/lib/debug/.build-id/50 40755 root:root +/usr/lib/debug/.build-id/50/38b4368bbfb6d1b99cdda54ae3cafbe18f5752 120777 root:root ../../../sendip/bgp.so +/usr/lib/debug/.build-id/50/38b4368bbfb6d1b99cdda54ae3cafbe18f5752.debug 120777 root:root ../../usr/lib/sendip/bgp.so.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/15d50683666474abf11e08a1a965c8254cb3a3 120777 root:root ../../../sendip/tcp.so +/usr/lib/debug/.build-id/91/15d50683666474abf11e08a1a965c8254cb3a3.debug 120777 root:root ../../usr/lib/sendip/tcp.so.debug +/usr/lib/debug/.build-id/a4 40755 root:root +/usr/lib/debug/.build-id/a4/ca293414d539204809b5dff99027378ce3eb7e 120777 root:root ../../../sendip/ipv4.so +/usr/lib/debug/.build-id/a4/ca293414d539204809b5dff99027378ce3eb7e.debug 120777 root:root ../../usr/lib/sendip/ipv4.so.debug +/usr/lib/debug/.build-id/a9 40755 root:root +/usr/lib/debug/.build-id/a9/9c0a1ef76a9705cf7e38b37133ab40141bcf71 120777 root:root ../../../sendip/ipv6.so +/usr/lib/debug/.build-id/a9/9c0a1ef76a9705cf7e38b37133ab40141bcf71.debug 120777 root:root ../../usr/lib/sendip/ipv6.so.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/4a114ee5eee39752ce9920ca0839509f823bb8 120777 root:root ../../../sendip/rip.so +/usr/lib/debug/.build-id/ba/4a114ee5eee39752ce9920ca0839509f823bb8.debug 120777 root:root ../../usr/lib/sendip/rip.so.debug +/usr/lib/debug/.build-id/cc 40755 root:root +/usr/lib/debug/.build-id/cc/7b022e72c424ea5b5d2d434aa97c60b37d9b8e 120777 root:root ../../../sendip/ntp.so +/usr/lib/debug/.build-id/cc/7b022e72c424ea5b5d2d434aa97c60b37d9b8e.debug 120777 root:root ../../usr/lib/sendip/ntp.so.debug +/usr/lib/debug/.build-id/ff 40755 root:root +/usr/lib/debug/.build-id/ff/ce0e0230279294c5d6c433953b7a27eb365a13 120777 root:root ../../../sendip/udp.so +/usr/lib/debug/.build-id/ff/ce0e0230279294c5d6c433953b7a27eb365a13.debug 120777 root:root ../../usr/lib/sendip/udp.so.debug /usr/lib/debug/usr/bin/sendip.debug 100644 root:root @@ -72,42 +73,43 @@ Provides: sendip-debuginfo = 2.5-alt4.qa1 -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/ddb56c3c10d9261ccbf868faa4f3d7684bf2a2 120777 root:root ../../../sendip/bgp.so -File: /usr/lib/debug/.build-id/3b/ddb56c3c10d9261ccbf868faa4f3d7684bf2a2.debug 120777 root:root ../../usr/lib/sendip/bgp.so.debug -File: /usr/lib/debug/.build-id/40 40755 root:root -File: /usr/lib/debug/.build-id/40/b5c50cf3aa914d05ac24e3cce9f1dbe83cc3f0 120777 root:root ../../../sendip/tcp.so -File: /usr/lib/debug/.build-id/40/b5c50cf3aa914d05ac24e3cce9f1dbe83cc3f0.debug 120777 root:root ../../usr/lib/sendip/tcp.so.debug -File: /usr/lib/debug/.build-id/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/18d3988f33918ce45fa2f2109bf8c937852392 120777 root:root ../../../../bin/sendip -File: /usr/lib/debug/.build-id/4c/18d3988f33918ce45fa2f2109bf8c937852392.debug 120777 root:root ../../usr/bin/sendip.debug -File: /usr/lib/debug/.build-id/4d 40755 root:root -File: /usr/lib/debug/.build-id/4d/2696d2ebbd27bc140cec564901d120c7a10234 120777 root:root ../../../sendip/ipv6.so -File: /usr/lib/debug/.build-id/4d/2696d2ebbd27bc140cec564901d120c7a10234.debug 120777 root:root ../../usr/lib/sendip/ipv6.so.debug -File: /usr/lib/debug/.build-id/5a 40755 root:root -File: /usr/lib/debug/.build-id/5a/de485598a46532db0d00d2242c9b5d7f8f898e 120777 root:root ../../../sendip/ripng.so -File: /usr/lib/debug/.build-id/5a/de485598a46532db0d00d2242c9b5d7f8f898e.debug 120777 root:root ../../usr/lib/sendip/ripng.so.debug -File: /usr/lib/debug/.build-id/a1 40755 root:root -File: /usr/lib/debug/.build-id/a1/33ccd3ff621fff84b744c3ebde1fe4019c0783 120777 root:root ../../../sendip/rip.so -File: /usr/lib/debug/.build-id/a1/33ccd3ff621fff84b744c3ebde1fe4019c0783.debug 120777 root:root ../../usr/lib/sendip/rip.so.debug -File: /usr/lib/debug/.build-id/e8 40755 root:root -File: /usr/lib/debug/.build-id/e8/69d2ac4b76b1c6391153e0796e8a9fcf7134a5 120777 root:root ../../../sendip/ipv4.so -File: /usr/lib/debug/.build-id/e8/69d2ac4b76b1c6391153e0796e8a9fcf7134a5.debug 120777 root:root ../../usr/lib/sendip/ipv4.so.debug -File: /usr/lib/debug/.build-id/ec 40755 root:root -File: /usr/lib/debug/.build-id/ec/7285d80d2c181a6e00ae18d224ffd392e4a0a9 120777 root:root ../../../sendip/icmp.so -File: /usr/lib/debug/.build-id/ec/7285d80d2c181a6e00ae18d224ffd392e4a0a9.debug 120777 root:root ../../usr/lib/sendip/icmp.so.debug -File: /usr/lib/debug/.build-id/ec/bccbbdcf746387140d031606aa17c3cae4ae1b 120777 root:root ../../../sendip/ntp.so -File: /usr/lib/debug/.build-id/ec/bccbbdcf746387140d031606aa17c3cae4ae1b.debug 120777 root:root ../../usr/lib/sendip/ntp.so.debug -File: /usr/lib/debug/.build-id/f9 40755 root:root -File: /usr/lib/debug/.build-id/f9/409247383b1dffebc616a43b38a5f8f02e95a3 120777 root:root ../../../sendip/udp.so -File: /usr/lib/debug/.build-id/f9/409247383b1dffebc616a43b38a5f8f02e95a3.debug 120777 root:root ../../usr/lib/sendip/udp.so.debug -File: /usr/lib/debug/usr/bin/sendip.debug 100644 root:root 60ab5fb236f5461352479838375b610a +File: /usr/lib/debug/.build-id/16 40755 root:root +File: /usr/lib/debug/.build-id/16/59c4d519695fe4dfdaffcd0b66f52f008926b4 120777 root:root ../../../sendip/ripng.so +File: /usr/lib/debug/.build-id/16/59c4d519695fe4dfdaffcd0b66f52f008926b4.debug 120777 root:root ../../usr/lib/sendip/ripng.so.debug +File: /usr/lib/debug/.build-id/18 40755 root:root +File: /usr/lib/debug/.build-id/18/88f209fddb29121a0968c3d19c01a05e5c8c02 120777 root:root ../../../../bin/sendip +File: /usr/lib/debug/.build-id/18/88f209fddb29121a0968c3d19c01a05e5c8c02.debug 120777 root:root ../../usr/bin/sendip.debug +File: /usr/lib/debug/.build-id/2f 40755 root:root +File: /usr/lib/debug/.build-id/2f/82b4735e37c9da62c5b3f1e56411b312c2e3d0 120777 root:root ../../../sendip/icmp.so +File: /usr/lib/debug/.build-id/2f/82b4735e37c9da62c5b3f1e56411b312c2e3d0.debug 120777 root:root ../../usr/lib/sendip/icmp.so.debug +File: /usr/lib/debug/.build-id/50 40755 root:root +File: /usr/lib/debug/.build-id/50/38b4368bbfb6d1b99cdda54ae3cafbe18f5752 120777 root:root ../../../sendip/bgp.so +File: /usr/lib/debug/.build-id/50/38b4368bbfb6d1b99cdda54ae3cafbe18f5752.debug 120777 root:root ../../usr/lib/sendip/bgp.so.debug +File: /usr/lib/debug/.build-id/91 40755 root:root +File: /usr/lib/debug/.build-id/91/15d50683666474abf11e08a1a965c8254cb3a3 120777 root:root ../../../sendip/tcp.so +File: /usr/lib/debug/.build-id/91/15d50683666474abf11e08a1a965c8254cb3a3.debug 120777 root:root ../../usr/lib/sendip/tcp.so.debug +File: /usr/lib/debug/.build-id/a4 40755 root:root +File: /usr/lib/debug/.build-id/a4/ca293414d539204809b5dff99027378ce3eb7e 120777 root:root ../../../sendip/ipv4.so +File: /usr/lib/debug/.build-id/a4/ca293414d539204809b5dff99027378ce3eb7e.debug 120777 root:root ../../usr/lib/sendip/ipv4.so.debug +File: /usr/lib/debug/.build-id/a9 40755 root:root +File: /usr/lib/debug/.build-id/a9/9c0a1ef76a9705cf7e38b37133ab40141bcf71 120777 root:root ../../../sendip/ipv6.so +File: /usr/lib/debug/.build-id/a9/9c0a1ef76a9705cf7e38b37133ab40141bcf71.debug 120777 root:root ../../usr/lib/sendip/ipv6.so.debug +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/4a114ee5eee39752ce9920ca0839509f823bb8 120777 root:root ../../../sendip/rip.so +File: /usr/lib/debug/.build-id/ba/4a114ee5eee39752ce9920ca0839509f823bb8.debug 120777 root:root ../../usr/lib/sendip/rip.so.debug +File: /usr/lib/debug/.build-id/cc 40755 root:root +File: /usr/lib/debug/.build-id/cc/7b022e72c424ea5b5d2d434aa97c60b37d9b8e 120777 root:root ../../../sendip/ntp.so +File: /usr/lib/debug/.build-id/cc/7b022e72c424ea5b5d2d434aa97c60b37d9b8e.debug 120777 root:root ../../usr/lib/sendip/ntp.so.debug +File: /usr/lib/debug/.build-id/ff 40755 root:root +File: /usr/lib/debug/.build-id/ff/ce0e0230279294c5d6c433953b7a27eb365a13 120777 root:root ../../../sendip/udp.so +File: /usr/lib/debug/.build-id/ff/ce0e0230279294c5d6c433953b7a27eb365a13.debug 120777 root:root ../../usr/lib/sendip/udp.so.debug +File: /usr/lib/debug/usr/bin/sendip.debug 100644 root:root ed1667b31cb9012f3e074526005034f9 File: /usr/lib/debug/usr/lib/sendip 40755 root:root -File: /usr/lib/debug/usr/lib/sendip/bgp.so.debug 100644 root:root 81daa87337cc922b59516d0de2debe23 -File: /usr/lib/debug/usr/lib/sendip/icmp.so.debug 100644 root:root 39e4d8599589ea117356a067dffaebc1 -File: /usr/lib/debug/usr/lib/sendip/ipv4.so.debug 100644 root:root 15ad0ba6596ebe8f63121435911d1b2a -File: /usr/lib/debug/usr/lib/sendip/ipv6.so.debug 100644 root:root cdbe4312917f5096e920de11ea588236 -File: /usr/lib/debug/usr/lib/sendip/ntp.so.debug 100644 root:root dbe52f848fa49c5f3ebf64211c3d6f1f -File: /usr/lib/debug/usr/lib/sendip/rip.so.debug 100644 root:root ec601631f097e00ed027288a26e9f8ca -File: /usr/lib/debug/usr/lib/sendip/ripng.so.debug 100644 root:root 2b48b9438e9d74c5abd88f4c31aebcdf -File: /usr/lib/debug/usr/lib/sendip/tcp.so.debug 100644 root:root b9f7816adb101a25d14b360c09b29550 -File: /usr/lib/debug/usr/lib/sendip/udp.so.debug 100644 root:root 389334c38bb48ad2cea65cb9bf978844 +File: /usr/lib/debug/usr/lib/sendip/bgp.so.debug 100644 root:root 03ad618e6859e86e93e12c610e6adc8b +File: /usr/lib/debug/usr/lib/sendip/icmp.so.debug 100644 root:root bcb1d9cf9ef05e07992531864d0d6291 +File: /usr/lib/debug/usr/lib/sendip/ipv4.so.debug 100644 root:root e07c2ea3ded879f11152a14f12905ff7 +File: /usr/lib/debug/usr/lib/sendip/ipv6.so.debug 100644 root:root c850c7f427e1ea1d4ca617dcc667c374 +File: /usr/lib/debug/usr/lib/sendip/ntp.so.debug 100644 root:root d3b3c482a85fc7c7760a503e1b09bcdb +File: /usr/lib/debug/usr/lib/sendip/rip.so.debug 100644 root:root a21a70ad2ef661f146edbf4fef78d773 +File: /usr/lib/debug/usr/lib/sendip/ripng.so.debug 100644 root:root bdea6d03383d55f2571250f5d80eb62a +File: /usr/lib/debug/usr/lib/sendip/tcp.so.debug 100644 root:root af966a19d0e3404343d79847ec7c1e70 +File: /usr/lib/debug/usr/lib/sendip/udp.so.debug 100644 root:root d2e3f7e148bb891f7c04328017b57847 File: /usr/src/debug/sendip-2.5 40755 root:root @@ -138,2 +140,2 @@ File: /usr/src/debug/sendip-2.5/udp.h 100644 root:root 94fb77b1524da4bbb99767da23ceb6ab -RPMIdentity: ec126bde316faf204dddcb5643f1f28b +RPMIdentity: 75741d352f24e5ced6658e61cb842b52