Your message dated Sat, 20 Jun 2015 16:00:24 +0000
with message-id <[email protected]>
and subject line Bug#777874: fixed in gfal2 2.9.1-1
has caused the Debian Bug report #777874,
regarding gfal2: ftbfs with GCC-5
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.)


-- 
777874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777874
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gfal2
Version: 2.7.8-2
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gfal2_2.7.8-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /«PKGBUILDDIR» /«PKGBUILDDIR»/test/common 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common/CMakeFiles/test_shared.dir/DependInfo.cmake
 --color=
Scanning dependencies of target test_shared
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make -f test/common/CMakeFiles/test_shared.dir/build.make 
test/common/CMakeFiles/test_shared.dir/build
make[4]: Entering directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 95
[ 92%] Building C object 
test/common/CMakeFiles/test_shared.dir/gfal_lib_test.c.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common && /usr/bin/cc  
-DGFAL_CONFIG_DIR_DEFAULT=\"/etc\" 
-DGFAL_PLUGIN_DIR_DEFAULT=\"/usr/lib/gfal2-plugins\" -D_FILE_OFFSET_BITS=64 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/«PKGBUILDDIR»/src/core -I/«PKGBUILDDIR»/src/utils 
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include    -o 
CMakeFiles/test_shared.dir/gfal_lib_test.c.o   -c 
/«PKGBUILDDIR»/test/common/gfal_lib_test.c
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 
[ 92%] Building CXX object 
test/common/CMakeFiles/test_shared.dir/gfal_gtest_asserts.cpp.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common && /usr/bin/c++   
-DGFAL_CONFIG_DIR_DEFAULT=\"/etc\" 
-DGFAL_PLUGIN_DIR_DEFAULT=\"/usr/lib/gfal2-plugins\" -D_FILE_OFFSET_BITS=64 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/«PKGBUILDDIR»/src/core -I/«PKGBUILDDIR»/src/utils 
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include    -o 
CMakeFiles/test_shared.dir/gfal_gtest_asserts.cpp.o -c 
/«PKGBUILDDIR»/test/common/gfal_gtest_asserts.cpp
Linking CXX static library libtest_shared.a
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common && /usr/bin/cmake -P 
CMakeFiles/test_shared.dir/cmake_clean_target.cmake
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/common && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/test_shared.dir/link.txt --verbose=1
/usr/bin/ar cr libtest_shared.a  CMakeFiles/test_shared.dir/gfal_lib_test.c.o 
CMakeFiles/test_shared.dir/gfal_gtest_asserts.cpp.o
/usr/bin/ranlib libtest_shared.a
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles  95
[ 92%] Built target test_shared
make -f test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/build.make 
test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/depend
make[4]: Entering directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /«PKGBUILDDIR» /«PKGBUILDDIR»/test/unit/plugins/srm 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/unit/plugins/srm 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/DependInfo.cmake
 --color=
Scanning dependencies of target unit_test_srm_plugin
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make -f test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/build.make 
test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/build
make[4]: Entering directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 97
[ 93%] Building CXX object 
test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/tests_srm.cpp.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/unit/plugins/srm && /usr/bin/c++  
 -DGFAL_CONFIG_DIR_DEFAULT=\"/etc\" 
