Your message dated Sat, 23 Jul 2022 22:52:50 +0000
with message-id <e1ofnzo-000c4n...@fasolo.debian.org>
and subject line Bug#1013050: fixed in tcmu 1.5.4-4
has caused the Debian Bug report #1013050,
regarding tcmu: ftbfs with GCC-12
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1013050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013050
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcmu
Version: 1.5.4-2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/tcmu_1.5.4-2_unstable_gcc12.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
      |                                      
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/rbd.c:321:25: note: in expansion of macro ‘tcmu_dev_err’
  321 |                         tcmu_dev_err(dev, "Could not rm blacklist entry 
'%s'. (Err %d)\n",
      |                         ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/rbd.c:311:17: note: call to ‘free’ here
  311 |                 free(addr);
      |                 ^~~~~~~~~~
[ 33%] Building C object CMakeFiles/tcmu.dir/libtcmu-register.c.o
/usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -fPIC -MD -MT 
CMakeFiles/tcmu.dir/libtcmu-register.c.o -MF 
CMakeFiles/tcmu.dir/libtcmu-register.c.o.d -o 
CMakeFiles/tcmu.dir/libtcmu-register.c.o -c /<<PKGBUILDDIR>>/libtcmu-register.c
[ 35%] Building C object CMakeFiles/tcmu_static.dir/api.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/api.c.o -MF CMakeFiles/tcmu_static.dir/api.c.o.d -o 
CMakeFiles/tcmu_static.dir/api.c.o -c /<<PKGBUILDDIR>>/api.c
cc1: all warnings being treated as errors
make[3]: *** [CMakeFiles/handler_rbd.dir/build.make:79: 
CMakeFiles/handler_rbd.dir/rbd.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:339: CMakeFiles/handler_rbd.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 37%] Building C object CMakeFiles/tcmu_static.dir/libtcmu.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/libtcmu.c.o -MF 
CMakeFiles/tcmu_static.dir/libtcmu.c.o.d -o 
CMakeFiles/tcmu_static.dir/libtcmu.c.o -c /<<PKGBUILDDIR>>/libtcmu.c
[ 39%] Linking C shared library handler_file_optical.so
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/handler_file_optical.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 
-Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,handler_file_optical.so -o 
handler_file_optical.so CMakeFiles/handler_file_optical.dir/scsi.c.o 
CMakeFiles/handler_file_optical.dir/file_optical.c.o  -lpthread 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 39%] Built target handler_file_optical
[ 41%] Building C object CMakeFiles/tcmu_static.dir/libtcmu-register.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/libtcmu-register.c.o -MF 
CMakeFiles/tcmu_static.dir/libtcmu-register.c.o.d -o 
CMakeFiles/tcmu_static.dir/libtcmu-register.c.o -c 
/<<PKGBUILDDIR>>/libtcmu-register.c
[ 43%] Linking C shared library handler_qcow.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/handler_qcow.dir/link.txt 
--verbose=1
[ 45%] Building C object CMakeFiles/tcmu.dir/tcmuhandler-generated.c.o
/usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -fPIC -MD -MT 
CMakeFiles/tcmu.dir/tcmuhandler-generated.c.o -MF 
CMakeFiles/tcmu.dir/tcmuhandler-generated.c.o.d -o 
CMakeFiles/tcmu.dir/tcmuhandler-generated.c.o -c 
/<<PKGBUILDDIR>>/tcmuhandler-generated.c
/usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 
-Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,handler_qcow.so -o handler_qcow.so 
CMakeFiles/handler_qcow.dir/qcow.c.o  -lz 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 45%] Built target handler_qcow
[ 47%] Building C object CMakeFiles/tcmu.dir/libtcmu_log.c.o
/usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -fPIC -MD -MT 
CMakeFiles/tcmu.dir/libtcmu_log.c.o -MF CMakeFiles/tcmu.dir/libtcmu_log.c.o.d 
-o CMakeFiles/tcmu.dir/libtcmu_log.c.o -c /<<PKGBUILDDIR>>/libtcmu_log.c
[ 49%] Building C object CMakeFiles/tcmu.dir/libtcmu_config.c.o
/usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -fPIC -MD -MT 
CMakeFiles/tcmu.dir/libtcmu_config.c.o -MF 
CMakeFiles/tcmu.dir/libtcmu_config.c.o.d -o 
CMakeFiles/tcmu.dir/libtcmu_config.c.o -c /<<PKGBUILDDIR>>/libtcmu_config.c
[ 50%] Building C object CMakeFiles/tcmu_static.dir/tcmuhandler-generated.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/tcmuhandler-generated.c.o -MF 
CMakeFiles/tcmu_static.dir/tcmuhandler-generated.c.o.d -o 
CMakeFiles/tcmu_static.dir/tcmuhandler-generated.c.o -c 
/<<PKGBUILDDIR>>/tcmuhandler-generated.c
[ 52%] Building C object CMakeFiles/tcmu_static.dir/libtcmu_log.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/libtcmu_log.c.o -MF 
CMakeFiles/tcmu_static.dir/libtcmu_log.c.o.d -o 
CMakeFiles/tcmu_static.dir/libtcmu_log.c.o -c /<<PKGBUILDDIR>>/libtcmu_log.c
[ 54%] Linking C shared library handler_file_zbc.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/handler_file_zbc.dir/link.txt 
--verbose=1
/usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 
-Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,handler_file_zbc.so -o 
handler_file_zbc.so CMakeFiles/handler_file_zbc.dir/scsi.c.o 
CMakeFiles/handler_file_zbc.dir/file_zbc.c.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 54%] Built target handler_file_zbc
[ 56%] Building C object CMakeFiles/tcmu.dir/libtcmu_time.c.o
/usr/bin/cc -Dtcmu_EXPORTS -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -fPIC -MD -MT 
CMakeFiles/tcmu.dir/libtcmu_time.c.o -MF CMakeFiles/tcmu.dir/libtcmu_time.c.o.d 
-o CMakeFiles/tcmu.dir/libtcmu_time.c.o -c /<<PKGBUILDDIR>>/libtcmu_time.c
[ 58%] Building C object CMakeFiles/tcmu_static.dir/libtcmu_config.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/libtcmu_config.c.o -MF 
CMakeFiles/tcmu_static.dir/libtcmu_config.c.o.d -o 
CMakeFiles/tcmu_static.dir/libtcmu_config.c.o -c 
/<<PKGBUILDDIR>>/libtcmu_config.c
[ 60%] Building C object CMakeFiles/tcmu_static.dir/libtcmu_time.c.o
/usr/bin/cc  -I/usr/include/libnl3 -I/usr/include/gio-unix-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/ccan -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Werror -Wall 
-Wdeclaration-after-statement -std=c99 -MD -MT 
CMakeFiles/tcmu_static.dir/libtcmu_time.c.o -MF 
CMakeFiles/tcmu_static.dir/libtcmu_time.c.o.d -o 
CMakeFiles/tcmu_static.dir/libtcmu_time.c.o -c /<<PKGBUILDDIR>>/libtcmu_time.c
[ 62%] Linking C shared library libtcmu.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/tcmu.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Werror -Wall -Wdeclaration-after-statement -std=c99 
-Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libtcmu.so.2 -o libtcmu.so.2.2 
CMakeFiles/tcmu.dir/strlcpy.c.o CMakeFiles/tcmu.dir/configfs.c.o 
CMakeFiles/tcmu.dir/api.c.o CMakeFiles/tcmu.dir/libtcmu.c.o 
"CMakeFiles/tcmu.dir/libtcmu-register.c.o" 
"CMakeFiles/tcmu.dir/tcmuhandler-generated.c.o" 
CMakeFiles/tcmu.dir/libtcmu_log.c.o CMakeFiles/tcmu.dir/libtcmu_config.c.o 
CMakeFiles/tcmu.dir/libtcmu_time.c.o  -lnl-3 -lnl-genl-3 -lgio-2.0 
-lgobject-2.0 -lglib-2.0 -lpthread 
/usr/bin/cmake -E cmake_symlink_library libtcmu.so.2.2 libtcmu.so.2 libtcmu.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 62%] Built target tcmu
[ 64%] Linking C static library libtcmu_static.a
/usr/bin/cmake -P CMakeFiles/tcmu_static.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/tcmu_static.dir/link.txt 
--verbose=1
/usr/bin/ar qc libtcmu_static.a CMakeFiles/tcmu_static.dir/strlcpy.c.o 
CMakeFiles/tcmu_static.dir/configfs.c.o CMakeFiles/tcmu_static.dir/api.c.o 
CMakeFiles/tcmu_static.dir/libtcmu.c.o 
"CMakeFiles/tcmu_static.dir/libtcmu-register.c.o" 
"CMakeFiles/tcmu_static.dir/tcmuhandler-generated.c.o" 
CMakeFiles/tcmu_static.dir/libtcmu_log.c.o 
CMakeFiles/tcmu_static.dir/libtcmu_config.c.o 
CMakeFiles/tcmu_static.dir/libtcmu_time.c.o
/usr/bin/ranlib libtcmu_static.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 64%] Built target tcmu_static
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tcmu
Source-Version: 1.5.4-4
Done: Håvard F. Aasen <havard.f.aa...@pfft.no>

