<86>Sep 23 05:33:19 userdel[2150462]: delete user 'rooter' <86>Sep 23 05:33:19 userdel[2150462]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:33:19 userdel[2150462]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:33:19 groupadd[2150556]: group added to /etc/group: name=rooter, GID=1811 <86>Sep 23 05:33:19 groupadd[2150556]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:33:19 groupadd[2150556]: new group: name=rooter, GID=1811 <86>Sep 23 05:33:19 useradd[2150639]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:33:19 userdel[2150735]: delete user 'builder' <86>Sep 23 05:33:19 userdel[2150735]: removed group 'builder' owned by 'builder' <86>Sep 23 05:33:19 userdel[2150735]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:33:19 groupadd[2150830]: group added to /etc/group: name=builder, GID=1812 <86>Sep 23 05:33:19 groupadd[2150830]: group added to /etc/gshadow: name=builder <86>Sep 23 05:33:19 groupadd[2150830]: new group: name=builder, GID=1812 <86>Sep 23 05:33:20 useradd[2150911]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none <13>Sep 23 05:33:22 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed <13>Sep 23 05:33:22 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed <13>Sep 23 05:33:22 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed <13>Sep 23 05:33:23 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839875 installed <13>Sep 23 05:33:23 rpmi: unzip-6.0-alt5 sisyphus+308257.100.1.1 1665550038 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libaesgm-20090429-alt2_24.nosrc.rpm (w1.gzdio) Installing libaesgm-20090429-alt2_24.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.97536 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libaesgm-20090429 + /bin/mkdir -p libaesgm-20090429 + cd libaesgm-20090429 + echo 'Source #0 (aes-src-29-04-09.zip):' Source #0 (aes-src-29-04-09.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/aes-src-29-04-09.zip + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/Makefile.aes Makefile + echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):' Patch #0 (libaesgm-20090429-fileencrypt.patch): + /usr/bin/patch -p1 -b --suffix .fileencrypt patching file fileenc.c patching file fileenc.h patching file hmac.c patching file hmac.h patching file Makefile patching file pwd2key.c patching file pwd2key.h patching file sha1.c patching file sha1.h patching file sha2.c patching file sha2.h + echo 'Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch):' Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch): + /usr/bin/patch -p1 -b --suffix .git8798ad82 patching file aes_amd64.asm patching file aescpp.h patching file aescrypt.c patching file aes.h patching file aeskey.c patching file aes_modes.c patching file aesopt.h patching file aestab.c patching file aestab.h patching file aes_via_ace.h patching file aes_x86_v1.asm patching file aes_x86_v2.asm patching file aesxam.c patching file brg_endian.h patching file brg_types.h patching file license.txt patching file rdtsc.h patching file rfc3686.c patching file tablegen.c + sed -i 's/\r//' aes.txt license.txt vb.txt via_ace.txt + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.97536 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libaesgm-20090429 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1' LDFLAGS=-Wl,-z,relro make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aescrypt.o aescrypt.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aeskey.o aeskey.c In file included from aeskey.c:32: aes_via_ace.h: In function 'read_via_rng': aes_via_ace.h:518:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 518 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_rng_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aes_via_ace.h:525:9: note: in expansion of macro 'VIA_RNG_AVAILABLE' 525 | if(!VIA_RNG_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_encrypt_key128': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:114:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 114 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_encrypt_key192': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:164:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 164 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_encrypt_key256': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:217:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 217 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_decrypt_key128': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:345:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 345 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_decrypt_key192': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:433:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 433 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aeskey.c: In function 'aes_decrypt_key256': aes_via_ace.h:510:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 510 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_ace_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aeskey.c:534:8: note: in expansion of macro 'VIA_ACE_AVAILABLE' 534 | if(VIA_ACE_AVAILABLE) | ^~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aes_modes.o aes_modes.c In file included from aes_modes.c:56: aes_via_ace.h: In function 'read_via_rng': aes_via_ace.h:518:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 518 | || (via_flags & NEH_CPU_READ) && (via_flags & NEH_CPU_IS_VIA) || via_rng_test()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aes_via_ace.h:525:9: note: in expansion of macro 'VIA_RNG_AVAILABLE' 525 | if(!VIA_RNG_AVAILABLE) | ^~~~~~~~~~~~~~~~~ aes_modes.c: At top level: aes_via_ace.h:67:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 67 | NEH_ENC_GEN | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA' 60 | aligned_array(unsigned long, enc_gen_table, 12, 16) = NEH_ENC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:68:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 68 | NEH_ENC_GEN | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA' 60 | aligned_array(unsigned long, enc_gen_table, 12, 16) = NEH_ENC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:69:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 69 | NEH_ENC_GEN | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:60:61: note: in expansion of macro 'NEH_ENC_GEN_DATA' 60 | aligned_array(unsigned long, enc_gen_table, 12, 16) = NEH_ENC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:72:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 72 | NEH_ENC_LOAD | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA' 61 | aligned_array(unsigned long, enc_load_table, 12, 16) = NEH_ENC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:73:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 73 | NEH_ENC_LOAD | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA' 61 | aligned_array(unsigned long, enc_load_table, 12, 16) = NEH_ENC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:74:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 74 | NEH_ENC_LOAD | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:61:60: note: in expansion of macro 'NEH_ENC_LOAD_DATA' 61 | aligned_array(unsigned long, enc_load_table, 12, 16) = NEH_ENC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:77:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 77 | NEH_ENC_GEN | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA' 62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_via_ace.h:78:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 78 | NEH_ENC_LOAD | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA' 62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_via_ace.h:79:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 79 | NEH_ENC_LOAD | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:62:58: note: in expansion of macro 'NEH_ENC_HYBRID_DATA' 62 | aligned_array(unsigned long, enc_hybrid_table, 12, 16) = NEH_ENC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_via_ace.h:82:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 82 | NEH_DEC_GEN | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA' 63 | aligned_array(unsigned long, dec_gen_table, 12, 16) = NEH_DEC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:83:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 83 | NEH_DEC_GEN | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA' 63 | aligned_array(unsigned long, dec_gen_table, 12, 16) = NEH_DEC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:84:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 84 | NEH_DEC_GEN | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:63:61: note: in expansion of macro 'NEH_DEC_GEN_DATA' 63 | aligned_array(unsigned long, dec_gen_table, 12, 16) = NEH_DEC_GEN_DATA; | ^~~~~~~~~~~~~~~~ aes_via_ace.h:87:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 87 | NEH_DEC_LOAD | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA' 64 | aligned_array(unsigned long, dec_load_table, 12, 16) = NEH_DEC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:88:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 88 | NEH_DEC_LOAD | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA' 64 | aligned_array(unsigned long, dec_load_table, 12, 16) = NEH_DEC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:89:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 89 | NEH_DEC_LOAD | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:64:60: note: in expansion of macro 'NEH_DEC_LOAD_DATA' 64 | aligned_array(unsigned long, dec_load_table, 12, 16) = NEH_DEC_LOAD_DATA; | ^~~~~~~~~~~~~~~~~ aes_via_ace.h:92:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 92 | NEH_DEC_GEN | NEH_KEY128, 0, 0, 0,\ | ^ aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA' 65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_via_ace.h:93:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 93 | NEH_DEC_LOAD | NEH_KEY192, 0, 0, 0,\ | ^ aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA' 65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_via_ace.h:94:18: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 94 | NEH_DEC_LOAD | NEH_KEY256, 0, 0, 0 } | ^ aes_modes.c:65:58: note: in expansion of macro 'NEH_DEC_HYBRID_DATA' 65 | aligned_array(unsigned long, dec_hybrid_table, 12, 16) = NEH_DEC_HYBRID_DATA; | ^~~~~~~~~~~~~~~~~~~ aes_modes.c: In function 'aes_ecb_encrypt': aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 102 | #define neh_enc_hybrid_key(x) ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:148:9: note: in expansion of macro 'via_cwd' 148 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:148:9: note: in expansion of macro 'via_cwd' 148 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:148:9: note: in expansion of macro 'via_cwd' 148 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:165:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 165 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_ecb_decrypt': aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 111 | #define neh_dec_hybrid_key(x) ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:210:9: note: in expansion of macro 'via_cwd' 210 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:210:9: note: in expansion of macro 'via_cwd' 210 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:210:9: note: in expansion of macro 'via_cwd' 210 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:227:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 227 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_cbc_encrypt': aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 102 | #define neh_enc_hybrid_key(x) ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:273:9: note: in expansion of macro 'via_cwd' 273 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:273:9: note: in expansion of macro 'via_cwd' 273 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:273:9: note: in expansion of macro 'via_cwd' 273 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:296:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 296 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_cbc_decrypt': aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 111 | #define neh_dec_hybrid_key(x) ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:371:9: note: in expansion of macro 'via_cwd' 371 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:371:9: note: in expansion of macro 'via_cwd' 371 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:371:9: note: in expansion of macro 'via_cwd' 371 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:394:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 394 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_cfb_encrypt': aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 102 | #define neh_enc_hybrid_key(x) ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:480:13: note: in expansion of macro 'via_cwd' 480 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:480:13: note: in expansion of macro 'via_cwd' 480 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:480:13: note: in expansion of macro 'via_cwd' 480 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:506:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 506 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_cfb_decrypt': aes_via_ace.h:111:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 111 | #define neh_dec_hybrid_key(x) ((x) == 128 ? (NEH_DEC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:608:13: note: in expansion of macro 'via_cwd' 608 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:608:13: note: in expansion of macro 'via_cwd' 608 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:112:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 112 | (x) == 192 ? (NEH_DEC_LOAD | NEH_KEY192) : (NEH_DEC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_dec_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:608:13: note: in expansion of macro 'via_cwd' 608 | via_cwd(cwd, hybrid, dec, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:634:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 634 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_ofb_crypt': aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 102 | #define neh_enc_hybrid_key(x) ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:746:13: note: in expansion of macro 'via_cwd' 746 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:746:13: note: in expansion of macro 'via_cwd' 746 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:746:13: note: in expansion of macro 'via_cwd' 746 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_modes.c:772:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 772 | ip = (ALIGN_OFFSET( ibuf, 16 ) ? buf : ibuf); | ^ aes_modes.c: In function 'aes_ctr_crypt': aes_via_ace.h:102:60: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 102 | #define neh_enc_hybrid_key(x) ((x) == 128 ? (NEH_ENC_GEN | NEH_KEY128) : \ | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:896:13: note: in expansion of macro 'via_cwd' 896 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:33: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:896:13: note: in expansion of macro 'via_cwd' 896 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ aes_via_ace.h:103:63: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 103 | (x) == 192 ? (NEH_ENC_LOAD | NEH_KEY192) : (NEH_ENC_LOAD | NEH_KEY256)) | ^ aes_modes.c:103:14: note: in expansion of macro 'neh_enc_hybrid_key' 103 | cwd[0] = neh_##dir##_##ty##_key(len) | ^~~~ aes_modes.c:896:13: note: in expansion of macro 'via_cwd' 896 | via_cwd(cwd, hybrid, enc, 2 * ctx->inf.b[0] - 192); | ^~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aestab.o aestab.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o fileenc.o fileenc.c fileenc.c: In function 'fcrypt_end': fileenc.c:136:22: warning: unused variable 'res' [-Wunused-variable] 136 | { unsigned int res = cx->mode; | ^~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o hmac.o hmac.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o pwd2key.o pwd2key.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o sha1.o sha1.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o sha2.o sha2.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC -fPIC -DUSE_SHA1 -shared -Wl,-soname,libaesgm.so.0 -o libaesgm.so.0.0.0 aescrypt.o aeskey.o aes_modes.o aestab.o fileenc.o hmac.o pwd2key.o sha1.o sha2.o -Wl,-z,relro make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83967 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libaesgm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libaesgm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libaesgm-20090429 + make DESTDIR=/usr/src/tmp/libaesgm-buildroot LIBDIR=/usr/lib install make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429' mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/include//aes/ cp -p *.h /usr/src/tmp/libaesgm-buildroot/usr/include//aes/ mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/lib cp -p libaesgm.so.0.0.0 /usr/src/tmp/libaesgm-buildroot/usr/lib cd /usr/src/tmp/libaesgm-buildroot/usr/lib && ln -s -f libaesgm.so.0.0.0 libaesgm.so && ln -s -f libaesgm.so.0.0.0 libaesgm.so.0 make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libaesgm-buildroot (auto) mode of './usr/lib/libaesgm.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libaesgm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libaesgm-buildroot/ (default) Compressing files in /usr/src/tmp/libaesgm-buildroot (auto) Adjusting library links in /usr/src/tmp/libaesgm-buildroot ./usr/lib: (from :0) libaesgm.so.0 -> libaesgm.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libaesgm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libaesgm-20090429-alt2_24 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83967 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libaesgm-20090429 + DOCDIR=/usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + export DOCDIR + rm -rf /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + /bin/mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + cp -prL aes.txt license.txt vb.txt via_ace.txt /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + chmod -R go-w /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + chmod -R a+rX /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AOKK9P find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libaesgm-buildroot/usr/lib/libaesgm.so.0: 70 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6CDfGL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libaesgm.so.0 = set:kdNlF5zNS6KUsbTQIaxeInnwEZoHJaZ3bHDVkc0E0JYGqChaxDzjzZGvZpe23DMNeSNuj0QZoR7CTIC1z6a10KsqvF9UvgOCrZrFo70sJ3T2WMuoxR2rfuad8cF2Kfrt82ezlNUXYHIhvaL2WCju Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QaQfzb Creating libaesgm-debuginfo package Processing files: libaesgm-devel-20090429-alt2_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9xVFJ7 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.vQk8Zs find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm 47 | #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm | ^~~~~ cpp.req: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed, trying c++ mode i586-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory compilation terminated. cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed In file included from /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h:42: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm 47 | #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm | ^~~~~ cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h: cpp failed Requires: libaesgm = 20090429-alt2_24, /usr/lib/libaesgm.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XJHxRF Processing files: libaesgm-debuginfo-20090429-alt2_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jnGf3k find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vUHReN find-requires: running scripts (debuginfo) Provides: debug(libaesgm.so.0) Requires: libaesgm = 20090429-alt2_24, debug(libc.so.6) Adding to libaesgm-devel a strict dependency on libaesgm Adding to libaesgm-debuginfo a strict dependency on libaesgm Removing 1 extra deps from libaesgm-devel due to dependency on libaesgm Wrote: /usr/src/RPM/RPMS/i586/libaesgm-20090429-alt2_24.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libaesgm-devel-20090429-alt2_24.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libaesgm-debuginfo-20090429-alt2_24.i586.rpm (w2.lzdio) 2.29user 1.09system 0:10.39elapsed 32%CPU (0avgtext+0avgdata 47608maxresident)k 0inputs+0outputs (0major+330284minor)pagefaults 0swaps 3.53user 1.74system 0:18.00elapsed 29%CPU (0avgtext+0avgdata 124352maxresident)k 0inputs+0outputs (0major+254193minor)pagefaults 0swaps --- libaesgm-20090429-alt2_24.i586.rpm.repo 2021-01-25 19:51:03.000000000 +0000 +++ libaesgm-20090429-alt2_24.i586.rpm.hasher 2023-09-23 05:33:35.807258608 +0000 @@ -15,3 +15,3 @@ File: /usr/lib/libaesgm.so.0 120777 root:root libaesgm.so.0.0.0 -File: /usr/lib/libaesgm.so.0.0.0 100644 root:root f932261951fc05a802e115c35459759d +File: /usr/lib/libaesgm.so.0.0.0 100644 root:root 07af12aa748126d185008ef76ec8a7a3 File: /usr/share/doc/libaesgm-20090429 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/libaesgm-20090429/via_ace.txt 100644 root:root e43b14de30268cd8cf8664a230533bf9 -RPMIdentity: 7f49d3d493d08ea48336f3666644b1745b36daa22693a9106a015a20e3abef4bcf9230f24d70aa59a5d12e80777839c5066ed9572bc37741a8b4e8128a7dd50f +RPMIdentity: 1e8ac2530fe3a80bf5e3e9583aca074c8a38124620b7dd7233b6f71fe9f01a81f6469efbb508b64166ff6c496509e2d90e04007d2b484c9bf61a46d9e1bc6aa5 --- libaesgm-debuginfo-20090429-alt2_24.i586.rpm.repo 2021-01-25 19:51:02.000000000 +0000 +++ libaesgm-debuginfo-20090429-alt2_24.i586.rpm.hasher 2023-09-23 05:33:35.875259283 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176 120777 root:root ../../../libaesgm.so.0.0.0 -/usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176.debug 120777 root:root ../../usr/lib/libaesgm.so.0.0.0.debug +/usr/lib/debug/.build-id/b7 40755 root:root +/usr/lib/debug/.build-id/b7/d99a204450ed9b6674ee1ffffbcd8a376850df 120777 root:root ../../../libaesgm.so.0.0.0 +/usr/lib/debug/.build-id/b7/d99a204450ed9b6674ee1ffffbcd8a376850df.debug 120777 root:root ../../usr/lib/libaesgm.so.0.0.0.debug /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug 100644 root:root @@ -28,6 +28,6 @@ Provides: libaesgm-debuginfo = 20090429-alt2_24:sisyphus+265272.100.1.1 -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176 120777 root:root ../../../libaesgm.so.0.0.0 -File: /usr/lib/debug/.build-id/1b/153ab9032bf1b1cef2f7e2fd80937e27d0b176.debug 120777 root:root ../../usr/lib/libaesgm.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug 100644 root:root 84ae6aa348deb6e59a761d74000ba063 +File: /usr/lib/debug/.build-id/b7 40755 root:root +File: /usr/lib/debug/.build-id/b7/d99a204450ed9b6674ee1ffffbcd8a376850df 120777 root:root ../../../libaesgm.so.0.0.0 +File: /usr/lib/debug/.build-id/b7/d99a204450ed9b6674ee1ffffbcd8a376850df.debug 120777 root:root ../../usr/lib/libaesgm.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libaesgm.so.0.0.0.debug 100644 root:root a0112842552035d112c1228d7816b7db File: /usr/lib/debug/usr/lib/libaesgm.so.0.debug 120777 root:root libaesgm.so.0.0.0.debug @@ -51,2 +51,2 @@ File: /usr/src/debug/libaesgm-20090429/sha2.h 100644 root:root 942da7c82e9ead8e57d1da3eade3efba -RPMIdentity: 474fad75d134e700fd7aea199db3f34e1626e146c2509ee31bd513b3782a83653ab022e8846e16420e1b31a564c907d6a8e57b6b990a070a0727d47b19b5f275 +RPMIdentity: 185cb3d0f05644908fb33cfc8d1d0ab70a4ab0fb2f4048cb76960317e6e2e8bf9414b502f3f05cb4591b8950231e7a131b0aebd1d6eba1b8113c15eacfac72f2