-DGFAL_PLUGIN_DIR_DEFAULT=\"/usr/lib/gfal2-plugins\" -D_FILE_OFFSET_BITS=64 
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/«PKGBUILDDIR»/src/core -I/«PKGBUILDDIR»/src/utils 
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
-I/«PKGBUILDDIR»/test/. -I/«PKGBUILDDIR»/test/../src/externals 
-I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR»/test/unit/.    -o 
CMakeFiles/unit_test_srm_plugin.dir/tests_srm.cpp.o -c 
/«PKGBUILDDIR»/test/unit/plugins/srm/tests_srm.cpp
Linking CXX executable unit_test_srm_plugin
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/unit/plugins/srm && 
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/unit_test_srm_plugin.dir/link.txt --verbose=1
/usr/bin/c++   -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2    -Wl,-z,relro 
CMakeFiles/unit_test_srm_plugin.dir/tests_srm.cpp.o  -o unit_test_srm_plugin  
-L/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/gtest  
-L/«PKGBUILDDIR»/obj-x86_64-linux-gnu/plugins  
-L/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src -rdynamic 
../../../../src/core/libgfal2.so.2.7.8 
../../../../src/core/libgfal_transfer.so.2.7.8 -lgfal_srm_ifce 
../../../../plugins/libgfal_plugin_srm.so -lm 
../../../../src/core/libgfal2.so.2.7.8 ../../../gtest/libgtest.a -lpthread 
../../../gtest/libgtest_main.a ../../../../src/core/libgfal_transfer.so.2.7.8 
../../../../src/core/libgfal2.so.2.7.8 -lstdc++ -ldl -luuid -lglibmm-2.4 
-lgobject-2.0 -lglib-2.0 -lgthread-2.0 -lglib-2.0 -lgthread-2.0 -lsigc-2.0 
-lgfal_srm_ifce -lldap_r -llber -lgomp ../../../gtest/libgtest.a -lpthread 
-Wl,-rpath,/«PKGBUILDDIR»/obj-x86_64-linux-gnu/test/gtest:/«PKGBUILDDIR»/obj-x86_64-linux-gnu/plugins:/«PKGBUILDDIR»/ob
 j-x86_64-linux-gnu/src:/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/core 