We believe that the bug you reported is fixed in the latest version of
tcmu, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Håvard F. Aasen <havard.f.aa...@pfft.no> (supplier of updated tcmu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jul 2022 23:53:15 +0200
Source: tcmu
Architecture: source
Version: 1.5.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Håvard F. Aasen <havard.f.aa...@pfft.no>
Closes: 1013050
Changes:
 tcmu (1.5.4-4) unstable; urgency=medium
 .
   * QA upload.
   * Add fix-use-after-free.patch. Closes: #1013050
   * d/p/series: Remove mention of non-existing patches.
Checksums-Sha1:
 4170131d5b65651c816e6328fb9e5095a302152b 1963 tcmu_1.5.4-4.dsc
 c2f3044710a2f94e463ea4ecab907b51805aaab8 6588 tcmu_1.5.4-4.debian.tar.xz
 e41e5386a201caba4732a2c614ab496b538989c2 8392 tcmu_1.5.4-4_source.buildinfo
Checksums-Sha256:
 def660c7eb130313e0275481fb22c19b40350c60f51adab774b4172db3b678b3 1963 
tcmu_1.5.4-4.dsc
 6e61b0b571fa46a157f912055c76bfaa9c1dbe51e4de77fcc47fa508a7e85429 6588 
tcmu_1.5.4-4.debian.tar.xz
 8b17ed8285c833aa31e4eb1683580b2808d9d4ede7446c9490f186bc2458d6c2 8392 
tcmu_1.5.4-4_source.buildinfo
Files:
 4784987c6fc15eeb520ed69a1eefc805 1963 admin optional tcmu_1.5.4-4.dsc
 4dd9d44e83eb76fc232fce55950a8fa6 6588 admin optional tcmu_1.5.4-4.debian.tar.xz
 3b8755df0e15ab9e0a23c52bbcfc3374 8392 admin optional 
tcmu_1.5.4-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmLcdiYACgkQweDZLphv
fH6bxw/8C+St+qnuwstfdbrVRPt56RHERlOmy0GTn4uQDTKo45vEQTw3fWTXXivw
ZeKa/erBbnQ4x0ygS7DpDp0ScbQtIkwz8yGz1e0E5I7RHzbUxJ31I6zrba+Sd/Yh
O62MjQPm8h3F2I6rjSBHhFB1AmP0MDI2a8JYa90AZ/TR9WA5f0/ZBm8J6/dFiNCd
Jw65j8xZLQSEzd4Pb91SvGpBjodfzoRPWS3O8mH6q4d3yd8BjKK0qx8baGZatIVW
eNdK5dqbtdYv4vhs8khtmuWBJc9phxUSvqEl1H+8IOJ628liSAva0V8zWg0xqpM7
xCy0z9jtF/5WXn4TeuZhyf0ZyWGh189p1M5BnidEPG2i8mIM7MXPm110CuPC4zyJ
ZciT2n5XGG+q2eTqbcdNDQ0t8TF4eCZcrrx2XCcZZ3Wi3LY8Od/d/M9gn1EFoVP2
DS7wYbe6KhDnq1KGLN/a/fwUH8aTLggeXYLceRnKbVJIVGmZJn2qRxK/fTTDdf/7
1qyX0/1jflzBgzaOi0PekT6EBTcWxMmLkkheDbYjawXZdupZaPw8OIiwQfBbgPJY
ge9skEG2GxNy71WgGxQQ4Zd73gNdazSNxn9gjuT5u5wJtL8qiM3+IkKrCLdNyeRC
vaES7jLnE46FWDfLVKziYs6/HlvE4Rzbw89OR9xEUj73EsJ26KI=
=UThJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to