<86>Jun 16 01:05:42 userdel[18806]: delete user 'rooter' <86>Jun 16 01:05:42 userdel[18806]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:05:42 userdel[18806]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:05:42 groupadd[18824]: group added to /etc/group: name=rooter, GID=1844 <86>Jun 16 01:05:42 groupadd[18824]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:05:42 groupadd[18824]: new group: name=rooter, GID=1844 <86>Jun 16 01:05:42 useradd[18840]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash <86>Jun 16 01:05:42 userdel[18863]: delete user 'builder' <86>Jun 16 01:05:42 userdel[18863]: removed group 'builder' owned by 'builder' <86>Jun 16 01:05:42 userdel[18863]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:05:42 groupadd[18882]: group added to /etc/group: name=builder, GID=1845 <86>Jun 16 01:05:42 groupadd[18882]: group added to /etc/gshadow: name=builder <86>Jun 16 01:05:42 groupadd[18882]: new group: name=builder, GID=1845 <86>Jun 16 01:05:42 useradd[18895]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/mimetex-1.76-alt1.src.rpm: The use of such a license name is ambiguous: GPL warning: Macro %webserver_cgibindir not found warning: Macro %webserver_cgibindir not found <13>Jun 16 01:05:45 rpmi: rpm-macros-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed <13>Jun 16 01:05:45 rpmi: rpm-build-webserver-common-1.4-alt1 sisyphus+277015.100.1.2 1625347616 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mimetex-1.76-alt1.nosrc.rpm (w1.gzdio) Installing mimetex-1.76-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88166 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mimetex-1.76 + echo 'Source #0 (mimetex-1.76.tar):' Source #0 (mimetex-1.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mimetex-1.76.tar + cd mimetex-1.76 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (mimetex_manual.diff):' Patch #1 (mimetex_manual.diff): + /usr/bin/patch -p1 patching file mimetex.html + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88166 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DAA mimetex.c gifsave.c -lm -o mimetex.cgi mimetex.c: In function 'rastsmash': mimetex.c:2409:26: warning: variable 'ymin' set but not used [-Wunused-but-set-variable] 2409 | int smin=9999, xmin=9999,ymin=9999; /* min separation (s=x+y) */ | ^~~~ mimetex.c: In function 'isbrace': mimetex.c:5922:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 5922 | if ( gotbrace && /* found a brace */ | ^~ mimetex.c:5925:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 5925 | ) return ( 1 ); return ( 0 ); /* return 1,0 accordingly */ | ^~~~~~ mimetex.c: In function 'mimeprep': mimetex.c:6375:11: warning: variable 'isamp' set but not used [-Wunused-but-set-variable] 6375 | istag=0, isamp=0, /* true for , &char; symbols */ | ^~~~~ mimetex.c:1102:43: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6541:9: note: in expansion of macro 'strsqueeze' 6541 | { strsqueeze((tokptr+1),(lrlen-1));/*so squeeze out "left" or "right"*/ | ^~~~~~~~~~ mimetex.c:6542:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6542 | expptr = tokptr+2; } /* and resume search past brace */ | ^~~~~~ mimetex.c:1102:43: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1102 | else memmove(s,s+(n),1+thislen3-(n)); }} else/*user supplies final;*/ | ^~~~ mimetex.c:6549:8: note: in expansion of macro 'strsqueeze' 6549 | { strsqueeze((tokptr+1),(lrlen+symlen-2)); /*squeeze out delim*/ | ^~~~~~~~~~ mimetex.c:6550:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6550 | *(tokptr+1) = *(lrto[isymbol]); /* last char now 1-char delim*/ | ^ mimetex.c: In function 'evalterm': mimetex.c:7276:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7276 | case '/': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7277:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7277 | termval = leftval/rightval; break; /* integer division */ | ^~~~~ mimetex.c:7278:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7278 | case '%': if ( rightval != 0 ) /* guard against divide by zero */ | ^~ mimetex.c:7279:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7279 | termval = leftval%rightval; break; /*left modulo right */ | ^~~~~ mimetex.c: In function 'rastscripts': mimetex.c:8412:2: warning: variable 'isbase' set but not used [-Wunused-but-set-variable] 8412 | isbase=0; /* true if we have base symbol */ | ^~~~~~ mimetex.c:8408:25: warning: variable 'supln' set but not used [-Wunused-but-set-variable] 8408 | supht=0, supwidth=0, supln=0, /* height,width,baseline of sup */ | ^~~~~ mimetex.c:8407:25: warning: variable 'subln' set but not used [-Wunused-but-set-variable] 8407 | subht=0, subwidth=0, subln=0, /* height,width,baseline of sub */ | ^~~~~ mimetex.c: In function 'rastleft': mimetex.c:8644:5: warning: variable 'isleftscript' set but not used [-Wunused-but-set-variable] 8644 | int isleftscript=0, isrightscript=0; /* true if delims are scripted */ | ^~~~~~~~~~~~ mimetex.c: In function 'rastflags': mimetex.c:9148:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^~ mimetex.c:9148:11: note: did you mean to dereference the pointer? 9148 | if ( *expression != '\000' ) /* ill-formed expression */ | ^ mimetex.c: In function 'rastfrac': mimetex.c:9814:15: warning: variable 'baseln' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c:9814:5: warning: variable 'baseht' set but not used [-Wunused-but-set-variable] 9814 | int baseht=0, baseln=0; /* height,baseline of base symbol */ | ^~~~~~ mimetex.c: In function 'rastfont': mimetex.c:10355:5: warning: variable 'family' set but not used [-Wunused-but-set-variable] 10355 | int family = 0, /* fontinfo[ifontnum].family */ | ^~~~~~ mimetex.c: In function 'rastarray': mimetex.c:10898:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10898:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10898 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10900:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10900:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10900 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10902:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~ mimetex.c:10902:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10902 | if (colglobal) gjustify[irow] = justify[irow]; break; | ^~~~~ mimetex.c:10909:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~ mimetex.c:10909:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10909 | if (rowglobal) growcenter[irow] = rowcenter[irow]; break; | ^~~~~ mimetex.c:10761:25: warning: variable 'subptr' set but not used [-Wunused-but-set-variable] 10761 | subtok[MAXTOKNSZ+1], *subptr=subtok, /* &,\\ inside { } not a delim*/ | ^~~~~~ mimetex.c: In function 'rastinput': mimetex.c:12546:5: warning: variable 'status' set but not used [-Wunused-but-set-variable] 12546 | int status /*, rastreadfile()*/; /* read input file */ | ^~~~~~ mimetex.c: In function 'aapattern1124': mimetex.c:15019:2: warning: variable 'cornval' set but not used [-Wunused-but-set-variable] 15019 | cornval=0, diagval=0; /* vert+horzcorn, top+botdiag */ | ^~~~~~~ mimetex.c: In function 'aawtpixel': mimetex.c:16508:7: warning: variable 'iscenter' set but not used [-Wunused-but-set-variable] 16508 | int iscenter = 0; /* set true if center point black */ | ^~~~~~~~ mimetex.c: In function 'main': mimetex.c:17041:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~ mimetex.c:17041:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 17041 | else pbm_outfile = argv[argnum]; break; /*next arg is filename*/ | ^~~~~ mimetex.c:17321:5: warning: variable 'whundredths' set but not used [-Wunused-but-set-variable] 17321 | whundredths = 0; /* or wait hundredths of a sec */ | ^~~~~~~~~~~ mimetex.c:16865:3: warning: unused variable 'pdirective' [-Wunused-variable] 16865 | *pdirective = NULL; /* ptr to char after \directive */ | ^~~~~~~~~~ mimetex.c:16857:2: warning: variable 'isqempty' set but not used [-Wunused-but-set-variable] 16857 | isqempty = 0, /* true if query string empty */ | ^~~~~~~~ At top level: mimetex.c:16464:15: warning: 'aawtpixel' defined but not used [-Wunused-function] 16464 | FUNCSCOPE int aawtpixel(raster *image, int ipixel, raster *weights, int rotate) | ^~~~~~~~~ mimetex.c:8874:22: warning: 'rastright' defined but not used [-Wunused-function] 8874 | FUNCSCOPE subraster *rastright(char **expression, int size, subraster *basesp, | ^~~~~~~~~ mimetex.c:4200:15: warning: 'cstruct_chardef' defined but not used [-Wunused-function] 4200 | FUNCSCOPE int cstruct_chardef ( chardef *cp, FILE *fp, int col1 ) | ^~~~~~~~~~~~~~~ mimetex.c:3892:15: warning: 'xbitmap_raster' defined but not used [-Wunused-function] 3892 | FUNCSCOPE int xbitmap_raster ( raster *rp, FILE *fp ) | ^~~~~~~~~~~~~~ mimetex.c:2325:19: warning: 'rastile' defined but not used [-Wunused-function] 2325 | FUNCSCOPE raster *rastile ( subraster *tiles, int ntiles ) | ^~~~~~~ mimetex.c:1364:15: warning: 'delete_chardef' defined but not used [-Wunused-function] 1364 | FUNCSCOPE int delete_chardef ( chardef *cp ) | ^~~~~~~~~~~~~~ mimetex.c:1268:20: warning: 'new_chardef' defined but not used [-Wunused-function] 1268 | FUNCSCOPE chardef *new_chardef ( ) | ^~~~~~~~~~~ mimetex.c: In function 'dbltoa': mimetex.c:14326:23: warning: '%0*d' directive writing between 1 and 2147483647 bytes into a region of size 254 [-Wformat-overflow=] 14326 | sprintf(finptr,"%0*d",npts,ifrac); /* convert to string */ | ^~~~ mimetex.c:14326:22: note: directive argument in the range [-2147483648, 2147483646] 14326 | sprintf(finptr,"%0*d",npts,ifrac); /* convert to string */ | ^~~~~~ In file included from /usr/include/stdio.h:866, from mimetex.c:428: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 2 and 2147483648 bytes into a destination of size 254 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mimetex.c: In function 'getdirective.constprop': mimetex.c:1097:14: warning: array subscript 254 is above array bounds of 'char[128]' [-Warray-bounds] 1097 | (target)[(n)] = '\000'; } } | ~~~~~~~~^~~~~ mimetex.c:7527:8: note: in expansion of macro 'strninit' 7527 | strninit(optionalargs[noptional],argfld,254); } /*copy to optionalarg*/ | ^~~~~~~~ In file included from /usr/include/string.h:532, from mimetex.c:432: In function 'strncpy', inlined from 'getdirective.constprop' at mimetex.c:7527:8: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 254 bytes from a string of length 511 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mimetex.c: In function 'rastovalbox': mimetex.c:12491:37: warning: '%s' directive writing up to 2047 bytes into a region of size 2037 [-Wformat-overflow=] 12491 | sprintf(ovalexpr,"\\compose{%s}{%s}",ovalbuff,thisoval); } | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from mimetex.c:428: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 2048 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17236 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mimetex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mimetex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mimetex-1.76 + install -pD -m755 mimetex.cgi /usr/src/tmp/mimetex-buildroot/var/www/cgi-bin/mimetex.cgi + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mimetex-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mimetex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mimetex-buildroot/ (default) Compressing files in /usr/src/tmp/mimetex-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mimetex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: mimetex-1.76-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17236 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mimetex-1.76 + DOCDIR=/usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + export DOCDIR + rm -rf /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + /bin/mkdir -p /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + cp -prL COPYING README mimetex.html /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R go-w /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + chmod -R a+rX /usr/src/tmp/mimetex-buildroot/usr/share/doc/mimetex-1.76 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j15cgY find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cXt5YW find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: webserver-common, /lib64/ld-linux-x86-64.so.2, /var/www/cgi-bin, libc.so.6(GLIBC_2.14)(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), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Conflicts: moodle-filter-mimetex Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xw6Wj0 Creating mimetex-debuginfo package Processing files: mimetex-debuginfo-1.76-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XHcxj0 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2M2yoY find-requires: running scripts (debuginfo) Requires: mimetex = 1.76-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to mimetex-debuginfo a strict dependency on mimetex Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-1.76-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mimetex-debuginfo-1.76-alt1.x86_64.rpm (w2.lzdio) 4.55user 1.31system 0:09.95elapsed 58%CPU (0avgtext+0avgdata 170716maxresident)k 0inputs+0outputs (0major+214615minor)pagefaults 0swaps /.out/mimetex-1.76-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/mimetex-debuginfo-1.76-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 2.91user 2.48system 0:18.63elapsed 28%CPU (0avgtext+0avgdata 129028maxresident)k 8inputs+0outputs (0major+205718minor)pagefaults 0swaps --- mimetex-1.76-alt1.x86_64.rpm.repo 2021-07-12 15:09:46.000000000 +0000 +++ mimetex-1.76-alt1.x86_64.rpm.hasher 2024-06-16 01:05:57.712341549 +0000 @@ -23,3 +23,3 @@ File: /usr/share/doc/mimetex-1.76/mimetex.html 100644 root:root 8f1e07d3c82f618069d1d0b1af86c7ca -File: /var/www/cgi-bin/mimetex.cgi 100755 root:root b524e87df2a83a56773a0541ecb81396 -RPMIdentity: 4b46d1a82da01cc1e25a5c4f836d74b66505bb194676152a5949709181dc92565d7ab89d67e69110b9687ef176aa2b3e19a7cadfc77e2dad90ad6371cd051855 +File: /var/www/cgi-bin/mimetex.cgi 100755 root:root 7eb67bb6103ac3031e2b48a8374fcf18 +RPMIdentity: c72d0b123da664fe2a08ecd792e6b08756254292e1a3f327cf11448c754acbc21859f94750dd8fc9ab73730470c9b004dd0ffc717a0f1986a4d4dc5525376f2a --- mimetex-debuginfo-1.76-alt1.x86_64.rpm.repo 2021-07-12 15:09:46.000000000 +0000 +++ mimetex-debuginfo-1.76-alt1.x86_64.rpm.hasher 2024-06-16 01:05:57.794342797 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -/usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +/usr/lib/debug/.build-id/af 40755 root:root +/usr/lib/debug/.build-id/af/626986bac12e3e58fa3e24fdffa09c8728bdde 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +/usr/lib/debug/.build-id/af/626986bac12e3e58fa3e24fdffa09c8728bdde.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug /usr/lib/debug/var/www 40755 root:root @@ -17,8 +17,8 @@ Provides: mimetex-debuginfo = 1.76-alt1:sisyphus+278464.100.1.1 -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi -File: /usr/lib/debug/.build-id/b3/3352c80601044f50baf792e676fbe4ed7f155f.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug +File: /usr/lib/debug/.build-id/af 40755 root:root +File: /usr/lib/debug/.build-id/af/626986bac12e3e58fa3e24fdffa09c8728bdde 120777 root:root ../../../../../var/www/cgi-bin/mimetex.cgi +File: /usr/lib/debug/.build-id/af/626986bac12e3e58fa3e24fdffa09c8728bdde.debug 120777 root:root ../../var/www/cgi-bin/mimetex.cgi.debug File: /usr/lib/debug/var/www 40755 root:root File: /usr/lib/debug/var/www/cgi-bin 40755 root:root -File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root 5ac78be9a19817b656f07f7414988783 +File: /usr/lib/debug/var/www/cgi-bin/mimetex.cgi.debug 100644 root:root d30ebfa5f29fe450c017a93c3b377e4e File: /usr/src/debug/mimetex-1.76 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/mimetex-1.76/texfonts.h 100644 root:root af758b4de074ba72e038ea53c1b40136 -RPMIdentity: f16d2700f646a442615b80d663efb0083d588c8ff9286ef08fe6d874b08ff1ff223693ead5c595ff10c5e6b483cfffde82050900cec22afc22078f37f139ca53 +RPMIdentity: 70d4a4adf0aa81ae62a5f1af9358746c0ee4d7376d637afce698ff5128ecc570e7bc771c2d6a10c201d0ddceba5721d506f13cd09fdd3d79e3cb11e70736afd5