Your message dated Fri, 14 Jul 2023 05:20:19 +0000
with message-id <e1qkbe3-00dwjf...@fasolo.debian.org>
and subject line Bug#1037658: fixed in flatbuffers 2.0.8+dfsg1-3
has caused the Debian Bug report #1037658,
regarding flatbuffers: ftbfs with GCC-13
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.)


-- 
1037658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flatbuffers
Version: 2.0.8+dfsg1-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/flatbuffers_2.0.8+dfsg1-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
    inlined from ‘static _Tp* std::allocator_traits<std::allocator<_CharT> 
>::allocate(allocator_type&, size_type) [with _Tp = unsigned char]’ at 
/usr/include/c++/13/bits/alloc_traits.h:482:28,
    inlined from ‘std::_Vector_base<_Tp, _Alloc>::pointer 
std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = unsigned 
char; _Alloc = std::allocator<unsigned char>]’ at 
/usr/include/c++/13/bits/stl_vector.h:378:33,
    inlined from ‘std::_Vector_base<_Tp, _Alloc>::pointer 
std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = unsigned 
char; _Alloc = std::allocator<unsigned char>]’ at 
/usr/include/c++/13/bits/stl_vector.h:375:7,
    inlined from ‘void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, 
_ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with 
_ForwardIterator = const unsigned char*; _Tp = unsigned char; _Alloc = 
std::allocator<unsigned char>]’ at /usr/include/c++/13/bits/vector.tcc:805:40,
    inlined from ‘std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, 
_Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with 
_InputIterator = const unsigned char*; <template-parameter-2-2> = void; _Tp = 
unsigned char; _Alloc = std::allocator<unsigned char>]’ at 
/usr/include/c++/13/bits/stl_vector.h:1483:19,
    inlined from ‘const uint8_t* 
flatbuffers::AddFlatBuffer(std::vector<unsigned char>&, const uint8_t*, 
size_t)’ at /<<PKGBUILDDIR>>/src/reflection.cpp:614:17:
/usr/include/c++/13/bits/new_allocator.h:147:55: note: at offset 
[-9223372036854775808, -4] into destination object of size [4, 
9223372036854775807] allocated by ‘operator new’
  147 |         return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * 
sizeof(_Tp)));
      |                                                       ^
