Your message dated Thu, 08 Jan 2026 00:04:05 +0000
with message-id <[email protected]>
and subject line Bug#1074880: fixed in chessx 1.6.2-1
has caused the Debian Bug report #1074880,
regarding chessx: ftbfs with GCC-14
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.)
--
1074880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:chessx
Version: 1.4.6-2
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[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-14/g++-14, but succeeds to build with gcc-13/g++-13. 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/2024/07/01/chessx_1.4.6-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND -DUSE_C11
-DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -
Isrc/generated -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o
obj_rel/quagzipfile.o src/quazip/quagzipfile.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND -DUSE_C11
-DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -
Isrc/generated -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o
obj_rel/quacrc32.o src/quazip/quacrc32.cpp
src/quazip/quazipdir.cpp: In member function ‘bool QuaZipDir::cd(const
QString&)’:
src/quazip/quazipdir.cpp:98:41: warning: ‘QStringList QString::split(QChar,
SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(QChar sep,
Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations]
98 | QStringList path = dirName.split('/', QString::SkipEmptyParts);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
from src/quazip/quazip.h:27,
from src/quazip/quazipdir.h:6,
from src/quazip/quazipdir.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:612:17: note: declared here
612 | QStringList split(QChar sep, SplitBehavior behavior,
| ^~~~~
src/quazip/quazipdir.cpp: In member function ‘bool
QuaZipDirPrivate::entryInfoList(QStringList, QDir::Filters, QDir::SortFlags,
TFileInfoList&) const’:
src/quazip/quazipdir.cpp:449:14: warning: ‘void qSort(RandomAccessIterator,
RandomAccessIterator, LessThan) [with RandomAccessIterator =
QList<QuaZipFileInfo>::iterator; LessThan = QuaZipDirComparator]’ is
deprecated: Use std::sort [-Wdeprecated-declarations]
449 | qSort(list.begin(), list.end(), lessThan);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QStringList:1,
from src/quazip/quazip.h:28:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared
here
181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator
start, RandomAccessIterator end, LessThan lessThan)
| ^~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND -DUSE_C11
-DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -
Isrc/generated -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o
obj_rel/quaadler32.o src/quazip/quaadler32.cpp
src/quazip/quazipdir.cpp: In instantiation of ‘bool
QuaZipDirPrivate::entryInfoList(QStringList, QDir::Filters, QDir::SortFlags,
TFileInfoList&) const [with TFileInfoList = QList<QuaZipFileInfo>;
QDir::Filters = QFlags<QDir::Filter>; QDir::SortFlags =
QFlags<QDir::SortFlag>]’:
src/quazip/quazipdir.cpp:459:24: required from here
459 | if(d->entryInfoList(nameFilters, filters, sort, result))
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/quazip/quazipdir.cpp:449:14: warning: ‘void qSort(RandomAccessIterator,
RandomAccessIterator, LessThan) [with RandomAccessIterator =
QList<QuaZipFileInfo>::iterator; LessThan = QuaZipDirComparator]’ is
deprecated: Use std::sort [-Wdeprecated-declarations]
449 | qSort(list.begin(), list.end(), lessThan);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared
here
181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator
start, RandomAccessIterator end, LessThan lessThan)
| ^~~~~
src/quazip/quazipdir.cpp:449:14: warning: ‘void qSort(RandomAccessIterator,
RandomAccessIterator, LessThan) [with RandomAccessIterator =
QList<QuaZipFileInfo>::iterator; LessThan = QuaZipDirComparator]’ is
deprecated: Use std::sort [-Wdeprecated-declarations]
449 | qSort(list.begin(), list.end(), lessThan);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared
here
181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator
start, RandomAccessIterator end, LessThan lessThan)
| ^~~~~
src/quazip/quazipdir.cpp: In instantiation of ‘bool
QuaZipDirPrivate::entryInfoList(QStringList, QDir::Filters, QDir::SortFlags,
TFileInfoList&) const [with TFileInfoList = QStringList; QDir::Filters =
QFlags<QDir::Filter>; QDir::SortFlags = QFlags<QDir::SortFlag>]’:
src/quazip/quazipdir.cpp:479:24: required from here
479 | if(d->entryInfoList(nameFilters, filters, sort, result))
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/quazip/quazipdir.cpp:449:14: warning: ‘void qSort(RandomAccessIterator,
RandomAccessIterator, LessThan) [with RandomAccessIterator =
QList<QuaZipFileInfo>::iterator; LessThan = QuaZipDirComparator]’ is
deprecated: Use std::sort [-Wdeprecated-declarations]
449 | qSort(list.begin(), list.end(), lessThan);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared
here
181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator
start, RandomAccessIterator end, LessThan lessThan)
| ^~~~~
src/quazip/quazipdir.cpp:449:14: warning: ‘void qSort(RandomAccessIterator,
RandomAccessIterator, LessThan) [with RandomAccessIterator =
QList<QuaZipFileInfo>::iterator; LessThan = QuaZipDirComparator]’ is
deprecated: Use std::sort [-Wdeprecated-declarations]
449 | qSort(list.begin(), list.end(), lessThan);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:181:46: note: declared
here
181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator
start, RandomAccessIterator end, LessThan lessThan)
| ^~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND -DUSE_C11
-DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -
Isrc/generated -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o
obj_rel/qioapi.o src/quazip/qioapi.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND -DUSE_C11
-DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -
Isrc/generated -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o
obj_rel/JlCompress.o src/quazip/JlCompress.cpp
gcc -c -pipe -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DUSE_SOUND
-DUSE_C11 -DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER
-DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB
-DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB
-DQT_CORE_LIB -I. -Isrc/database -Isrc/guess -Isrc/gui -Isrc/dialogs
-Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
-I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia
-I/usr/include/x86_64-linux-gnu/qt5/QtGui
-I/usr/include/x86_64-linux-gnu/qt5/QtNetwork
-I/usr/include/x86_64-linux-gnu/qt5/QtXml -I/usr/include/x86_
64-linux-gnu/qt5/QtCore -Isrc/generated
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o obj_rel/zip.o
src/quazip/zip.c
src/quazip/zip.c: In function ‘zipOpenNewFileInZip3’:
src/quazip/zip.c:910:28: error: assignment to ‘const long unsigned int *’ from
incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int *’}
[-Wincompatible-pointer-types]
910 | zi->ci.pcrc_32_tab = get_crc_table();
| ^
make[1]: *** [Makefile:3513: obj_rel/zip.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: chessx
Source-Version: 1.6.2-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
chessx, 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.
Andreas Tille <[email protected]> (supplier of updated chessx 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, 28 Dec 2025 23:55:05 +0100
Source: chessx
Architecture: source
Version: 1.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 872513 880946 1074880 1085511 1122046
Changes:
chessx (1.6.2-1) unstable; urgency=medium
.
* Maintain package in Games team
Closes: #1122046
* d/watch: version=5
* New upstream version
Closes: #1085511, #1074880, #880946, #872513
* debhelper-compat 13 (routine-update)
* Use secure URI in Homepage field.
* Update renamed lintian tag names in lintian overrides.
* Remove obsolete field Name from debian/upstream/metadata
* debian/menu: Removed since there is a desktop file
* d/copyright:
- Remove old FSF address
- Review
* Remove unused lintian-overrides
* Standards-Version: 4.7.3 (routine-update)
* Remove Priority field to comply with Debian Policy 4.7.3 (routine-
update)
Checksums-Sha1:
693220783016cb27dbd26c0852e220681af12ad2 2128 chessx_1.6.2-1.dsc
4b86a892d2345bf2515edc7e8864f9ef60a48f0e 11024855 chessx_1.6.2.orig.tar.gz
482c1d338f84cce83e795a64a0b98d9bb266ec5a 10280 chessx_1.6.2-1.debian.tar.xz
3e6becfc5e4956069e033138f1cac8b53004ccfa 28479 chessx_1.6.2-1_source.buildinfo
Checksums-Sha256:
f748218a33a90333b71fa078ad3803a92e6a7ca842b1bb4aa7287c4ef9b40d40 2128
chessx_1.6.2-1.dsc
bb091d849cb02d6309978fe284c9f1a85c274f35122fe91c6b9c3089a6e20f80 11024855
chessx_1.6.2.orig.tar.gz
8a87f5e60d33e6de9257641d90fdc2ef7a65f7249bfbb1cc21f2519a8cdf4476 10280
chessx_1.6.2-1.debian.tar.xz
50c49bf9838cecf3f7724c5477247e8aa4f2b2fc11aba57d44d83c3b4eb860bf 28479
chessx_1.6.2-1_source.buildinfo
Files:
9fee83672ff35c4620fd1252c7813c6b 2128 games optional chessx_1.6.2-1.dsc
14782471cb9985e2e6cda72e4f879783 11024855 games optional
chessx_1.6.2.orig.tar.gz
3eac063159d01107ff66a9a7b6355328 10280 games optional
chessx_1.6.2-1.debian.tar.xz
17229adde1d74fa93e21c56065952d49 28479 games optional
chessx_1.6.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmlRuY0OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtHuew/7BxUq6ZOR9OXXIeZbqiFNsr/35xiC00QXE3/h
sfwMlWrVnTi+vLaPxN0JckEmo4Nbf0P+6k5IxPgKAlM8O6AJ6r24k9/ZyGXeX9/b
pIB/ce+bax1bwJj4R4SXDBYVk4AP+wyyNrKvmr25FMYM2ssXfw0Ocmc4mRRhlw1r
yV4iUoIucPlHaLKpo1wJiBWjHXjb1AY7al4DzMaiRRr+VUfWxciPPVL3lm+ai2c3
A+DR18vJr6GYYmfWcEbuE80RhzG8a98uBUelHUr+5jUvj3r9C6sdF/n/W1LKWNr4
sXk4IjtTIqLe2ixqRgSYfZdBJuROFkfK6fzjRZkrs0aDXujOgDtlt/qcvQcKp3cT
AsAc20r4PoAAjLxjYkmoaE5Gvb34SKILXuEQ1fGSAJSqTIaCaH7ZRAg07Knwh6Jo
9H6Ul55c6FAcSq4oyFHz82CHPLymCPtRqtqReVFUOK+QfVsaH6mzPsUKG+9TpBgj
iwOCzN3aTmdBQc3RS005gUxCxtgpehxvTxZ7V4yhpoo29qdl8BniLKDyjmf+3j0e
m6HbcqtHX4XFU4FSWpD1edYk27C959JuTFaK7zI+9mXUS2sjLsK8OCjjTmDfSi1V
Prz7T56dS2r5dqEtAa7gKaoPT8YwABlXlH29elhykhF/FFMGiKSgoQONogjA8NNr
p9sTzoQ=
=HfDT
-----END PGP SIGNATURE-----
pgplKAsJAqZM3.pgp
Description: PGP signature
--- End Message ---