<86>Dec 30 06:14:19 userdel[1066431]: delete user 'rooter'
<86>Dec 30 06:14:19 userdel[1066431]: removed group 'rooter' owned by 'rooter'
<86>Dec 30 06:14:19 userdel[1066431]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 30 06:14:19 groupadd[1066462]: group added to /etc/group: name=rooter, GID=1862
<86>Dec 30 06:14:19 groupadd[1066462]: group added to /etc/gshadow: name=rooter
<86>Dec 30 06:14:19 groupadd[1066462]: new group: name=rooter, GID=1862
<86>Dec 30 06:14:19 useradd[1066496]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none
<86>Dec 30 06:14:19 userdel[1066541]: delete user 'builder'
<86>Dec 30 06:14:19 userdel[1066541]: removed group 'builder' owned by 'builder'
<86>Dec 30 06:14:19 userdel[1066541]: removed shadow group 'builder' owned by 'builder'
<86>Dec 30 06:14:19 groupadd[1066580]: group added to /etc/group: name=builder, GID=1863
<86>Dec 30 06:14:19 groupadd[1066580]: group added to /etc/gshadow: name=builder
<86>Dec 30 06:14:19 groupadd[1066580]: new group: name=builder, GID=1863
<86>Dec 30 06:14:19 useradd[1066614]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none
<13>Dec 30 06:14:21 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed
<13>Dec 30 06:14:21 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed
<13>Dec 30 06:14:21 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed
<13>Dec 30 06:14:22 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839875 installed
<13>Dec 30 06:14:22 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.20092
+ 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.20092
+ 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.24697
+ 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 <cmdline>: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.25217
+ 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.QReL6B
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.zXFmXx
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.l00vBa
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.7aaUoZ
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.ndQBI3
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.FVjIgC
Processing files: libaesgm-debuginfo-20090429-alt2_24
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cVI4Uo
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lV01Si
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.33user 0.93system 0:10.29elapsed 31%CPU (0avgtext+0avgdata 47924maxresident)k
0inputs+0outputs (0major+328444minor)pagefaults 0swaps
3.41user 1.57system 0:17.20elapsed 29%CPU (0avgtext+0avgdata 127004maxresident)k
0inputs+0outputs (0major+258065minor)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-12-30 06:14:34.974428324 +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	80c1b0477b70d0d84f9fd868949ae5b7	
 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: 6c57063ac868f03731e7f634b636166a24f4a5bdc46403d62d675c1c9048e3e6a9067b7b0140c76fa193c55147d2db5d498b14b3021de2ee9e77585af029b9c7
--- 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-12-30 06:14:35.072429347 +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/ba	40755	root:root	
+/usr/lib/debug/.build-id/ba/f27d591e08431c6f6aa4b1807523876f678a68	120777	root:root	../../../libaesgm.so.0.0.0
+/usr/lib/debug/.build-id/ba/f27d591e08431c6f6aa4b1807523876f678a68.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/ba	40755	root:root		
+File: /usr/lib/debug/.build-id/ba/f27d591e08431c6f6aa4b1807523876f678a68	120777	root:root		../../../libaesgm.so.0.0.0
+File: /usr/lib/debug/.build-id/ba/f27d591e08431c6f6aa4b1807523876f678a68.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	7c285bd9914c4e09681c9dc989ef5156	
 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: e4fe89a8f85906317b964b896e735ac6d4b6ec41c01f892e0865495459b910060f2ecfaa458e2b6c13bc9f4ebf67b46ac1374fd311bcedc7f14f53cfdcff7d70