[ 83%] Building CXX object CMakeFiles/flattests.dir/tests/flexbuffers_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT 
CMakeFiles/flattests.dir/tests/flexbuffers_test.cpp.o -MF 
CMakeFiles/flattests.dir/tests/flexbuffers_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/flexbuffers_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/flexbuffers_test.cpp
[ 84%] Building CXX object CMakeFiles/flattests.dir/tests/fuzz_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT CMakeFiles/flattests.dir/tests/fuzz_test.cpp.o 
-MF CMakeFiles/flattests.dir/tests/fuzz_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/fuzz_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/fuzz_test.cpp
[ 85%] Building CXX object CMakeFiles/flattests.dir/tests/json_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT CMakeFiles/flattests.dir/tests/json_test.cpp.o 
-MF CMakeFiles/flattests.dir/tests/json_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/json_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/json_test.cpp
[ 86%] Building CXX object CMakeFiles/flattests.dir/tests/monster_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT 
CMakeFiles/flattests.dir/tests/monster_test.cpp.o -MF 
CMakeFiles/flattests.dir/tests/monster_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/monster_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/monster_test.cpp
[ 87%] Building CXX object 
CMakeFiles/flattests.dir/tests/optional_scalars_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT 
CMakeFiles/flattests.dir/tests/optional_scalars_test.cpp.o -MF 
CMakeFiles/flattests.dir/tests/optional_scalars_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/optional_scalars_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/optional_scalars_test.cpp
[ 88%] Building CXX object CMakeFiles/flattests.dir/tests/parser_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT 
CMakeFiles/flattests.dir/tests/parser_test.cpp.o -MF 
CMakeFiles/flattests.dir/tests/parser_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/parser_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/parser_test.cpp
[ 89%] Building CXX object CMakeFiles/flattests.dir/tests/proto_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT CMakeFiles/flattests.dir/tests/proto_test.cpp.o 
-MF CMakeFiles/flattests.dir/tests/proto_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/proto_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/proto_test.cpp
[ 90%] Building CXX object CMakeFiles/flattests.dir/tests/reflection_test.cpp.o
/usr/bin/c++ -DFLATBUFFERS_LOCALE_INDEPENDENT=1 -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/grpc -I/<<PKGBUILDDIR>>/tests -I/<<PKGBUILDDIR>>/samples -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-error=date-time 
-Wno-error=maybe-uninitialized -Wno-error=stringop-overflow -Wall -pedantic 
-Wextra -Wno-unused-parameter -Wold-style-cast -fsigned-char -Wnon-virtual-dtor 
-Wunused-result -Wunused-parameter -Werror=unused-parameter 
-Wmissing-declarations -Wzero-as-null-pointer-constant -faligned-new 
-Wextra-semi -std=c++17 -MD -MT 
CMakeFiles/flattests.dir/tests/reflection_test.cpp.o -MF 
CMakeFiles/flattests.dir/tests/reflection_test.cpp.o.d -o 
CMakeFiles/flattests.dir/tests/reflection_test.cpp.o -c 
/<<PKGBUILDDIR>>/tests/reflection_test.cpp
In file included from /<<PKGBUILDDIR>>/tests/reflection_test.cpp:1:
/<<PKGBUILDDIR>>/tests/reflection_test.h:9:57: error: ‘uint8_t’ has not been 
declared
    9 | void ReflectionTest(const std::string& tests_data_path, uint8_t 
*flatbuf, size_t length);
      |                                                         ^~~~~~~
/<<PKGBUILDDIR>>/tests/reflection_test.h:11:6: error: variable or field 
‘MiniReflectFlatBuffersTest’ declared void
   11 | void MiniReflectFlatBuffersTest(uint8_t *flatbuf);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tests/reflection_test.h:11:33: error: ‘uint8_t’ was not 
declared in this scope
   11 | void MiniReflectFlatBuffersTest(uint8_t *flatbuf);
      |                                 ^~~~~~~
/<<PKGBUILDDIR>>/tests/reflection_test.h:5:1: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
    4 | #include <string>
  +++ |+#include <cstdint>
    5 | 
/<<PKGBUILDDIR>>/tests/reflection_test.h:11:42: error: ‘flatbuf’ was not 
declared in this scope
   11 | void MiniReflectFlatBuffersTest(uint8_t *flatbuf);
      |                                          ^~~~~~~
