Your message dated Mon, 04 May 2026 07:19:06 +0000
with message-id <[email protected]>
and subject line Bug#1131593: fixed in veyon 4.9.7+repack1-1.1
has caused the Debian Bug report #1131593,
regarding veyon: FTBFS: 
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:478:91: error: no matching 
function for call to 'QString::arg(QAtomicInt&)'
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.)


-- 
1131593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131593
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:veyon
Version: 4.9.7+repack1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:veyon, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[100%] Built target ldap
[100%] Building CXX object 
plugins/webapi/CMakeFiles/webapi.dir/WebApiHttpServer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/webapi && / 
[too-long-redacted] ins/webapi/WebApiHttpServer.cpp
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp: In member function 
‘QString WebApiController::getStatistics()’:
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:478:91: error: no matching 
function for call to ‘QString::arg(QAtomicInt&)’
  478 |         return QStringLiteral("Total API requests: %1 (%2/s in the past 
%3 
s)\n<br/>").arg(m_apiTotalRequestsCounter).arg(m_apiTotalRequestsPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:478:91: note: there are 4 
candidates
In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/qobject.h:11,
                 from /usr/include/x86_64-linux-gnu/qt6/QtCore/qiodevice.h:10,
                 from 
/usr/include/x86_64-linux-gnu/qt6/QtNetwork/qabstractsocket.h:12,
                 from 
/usr/include/x86_64-linux-gnu/qt6/QtNetwork/qtcpsocket.h:9,
                 from /usr/include/x86_64-linux-gnu/qt6/QtNetwork/QTcpSocket:1,
                 from /<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:25:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: candidate 1: 
‘template<class T, typename 
std::enable_if<conjunction_v<std::disjunction<std::is_integral<_Tp>, 
std::conjunction<std::is_enum<_Tp>, std::negation<q23::is_scoped_enum<E, 
is_enum_v<E> > > > >, std::negation<std::disjunction<std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, _Float16>, 
std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, qfloat16>, std::is_floating_point<_Tp> 
> >, 
std::negation<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> > > >, bool>::type <anonymous> > QString QString::arg(T, int, 
int, QChar) const’
  324 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, int base = 10,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:323:53: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  323 |     template <typename T, if_integral_non_char<T> = true>
      |                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: candidate 2: 
‘template<class T, typename 
std::enable_if<std::disjunction<std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, _Float16>, std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>, 
std::is_floating_point<_Tp> >::value, bool>::type <anonymous> > QString 
QString::arg(T, int, char, int, QChar) const’
  339 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, char format = 
'g', int precision = -1,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:338:50: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  338 |     template <typename T, if_floating_point<T> = true>
      |                                                  ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: candidate 3: 
‘template<class T, typename 
std::enable_if<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> >::value, bool>::type <anonymous> > QString QString::arg(const 
T&, int, QChar) const’
  344 |     [[nodiscard]] QString arg(const T &a, int fieldWidth = 0, QChar 
fillChar = u' ') const
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:343:47: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  343 |     template <typename T, if_string_like<T> = true>
      |                                               ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: candidate 4: 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const’
  364 |     arg(Args &&...args) const
      |     ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h: In substitution of 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const [with Args = 
{QAtomicInt&}]’:
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:478:84:   required from 
here
  478 |         return QStringLiteral("Total API requests: %1 (%2/s in the past 
%3 
s)\n<br/>").arg(m_apiTotalRequestsCounter).arg(m_apiTotalRequestsPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: error: no type named 
‘type’ in ‘struct std::enable_if<false, QString>’
  364 |     arg(Args &&...args) const
      |     ^~~
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:479:102: error: no 
matching function for call to ‘QString::arg(QAtomicInt&)’
  479 |                         QStringLiteral("Framebuffer requests: %1 (%2/s 
in the past %3 
s)\n<br/>").arg(m_framebufferRequestsCounter).arg(m_framebufferRequestsPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:479:102: note: there are 4 
candidates
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: candidate 1: 
‘template<class T, typename 
std::enable_if<conjunction_v<std::disjunction<std::is_integral<_Tp>, 
std::conjunction<std::is_enum<_Tp>, std::negation<q23::is_scoped_enum<E, 
is_enum_v<E> > > > >, std::negation<std::disjunction<std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, _Float16>, 
std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, qfloat16>, std::is_floating_point<_Tp> 
> >, 
std::negation<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> > > >, bool>::type <anonymous> > QString QString::arg(T, int, 
int, QChar) const’
  324 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, int base = 10,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:323:53: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  323 |     template <typename T, if_integral_non_char<T> = true>
      |                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: candidate 2: 
