Your message dated Sat, 03 Sep 2022 18:49:15 +0000
with message-id <e1ouych-00glek...@fasolo.debian.org>
and subject line Bug#1012928: fixed in flatbuffers 2.0.6+dfsg1-2
has caused the Debian Bug report #1012928,
regarding flatbuffers: 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.)


-- 
1012928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flatbuffers
Version: 1.12.1~git20200711.33e2d80+dfsg1-0.6
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/flatbuffers_1.12.1~git20200711.33e2d80+dfsg1-0.6_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.

[...]
                 from /<<PKGBUILDDIR>>/tests/test_builder.h:7,
                 from /<<PKGBUILDDIR>>/tests/test_builder.cpp:1:
In constructor ‘std::_Sp_ebo_helper<_Nm, _Tp, false>::_Sp_ebo_helper(_Tp&&) 
[with int _Nm = 0; _Tp = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>]’,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Impl::_Impl(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned char*; 
_Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:503:59,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Sp_counted_deleter(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned 
char*; _Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:521:9,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter, 
_Alloc) [with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; <template-parameter-2-4> = void; 
__gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:952:8,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter) 
[with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:939:57,
    inlined from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(_Yp*, _Deleter) 
[with _Yp = unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char; __gnu_cxx::_Lock_policy 
_Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:1478:17,
    inlined from ‘std::shared_ptr<_Tp>::shared_ptr(_Yp*, _Deleter) [with _Yp = 
unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<flatbuffers::FlatBufferBuilder>(flatbuffers::FlatBufferBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char]’ at 
/usr/include/c++/12/bits/shared_ptr.h:232:48,
    inlined from ‘void builder_move_assign_after_releaseraw_test(Builder) [with 
Builder = flatbuffers::FlatBufferBuilder]’ at 
/<<PKGBUILDDIR>>/tests/test_builder.h:67:28:
/usr/include/c++/12/bits/shared_ptr_base.h:482:45: error: ‘size’ may be used 
uninitialized [-Werror=maybe-uninitialized]
  482 |       explicit _Sp_ebo_helper(_Tp&& __tp) : _M_tp(std::move(__tp)) { }
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tests/test_builder.h: In function ‘void 
builder_move_assign_after_releaseraw_test(Builder) [with Builder = 
flatbuffers::FlatBufferBuilder]’:
/<<PKGBUILDDIR>>/tests/test_builder.h:66:10: note: ‘size’ was declared here
   66 |   size_t size, offset;
      |          ^~~~
In constructor ‘std::_Sp_ebo_helper<_Nm, _Tp, false>::_Sp_ebo_helper(_Tp&&) 
[with int _Nm = 0; _Tp = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>]’,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Impl::_Impl(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned char*; 
_Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:503:59,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Sp_counted_deleter(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned 
char*; _Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:521:9,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter, 
_Alloc) [with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; <template-parameter-2-4> = void; 
__gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:952:8,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter) 
[with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:939:57,
    inlined from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(_Yp*, _Deleter) 
[with _Yp = unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char; __gnu_cxx::_Lock_policy 
_Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:1478:17,
    inlined from ‘std::shared_ptr<_Tp>::shared_ptr(_Yp*, _Deleter) [with _Yp = 
unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<TestHeapBuilder>(TestHeapBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char]’ at 
/usr/include/c++/12/bits/shared_ptr.h:232:48,
    inlined from ‘void builder_move_assign_after_releaseraw_test(Builder) [with 
Builder = TestHeapBuilder]’ at /<<PKGBUILDDIR>>/tests/test_builder.h:67:28:
/usr/include/c++/12/bits/shared_ptr_base.h:482:45: error: ‘size’ may be used 
uninitialized [-Werror=maybe-uninitialized]
  482 |       explicit _Sp_ebo_helper(_Tp&& __tp) : _M_tp(std::move(__tp)) { }
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tests/test_builder.h: In function ‘void 
builder_move_assign_after_releaseraw_test(Builder) [with Builder = 
TestHeapBuilder]’:
/<<PKGBUILDDIR>>/tests/test_builder.h:66:10: note: ‘size’ was declared here
   66 |   size_t size, offset;
      |          ^~~~
In constructor ‘std::_Sp_ebo_helper<_Nm, _Tp, false>::_Sp_ebo_helper(_Tp&&) 
[with int _Nm = 0; _Tp = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>]’,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Impl::_Impl(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned char*; 
_Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:503:59,
    inlined from ‘std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, 
_Lp>::_Sp_counted_deleter(_Ptr, _Deleter, const _Alloc&) [with _Ptr = unsigned 
char*; _Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:521:9,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter, 
_Alloc) [with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 _Alloc = std::allocator<void>; <template-parameter-2-4> = void; 
__gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:952:8,
    inlined from ‘std::__shared_count<_Lp>::__shared_count(_Ptr, _Deleter) 
[with _Ptr = unsigned char*; _Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; __gnu_cxx::_Lock_policy _Lp = 
__gnu_cxx::_S_atomic]’ at /usr/include/c++/12/bits/shared_ptr_base.h:939:57,
    inlined from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(_Yp*, _Deleter) 
[with _Yp = unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char; __gnu_cxx::_Lock_policy 
_Lp = __gnu_cxx::_S_atomic]’ at 
/usr/include/c++/12/bits/shared_ptr_base.h:1478:17,
    inlined from ‘std::shared_ptr<_Tp>::shared_ptr(_Yp*, _Deleter) [with _Yp = 
unsigned char; _Deleter = 
builder_move_assign_after_releaseraw_test<GrpcLikeMessageBuilder>(GrpcLikeMessageBuilder)::<lambda(uint8_t*)>;
 <template-parameter-2-3> = void; _Tp = unsigned char]’ at 
/usr/include/c++/12/bits/shared_ptr.h:232:48,
    inlined from ‘void builder_move_assign_after_releaseraw_test(Builder) [with 
Builder = GrpcLikeMessageBuilder]’ at 
/<<PKGBUILDDIR>>/tests/test_builder.h:67:28:
/usr/include/c++/12/bits/shared_ptr_base.h:482:45: error: ‘size’ may be used 
uninitialized [-Werror=maybe-uninitialized]
  482 |       explicit _Sp_ebo_helper(_Tp&& __tp) : _M_tp(std::move(__tp)) { }
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tests/test_builder.h: In function ‘void 
builder_move_assign_after_releaseraw_test(Builder) [with Builder = 
GrpcLikeMessageBuilder]’:
/<<PKGBUILDDIR>>/tests/test_builder.h:66:10: note: ‘size’ was declared here
   66 |   size_t size, offset;
      |          ^~~~
cc1plus: all warnings being treated as errors
make[4]: *** [CMakeFiles/flattests.dir/build.make:209: 
CMakeFiles/flattests.dir/tests/test_builder.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
[ 86%] Linking CXX executable flatsampletext
/usr/bin/cmake -E cmake_link_script CMakeFiles/flatsampletext.dir/link.txt 
--verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wno-error=date-time -std=c++0x -Wall -pedantic -Werror 
-Wextra -Werror=shadow -faligned-new -Werror=implicit-fallthrough=2 
-Wunused-result -Werror=unused-result -Wunused-parameter 
-Werror=unused-parameter -fsigned-char -Wl,-z,relro -Wl,-z,now -rdynamic 
CMakeFiles/flatsampletext.dir/src/idl_parser.cpp.o 
CMakeFiles/flatsampletext.dir/src/idl_gen_text.cpp.o 
CMakeFiles/flatsampletext.dir/src/reflection.cpp.o 
CMakeFiles/flatsampletext.dir/src/util.cpp.o 
CMakeFiles/flatsampletext.dir/samples/sample_text.cpp.o -o flatsampletext 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Built target flatsampletext
[ 88%] Linking CXX executable flatsamplebfbs
/usr/bin/cmake -E cmake_link_script CMakeFiles/flatsamplebfbs.dir/link.txt 
--verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wno-error=date-time -std=c++0x -Wall -pedantic -Werror 
-Wextra -Werror=shadow -faligned-new -Werror=implicit-fallthrough=2 
-Wunused-result -Werror=unused-result -Wunused-parameter 
-Werror=unused-parameter -fsigned-char -Wl,-z,relro -Wl,-z,now -rdynamic 
CMakeFiles/flatsamplebfbs.dir/src/idl_parser.cpp.o 
CMakeFiles/flatsamplebfbs.dir/src/idl_gen_text.cpp.o 
CMakeFiles/flatsamplebfbs.dir/src/reflection.cpp.o 
CMakeFiles/flatsamplebfbs.dir/src/util.cpp.o 
CMakeFiles/flatsamplebfbs.dir/samples/sample_bfbs.cpp.o -o flatsamplebfbs 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 90%] Built target flatsamplebfbs
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:206: CMakeFiles/flattests.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:149: all] Error 2
make[2]: 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[1]: *** [debian/rules:17: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: flatbuffers
Source-Version: 2.0.6+dfsg1-2
Done: Mo Zhou <lu...@debian.org>

We believe that the bug you reported is fixed in the latest version of
flatbuffers, 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 1012...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mo Zhou <lu...@debian.org> (supplier of updated flatbuffers 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, 03 Sep 2022 14:23:09 -0400
Source: flatbuffers
Architecture: source
Version: 2.0.6+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Maximiliano Curia <m...@debian.org>
Changed-By: Mo Zhou <lu...@debian.org>
Closes: 1012928
Changes:
 flatbuffers (2.0.6+dfsg1-2) unstable; urgency=medium
 .
   * Specify -Wno-error=maybe-uninitialized for GCC-12 (Closes: #1012928)
   * Refresh symbols control file.
Checksums-Sha1:
 64dcacc199df3e37549fae06beb140b0db12996d 2376 flatbuffers_2.0.6+dfsg1-2.dsc
 756be39611dfde285ea467643a5b5b34ab4b36c9 13020 
flatbuffers_2.0.6+dfsg1-2.debian.tar.xz
 d9eb2d9d5676a89d9d51545057edf1ddfb931d36 7544 
flatbuffers_2.0.6+dfsg1-2_source.buildinfo
Checksums-Sha256:
 6d2b4e6e57d46d2dd874eb2533c466747c4e71708678a2318a5ffc720ed60625 2376 
flatbuffers_2.0.6+dfsg1-2.dsc
 4a30c6a8beb59bfbfbe47ecb3b0a6cabafc378887aa6d93b45bc0113ffe4d61e 13020 
flatbuffers_2.0.6+dfsg1-2.debian.tar.xz
 a8cfe9b812fceba082dc2bf059b0d5d4540c58a38f01d0376bf48635b831ea8a 7544 
flatbuffers_2.0.6+dfsg1-2_source.buildinfo
Files:
 40031a585839bff12d782e4b512fd0b5 2376 devel optional 
flatbuffers_2.0.6+dfsg1-2.dsc
 ef8fe9abc539ce755405d91ebe781323 13020 devel optional 
flatbuffers_2.0.6+dfsg1-2.debian.tar.xz
 1497b7e15b38ef23f67d4fe49810fb78 7544 devel optional 
flatbuffers_2.0.6+dfsg1-2_source.buildinfo

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

iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmMTnTURHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaootWA/9EH7c3D38EAe6Z1KlNhr1KLxBvjQcUCuC
vmWoBFSoysJWhBermX9v/R9AM3JRjABoSuy8VJRxtLrNJ0yCmeF5rargUdue0yPS
Daoav8JDHCtG1aIaepeqY3X4G69f3XXXh7T/kk9qubpZtQiMdhAUajx6YJ2F+Qsv
6xuw5IWPLsE7024f909ls1ADCIKabiOpj5689G9PNZTRTwX+TaeXapn5RECRd0lA
nOg+eyCP61FxAjkFlfYmlXPh9FlEE7o/G68dhFrZG/bfs8pV/5CRwTu7bHIBQTWV
eUr/TtDg3R4dsUzUBIQB6nQ29wa/KhmvWj2WGbbZdZaiPTdYJ++112GH+xkgsDnD
vm8xzeoP3Ch/kZYreugTASBEtZF2o1joRFlx8vWK4AqvL6tf7fGrvFErTdZVucAj
Hp1bvhnot4RB+OQFjCY04kpIz+ouTnQL170u/ZY79OznwfdBYLIb82H8UZPAc6EF
oUy2zFE+iujV1UdO4jQ2Nu8iCVP1mulgAJj9P2rJ7/eyTvchHkcDnTQ8VUAVjD+Z
pSgS9ewXeauwCHPPSkI4tXaVqRpnQkT3i4KvAGgKBqkGKE/RP+p6xMWJcDhF04Os
Y6y0+cRIQscY0tTb2F+idyKOH7dDVToMnKM303SeSVSW1y4b2yEzBd0+9AvUJAKR
LfmLM77MWX4=
=ZIZ6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to