/<<PKGBUILDDIR>>/tests/reflection_test.cpp:16:6: warning: no previous 
declaration for ‘void flatbuffers::tests::ReflectionTest(const std::string&, 
uint8_t*, size_t)’ [-Wmissing-declarations]
   16 | void ReflectionTest(const std::string& tests_data_path, uint8_t 
*flatbuf, size_t length) {
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/tests/reflection_test.cpp:250:6: warning: no previous 
declaration for ‘void flatbuffers::tests::MiniReflectFlatBuffersTest(uint8_t*)’ 
[-Wmissing-declarations]
  250 | void MiniReflectFlatBuffersTest(uint8_t *flatbuf) {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [CMakeFiles/flattests.dir/build.make:261: 
CMakeFiles/flattests.dir/tests/reflection_test.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
[ 91%] 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 -Wno-error=maybe-uninitialized 
-Wno-error=stringop-overflow -Wl,-z,relro -Wl,-z,now 
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>>'
[ 91%] Built target flatsamplebfbs
[ 92%] 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 -Wno-error=maybe-uninitialized 
-Wno-error=stringop-overflow -Wl,-z,relro -Wl,-z,now 
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>>'
[ 92%] Built target flatsampletext
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [CMakeFiles/Makefile2:206: CMakeFiles/flattests.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: 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.8+dfsg1-3
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 1037...@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: Thu, 13 Jul 2023 21:26:56 -0700
Source: flatbuffers
Architecture: source
Version: 2.0.8+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Maximiliano Curia <m...@debian.org>
Changed-By: Mo Zhou <lu...@debian.org>
Closes: 1037658
Changes:
 flatbuffers (2.0.8+dfsg1-3) unstable; urgency=medium
 .
   * Add patch for missing header to fix FTBFS (Closes: #1037658)
   * Refresh symbols control file.
   * Fix/override lintian warnings/errors.
   * Remove unused lintian overrides.
Checksums-Sha1:
 3da8ebd9deb8f2a6f05ad04c3ec0c017928fdb20 2368 flatbuffers_2.0.8+dfsg1-3.dsc
 2d144cc43343bbea68f5db6d6d46ca6c6dc5a39a 13680 
flatbuffers_2.0.8+dfsg1-3.debian.tar.xz
 4b59f67cc1bbe194a876a9e08486c53e9dc6ded0 6349 
flatbuffers_2.0.8+dfsg1-3_source.buildinfo
Checksums-Sha256:
 403da0b332d4ae9473fc0a4b79f7dc82ca0c522858716aa46deaf061ff194a42 2368 
flatbuffers_2.0.8+dfsg1-3.dsc
 82796fa843640a8137753fbfd258f886a08d374c1687966cea1921b3c9efe5b4 13680 
flatbuffers_2.0.8+dfsg1-3.debian.tar.xz
 78e6243ad9150620c447bf2de7173b5ff908d5552c9119468c92725152e4210a 6349 
flatbuffers_2.0.8+dfsg1-3_source.buildinfo
Files:
 85ea88fe696dbb6ea4d26b49e9081bd3 2368 devel optional 
flatbuffers_2.0.8+dfsg1-3.dsc
 5a0319d9e3d3b40df1f5897c766feb94 13680 devel optional 
flatbuffers_2.0.8+dfsg1-3.debian.tar.xz
 bfa49b8c3754d6149ee935e7a650c6c4 6349 devel optional 
flatbuffers_2.0.8+dfsg1-3_source.buildinfo

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

iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmSwzq0RHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaorEHRAApFMmfOGLqIKRK0u38XWNNnmU/VqURbT+
XJiAer9w0H41CfG1xHuzpTb4bUXGgidFmj+t3AUBiN1k+muFC+CDz0dLQdwfO7lF
pYVPXJjA0a8vOuLiGcicGoY5BuxUoYCUW5WnK97BnYeD+5ilh/YiRXj0O1Bb+1mO
x1eKMxDLIcIPfng1DBYoMxFi7xrrS5UuPesIoPMUdVoy5pZUT9hiZTrh6PloSq5j
ct11G6193eXRa4yztg1BeuOzy5bs0hfHkcI6ZMsinx4ORToprvJtwOtT9FvUN02o
mDnl9hKaf+Qo5+EKFSpBQ9nPxSXCjUyYm/KL+Xag4BQfHKApYpP2SZqmaju5DcGF
QZOgWLRCzqFSW/XZ3gPQSBF6Dznti095q3S3mvQ2z5rAe8hmxvucmCEBU8ZvObtz
thYLrG3UhQLN6n5coSSEnaGxHVfigG+ykWxcpVG5eGPnUMIHk+wK5TdchgYNv2gw
lpg2VcLhdv4YBvUBDdevpv6a9gE8QXGtnI6aNmzM786DbCx3T44TXZ9frL8nKwg3
82vRXivTvC11ZMrbJ3JIvB3f9nkdFCJ4JK4u9j6YitPgrzvN4B3WObbEMSD9f66B
++AqtiP0tEzk7yLzDTmafwfi4/AwB7oclZT7mw0p8EoW3mxSEMRgP5fgq9fR16m0
q/anIqxmods=
=GUxZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to