Your message dated Thu, 30 Jul 2026 20:06:36 +0000
with message-id <[email protected]>
and subject line Bug#1138336: fixed in svxlink 26.05.1-1
has caused the Debian Bug report #1138336,
regarding svxlink: FTBFS with openssl 4.0
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.)
--
1138336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138336
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: svxlink
Version: 25.05.1-4
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0
OpenSSL 4.0 is in experimental. This package fails to build against it:
| [ 2%] Building CXX object
async/core/CMakeFiles/asynccore.dir/AsyncTcpClientBase.cpp.o
| cd /build/reproducible-path/svxlink-25.05.1/build/async/core && /usr/bin/c++
-DINTERNAL_SAMPLE_RATE=16000 -D_REENTRANT -Dasynccore_EXPORTS
-I/build/reproducible-path/svxlink-25.05.1/build/include
-I/build/reproducible-path/svxlink-25.05.1/build
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/sigc++-2.0 -g -O2
-ffile-prefix-map=/build/reproducible-path/svxlink-25.05.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wdate-time -D_FORTIFY_SOURCE=2 --std=c++11 -fPIC -MD -MT
async/core/CMakeFiles/asynccore.dir/AsyncTcpClientBase.cpp.o -MF
CMakeFiles/asynccore.dir/AsyncTcpClientBase.cpp.o.d -o
CMakeFiles/asynccore.dir/AsyncTcpClientBase.cpp.o -c
/build/reproducible-path/svxlink-25.05.1/src/async/core/AsyncTcpClientBase.cpp
| In file included from
/build/reproducible-path/svxlink-25.05.1/build/include/AsyncTcpConnection.h:63,
| from
/build/reproducible-path/svxlink-25.05.1/build/include/AsyncTcpClientBase.h:52,
| from
/build/reproducible-path/svxlink-25.05.1/src/async/core/AsyncTcpClient.h:58,
| from
/build/reproducible-path/svxlink-25.05.1/src/async/core/AsyncTcpClientBase.cpp:66:
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h: In
member function ‘std::string Async::SslX509::commonName() const’:
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:357:49:
error: invalid conversion from ‘const X509_NAME_ENTRY*’ {aka ‘const
X509_name_entry_st*’} to ‘X509_NAME_ENTRY*’ {aka
‘X509_name_entry_st*’} [-fpermissive]
| 357 | X509_NAME_ENTRY *e = X509_NAME_get_entry(subj, lastpos);
| | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
| | |
| | const
X509_NAME_ENTRY* {aka const X509_name_entry_st*}
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:358:50:
error: invalid conversion from ‘const ASN1_STRING*’ {aka ‘const
asn1_string_st*’} to ‘ASN1_STRING*’ {aka ‘asn1_string_st*’}
[-fpermissive]
| 358 | ASN1_STRING *d = X509_NAME_ENTRY_get_data(e);
| | ~~~~~~~~~~~~~~~~~~~~~~~~^~~
| | |
| | const ASN1_STRING*
{aka const asn1_string_st*}
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h: In
member function ‘bool Async::SslX509::timeIsWithinRange(time_t, time_t)
const’:
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:634:29:
warning: ‘int X509_cmp_time(const ASN1_TIME*, const time_t*)’ is
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
| 634 | (X509_cmp_time(not_before, &tbegin) == -1)) &&
| | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
| In file included from /usr/include/openssl/pem.h:23,
| from
/build/reproducible-path/svxlink-25.05.1/build/include/AsyncTcpConnection.h:44:
| /usr/include/openssl/x509.h:693:27: note: declared here
| 693 | OSSL_DEPRECATEDIN_4_0 int X509_cmp_time(const ASN1_TIME *s, const
time_t *t);
| | ^~~~~~~~~~~~~
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:636:29:
warning: ‘int X509_cmp_time(const ASN1_TIME*, const time_t*)’ is
deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations]
| 636 | (X509_cmp_time(not_after, &tend) == 1));
| | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
| /usr/include/openssl/x509.h:693:27: note: declared here
| 693 | OSSL_DEPRECATEDIN_4_0 int X509_cmp_time(const ASN1_TIME *s, const
time_t *t);
| | ^~~~~~~~~~~~~
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h: In
member function ‘void Async::SslX509::addIssuerName(const std::string&, const
std::string&)’:
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:715:45:
error: invalid conversion from ‘const X509_NAME*’ {aka ‘const
X509_name_st*’} to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
| 715 | X509_NAME* name = X509_get_issuer_name(m_cert);
| | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~
| | |
| | const X509_NAME* {aka
const X509_name_st*}
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h: In
member function ‘void Async::SslX509::addSubjectName(const std::string&,
const std::string&)’:
| /build/reproducible-path/svxlink-25.05.1/build/include/AsyncSslX509.h:738:46:
error: invalid conversion from ‘const X509_NAME*’ {aka ‘const
X509_name_st*’} to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
| 738 | X509_NAME* name = X509_get_subject_name(m_cert);
| | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
| | |
| | const X509_NAME* {aka
const X509_name_st*}
| make[4]: *** [async/core/CMakeFiles/asynccore.dir/build.make:152:
async/core/CMakeFiles/asynccore.dir/AsyncTcpClientBase.cpp.o] Error 1
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/svxlink_25.05.1-4_amd64-2026-04-19T11:48:12Z
Sebastian
--- End Message ---
--- Begin Message ---
Source: svxlink
Source-Version: 26.05.1-1
Done: Dave Hibberd <[email protected]>
We believe that the bug you reported is fixed in the latest version of
svxlink, 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.
Dave Hibberd <[email protected]> (supplier of updated svxlink 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, 27 Jul 2026 00:49:16 +0100
Source: svxlink
Binary: libasyncaudio-dev libasyncaudio1.9 libasyncaudio1.9-dbgsym
libasynccore-dev libasynccore1.9 libasynccore1.9-dbgsym libasynccpp-dev
libasynccpp1.9 libasynccpp1.9-dbgsym libasyncqt-dev libasyncqt1.9
libasyncqt1.9-dbgsym libecholib-dev libecholib1.3t64 libecholib1.3t64-dbgsym
qtel qtel-dbgsym qtel-icons remotetrx remotetrx-dbgsym
svxlink-calibration-tools svxlink-calibration-tools-dbgsym svxlink-gpio
svxlink-server svxlink-server-dbgsym svxreflector svxreflector-dbgsym
Architecture: source amd64 all
Version: 26.05.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <[email protected]>
Changed-By: Dave Hibberd <[email protected]>
Description:
libasyncaudio-dev - AsyncAudio library for SvxLink (development files)
libasyncaudio1.9 - AsyncAudio library for SvxLink
libasynccore-dev - AsyncCore library for SvxLink (development files)
libasynccore1.9 - AsyncCore library for SvxLink
libasynccpp-dev - AsyncCpp library for SvxLink (development files)
libasynccpp1.9 - AsyncCpp library for SvxLink
libasyncqt-dev - AsyncQt library for SvxLink (development files)
libasyncqt1.9 - AsyncQt library for SvxLink
libecholib-dev - EchoLib library for SvxLink (development files)
libecholib1.3t64 - EchoLib library for SvxLink
qtel - Graphical client for the EchoLink® protocol
qtel-icons - Icons for graphical client for the EchoLink® protocol
remotetrx - Remote controller for radio transceivers
svxlink-calibration-tools - Calibration tools for SvxLink amateur radio suite
svxlink-gpio - GPIO control scripts SvxLink amateur radio server
svxlink-server - Voice-over-IP server for ham radio operators
svxreflector - Conference server for SvxLink amateur radio servers
Closes: 1138336
Changes:
svxlink (26.05.1-1) unstable; urgency=medium
.
[ Christoph Berg ]
* New upstream version 26.05.1.
* Fixes various security issues:
https://github.com/sm0svx/svxlink/security/advisories
.
[ Dave Hibberd ]
* Remove libgpiod v2 patch, functionality now upstreamed
* Remove patch 0006, tcl logic rewritten and scans the same dir
* Add LogWriter.h to libasynccore-dev
* Bump sonames & rename lib packages, add B-R on 1.8
* Bump Standards, no changes required
* Add OpenSSL4 compat Patch from Ravi Kant Sharma (Closes: #1138336)
Checksums-Sha1:
859039d0e3dc474ee7d26d4a71521144884beea7 3024 svxlink_26.05.1-1.dsc
6a5ace842084ed25f7b22671bfa61f199a5a62e9 2073188 svxlink_26.05.1.orig.tar.gz
f8437b190c04782a2c4bf69d22a2cdfb3edadd9f 28744 svxlink_26.05.1-1.debian.tar.xz
232d2854e3b7e235e881b131e283b05cd1032849 163200
libasyncaudio-dev_26.05.1-1_amd64.deb
fce67a368efd24dcacbdc8564cdfe6127f09cc4b 971308
libasyncaudio1.9-dbgsym_26.05.1-1_amd64.deb
97b1bcefbe535156300fa514f77c5a7e292f0ee3 114444
libasyncaudio1.9_26.05.1-1_amd64.deb
84c3a26b2134df1d7f2a6cdbe5c71ea2f1a662df 186736
libasynccore-dev_26.05.1-1_amd64.deb
b9c8a1be929ab03082fbd1b15934f8603de412e9 1562512
libasynccore1.9-dbgsym_26.05.1-1_amd64.deb
f5a485729d8b2ea01c1607526b0ecedd7be9cdb6 110252
libasynccore1.9_26.05.1-1_amd64.deb
63bad112aa2cec529a74f35c6c0ed6a44bc2e645 48576
libasynccpp-dev_26.05.1-1_amd64.deb
15448d62c90e698d9a0295309c7888c4ed6b8a05 506148
libasynccpp1.9-dbgsym_26.05.1-1_amd64.deb
4d2e9bc5173c2ab09f601b8bdf52603393b3d172 45884
libasynccpp1.9_26.05.1-1_amd64.deb
5162752e3ec424d515c120bd359a13fd4d185512 30680
libasyncqt-dev_26.05.1-1_amd64.deb
60ba2ba5d8e840626981dc7066247e7d786172ff 659776
libasyncqt1.9-dbgsym_26.05.1-1_amd64.deb
5452e7ebe1579e247d0040a4f9f00b289a4ea941 31916
libasyncqt1.9_26.05.1-1_amd64.deb
495126bfcf3d5649fc092f019d313158d49afc1e 74900
libecholib-dev_26.05.1-1_amd64.deb
07699411c65a9165b005604ae6a3e634172428d1 763072
libecholib1.3t64-dbgsym_26.05.1-1_amd64.deb
f10e54ac3b06e195ae3d34b118f03b89c463c0ae 57716
libecholib1.3t64_26.05.1-1_amd64.deb
01514d1e9a1704730050809fbfd0dd0f7b909c73 2050244
qtel-dbgsym_26.05.1-1_amd64.deb
94f7317b6a105007983d776f80957f541b9bc1aa 31232 qtel-icons_26.05.1-1_all.deb
5939831c5fce6e9303503b78ff960414486b6a91 147572 qtel_26.05.1-1_amd64.deb
3199693570a1568fcb95751002b06bcb6a862345 6171484
remotetrx-dbgsym_26.05.1-1_amd64.deb
cad5b2b065c85926fc6d3c2b053c28c7848e12bf 359148 remotetrx_26.05.1-1_amd64.deb
8a8c9fcb758a0444d4f199e3fa9d8801d43d20be 9366120
svxlink-calibration-tools-dbgsym_26.05.1-1_amd64.deb
ef3fd693746ca51a4f25b03ccb591ff6b07f5693 415852
svxlink-calibration-tools_26.05.1-1_amd64.deb
17ceea513e6209888d5706d19a9f5c50c8076d51 39012 svxlink-gpio_26.05.1-1_all.deb
e4d5432eecab809b7fa26cbff7a82158c7d390b9 13181972
svxlink-server-dbgsym_26.05.1-1_amd64.deb
1a8e98ff25545971011f2f5512c0559d54003859 939508
svxlink-server_26.05.1-1_amd64.deb
cb1f998589ad3a28ec55a8a33b2a4a7acee76c9e 21772
svxlink_26.05.1-1_amd64.buildinfo
0a1556f5955450200466751cd119e8bb169ce918 3105060
svxreflector-dbgsym_26.05.1-1_amd64.deb
32a707d632a49695a38f175f3ab4284ac5ff172a 227820
svxreflector_26.05.1-1_amd64.deb
Checksums-Sha256:
7a0c35ddc197bbffa59bd11ab103dfa3943c762cf19b10eb412ba55519e746e9 3024
svxlink_26.05.1-1.dsc
a1689fdefc4a84f028ef8da45594e3421637167825cc131c588ab0cda6d78376 2073188
svxlink_26.05.1.orig.tar.gz
85698146af7bcad8c7bd99355275e6318258585bf309505fa27906a48585549b 28744
svxlink_26.05.1-1.debian.tar.xz
01fc06fc922712297c37bc0fc3f106eb098893af785c7cf8e6b22b8b982ad858 163200
libasyncaudio-dev_26.05.1-1_amd64.deb
7f72a807cbe715d5b5c98b008af65b59283b3a5d3fbd99982f87d838f6cbc536 971308
libasyncaudio1.9-dbgsym_26.05.1-1_amd64.deb
eb09031a13898066d87b0cc7faef13bbade058413b5e56d630ff3dbc4111a5b3 114444
libasyncaudio1.9_26.05.1-1_amd64.deb
0985dec25ce7c554858078a4d8f6264398add20e8a168fd4c88efb261edbd150 186736
libasynccore-dev_26.05.1-1_amd64.deb
ab0fb12ccd2d4a365691812481cf04ba0baf1862a40ae615182f01762a11ddb4 1562512
libasynccore1.9-dbgsym_26.05.1-1_amd64.deb
9e755e109326d8be11a37921fc7d94d30243cd7efa8a9033bd00f59a1b19b218 110252
libasynccore1.9_26.05.1-1_amd64.deb
11f340d92118b802051c9bbf53ac8d6ea06e91237c09d5c68594c43e0a67e67c 48576
libasynccpp-dev_26.05.1-1_amd64.deb
a0b226262cdc92d1978f38771509a91367585cc450f5bdb18161cb732680f3d5 506148
libasynccpp1.9-dbgsym_26.05.1-1_amd64.deb
30f10c8bfce4c061b62a767534c9771f62b30223d60fcf95b80317cbdc016a7b 45884
libasynccpp1.9_26.05.1-1_amd64.deb
451fbbb8978b4fe4083e6500619202cb368c42ff9cb5180ad4a08203a785d88f 30680
libasyncqt-dev_26.05.1-1_amd64.deb
1edf7a5bd660c52c804821428548cf360f3495bf9786df6d35804799c3f00fce 659776
libasyncqt1.9-dbgsym_26.05.1-1_amd64.deb
f2d244c2cd9262106b917544abe997a7e3a37a6e61b72f200847e88772f1082f 31916
libasyncqt1.9_26.05.1-1_amd64.deb
1212af51092a7bc7b98dd5e6db0464a07fb4190202dda501dd6ce4284b8ab8a2 74900
libecholib-dev_26.05.1-1_amd64.deb
bdc544b6e729ae7babe7366be495b1c5a683ea00cace271c61b49283052d759c 763072
libecholib1.3t64-dbgsym_26.05.1-1_amd64.deb
df78df7daf95af0ff49b137e8bc77e43f87f6dcb6094d8a8d838df1b26088d08 57716
libecholib1.3t64_26.05.1-1_amd64.deb
b6322165d31ed58493392ff545f9f4ec924da134ce3b54615168f79a407e0ca8 2050244
qtel-dbgsym_26.05.1-1_amd64.deb
de0abfe8f3c2dc406bb8b7f8ce11e7220d993b4d37fcd9dd07bf381d71c6b5d8 31232
qtel-icons_26.05.1-1_all.deb
937b69cb4abb51341a551b3cf3d16ff6dc76ab0d90bba4a21d3a8652dcf392ca 147572
qtel_26.05.1-1_amd64.deb
66e904b9a39f8e16569a78c1530ca17f3348eeabd254a505edbe617939e7da97 6171484
remotetrx-dbgsym_26.05.1-1_amd64.deb
7b0e5ccc705f7dcc5d5abf503433e0aa4d009acebedc150c15fd4a02aef0bb6a 359148
remotetrx_26.05.1-1_amd64.deb
b63079c3195c7efbb24ee27d6899f9c2d80bc6cd7b3a96aae4d1a2ef8e67e88b 9366120
svxlink-calibration-tools-dbgsym_26.05.1-1_amd64.deb
2b78879c68d712b949dd973630fabc3289c0cbca1eb2d42518fb5ba3f3c0565c 415852
svxlink-calibration-tools_26.05.1-1_amd64.deb
cc1f7a59beff8bb7932a4dcb1f8c8ea19a36e241a842b26656a66e2f3a4c3f6d 39012
svxlink-gpio_26.05.1-1_all.deb
223f64a703005da0174b22628f7facb5eb068dcf69a3b95d5c14ba6b39c84384 13181972
svxlink-server-dbgsym_26.05.1-1_amd64.deb
ef8d0aa38099610da233ef869a6dbaecc4ecbecb3a278dc0580535a49ebcfa8b 939508
svxlink-server_26.05.1-1_amd64.deb
1d6820d5c489e6c42724201d93bb3a75dfe9a524ee0c071d090339b87da9075b 21772
svxlink_26.05.1-1_amd64.buildinfo
68904653bd44a8b2c1e628f9d864deda6cc5fa658261fd4c71cd9c5b7e6a97c2 3105060
svxreflector-dbgsym_26.05.1-1_amd64.deb
4f2215f1c1bfc3d8b39fe570eb30e574e5ed510f08de9dc8b7369460b019daea 227820
svxreflector_26.05.1-1_amd64.deb
Files:
d59c722ac0cab21a0c561a32de3b6dd1 3024 hamradio optional svxlink_26.05.1-1.dsc
9fa171a0912d7aac608113c0afd5262b 2073188 hamradio optional
svxlink_26.05.1.orig.tar.gz
7398e9892d28f40975563ab174b41322 28744 hamradio optional
svxlink_26.05.1-1.debian.tar.xz
5570cd875f9d9007e4324066634bb4f8 163200 libdevel optional
libasyncaudio-dev_26.05.1-1_amd64.deb
b787c7953f13ccabb1565d5a84fdfcc1 971308 debug optional
libasyncaudio1.9-dbgsym_26.05.1-1_amd64.deb
84d60919a0c90491c40ea049741d80ac 114444 libs optional
libasyncaudio1.9_26.05.1-1_amd64.deb
f63938d3b81cee547a9373114a835404 186736 libdevel optional
libasynccore-dev_26.05.1-1_amd64.deb
6ad37e1de74b485c653259623e22f5ed 1562512 debug optional
libasynccore1.9-dbgsym_26.05.1-1_amd64.deb
d83097694049aa2cd3ab1202bf9211f2 110252 libs optional
libasynccore1.9_26.05.1-1_amd64.deb
fdae0ba3f3054932ad1facdbbfdeae60 48576 libdevel optional
libasynccpp-dev_26.05.1-1_amd64.deb
c0cf2091c048484378e173165be51837 506148 debug optional
libasynccpp1.9-dbgsym_26.05.1-1_amd64.deb
9063219fa44152ea75fdde928c974a10 45884 libs optional
libasynccpp1.9_26.05.1-1_amd64.deb
507f69e00a170f5680a3015c9d3fdbaa 30680 libdevel optional
libasyncqt-dev_26.05.1-1_amd64.deb
699274b6f66b574178737e72f5a0b60a 659776 debug optional
libasyncqt1.9-dbgsym_26.05.1-1_amd64.deb
4de851a2f42029fe8e88556eeeee0617 31916 libs optional
libasyncqt1.9_26.05.1-1_amd64.deb
2b91bb5cd98b2b2dade43357e4b9574e 74900 libdevel optional
libecholib-dev_26.05.1-1_amd64.deb
5d41fc87fd1368bebef4b68067b234ee 763072 debug optional
libecholib1.3t64-dbgsym_26.05.1-1_amd64.deb
1286f523252de653ab8f35b15a90eb8e 57716 libs optional
libecholib1.3t64_26.05.1-1_amd64.deb
cd7d43b8796f272360a40d5dfc97efb3 2050244 debug optional
qtel-dbgsym_26.05.1-1_amd64.deb
e89cbc0e3d7ca2d895ee6361ab3a796f 31232 hamradio optional
qtel-icons_26.05.1-1_all.deb
a02a124a51350d276a3e95a9e1304a4e 147572 hamradio optional
qtel_26.05.1-1_amd64.deb
2e1337aadf3b32cf6599c4893b2aa531 6171484 debug optional
remotetrx-dbgsym_26.05.1-1_amd64.deb
d4b25453e8242af17431e0b1af7ec5e3 359148 hamradio optional
remotetrx_26.05.1-1_amd64.deb
960c5d149c2d339a16340ab4793e4c0f 9366120 debug optional
svxlink-calibration-tools-dbgsym_26.05.1-1_amd64.deb
28da306d109b21c3592e5b5ad4069ef3 415852 hamradio optional
svxlink-calibration-tools_26.05.1-1_amd64.deb
a8bba3200b0f92482035436b52bae117 39012 hamradio optional
svxlink-gpio_26.05.1-1_all.deb
d9b19e73cb065e4612503b4f489c9e95 13181972 debug optional
svxlink-server-dbgsym_26.05.1-1_amd64.deb
f1fc1acfcc9f693926308e1bb35283e3 939508 hamradio optional
svxlink-server_26.05.1-1_amd64.deb
ffa86a93a68f0bd8f9621aa281c1c207 21772 hamradio optional
svxlink_26.05.1-1_amd64.buildinfo
df8cc1cf380906e4764efaaa307aabcb 3105060 debug optional
svxreflector-dbgsym_26.05.1-1_amd64.deb
0a83e7c813b42283e80b5fc64c1c096a 227820 hamradio optional
svxreflector_26.05.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEXk9UUZPolpyKWbgKA6H7ehkEdxsFAmpnz7cACgkQA6H7ehkE
dxsCdwf/aFa1soGQIvppSOQQugMtaGxIRHun3xdfgcbaSKVwX75mTterZ4tfyudR
Obb1wpsW65pLSUQ+l19W4H5ceaDXPZUoGCGAQF21Gd7Klwu16kOhbEW8Y5ioiPyi
izOsSVxCKPNZfC/ygZY6lkPRKAj4hQHsnzTs/H3Zpzy97yPD6pTupagEW81JjayI
JB/VRNhcK7z2TPX5RoXuIeVKyYYJ8+2EalWuGSpeiO8S2rnJVpNHbCpIClw1K5iK
6jlYVK8TAYwy21DtXtaSOwgWaCzPmYFKEtKHbcNUgAkbBXSxDeCHECNLmUTO7EEY
p50xJ9AQHR5cybs73wcCAZuNoJzc8A==
=MzOH
-----END PGP SIGNATURE-----
pgpfzxVk2nEl2.pgp
Description: PGP signature
--- End Message ---