Your message dated Sun, 07 Feb 2021 10:18:56 +0000
with message-id <[email protected]>
and subject line Bug#957478: fixed in libsml 0.1.1+git20180125-1.1
has caused the Debian Bug report #957478,
regarding libsml: ftbfs with GCC-10
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 [email protected]
immediately.)


-- 
957478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957478
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsml
Version: 0.1.1+git20180125-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/libsml_0.1.1+git20180125-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_tree.o src/sml_tree.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_boolean.o src/sml_boolean.c
src/sml_tree.c: In function ‘sml_proc_par_value_write’:
src/sml_tree.c:292:57: warning: ISO C does not support ‘__FUNCTION__’ 
predefined identifier [-Wpedantic]
  292 |    fprintf(stderr,"libsml: error: unknown tag in %s\n", __FUNCTION__);
      |                                                         ^~~~~~~~~~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_crc16.o src/sml_crc16.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_open_request.o src/sml_open_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_open_response.o src/sml_open_response.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_list_request.o src/sml_get_list_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_list_response.o src/sml_get_list_response.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_close_request.o src/sml_close_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_close_response.o src/sml_close_response.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_set_proc_parameter_request.o src/sml_set_proc_parameter_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_proc_parameter_request.o src/sml_get_proc_parameter_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_proc_parameter_response.o src/sml_get_proc_parameter_response.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_profile_pack_request.o src/sml_get_profile_pack_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_profile_pack_response.o src/sml_get_profile_pack_response.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_profile_list_request.o src/sml_get_profile_list_request.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I./include/ -fPIC -fno-stack-protector -g 
-std=c99 -Wall -Wextra -pedantic -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
src/sml_get_profile_list_response.o src/sml_get_profile_list_response.c
cc -Wl,-z,relro -Wl,-z,now -Wl,-soname=libsml.so.1 -shared -o lib/libsml.so.1 
src/sml_file.o src/sml_attention_response.o src/sml_transport.o 
src/sml_octet_string.o src/sml_shared.o src/sml_number.o src/sml_message.o 
src/sml_time.o src/sml_list.o src/sml_status.o src/sml_value.o src/sml_tree.o 
src/sml_boolean.o src/sml_crc16.o src/sml_open_request.o 
src/sml_open_response.o src/sml_get_list_request.o src/sml_get_list_response.o 
src/sml_close_request.o src/sml_close_response.o 
src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o 
src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o 
src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o 
src/sml_get_profile_list_response.o -luuid
ar -rs lib/libsml.a src/sml_file.o src/sml_attention_response.o 
src/sml_transport.o src/sml_octet_string.o src/sml_shared.o src/sml_number.o 
src/sml_message.o src/sml_time.o src/sml_list.o src/sml_status.o 
src/sml_value.o src/sml_tree.o src/sml_boolean.o src/sml_crc16.o 
src/sml_open_request.o src/sml_open_response.o src/sml_get_list_request.o 
src/sml_get_list_response.o src/sml_close_request.o src/sml_close_response.o 
src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o 
src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o 
src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o 
src/sml_get_profile_list_response.o
ld -r -o lib/libsml.o src/sml_file.o src/sml_attention_response.o 
src/sml_transport.o src/sml_octet_string.o src/sml_shared.o src/sml_number.o 
src/sml_message.o src/sml_time.o src/sml_list.o src/sml_status.o 
src/sml_value.o src/sml_tree.o src/sml_boolean.o src/sml_crc16.o 
src/sml_open_request.o src/sml_open_response.o src/sml_get_list_request.o 
src/sml_get_list_response.o src/sml_close_request.o src/sml_close_response.o 
src/sml_set_proc_parameter_request.o src/sml_get_proc_parameter_request.o 
src/sml_get_proc_parameter_response.o src/sml_get_profile_pack_request.o 
src/sml_get_profile_pack_response.o src/sml_get_profile_list_request.o 
src/sml_get_profile_list_response.o
ar: creating lib/libsml.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sml'
make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -g -std=c99 -Wall -Wextra 
-pedantic -c sml_server.c -o sml_server.o
cc sml_server.o ../sml/lib/libsml.a -lm -luuid -o sml_server
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c unity/unity.c -o unity/unity.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c unity/unity_fixture.c -o unity/unity_fixture.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/test_helper.c -o src/test_helper.o
make[3]: Entering directory '/<<PKGBUILDDIR>>/sml'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/sml'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_octet_string_test.c -o src/sml_octet_string_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_buffer_test.c -o src/sml_buffer_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_number_test.c -o src/sml_number_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_boolean_test.c -o src/sml_boolean_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_value_test.c -o src/sml_value_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_status_test.c -o src/sml_status_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_list_test.c -o src/sml_list_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_time_test.c -o src/sml_time_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_tree_test.c -o src/sml_tree_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_file_test.c -o src/sml_file_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_open_request_test.c -o src/sml_open_request_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_get_profile_pack_request_test.c -o 
src/sml_get_profile_pack_request_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -c src/sml_message_test.c -o src/sml_message_test.o
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I../sml/include/ -std=c99 -Wall -Wextra 
-pedantic -luuid unity/unity.o unity/unity_fixture.o src/test_helper.o 
src/sml_octet_string_test.o src/sml_buffer_test.o src/sml_number_test.o 
src/sml_boolean_test.o src/sml_value_test.o src/sml_status_test.o 
src/sml_list_test.o src/sml_time_test.o src/sml_tree_test.o src/sml_file_test.o 
src/sml_open_request_test.o src/sml_get_profile_pack_request_test.o 
src/sml_message_test.o ../sml/lib/libsml.a test_main.c -o test -luuid
/usr/bin/ld: src/sml_buffer_test.o:./test/src/sml_buffer_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_number_test.o:./test/src/sml_number_test.c:26: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_boolean_test.o:./test/src/sml_boolean_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_value_test.o:./test/src/sml_value_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_status_test.o:./test/src/sml_status_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_list_test.o:./test/src/sml_list_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_time_test.o:./test/src/sml_time_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_tree_test.o:./test/src/sml_tree_test.c:26: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_file_test.o:./test/src/sml_file_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_open_request_test.o:./test/src/sml_open_request_test.c:25: 
multiple definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: 
src/sml_get_profile_pack_request_test.o:./test/src/sml_get_profile_pack_request_test.c:25:
 multiple definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
