Your message dated Mon, 27 Jul 2020 09:05:22 +0000
with message-id <e1jzz4u-0001rk...@fasolo.debian.org>
and subject line Bug#957517: fixed in mailutils 1:3.9-3.2
has caused the Debian Bug report #957517,
regarding mailutils: 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 ow...@bugs.debian.org
immediately.)
--
957517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mailutils
Version: 1:3.7-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/mailutils_3.7-2_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
[...]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c
-fPIC -DPIC -o .libs/mbox.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info
6:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--no-as-needed -o libmu_imap.la -rpath
/usr/lib/x86_64-linux-gnu appmsg.lo appstr.lo appstrsiz.lo fetch.lo gencom.lo
genlist.lo callback.lo capability.lo capatst.lo carrier.lo check.lo close.lo
connect.lo copy.lo create.lo delete.lo destroy.lo disconnect.lo err.lo
expunge.lo id.lo list.lo login.lo logout.lo lsub.lo mbcreate.lo noop.lo
rename.lo resplist.lo response.lo resproc.lo search.lo select.lo state.lo
status.lo starttls.lo store.lo storeflg.lo subscribe.lo tag.lo trace.lo
unselect.lo unsubscribe.lo folder.lo mbox.lo url.lo
../../libmu_auth/libmu_auth.la ../../libmailutils/libmailutils.la -lcrypt
-lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/appmsg.o .libs/appstr.o
.libs/appstrsiz.o .libs/fetch.o .libs/gencom.o .libs/genlist.o .libs/callback.o
.libs/capability.o .libs/capatst.o .libs/carrier.o .libs/check.o .libs/close.o
.libs/connect.o .libs/copy.o .libs/create.o .libs/delete.o .libs/destroy.o
.libs/disconnect.o .libs/err.o .libs/expunge.o .libs/id.o .libs/list.o
.libs/login.o .libs/logout.o .libs/lsub.o .libs/mbcreate.o .libs/noop.o
.libs/rename.o .libs/resplist.o .libs/response.o .libs/resproc.o .libs/search.o
.libs/select.o .libs/state.o .libs/status.o .libs/starttls.o .libs/store.o
.libs/storeflg.o .libs/subscribe.o .libs/tag.o .libs/trace.o .libs/unselect.o
.libs/unsubscribe.o .libs/folder.o .libs/mbox.o .libs/url.o -Wl,-rpath
-Wl,/<<PKGBUILDDIR>>/libmu_auth/.libs -Wl,-rpath
-Wl,/<<PKGBUILDDIR>>/libmailutils/.libs ../../libmu_auth/.libs/libmu_auth.so
../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -g
-fstack-protector-strong -ggdb -Wl,-z -Wl,relro -Wl,-z
-Wl,now -Wl,--no-as-needed -Wl,-soname -Wl,libmu_imap.so.6 -o
.libs/libmu_imap.so.6.0.0
libtool: link: (cd ".libs" && rm -f "libmu_imap.so.6" && ln -s
"libmu_imap.so.6.0.0" "libmu_imap.so.6")
libtool: link: (cd ".libs" && rm -f "libmu_imap.so" && ln -s
"libmu_imap.so.6.0.0" "libmu_imap.so")
libtool: link: ( cd ".libs" && rm -f "libmu_imap.la" && ln -s
"../libmu_imap.la" "libmu_imap.la" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/libproto/imap'
Making all in tests
make[6]: Entering directory '/<<PKGBUILDDIR>>/libproto/imap/tests'
gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include
-I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
imapfolder.o imapfolder.c
/bin/bash ../../../libtool --tag=CC --mode=link gcc -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -Wl,-z,relro
-Wl,-z,now -Wl,--no-as-needed -o imapfolder imapfolder.o
../../../libproto/imap/libmu_imap.la ../../../libmu_auth/libmu_auth.la -lgsasl
-lgnutls -lldap -lpam -ldl ../../../libmailutils/libmailutils.la -lcrypt
-lpthread
libtool: link: gcc -g -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-Wdeclaration-after-statement -ggdb -Wl,-z -Wl,relro -Wl,-z -Wl,now
-Wl,--no-as-needed -o .libs/imapfolder imapfolder.o
../../../libproto/imap/.libs/libmu_imap.so
../../../libmu_auth/.libs/libmu_auth.so /usr/lib/x86_64-linux-gnu/libgsasl.so
-lgnutls -lldap -lpam -ldl ../../../libmailutils/.libs/libmailutils.so -lcrypt
-lpthread
make[6]: Leaving directory '/<<PKGBUILDDIR>>/libproto/imap/tests'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libproto/imap'
Making all in mh
make[5]: Entering directory '/<<PKGBUILDDIR>>/libproto/mh'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
folder.lo folder.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbox.lo
mbox.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
profile.lo profile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c
-fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c
-fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c profile.c
-fPIC -DPIC -o .libs/profile.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info
6:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--no-as-needed -o libmu_mh.la -rpath
/usr/lib/x86_64-linux-gnu folder.lo mbox.lo profile.lo
../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o
.libs/profile.o -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/libmailutils/.libs
../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -g
-fstack-protector-strong -ggdb -Wl,-z -Wl,relro -Wl,-z -Wl,now
-Wl,--no-as-needed -Wl,-soname -Wl,libmu_mh.so.6 -o .libs/libmu_mh.so.6.0.0
libtool: link: (cd ".libs" && rm -f "libmu_mh.so.6" && ln -s
"libmu_mh.so.6.0.0" "libmu_mh.so.6")
libtool: link: (cd ".libs" && rm -f "libmu_mh.so" && ln -s "libmu_mh.so.6.0.0"
"libmu_mh.so")
libtool: link: ( cd ".libs" && rm -f "libmu_mh.la" && ln -s "../libmu_mh.la"
"libmu_mh.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libproto/mh'
Making all in maildir
make[5]: Entering directory '/<<PKGBUILDDIR>>/libproto/maildir'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
folder.lo folder.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o mbox.lo
mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c mbox.c
-fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c
-fPIC -DPIC -o .libs/folder.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info
6:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--no-as-needed -o libmu_maildir.la -rpath
/usr/lib/x86_64-linux-gnu folder.lo mbox.lo ../../libmailutils/libmailutils.la
-lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o
-Wl,-rpath -Wl,/<<PKGBUILDDIR>>/libmailutils/.libs
../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -g
-fstack-protector-strong -ggdb -Wl,-z -Wl,relro -Wl,-z -Wl,now
-Wl,--no-as-needed -Wl,-soname -Wl,libmu_maildir.so.6 -o
.libs/libmu_maildir.so.6.0.0
libtool: link: (cd ".libs" && rm -f "libmu_maildir.so.6" && ln -s
"libmu_maildir.so.6.0.0" "libmu_maildir.so.6")
libtool: link: (cd ".libs" && rm -f "libmu_maildir.so" && ln -s
"libmu_maildir.so.6.0.0" "libmu_maildir.so")
libtool: link: ( cd ".libs" && rm -f "libmu_maildir.la" && ln -s
"../libmu_maildir.la" "libmu_maildir.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libproto/maildir'
Making all in dotmail
make[5]: Entering directory '/<<PKGBUILDDIR>>/libproto/dotmail'
Making all in .
make[6]: Entering directory '/<<PKGBUILDDIR>>/libproto/dotmail'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
dotmail.lo dotmail.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
message.lo message.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../.. -I../../include -I../../include -Wdate-time
-D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c -o
folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c message.c
-fPIC -DPIC -o .libs/message.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c folder.c
-fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -DSYSCONFDIR=\"/etc\" -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -c dotmail.c
-fPIC -DPIC -o .libs/dotmail.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -g
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wdeclaration-after-statement -ggdb -version-info
6:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--no-as-needed -o libmu_dotmail.la -rpath
/usr/lib/x86_64-linux-gnu dotmail.lo message.lo folder.lo
../../libmailutils/libmailutils.la -lcrypt -lpthread
libtool: link: gcc -shared -fPIC -DPIC .libs/dotmail.o .libs/message.o
.libs/folder.o -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/libmailutils/.libs
../../libmailutils/.libs/libmailutils.so -lcrypt -lpthread -g
-fstack-protector-strong -ggdb -Wl,-z -Wl,relro -Wl,-z -Wl,now
-Wl,--no-as-needed -Wl,-soname -Wl,libmu_dotmail.so.6 -o
.libs/libmu_dotmail.so.6.0.0
/usr/bin/ld:
.libs/message.o:./libproto/dotmail/../../include/mailutils/sys/dotmail.h:28:
multiple definition of `status';
.libs/dotmail.o:./libproto/dotmail/../../include/mailutils/sys/dotmail.h:28:
first defined here
/usr/bin/ld:
.libs/folder.o:./libproto/dotmail/../../include/mailutils/sys/dotmail.h:28:
multiple definition of `status';
.libs/dotmail.o:./libproto/dotmail/../../include/mailutils/sys/dotmail.h:28:
first defined here
collect2: error: ld returned 1 exit status
make[6]: *** [Makefile:1077: libmu_dotmail.la] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/libproto/dotmail'
make[5]: *** [Makefile:1175: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libproto/dotmail'
make[4]: *** [Makefile:1059: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libproto'
make[3]: *** [Makefile:1175: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1060: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:30: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mailutils
Source-Version: 1:3.9-3.2
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mailutils, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated mailutils
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: Mon, 27 Jul 2020 10:32:44 +0200
Source: mailutils
Architecture: source
Version: 1:3.9-3.2
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach <jo...@debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 957517
Changes:
mailutils (1:3.9-3.2) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches: Apply upstream patch to fix build with GCC 10 (Closes:
#957517)
Checksums-Sha1:
8e4ad41205c8feebf48018ce29bbca013f9a7a26 3195 mailutils_3.9-3.2.dsc
4bdefc1ee7e18093045cbeee1d58b71e5c34f2b7 30504 mailutils_3.9-3.2.debian.tar.xz
Checksums-Sha256:
81965615e93d93a9ef5e85f1de64ef9d1db33565b0b301f0433d15029079e175 3195
mailutils_3.9-3.2.dsc
c14bef0bb8a70eca8ef59e38cc7d0d91f1ff9bc3f9bf42cb64360ea268ac1afa 30504
mailutils_3.9-3.2.debian.tar.xz
Files:
e751f802b93e2c376d5206bd3bbcf296 3195 mail optional mailutils_3.9-3.2.dsc
b06476174ac3b7566ad8a272335cc4a1 30504 mail optional
mailutils_3.9-3.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl8ekuEACgkQafL8UW6n
GZOZuhAAmDxTR1A0Ixo7INpuik8zIU7/97TPwRKS75fify9pF9yZffnexHU7RQXV
ZpjSV3ddBvycnGVyEKz299iTbuNZTyMZh/1IMLkYBLnH3Hz2461Osy9AvtOy4hzB
FXWjb4ZkPT6uyjsV2xGf6JkGvdVMAhRh52CaYU5OWO11Eytf/EAN02JAyf1mWD3h
/jbM006zVQESNtLjYLii0QiRb9vH1kbvZZPBem2RFK508TbSuoALfhKkYT9b2su4
O9D2FgFT6woVO8yRZ9drxbUUxhL0sXI5sauCuMhrHViyIF02teOJpDicHtKmLC/z
JBFoAVwms5HCDe1yorDZWA4ikZp/jPJiNmR6ckbrUuoOFSR91dGCGq0E73GDmQMS
mYrqjRGJ46SgPWJjgFUwYVEnENyDpmJ48bnG23Ig3OD3XRVXp/15y3Lc7l4O13Ef
N6FxZ1QCkcQ3sBPAbMA2TJCgll9/ojN8vx1wrTh4WTtd2xO48oyKyA9zb0hN4qDF
TaHInQZZ3fleGq14rwXnG2JdkqQDVickUz25QRBCpJXSikrxdZrMTm4x00kVYHNU
obMCaIQGIcDBaCdoPRBD3gMaFPRHPkhv+sTEfuoVlMsrGoeeRMNp0FoZcpw43tNL
TkhSBr9A0B+7FwwcdzX9RT3P0l/b4cua772SO3bpLwAtrM79MlU=
=avAm
-----END PGP SIGNATURE-----
--- End Message ---