Your message dated Thu, 09 Jul 2020 22:19:41 +0000
with message-id <e1jtetj-000adu...@fasolo.debian.org>
and subject line Bug#964646: fixed in oscar 1.1.1-1
has caused the Debian Bug report #964646,
regarding oscar: FTBFS: ../../oscar/SleepLib/machine.h:162:61: error: ‘QString& 
QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
QTextStream instead [-Werror=deprecated-declarations]
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.)


-- 
964646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oscar
Version: 1.1.0-testing-3-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> g++ -c -pipe -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -frtti -Wall -Wextra -D_REENTRANT -fPIC 
> -Dhelpless -DQT_DEPRECATED_WARNINGS -DNO_UPDATER -DLOCK_RESMED_SESSIONS 
> -D_TTY_POSIX_ -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_OPENGL_LIB 
> -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB 
> -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I../../oscar -I. -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o mainwindow.o 
> ../../oscar/mainwindow.cpp
> In file included from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/exportcsv.cpp:14:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: error: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Werror=deprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:26:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: error: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Werror=deprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/exportcsv.cpp: In member function ‘void 
> ExportCSV::on_exportButton_clicked()’:
> ../../oscar/exportcsv.cpp:259:74: error: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Werror=deprecated-declarations]
>   259 |                 data += sep + QString().sprintf("%02i:%02i:%02i", h, 
> m, s);
>       |                                                                       
>    ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/exportcsv.cpp:301:78: error: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Werror=deprecated-declarations]
>   301 |                     data += sep + QString().sprintf("%02i:%02i:%02i", 
> h, m, s);
>       |                                                                       
>        ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
>                  from ../../oscar/exportcsv.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h: In instantiation of ‘T 
> qExchange(T&, U&&) [with T = QDebug::Stream*; U = long int]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:118:77:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1050:7: error: invalid 
> conversion from ‘long int’ to ‘QDebug::Stream*’ [-fpermissive]
>  1050 |     t = std::forward<U>(newValue);
>       |     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       |
>       |       long int
> In file included from ../../oscar/main.cpp:25:
> ../../oscar/logger.h: In constructor ‘LogThread::LogThread()’:
> ../../oscar/logger.h:19:73: error: ‘void QTime::start()’ is deprecated: Use 
> QElapsedTimer instead [-Werror=deprecated-declarations]
>    19 |     explicit LogThread() : QRunnable() { running = false; 
> logtime.start(); }
>       |                                                                       
>   ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QTime:1,
>                  from ../../oscar/logger.h:8,
>                  from ../../oscar/main.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> ../../oscar/daily.cpp: In member function ‘void Daily::on_ReloadDay()’:
> ../../oscar/daily.cpp:814:16: error: ‘void QTime::start()’ is deprecated: Use 
> QElapsedTimer instead [-Werror=deprecated-declarations]
>   814 |     time.start();
>       |                ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:26:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:228:55: note: declared 
> here
>   228 |     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
>       |                                                       ^~~~~
> ../../oscar/daily.cpp:821:30: error: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Werror=deprecated-declarations]
>   821 |     unload_time=time.restart();
>       |                              ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:26:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp:825:28: error: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Werror=deprecated-declarations]
>   825 |     load_time=time.restart();
>       |                            ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:26:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp:843:29: error: ‘int QTime::restart()’ is deprecated: 
> Use QElapsedTimer instead [-Werror=deprecated-declarations]
>   843 |     other_time=time.restart();
>       |                             ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from ../../oscar/SleepLib/machine.h:16,
>                  from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/daily.cpp:26:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:229:54: note: declared 
> here
>   229 |     QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
>       |                                                      ^~~~~~~
> ../../oscar/daily.cpp: In member function ‘QString 
> Daily::getStatisticsInfo(Day*)’:
> ../../oscar/daily.cpp:1263:131: error: ‘QString& QString::sprintf(const 
> char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Werror=deprecated-declarations]
>  1263 |                        QString("</b></td><td colspan=2 
> bgcolor='white'>%1</td></tr>").arg(QString().sprintf("%02i:%02i:%02i",h,m,s));
>       |                                                                       
>                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> ../../oscar/daily.cpp: In member function ‘QString Daily::getSleepTime(Day*)’:
> ../../oscar/daily.cpp:1335:58: error: ‘QString& QString::sprintf(const char*, 
> ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead 
> [-Werror=deprecated-declarations]
>  1335 |             .arg(QString().sprintf("%02i:%02i:%02i",h,m,s));
>       |                                                          ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h:46,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from ../../oscar/SleepLib/profiles.h:19,
>                  from ../../oscar/daily.h:25,
>                  from ../../oscar/mainwindow.h:19,
>                  from ../../oscar/main.cpp:26:
> ../../oscar/SleepLib/machine.h: In member function ‘QString Machine::hexid()’:
> ../../oscar/SleepLib/machine.h:162:61: error: ‘QString& 
> QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or 
> QTextStream instead [-Werror=deprecated-declarations]
>   162 |     QString hexid() { return QString().sprintf("%08lx", m_id); }
>       |                                                             ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:44,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
>                  from ../../oscar/main.cpp:13:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:382:14: note: declared here
>   382 |     QString &sprintf(const char *format, ...) 
> Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
>       |              ^~~~~~~
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h:43,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/QTextCharFormat:1,
>                  from ../../oscar/daily.cpp:9:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h: In instantiation of ‘T 
> qExchange(T&, U&&) [with T = QDebug::Stream*; U = long int]’:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:118:77:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1050:7: error: invalid 
> conversion from ‘long int’ to ‘QDebug::Stream*’ [-fpermissive]
>  1050 |     t = std::forward<U>(newValue);
>       |     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       |
>       |       long int
> cc1plus: all warnings being treated as errors
> make[2]: *** [Makefile:1365: exportcsv.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/oscar_1.1.0-testing-3-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: oscar
Source-Version: 1.1.1-1
Done: Sergio Durigan Junior <sergi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
oscar, 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 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergio Durigan Junior <sergi...@debian.org> (supplier of updated oscar 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, 09 Jul 2020 17:16:26 -0400
Source: oscar
Architecture: source
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Sergio Durigan Junior <sergi...@debian.org>
Closes: 964646
Changes:
 oscar (1.1.1-1) unstable; urgency=medium
 .
   * d/watch: Add uversionmangle to account for "-rc" suffix.
   * New upstream version 1.1.1. (Closes: #964646)
   * Adjust our local patches for the new release.
     - d/p/0001-Create-install-rule-on-Makefile.patch: Refresh.
     - d/p/0002-Don-t-print-build-date.patch: New patch, derived from...
     - d/p/0002-Remove-__DATE__-and-__TIME__-from-version-string.patch:
       ... this.
     - d/p/0003-Fix-GCC9-implicitly-declared-copy-constructor-is-dep.patch:
       Remove; fixed upstream.
     - d/p/0004-Fix-typos.patch: Remove.  This patch is too big to maintain
       for a small benefit.  I will rework and submit it upstream later.
   * d/rules: Adjust configure step to use OSCAR_QT.pro explicitly.
   * d/control: Bump Standards-Version to 4.5.
   * d/control: Bump debhelper-compat to 13.
Checksums-Sha1:
 c6460d21eea9e739688b619e617cf17ffe7dd8fa 2044 oscar_1.1.1-1.dsc
 f0753b9c17fb9f21dcb0396d3dbcd482dae0f8ce 6486128 oscar_1.1.1.orig.tar.bz2
 09ecb30c351a0c74a055837be481ac125fc2d2f9 4376 oscar_1.1.1-1.debian.tar.xz
 3f7f870dcc303c11d79fa1c3dd3084834d02d191 10977 oscar_1.1.1-1_amd64.buildinfo
Checksums-Sha256:
 0692c38078ef80eb3e095882839491178607e7831db366c5605420425f544be2 2044 
oscar_1.1.1-1.dsc
 742c643271e19ca9f870b1935dfe27ccecde96d6a8b6ab15054fa45f75d697f8 6486128 
oscar_1.1.1.orig.tar.bz2
 2a54255530f1fe7188d47f00b29ff71f544e85794a0cb4df70ed10587464428a 4376 
oscar_1.1.1-1.debian.tar.xz
 9fe7542056a8fd7e7827378daae4151eb0b01bda6ae9a59655a63209b4774914 10977 
oscar_1.1.1-1_amd64.buildinfo
Files:
 9182e81cc246eaaba76584e3ffa697b3 2044 science optional oscar_1.1.1-1.dsc
 8d5d315f01fdf29cf0b2fc7fb24d0f13 6486128 science optional 
oscar_1.1.1.orig.tar.bz2
 d45286a323e95aba178e4720732c6194 4376 science optional 
oscar_1.1.1-1.debian.tar.xz
 4a7ef998019f546827f5832efa234944 10977 science optional 
oscar_1.1.1-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAl8HjHIUHHNlcmdpb2Rq
QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjaHNxAAg2LoDoy8Oz9B0hnHoaHfReEbsG50
jEO/FsXggoUNRLJLhKp2K3Uil/2Ga/vhTrfYxl+5UBJ3R4kyGbTebvXjcnm39+VS
eomkujRxKANp1+gNRfIT1YHrrG+zdgXbFDwcwJsbz9EF6atIMZKVYtpofZpL/brH
Z+x9D81VkmgLIT5nzxVncQT/pHRFPuq8BYssqxzKONhVBXVb1msVbPgil7u7Cdp0
2ukvLOW5eVAUYcvQSz7+4nuCi6JAj5bZpKokFQdvPigFFzyWzIIYHuJ5yX3sJVyH
2T+cn+EUmrAjqnZVjXWa23Mk/rPbfWbv+FR7FqEQoQJ6yhGBwodKm/eBCGNWR7Lb
dX8X3ddcf9odXKJdAttRg44nu7GS+Yyn7CS0JL1V9kz7CUDrjLDY8m3b8P5dd64H
aJP8aLnJz60HRNFUMAg+3GJfRPANndc2MpxC/Y8kB+Jsx6H0gao5VBOKxcWQS4Uc
Ed4N5zZ8w2PvHVWf9rrVVHJly10M5HHnFxIHT3hnl7JnTP0qj2FwLN6TFob6Vvf5
vX4etim94mzufNJqqV8S8gZyi2IrBM85Yh5J+WVAoLwvv5Jz8BqmLKFR79m6G2uS
kAF3Y2VMP7qn6384rsao0LbW9niMOfYGHqrLLfd0/sPfcbsu7jIj55JAE6r86Lu2
ZC6HNmBqsmydojE=
=8YFI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to