Your message dated Fri, 06 Dec 2019 12:00:16 +0000
with message-id <[email protected]>
and subject line Bug#901940: fixed in libvirt 5.6.0-3
has caused the Debian Bug report #901940,
regarding Please separate uncommon connection drivers
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.)
--
901940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901940
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt
Version: 4.3.0-1
Severity: normal
I'd suggest we do split the connectino backends as it was done for storage
drivers before:
https://salsa.debian.org/libvirt-team/libvirt/commit/ea0f70cfde9ad38b40df4db4b05582d498f2a8e0
https://salsa.debian.org/libvirt-team/libvirt/commit/a218a9c45ca2af824c20e2b7b369984f48202a8d
Reasoning: In 9/10 cases people drive KVM via libvirt, which is why I have
split it the way I'm suggesting.
I'd suggest to keep these for being "internal" libvirt functionality
/usr/lib/libvirt/connection-driver/libvirt_driver_interface.so
/usr/lib/libvirt/connection-driver/libvirt_driver_network.so
/usr/lib/libvirt/connection-driver/libvirt_driver_nodedev.so
/usr/lib/libvirt/connection-driver/libvirt_driver_nwfilter.so
/usr/lib/libvirt/connection-driver/libvirt_driver_secret.so
/usr/lib/libvirt/connection-driver/libvirt_driver_storage.so
And qemu/kvm for being the most commonly used virt backend
/usr/lib/libvirt/connection-driver/libvirt_driver_qemu.so
I'd break the following out to extra packages, with the latter two groupesd
for xen
/usr/lib/libvirt/connection-driver/libvirt_driver_uml.so
/usr/lib/libvirt/connection-driver/libvirt_driver_lxc.so
/usr/lib/libvirt/connection-driver/libvirt_driver_vbox.so
/usr/lib/libvirt/connection-driver/libvirt_driver_libxl.so
/usr/lib/libvirt/connection-driver/libvirt_driver_xen.so
I was going back and forth on breaking out lxc or not.
I know that you (Guido) worked a bit with it. In case Debian wants to keep
lxc in the default set I'd ask you to accept my changes but make it a
recommends on Debian. From Ubuntu's POV libvirt-lxc is clearly inferior to
LXD in so many way that I'd want to keep it out of the default libvirt
connections.
Overall this allows to drop all xen related dependencies ones like
libxen-4.9 /libxenstore3.0.
Separating the others does not grant more dependencies to be dropped, but
it still is cleaner and more lightweight in general.
Since not all arches build all connection drivers anyway I used [1] to
derive which ones I need to list for vbox/xen as linux-any would leave
empty packages on e.g. s390x.
The aborts without those connection drivers installed are not ugly and
actually quite correct in its error message:
$ export LIBVIRT_DEFAULT_URI='lxc:///'
$ virsh list
error: failed to connect to the hypervisor
error: no connection driver available for lxc:///
After install and libvirtd service restart (just as with the storgae
drivers) it works fine:
# virsh list
Id Name State
----------------------------------------------------
...
I have a patch ready to do all that which I'll submit in salsa as soon as I
got the bug number from this report (to make the changelog correctly refer
to the bug).
I already test-backported to the (currently shamefully out of date) Ubuntu
version and a test build is in [2] in case you want to look at buildlogs or
such.
[1]: https://buildd.debian.org/status/package.php?p=libvirt
[2]: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3302
--
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 5.6.0-3
We believe that the bug you reported is fixed in the latest version of
libvirt, 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.
Guido Günther <[email protected]> (supplier of updated libvirt 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: SHA256
Format: 1.8
Date: Wed, 27 Nov 2019 11:13:51 +0100
Source: libvirt
Binary: libnss-libvirt libnss-libvirt-dbgsym libvirt-clients
libvirt-clients-dbgsym libvirt-daemon libvirt-daemon-dbgsym
libvirt-daemon-driver-lxc libvirt-daemon-driver-lxc-dbgsym
libvirt-daemon-driver-qemu libvirt-daemon-driver-qemu-dbgsym
libvirt-daemon-driver-storage-gluster
libvirt-daemon-driver-storage-gluster-dbgsym libvirt-daemon-driver-storage-rbd
libvirt-daemon-driver-storage-rbd-dbgsym libvirt-daemon-driver-storage-zfs
libvirt-daemon-driver-storage-zfs-dbgsym libvirt-daemon-driver-vbox
libvirt-daemon-driver-vbox-dbgsym libvirt-daemon-driver-xen
libvirt-daemon-driver-xen-dbgsym libvirt-daemon-system
libvirt-daemon-system-dbgsym libvirt-dev libvirt-doc libvirt-sanlock
libvirt-sanlock-dbgsym libvirt-wireshark libvirt-wireshark-dbgsym libvirt0
libvirt0-dbgsym
Architecture: source amd64 all
Version: 5.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
libnss-libvirt - nss plugins providing IP address resolution for virtual
machines
libvirt-clients - Programs for the libvirt library
libvirt-daemon - Virtualization daemon
libvirt-daemon-driver-lxc - Virtualization daemon LXC connection driver
libvirt-daemon-driver-qemu - Virtualization daemon QEMU connection driver
libvirt-daemon-driver-storage-gluster - Virtualization daemon glusterfs
storage driver
libvirt-daemon-driver-storage-rbd - Virtualization daemon RBD storage driver
libvirt-daemon-driver-storage-zfs - Virtualization daemon ZFS storage driver
libvirt-daemon-driver-vbox - Virtualization daemon VirtualBox connection driver
libvirt-daemon-driver-xen - Virtualization daemon Xen connection driver
libvirt-daemon-system - Libvirt daemon configuration files
libvirt-dev - development files for the libvirt library
libvirt-doc - documentation for the libvirt library
libvirt-sanlock - Sanlock plugin for virtlockd
libvirt-wireshark - Wireshark dissector for the libvirt protocol
libvirt0 - library for interfacing with different virtualization systems
Closes: 901940
Changes:
libvirt (5.6.0-3) unstable; urgency=medium
.
* Team upload.
.
[ Christian Ehrhardt ]
* Move qemu, lxc, uml, vbox and xen connection drivers into separate
packages. This reduces the dependencies pulled into default installations.
(Closes: #901940)
* d/copyright: Update
.
[ Guido Günther ]
* [362bec6] autopkgtest: Adjust to new path
Checksums-Sha1:
7a1c76664b441643ec8d71d8cfc15e3d0a1122f2 4670 libvirt_5.6.0-3.dsc
e7c74183f541e0f9a82469fcb12ec851091b2b3c 72260 libvirt_5.6.0-3.debian.tar.xz
9b3e17c5b07ae49d4492d73d6b3f2427508fac6e 848336
libnss-libvirt-dbgsym_5.6.0-3_amd64.deb
363b528a5b7b18ea3b3541ae17add3a67d9a873b 218280
libnss-libvirt_5.6.0-3_amd64.deb
747a9d561202afdb11d315c504c17fc684a95396 1794512
libvirt-clients-dbgsym_5.6.0-3_amd64.deb
8d14c528734956f935dc5aa47b6a744ec59ee6df 796584
libvirt-clients_5.6.0-3_amd64.deb
5f6e6bdd38593a4e15e40c3a140126e77ce51f2d 3209248
libvirt-daemon-dbgsym_5.6.0-3_amd64.deb
99a09bf65c2b2fb5a45300b6b27a15588ff6742d 416628
libvirt-daemon-driver-lxc-dbgsym_5.6.0-3_amd64.deb
3965ea084e0ba501edba559fd76b37b1cfb02656 178980
libvirt-daemon-driver-lxc_5.6.0-3_amd64.deb
4be0c33cc5b0d12d69e770c482cd221abb1877cb 1580908
libvirt-daemon-driver-qemu-dbgsym_5.6.0-3_amd64.deb
c4e99381c4e45acddbeb2d4c84b2799b843e4467 650276
libvirt-daemon-driver-qemu_5.6.0-3_amd64.deb
633c95e1666aa67935bbde57ab94236484df3eb6 360048
libvirt-daemon-driver-storage-gluster-dbgsym_5.6.0-3_amd64.deb
7bf32de6ff60ff13fd2d80f96a2f38c8be18216e 119620
libvirt-daemon-driver-storage-gluster_5.6.0-3_amd64.deb
868c3752a5fc5ddc1065a1a5d3591333597d8a0f 239680
libvirt-daemon-driver-storage-rbd-dbgsym_5.6.0-3_amd64.deb
adfa6ac62057b28a95047784d07c7665150a1041 117276
libvirt-daemon-driver-storage-rbd_5.6.0-3_amd64.deb
cbdce7a64512b447463266d4eaa9dd6e97ed1fe4 204992
libvirt-daemon-driver-storage-zfs-dbgsym_5.6.0-3_amd64.deb
40d6587f6332457f46122caf76d9b163c104392d 109668
libvirt-daemon-driver-storage-zfs_5.6.0-3_amd64.deb
67ee34070255e8b3baacba6906d985254d397daf 561456
libvirt-daemon-driver-vbox-dbgsym_5.6.0-3_amd64.deb
195b0ac18ae9e4a679b821219f1a6a58a14e80d3 180828
libvirt-daemon-driver-vbox_5.6.0-3_amd64.deb
c45f43824a19f15a6826d6adf12c057c814471db 493972
libvirt-daemon-driver-xen-dbgsym_5.6.0-3_amd64.deb
2cce3d694ce319d6b6c43de3467c9118950e34c1 207676
libvirt-daemon-driver-xen_5.6.0-3_amd64.deb
7c7fe2bf9414f9dd7612f3684da87ba8ec2e8d19 102048
libvirt-daemon-system-dbgsym_5.6.0-3_amd64.deb
2bf73f97483136a497141b0669f9055037701f24 118392
libvirt-daemon-system_5.6.0-3_amd64.deb
8bfc6daadcafbce0bd52d9f23d5ec4158359a02f 588464
libvirt-daemon_5.6.0-3_amd64.deb
386367339711869047d979d2640679038f29a4fe 200816 libvirt-dev_5.6.0-3_amd64.deb
47cd98d1251e75e0473dc5053712e980f7bc7053 1774972 libvirt-doc_5.6.0-3_all.deb
07ed6bd54a5386ca68f5a1e551253f00ab7e2072 209660
libvirt-sanlock-dbgsym_5.6.0-3_amd64.deb
36854c906260489b0c027ac106ee36bebc55165f 114744
libvirt-sanlock_5.6.0-3_amd64.deb
008e2d5d83a80442451d164a1db449e37d474dbd 341736
libvirt-wireshark-dbgsym_5.6.0-3_amd64.deb
ef4b86f4c53f98c367d0a182cdc88b469c011ba9 137480
libvirt-wireshark_5.6.0-3_amd64.deb
365ba95727f4450bef49413dd395b2a0b97fbfd0 3826392
libvirt0-dbgsym_5.6.0-3_amd64.deb
d06be2adf3e22a55c2c3bce55d5a403ccc18c4f4 3821448 libvirt0_5.6.0-3_amd64.deb
36907c37e3f03e20f1360f90ec9bdd7c829c5492 22221 libvirt_5.6.0-3_amd64.buildinfo
Checksums-Sha256:
0ee805e9de0ce4f157908c500ff1aa568adfa8ef2cf5acf222732704d99ea17c 4670
libvirt_5.6.0-3.dsc
3e610c622907a2b1402ca3013a4b1150b20d185357defa6b0bfa2a64d2d94b8d 72260
libvirt_5.6.0-3.debian.tar.xz
91b5920ef4366f95b3cfba1744db0257cc1ab0bf1fcdc119603518e3bcf6e537 848336
libnss-libvirt-dbgsym_5.6.0-3_amd64.deb
a0c339e9557cf0a0cfcabdb171f7b6ef30502971fc4cf2818160a230ad7d787c 218280
libnss-libvirt_5.6.0-3_amd64.deb
2b40c7e944511fc2a513aa7c70f9530cffe5411df81539e067a9219e3be617a7 1794512
libvirt-clients-dbgsym_5.6.0-3_amd64.deb
99bd835602c36b3c02ad735620b366190d3d35e4538e4a11a2cf6b95f9c9f183 796584
libvirt-clients_5.6.0-3_amd64.deb
a05a82db66595c613bca9e5a85390d0e2cf22aa3fa9cdf38ba9f056ab01671a8 3209248
libvirt-daemon-dbgsym_5.6.0-3_amd64.deb
8592358cf70b8e4810d48531d13a30cf3d2d0b54f9aed455fb6c8a59cc6d2509 416628
libvirt-daemon-driver-lxc-dbgsym_5.6.0-3_amd64.deb
7d00d63c494c403318a38629ce4b839478e4496179a9070e2d267af15e17e564 178980
libvirt-daemon-driver-lxc_5.6.0-3_amd64.deb
7380ddb2c0dd78f5f85bdf955950cfa34836d45913088ba5001621dd1ca415fb 1580908
libvirt-daemon-driver-qemu-dbgsym_5.6.0-3_amd64.deb
2efd161d185a6f6b41e1aff8bb748b66255898872f6f89b5d9980dc5ab93fe47 650276
libvirt-daemon-driver-qemu_5.6.0-3_amd64.deb
fdbc814b14bed89f3e65a8ef4cd7717f89c337b9e78d06938fa2115d99252e9f 360048
libvirt-daemon-driver-storage-gluster-dbgsym_5.6.0-3_amd64.deb
051653e21cd13b805f46a73b6e8c76af6b9f1eeb7609c10ed014fda7173d17db 119620
libvirt-daemon-driver-storage-gluster_5.6.0-3_amd64.deb
abeead24ebab6f16d1860b546f3f8eb75f9c0eec4c6bef099ed21b3fafed171f 239680
libvirt-daemon-driver-storage-rbd-dbgsym_5.6.0-3_amd64.deb
97065963622df5ff9442a727d881deb347ddcae60971cd87347befb3b3a9e95b 117276
libvirt-daemon-driver-storage-rbd_5.6.0-3_amd64.deb
af2af4f310a77d9561aa0f67de4a4377a48513ea9ce494e997995a7b319d5b7a 204992
libvirt-daemon-driver-storage-zfs-dbgsym_5.6.0-3_amd64.deb
c8e066e614203355b1a6dde4d0f0574d11fd626cb7516461930ea6a771795d24 109668
libvirt-daemon-driver-storage-zfs_5.6.0-3_amd64.deb
1bbeecf1e8ced14efa687879485e81f74f5f5681f02072598cc03411e6af891d 561456
libvirt-daemon-driver-vbox-dbgsym_5.6.0-3_amd64.deb
a288d78d7a5fa673584d19dfc1a7a3f8e9621f0975451a7340535ad9662f4f06 180828
libvirt-daemon-driver-vbox_5.6.0-3_amd64.deb
3ec8a37dee88762d47ee47b53fad3a778f99f45c38c00295638a2e29bd368feb 493972
libvirt-daemon-driver-xen-dbgsym_5.6.0-3_amd64.deb
a7f202e607e42c629a7063b2ab1ee720d48c5179192bb10249a481d9660bc6b1 207676
libvirt-daemon-driver-xen_5.6.0-3_amd64.deb
3d841ca7ac18c4c1fc8d121971c6a8d41e71a013b32a5a185c228b89a3ecceab 102048
libvirt-daemon-system-dbgsym_5.6.0-3_amd64.deb
81b59cd3f5c9187429f3ea6d53e4edf61eb34cdecef19ce0a56b908a5394b143 118392
libvirt-daemon-system_5.6.0-3_amd64.deb
d98b21b577b17dac0640e3e5cb4038532efe954720faa538abbe48c0e2b4d6e1 588464
libvirt-daemon_5.6.0-3_amd64.deb
8739fa2ad3993ebdfbb9e77c9adfd5ea0cd6d580acef401f75d3edb49f608e4d 200816
libvirt-dev_5.6.0-3_amd64.deb
cbbd9e3cc3960bee81e3b6ff55cb8aed18b76798cf992a9eab955ca57766b445 1774972
libvirt-doc_5.6.0-3_all.deb
d79719363c1186d45496903a530547d0f0206af9e14d25613fcbc35d4d59b9d9 209660
libvirt-sanlock-dbgsym_5.6.0-3_amd64.deb
7165811c9c8175321196ed21ea6d26bf780f6b4fde50c61c6c7b600634379d45 114744
libvirt-sanlock_5.6.0-3_amd64.deb
45a78aff525e162e97bd9be8cd0bc2596a1d1786178d682f65534ca184c0f911 341736
libvirt-wireshark-dbgsym_5.6.0-3_amd64.deb
165ce32e08052913aa51190755c5cb6313d75b989b0285fb1c4b7f955ad2ea5b 137480
libvirt-wireshark_5.6.0-3_amd64.deb
5928e1d99bd4334d768ddbd80fa58fe68a3036adc5f6446ba806cce39564e774 3826392
libvirt0-dbgsym_5.6.0-3_amd64.deb
c033451ea353e53e5579a3304475c01f752ac0b8a7fd706e7ccdadc6d8ab2854 3821448
libvirt0_5.6.0-3_amd64.deb
bca07644b87b6e336d557e9f935d67641016e8a0fbf19f1e4d943f04341473ac 22221
libvirt_5.6.0-3_amd64.buildinfo
Files:
7c851b4288d3a74a6a0c61949ea175dd 4670 libs optional libvirt_5.6.0-3.dsc
c2f7986ac6cbe914b4b748dcf8f5907c 72260 libs optional
libvirt_5.6.0-3.debian.tar.xz
92c5c31a6cdd2c20224b9d2448f67758 848336 debug optional
libnss-libvirt-dbgsym_5.6.0-3_amd64.deb
fe27c090f58e4d0c6627138800503c11 218280 libs optional
libnss-libvirt_5.6.0-3_amd64.deb
5fee7b2c4355da80afd887080a65a592 1794512 debug optional
libvirt-clients-dbgsym_5.6.0-3_amd64.deb
9fe0f6259cb60924829c32bb89609783 796584 admin optional
libvirt-clients_5.6.0-3_amd64.deb
966f87739f54d3f8129042f53fa13a68 3209248 debug optional
libvirt-daemon-dbgsym_5.6.0-3_amd64.deb
4e1f98c2fde29714991387e0c16513a9 416628 debug optional
libvirt-daemon-driver-lxc-dbgsym_5.6.0-3_amd64.deb
ee905cbcf36b49db86d12127d7130ffc 178980 admin optional
libvirt-daemon-driver-lxc_5.6.0-3_amd64.deb
1c8508a61d7e3f7c269f67f8076124d4 1580908 debug optional
libvirt-daemon-driver-qemu-dbgsym_5.6.0-3_amd64.deb
529357daa47b14fd5bd9517aa40e9dfd 650276 admin optional
libvirt-daemon-driver-qemu_5.6.0-3_amd64.deb
0d496432975d445133ba7754ae560836 360048 debug optional
libvirt-daemon-driver-storage-gluster-dbgsym_5.6.0-3_amd64.deb
5bb0b9113fe45b90639a01d5a47ad2e0 119620 admin optional
libvirt-daemon-driver-storage-gluster_5.6.0-3_amd64.deb
6d7dc38b5df32831a35a0e2b5b0bbdf0 239680 debug optional
libvirt-daemon-driver-storage-rbd-dbgsym_5.6.0-3_amd64.deb
0e72af95c0d0b65a54fd5056bbd50961 117276 admin optional
libvirt-daemon-driver-storage-rbd_5.6.0-3_amd64.deb
4f0ef877d9942d6095fcf5b574ea5db1 204992 debug optional
libvirt-daemon-driver-storage-zfs-dbgsym_5.6.0-3_amd64.deb
c4d11a20af60ebf22bcfb8d393b89e90 109668 admin optional
libvirt-daemon-driver-storage-zfs_5.6.0-3_amd64.deb
d985fdc7394368a183d63c5a64d0d07f 561456 debug optional
libvirt-daemon-driver-vbox-dbgsym_5.6.0-3_amd64.deb
1c2396659285ced59f8dedbd167717dc 180828 admin optional
libvirt-daemon-driver-vbox_5.6.0-3_amd64.deb
dbc7ffb8c1f31b8401d4b1969c535c91 493972 debug optional
libvirt-daemon-driver-xen-dbgsym_5.6.0-3_amd64.deb
f3ce3b4aca0dd21a0bd5e42fc1669a95 207676 admin optional
libvirt-daemon-driver-xen_5.6.0-3_amd64.deb
f59f826da8872f4ba74910677e204ec6 102048 debug optional
libvirt-daemon-system-dbgsym_5.6.0-3_amd64.deb
080ce5ecbf729dcab742212485f886fe 118392 admin optional
libvirt-daemon-system_5.6.0-3_amd64.deb
deb0891d17d487cb47830c9642ade3f0 588464 admin optional
libvirt-daemon_5.6.0-3_amd64.deb
831cd901c5f3ca59fde315dca53f4940 200816 libdevel optional
libvirt-dev_5.6.0-3_amd64.deb
508a14213373a3e87275f28c37ed9a54 1774972 doc optional
libvirt-doc_5.6.0-3_all.deb
dde980b810e0a0be9e57916b3134c28f 209660 debug optional
libvirt-sanlock-dbgsym_5.6.0-3_amd64.deb
dad7b4dd32e5cabf5a5df4ca12e9fbb6 114744 libs optional
libvirt-sanlock_5.6.0-3_amd64.deb
7945e99dadeaa0ad2ca1f732015db9d1 341736 debug optional
libvirt-wireshark-dbgsym_5.6.0-3_amd64.deb
dbc31f0a593288b199bbede9a97b070d 137480 libs optional
libvirt-wireshark_5.6.0-3_amd64.deb
67d1a1cd731214a7ecf931ce34bdc815 3826392 debug optional
libvirt0-dbgsym_5.6.0-3_amd64.deb
3e8b2bbd73b39a15632d8fa534f1195a 3821448 libs optional
libvirt0_5.6.0-3_amd64.deb
3c5b0f9c5d6292ab4a5ced0f608efa35 22221 libs optional
libvirt_5.6.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAl3enIwACgkQB7i3sOqY
EgtMYg/9Ew2MMY23Xc9pRyTUvF8X6/TSHy5Vh/btFLoHHTYG2KrnpayRumnPzWQp
VXIMOhpTVnQ95N7yCNaQoW6O1gPhW/VVf+kaAuVr6z3+lKRaHRla+FvLX5rVLTxB
IsSXuGpyFMt9TuAVlZEDmN/oNsI60t4NoKIi8DYDCiR047PB1KoD2Xt0aRfk3h9P
LX6V/f52T07QYfGwcgpqM7EkCXhEycubpIcCYMRnV2WrrhqixwPfaz53etR+NdGo
cCagbj/4DaXYGea11UlgU/JF0L9kuKR+j+06+vcmpiDAHIt+LDiD45lTB3Cp0G8S
Li/wgHSMO9WDcunHUV9WIcQzQHzTzcq/n/2vviTgKu4NAUm3ahdswOfLJZBaGCam
5tjeKt+K2bva4dPkDOynb5cz1PgyML7wzpABpAOVJ0y/ad/Mgkx/4m8wfmKw+bt0
TTsuPG3H1B1j8NLDK3Jz44BzmyvDR22RNsrnOlpQoH/YFdHMCL8e2fAqOGdeQWyf
wfGnU8ontDhqGmC3/86RioiXqR9hMwWAq4L+61vfpCq76MGJBgnjNo+TMudXc+ty
Nia17JcL41AsDhbzQPL/7V7GjLmCtOkseykhHX4FJV+ffOVxSEenH6V3q0AautJA
SDlTH5cYgLApwMVaabPsE7aZO581CxxxAGwv+WON/V0m4cEUy+k=
=b1Z6
-----END PGP SIGNATURE-----
--- End Message ---