‘template<class T, typename 
std::enable_if<std::disjunction<std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, _Float16>, std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>, 
std::is_floating_point<_Tp> >::value, bool>::type <anonymous> > QString 
QString::arg(T, int, char, int, QChar) const’
  339 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, char format = 
'g', int precision = -1,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:338:50: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  338 |     template <typename T, if_floating_point<T> = true>
      |                                                  ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: candidate 3: 
‘template<class T, typename 
std::enable_if<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> >::value, bool>::type <anonymous> > QString QString::arg(const 
T&, int, QChar) const’
  344 |     [[nodiscard]] QString arg(const T &a, int fieldWidth = 0, QChar 
fillChar = u' ') const
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:343:47: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  343 |     template <typename T, if_string_like<T> = true>
      |                                               ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: candidate 4: 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const’
  364 |     arg(Args &&...args) const
      |     ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h: In substitution of 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const [with Args = 
{QAtomicInt&}]’:
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:479:81:   required from 
here
  479 |                         QStringLiteral("Framebuffer requests: %1 (%2/s 
in the past %3 
s)\n<br/>").arg(m_framebufferRequestsCounter).arg(m_framebufferRequestsPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: error: no type named 
‘type’ in ‘struct std::enable_if<false, QString>’
  364 |     arg(Args &&...args) const
      |     ^~~
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:480:105: error: no 
matching function for call to ‘QString::arg(QAtomicInt&)’
  480 |                         QStringLiteral("VNC framebuffer updates: %1 
(%2/s in the past %3 
s)\n<br/>").arg(m_vncFramebufferUpdatesCounter).arg(m_vncFramebufferUpdatesPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:480:105: note: there are 4 
candidates
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: candidate 1: 
‘template<class T, typename 
std::enable_if<conjunction_v<std::disjunction<std::is_integral<_Tp>, 
std::conjunction<std::is_enum<_Tp>, std::negation<q23::is_scoped_enum<E, 
is_enum_v<E> > > > >, std::negation<std::disjunction<std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, _Float16>, 
std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, qfloat16>, std::is_floating_point<_Tp> 
> >, 
std::negation<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> > > >, bool>::type <anonymous> > QString QString::arg(T, int, 
int, QChar) const’
  324 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, int base = 10,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:324:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:323:53: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  323 |     template <typename T, if_integral_non_char<T> = true>
      |                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: candidate 2: 
‘template<class T, typename 
std::enable_if<std::disjunction<std::is_same<typename std::remove_cv<typename 
std::remove_reference<_Tp>::type>::type, _Float16>, std::is_same<typename 
std::remove_cv<typename std::remove_reference<_Tp>::type>::type, qfloat16>, 
std::is_floating_point<_Tp> >::value, bool>::type <anonymous> > QString 
QString::arg(T, int, char, int, QChar) const’
  339 |     [[nodiscard]] QString arg(T a, int fieldWidth = 0, char format = 
'g', int precision = -1,
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:339:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:338:50: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  338 |     template <typename T, if_floating_point<T> = true>
      |                                                  ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: candidate 3: 
‘template<class T, typename 
std::enable_if<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv< <template-parameter-1-1> >::type> >, std::is_convertible<T, 
QAnyStringView> >::value, bool>::type <anonymous> > QString QString::arg(const 
T&, int, QChar) const’
  344 |     [[nodiscard]] QString arg(const T &a, int fieldWidth = 0, QChar 
fillChar = u' ') const
      |                           ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:344:27: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:343:47: error: no type named 
‘type’ in ‘struct std::enable_if<false, bool>’
  343 |     template <typename T, if_string_like<T> = true>
      |                                               ^~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: candidate 4: 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const’
  364 |     arg(Args &&...args) const
      |     ^~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: note: template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h: In substitution of 
‘template<class ... Args> typename std::enable_if<((sizeof... (Args) >= 2) && 
conjunction_v<std::conjunction<std::negation<QtPrivate::treat_as_integral_arg<typename
 std::remove_cv<Args>::type> >, std::is_convertible<Args, QAnyStringView> 
>...>), QString>::type QString::arg(Args&& ...) const [with Args = 
{QAtomicInt&}]’:
/<<PKGBUILDDIR>>/plugins/webapi/WebApiController.cpp:480:84:   required from 
here
  480 |                         QStringLiteral("VNC framebuffer updates: %1 
(%2/s in the past %3 
s)\n<br/>").arg(m_vncFramebufferUpdatesCounter).arg(m_vncFramebufferUpdatesPerSecond).arg(StatisticsUpdateIntervalSeconds)
 +
/usr/include/x86_64-linux-gnu/qt6/QtCore/qstring.h:364:5: error: no type named 
‘type’ in ‘struct std::enable_if<false, QString>’
  364 |     arg(Args &&...args) const
      |     ^~~
make[3]: *** [plugins/webapi/CMakeFiles/webapi.dir/build.make:167: 
plugins/webapi/CMakeFiles/webapi.dir/WebApiController.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3646: 
plugins/webapi/CMakeFiles/webapi.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: veyon
Source-Version: 4.9.7+repack1-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
veyon, 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 veyon 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: Mon, 20 Apr 2026 09:19:33 +0300
Source: veyon
Architecture: source
Version: 4.9.7+repack1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Packaging Team 
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1131593
Changes:
 veyon (4.9.7+repack1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Backport upstream fix for FTBFS with Qt 6.10. (Closes: #1131593)
   * Rely on the dpkg hardening flags only.
Checksums-Sha1:
 21a53b9b86ce8e1309ec6a6e23143161ad195431 2744 veyon_4.9.7+repack1-1.1.dsc
 fc8ea900a3d001dbac69c20ee8115d1da1077909 40184 
veyon_4.9.7+repack1-1.1.debian.tar.xz
Checksums-Sha256:
 5ef69f9c7b2dac25179e52adc5df224738ef5f45a8527879879c609bf926ae76 2744 
veyon_4.9.7+repack1-1.1.dsc
 762424e3be67465b1e794c59f6ff1388b34cce79d74272cc237e4fca7af1067f 40184 
veyon_4.9.7+repack1-1.1.debian.tar.xz
Files:
 c2820f29a4c0870691aa8cafe4200fd7 2744 x11 optional veyon_4.9.7+repack1-1.1.dsc
 d8542804d19ea1e38907da5d6c75e386 40184 x11 optional 
veyon_4.9.7+repack1-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmnlyFwACgkQiNJCh6LY
mLFlARAAs2eDD2bz8Hw5URzAM4auqiGX9lLrIRaT5ziKVOqBeGNim1P+2Bh1a2sp
xuO2uygxc0UoRVhSLhG4OgsTRKHRFTMlQUx7yqLV+5/chisyouwu8/XSh0j+DJB6
eWJCxwY8MInNDvDaalI8WozNW7bzcSuWgGJAQfppvr7QN2NQOmfJRZZ197A3PfOy
uboYM9iKSAWUy0PVfZTIuHQZbFmki7etwspf+pyVVEPBvGxLDLddiu47bOF/RGFy
CAn9h6oASk2m9fCX2trIradexNZJPSQ9wslN1VbBhgTiH+xbobGbSfJ5mgW/Tz1o
GVxhA2UPjiXlA8w0OpE0owSay1cpZLKxwBhRe+iVzy9QaT57nk36CJmOqoNPGmho
pKLYbuIJ2uqhsgwaGCGeqL/xX3+keJuX6STZ4JlHtHluJ3njq4B48wbPTt59eQpW
oJOEaNquJ1MeTuMrF93pB4Yr5Wm12lk2ZXgcYo/1x2vq7WSpgKJqcBSaz/QVlt8U
7Llt7vt8PCydRaUeJdYoH+XrB2qSLbN0au35aaXyC6XgQCe8ljXz4pjW37bFcSMe
iD+Oft+RMT8R/FNR9YhlHLK1dLsmF+YgAWHdInQOqMdB7nFlJU6P1uF7/J7XX055
EcKdnSZrxlKOqALg0bIQtyIx9MVuM7ldAUSWP4nKZUSXNF1Z6K4=
=1ybX
-----END PGP SIGNATURE-----

Attachment: pgpRGoc__c4Hi.pgp
Description: PGP signature


--- End Message ---

Reply via email to