/usr/bin/ld: src/sml_message_test.o:./test/src/sml_message_test.c:25: multiple 
definition of `buf'; 
src/sml_octet_string_test.o:./test/src/sml_octet_string_test.c:25: first 
defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:33: test] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:5: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libsml
Source-Version: 0.1.1+git20180125-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libsml, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated libsml 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 [email protected])


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

Format: 1.8
Date: Sun, 07 Feb 2021 00:09:04 +0200
Source: libsml
Architecture: source
Version: 0.1.1+git20180125-1.1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Moog <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957478
Changes:
 libsml (0.1.1+git20180125-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch from Logan Rosen for FTBFS with gcc 10.
     (Closes: #957478)
Checksums-Sha1:
 950c13c609b81b82928141eaa3bcd3cbc28d28af 1984 libsml_0.1.1+git20180125-1.1.dsc
 352f077d3ffe4a0936fb796a1247b16e41d36db2 5340 
libsml_0.1.1+git20180125-1.1.debian.tar.xz
Checksums-Sha256:
 4ac6f82362d16b2e53bbe7105132df783b7ed3ddcc5ac03481c2e67bec442d55 1984 
libsml_0.1.1+git20180125-1.1.dsc
 1e6ab22b691492002296aaf3ed91348bc28a84a6eac8214de28173d936939b1d 5340 
libsml_0.1.1+git20180125-1.1.debian.tar.xz
Files:
 def6ca35e582c82216d9fd643153cd72 1984 libs optional 
libsml_0.1.1+git20180125-1.1.dsc
 4055849b74cb4af266e2a63f8d74d5d6 5340 libs optional 
libsml_0.1.1+git20180125-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfFB8ACgkQiNJCh6LY
mLGyDhAAtBvVWeVpWyCI4IWdkwpQFGz+YataiGKSQahaQ/4zkohvF70K3yK/yKPI
3bLecs/27hQCom/2I6cShyVDfAKDs+g2ZEDjXBxBZM3JPNYGquIAEPHU2UcQBr3J
o8ar9gibCFSuD6vYqLjf2+Dwr1R7y5XUe8IN8Ow45iRHO+y6j3SHvjsdTwXfDuRL
esib4Ewt+yv51rnICAXgXXiCTeZurQCfPFhBIXn/CmWcq/MEEr6MrLNBHc5yHrtQ
7x1TfPSWocB+ZtjS7wNxmXhoczQ8qC8m7rwRtKI0JcvNlNoK7S2NCDNo0OCqhL0b
DTjHo2VGIoTf5SJBWGAQEn1/lmLeqxomBEx662xBQFVUIcLTFn7i8WGKCP/SXwdi
wyPWeb9ZqZ1szBGA/w7ZPr5oCyIToWGj1xrI/Tk3xWsq2XTj+gGAzHpoosUJkt6a
wKlRpAU4ezlSd+4FMWEoybA7UHNCwZsZSqmQARV1cGFheclGfk7Iavbq99wjEe5s
E6AoNmSFsR7dGpnsJtDfBCxuW/Lx6AlzcnfQNfTf/hF0tVsptAUvHMvh4ivLFJ1k
78iI80Ldoh6i4/RUpHT1kM76AhCM5hWL/VSdRes/oQZD+4KWZqYtkp1ZB1mJOFtr
h4uI5CyUu6TJop8nXHlBQOvrIKZaIR5msscfGlWbA91oILxVvxI=
=Qh+4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to