../../../../plugins/libgfal_plugin_srm.so: undefined reference to 
`gfal_srm_construct_key'
collect2: error: ld returned 1 exit status
make[4]: *** [test/unit/plugins/srm/unit_test_srm_plugin] Error 1
test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/build.make:97: recipe 
for target 'test/unit/plugins/srm/unit_test_srm_plugin' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[3]: *** [test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/all] 
Error 2
CMakeFiles/Makefile2:1856: recipe for target 
'test/unit/plugins/srm/CMakeFiles/unit_test_srm_plugin.dir/all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: *** [all] Error 2
Makefile:130: recipe for target 'all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 all doc returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:20: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:12: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gfal2
Source-Version: 2.9.1-1

We believe that the bug you reported is fixed in the latest version of
gfal2, 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.
Mattias Ellert <[email protected]> (supplier of updated gfal2 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: SHA1

Format: 1.8
Date: Thu, 11 Jun 2015 17:22:57 +0200
Source: gfal2
Binary: gfal2 libgfal2-2 libgfal-transfer2 libgfal2-dev gfal2-doc 
gfal2-plugin-file gfal2-plugin-lfc gfal2-plugin-rfio gfal2-plugin-dcap 
gfal2-plugin-srm gfal2-plugin-gridftp gfal2-plugin-http gfal2-plugin-mock
Architecture: source all amd64
Version: 2.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Description:
 gfal2      - Grid file access library 2.0
 gfal2-doc  - Documentation for gfal2
 gfal2-plugin-dcap - Provides dcap support for gfal2
 gfal2-plugin-file - Provides file support for gfal2
 gfal2-plugin-gridftp - Provides the gridftp support for gfal2
 gfal2-plugin-http - Provides HTTP and DAV support for gfal2
 gfal2-plugin-lfc - Provides lfc support for gfal2
 gfal2-plugin-mock - Provides a mock dummy protocol for gfal2
 gfal2-plugin-rfio - Provides rfio support for gfal2
 gfal2-plugin-srm - Provides srm support for gfal2
 libgfal-transfer2 - File Transfer logic of gfal2
 libgfal2-2 - Core of the Grid File access Library 2.0
 libgfal2-dev - Development files of gfal2
Closes: 777874
Changes:
 gfal2 (2.9.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #777874)
   * Drop gfal2-c++11.patch and gfal2-gfal_srm_contruct_key.patch
     (fixed upstream)
 .
 gfal2 (2.8.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Drop gfal2-srm-patch-set-error.patch (fixed upstream)
   * Split out file plugin to its own package
   * Add new mock plugin package
Checksums-Sha1:
 a12c4ecc3d6934602184bd36729318f0b973341c 2642 gfal2_2.9.1-1.dsc
 c673703992ea3e04bd1ab8d9e66fa96d9946d8cf 445885 gfal2_2.9.1.orig.tar.gz
 b2145406992b29093fb651dca12668fc90abebb6 6032 gfal2_2.9.1-1.debian.tar.xz
 79860e956c3a448b874da51684186810397126fb 145864 gfal2-doc_2.9.1-1_all.deb
 276cd15bb724d67c7b4afbbe550e1a02d15e1608 7662 
gfal2-plugin-dcap_2.9.1-1_amd64.deb
 e19d0008bb82c65ac9d2d33660b1afb032d99654 11202 
gfal2-plugin-file_2.9.1-1_amd64.deb
 eec4dbb6b8cf6cde39af564b5bedbb9b359de756 51922 
gfal2-plugin-gridftp_2.9.1-1_amd64.deb
 395d1b463a1683fc8bac651ebb8d4020e20e3e53 20872 
gfal2-plugin-http_2.9.1-1_amd64.deb
 881ff014fd77ff6389479613b26098a3b9d8a18d 18714 
gfal2-plugin-lfc_2.9.1-1_amd64.deb
 a20be3235bc17854dacb9c1ca39f330e7aa3cd9d 6948 
gfal2-plugin-mock_2.9.1-1_amd64.deb
 5346ebdbef3947b9973a9d46fa082275b40286b7 7434 
gfal2-plugin-rfio_2.9.1-1_amd64.deb
 db9381047e30b8db2b6a566bdc46b924f5457137 34410 
gfal2-plugin-srm_2.9.1-1_amd64.deb
 7440ae3b0d2eefb11485271c77538c4ed7c00676 5122 gfal2_2.9.1-1_amd64.deb
 644e537df1232080569f94bb56b3829263c53158 12920 
libgfal-transfer2_2.9.1-1_amd64.deb
 3dec2ad260c03a23221f31b973926203e1730b22 43674 libgfal2-2_2.9.1-1_amd64.deb
 e53d0a5532c5709e645a76d4638eaa3c09292a29 24662 libgfal2-dev_2.9.1-1_amd64.deb
Checksums-Sha256:
 06816487ef19dd3be0f662dcc0d367fcdab6d5abc6cf4023ecf4ae41ed91feda 2642 
gfal2_2.9.1-1.dsc
 b04cbf39c4d7bdeb67d7ae0c85279da7dbe9e1280a5e5bbb9365248c084946d5 445885 
gfal2_2.9.1.orig.tar.gz
 ef9360b26649140c79ab31c060bcd18e84865af9a44c83e229f4dd4201cd8c23 6032 
gfal2_2.9.1-1.debian.tar.xz
 86a959daec1e65b9655be3d8787124f90297c7e09b269c1ecfbcf1ce0c0e40ef 145864 
gfal2-doc_2.9.1-1_all.deb
 a64ef2371366277b7ccddb1262b5c552370675926dcbec1de46843f6d300de5a 7662 
gfal2-plugin-dcap_2.9.1-1_amd64.deb
 7229fe8c299f260bbeb193b942f923687cbffb598d0fe8714aad499ec1efc56a 11202 
gfal2-plugin-file_2.9.1-1_amd64.deb
 cb1cb584e9440f0bdf1c4d282eaded4518a8483074c5e2a7c306f60f3098d0f9 51922 
gfal2-plugin-gridftp_2.9.1-1_amd64.deb
 783c42764e26d0728aa0dade4e730a09e2f36c788722ce53fcdb36583b932c86 20872 
gfal2-plugin-http_2.9.1-1_amd64.deb
 52ffdf1d3bf125e1cb02280588eabd64ba1db03b3a2f6b521bbb09f90bcd9705 18714 
gfal2-plugin-lfc_2.9.1-1_amd64.deb
 f248494bdc866fd236efab4a4cc49d38ac483782d584fa204c6cefafda86a96c 6948 
gfal2-plugin-mock_2.9.1-1_amd64.deb
 796c9449400064f0076fc7038ba6bca6fb789838a7be3fa3eca3b7d60e8c5e4a 7434 
gfal2-plugin-rfio_2.9.1-1_amd64.deb
 545b20df9b8c8836b162ef03e543e1a8aadfe39ccca553bf92a8ef120e71ae3e 34410 
gfal2-plugin-srm_2.9.1-1_amd64.deb
 476beafe005c2ace62467a26d8d6bcd9342b22240c34fde3bc5f2fe8c9a4653a 5122 
gfal2_2.9.1-1_amd64.deb
 4ca6ba7d5f98649736dca0bffeb1bdda88e7bca20bec213feb9c832c0a522269 12920 
libgfal-transfer2_2.9.1-1_amd64.deb
 11b71a47eb34ff3de5db0ae8bdd97fbdba460a3a8e0f8f53a31ee6112be82843 43674 
libgfal2-2_2.9.1-1_amd64.deb
 50e55abca783648d6c6854292f42cdad455d755c168494c20b45413cc6558d95 24662 
libgfal2-dev_2.9.1-1_amd64.deb
Files:
 3e5f1a098e672a9a187c60d05627698a 2642 net optional gfal2_2.9.1-1.dsc
 5922b2d4e6593d839013c3c64364bbde 445885 net optional gfal2_2.9.1.orig.tar.gz
 2b30eee21f516db770da8cfffcb72374 6032 net optional gfal2_2.9.1-1.debian.tar.xz
 6c226da9aa3d2ca5d83240d4741d4bd2 145864 doc optional gfal2-doc_2.9.1-1_all.deb
 f523b5bf1634a29f00e3f366e9840951 7662 net optional 
gfal2-plugin-dcap_2.9.1-1_amd64.deb
 34ec201d2b8ab70cfccfee6818bf422b 11202 net optional 
gfal2-plugin-file_2.9.1-1_amd64.deb
 111891685e92e724cb9b9292fa25ad01 51922 net optional 
gfal2-plugin-gridftp_2.9.1-1_amd64.deb
 f9c07bde80f4e7a2699fb29cf16a5447 20872 net optional 
gfal2-plugin-http_2.9.1-1_amd64.deb
 4bd14a4194e5038e78d69b70495e88a5 18714 net optional 
gfal2-plugin-lfc_2.9.1-1_amd64.deb
 a9bbb36b6a22423b2ba2a17690e0617c 6948 net optional 
gfal2-plugin-mock_2.9.1-1_amd64.deb
 af0f300a926ccbde1d28d14f86a7d86d 7434 net optional 
gfal2-plugin-rfio_2.9.1-1_amd64.deb
 82a066b3dfe403f307734c354fcd2571 34410 net optional 
gfal2-plugin-srm_2.9.1-1_amd64.deb
 71dfb5f9dff25ca86e1809fcd9d8a8ab 5122 net optional gfal2_2.9.1-1_amd64.deb
 eb9fc3ddf3bf2659e21436d35782c595 12920 libs optional 
libgfal-transfer2_2.9.1-1_amd64.deb
 adb9a9772363c2eb192b5372fcebd7a8 43674 libs optional 
libgfal2-2_2.9.1-1_amd64.deb
 152ba07799ee5e7c25247a765587fb07 24662 libdevel optional 
libgfal2-dev_2.9.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVepBnAAoJEOiuwv874alLdJ8P/3hPO96F9z1EZ3PEiD6ZYdQI
C1+1f7HBBNqnFu0twwOWPQYM1+kRLQC015j3I/Nclln8/4dT9VghTKZhBamSVD0W
rQ5zy6k9eYZvypWfyG5idpuk7fTiU03OgiNDHSrjxz8zBes04qdMZm7p/oV5hF1r
ppdCcnZcKaqpadNZzSSx4quSL7oExRGhW7YiCTk6LJFuVj4y0j9W4ZPgilRco8F3
VdZTS9jNUTjClDkb+Et2sCZDrznIPCis5VUeSscYtg1kSryGbTKh8TREVLgWrmea
TMPSB5G/6jLvMRPoRe4BQdRJhQzlYuNYG2XV/ihXj+kQpKDgr3WJWk5ksVE/6atR
2hzlG93kXIwK4emqs5DsV8cRkT+FEEp7Wbhca0MOHCmrvWB2drijHVX1OOVNuQ4W
qlOaBv125BLLmHvswHEibMC+MiahWFAd1R4S33WRWkP+m95A/75Kau5MkDkPRj7j
YITro1oYwFi6I45OaekHvKVdKqAGj86ORCiP6t9WncjwmbN1IfLJ3PTLfQOBslvv
bu2qSiUYyyQjEYDJzkB6FKFzEV5YQYWIHiaweOIbOzGlm8IqQYYH6ft3xfHGKHk1
s1Zafv6atk/29qYkhWJZdZAy+U/zF32YGr4IBarbu4plt8O6OWheY1Q653TPYtO6
B7HNIHQpVyBsaNJaeu/4
=UjBE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to