Your message dated Sun, 19 Oct 2025 13:22:18 +0000
with message-id <[email protected]>
and subject line Bug#1114940: fixed in lxd 5.0.2-5+deb12u1
has caused the Debian Bug report #1114940,
regarding lxd: FTBFS in bookworm: Cluster database initialization failed: 
Failed to begin transaction: failed to create dqlite connection: no available 
dqlite leader server found
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.)


-- 
1114940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114940
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lxd
Version: 5.0.2-5
Severity: serious
Control: fixed -1 5.0.2+git20231211.1364ae4-9
Tags: ftbfs bookworm

Dear maintainer:

During a rebuild of all packages in bookworm, your package failed to build.

[ Note: The bug is marked as fixed with the version in trixie, but
  packages in bookworm must still build in bookworm ].

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

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

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 could not 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:lxd, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang --with=golang
   dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_clean -O--builddirectory=_build -O--buildsystem=golang
 debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=golang
   dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang

[... snipped ...]

=== RUN   ExampleInstanceParts
--- PASS: ExampleInstanceParts (0.00s)
=== RUN   ExampleStorageVolume
--- PASS: ExampleStorageVolume (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/project  0.872s
?       github.com/lxc/lxd/lxd/rbac     [no test files]
=== RUN   ExampleIncrement
--- PASS: ExampleIncrement (0.00s)
=== RUN   ExampleDecrement
--- PASS: ExampleDecrement (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/refcount 0.006s
?       github.com/lxc/lxd/lxd/request  [no test files]
?       github.com/lxc/lxd/lxd/resources        [no test files]
?       github.com/lxc/lxd/lxd/response [no test files]
=== RUN   ExampleReverter_success
--- PASS: ExampleReverter_success (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/revert   0.002s
?       github.com/lxc/lxd/lxd/rsync    [no test files]
=== RUN   TestMountFlagsToOpts
--- PASS: TestMountFlagsToOpts (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/seccomp  0.030s
?       github.com/lxc/lxd/lxd/state    [no test files]
?       github.com/lxc/lxd/lxd/storage  [no test files]
=== RUN   Test_ceph_getRBDVolumeName
=== RUN   Test_ceph_getRBDVolumeName/Volume_without_pool_name
=== RUN   
Test_ceph_getRBDVolumeName/Volume_with_unknown_type_and_without_pool_name
=== RUN   Test_ceph_getRBDVolumeName/Volume_without_pool_name_in_zombie_mode
=== RUN   Test_ceph_getRBDVolumeName/Volume_with_pool_name_in_zombie_mode
=== RUN   
Test_ceph_getRBDVolumeName/Volume_snapshot_with_dedicated_snapshot_name_and_without_pool_name
=== RUN   
Test_ceph_getRBDVolumeName/Volume_snapshot_with_dedicated_snapshot_name_and_pool_name
=== RUN   Test_ceph_getRBDVolumeName/Volume_snapshot_with_pool_name
=== RUN   
Test_ceph_getRBDVolumeName/Volume_snapshot_with_additional_dedicated_snapshot_name_and_pool_name
--- PASS: Test_ceph_getRBDVolumeName (0.00s)
    --- PASS: Test_ceph_getRBDVolumeName/Volume_without_pool_name (0.00s)
    --- PASS: 
Test_ceph_getRBDVolumeName/Volume_with_unknown_type_and_without_pool_name 
(0.00s)
    --- PASS: 
Test_ceph_getRBDVolumeName/Volume_without_pool_name_in_zombie_mode (0.00s)
    --- PASS: Test_ceph_getRBDVolumeName/Volume_with_pool_name_in_zombie_mode 
(0.00s)
    --- PASS: 
Test_ceph_getRBDVolumeName/Volume_snapshot_with_dedicated_snapshot_name_and_without_pool_name
 (0.00s)
    --- PASS: 
Test_ceph_getRBDVolumeName/Volume_snapshot_with_dedicated_snapshot_name_and_pool_name
 (0.00s)
    --- PASS: Test_ceph_getRBDVolumeName/Volume_snapshot_with_pool_name (0.00s)
    --- PASS: 
Test_ceph_getRBDVolumeName/Volume_snapshot_with_additional_dedicated_snapshot_name_and_pool_name
 (0.00s)
=== RUN   TestGetVolumeMountPath
--- PASS: TestGetVolumeMountPath (0.00s)
=== RUN   Test_Volume_ConfigSizeFromSource
--- PASS: Test_Volume_ConfigSizeFromSource (0.00s)
=== RUN   Example_ceph_parseParent
--- PASS: Example_ceph_parseParent (0.00s)
=== RUN   Example_lvm_parseLogicalVolumeName
--- PASS: Example_lvm_parseLogicalVolumeName (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/storage/drivers  0.018s
?       github.com/lxc/lxd/lxd/storage/filesystem       [no test files]
=== RUN   TestMemoryPipe
--- PASS: TestMemoryPipe (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/storage/memorypipe       0.002s
?       github.com/lxc/lxd/lxd/storage/quota    [no test files]
?       github.com/lxc/lxd/lxd/sys      [no test files]
=== RUN   TestGroup_Add
--- PASS: TestGroup_Add (0.00s)
=== RUN   TestGroup_StopUngracefully
--- PASS: TestGroup_StopUngracefully (0.00s)
=== RUN   TestTask_ExecuteImmediately
--- PASS: TestTask_ExecuteImmediately (0.00s)
=== RUN   TestTask_ExecutePeriodically
--- PASS: TestTask_ExecutePeriodically (0.25s)
=== RUN   TestTask_Reset
--- PASS: TestTask_Reset (0.25s)
=== RUN   TestTask_ZeroInterval
--- PASS: TestTask_ZeroInterval (0.10s)
=== RUN   TestTask_ScheduleError
--- PASS: TestTask_ScheduleError (0.10s)
=== RUN   TestTask_ScheduleTemporaryError
--- PASS: TestTask_ScheduleTemporaryError (0.00s)
=== RUN   TestTask_SkipFirst
--- PASS: TestTask_SkipFirst (0.40s)
PASS
ok      github.com/lxc/lxd/lxd/task     1.111s
?       github.com/lxc/lxd/lxd/template [no test files]
?       github.com/lxc/lxd/lxd/ucred    [no test files]
=== RUN   Test_CompareConfigsMismatch
=== RUN   Test_CompareConfigsMismatch/different_values_for_keys:_foo
=== RUN   Test_CompareConfigsMismatch/different_values_for_keys:_egg,_foo
--- PASS: Test_CompareConfigsMismatch (0.00s)
    --- PASS: Test_CompareConfigsMismatch/different_values_for_keys:_foo (0.00s)
    --- PASS: Test_CompareConfigsMismatch/different_values_for_keys:_egg,_foo 
(0.00s)
=== RUN   Test_CompareConfigs
--- PASS: Test_CompareConfigs (0.00s)
=== RUN   TestInMemoryNetwork
--- PASS: TestInMemoryNetwork (0.00s)
=== RUN   TestCanonicalNetworkAddress
=== RUN   TestCanonicalNetworkAddress/foo.bar:8444
=== RUN   TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e]:
=== RUN   TestCanonicalNetworkAddress/127.0.0.1
=== RUN   TestCanonicalNetworkAddress/127.0.0.1:
=== RUN   TestCanonicalNetworkAddress/foo.bar
=== RUN   TestCanonicalNetworkAddress/foo.bar:
=== RUN   TestCanonicalNetworkAddress/192.168.1.1:443
=== RUN   TestCanonicalNetworkAddress/f921:7358:4510:3fce:ac2e:844:2a35:54e
=== RUN   TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e]
=== RUN   
TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e]:8444
--- PASS: TestCanonicalNetworkAddress (0.00s)
    --- PASS: TestCanonicalNetworkAddress/foo.bar:8444 (0.00s)
    --- PASS: 
TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e]: (0.00s)
    --- PASS: TestCanonicalNetworkAddress/127.0.0.1 (0.00s)
    --- PASS: TestCanonicalNetworkAddress/127.0.0.1: (0.00s)
    --- PASS: TestCanonicalNetworkAddress/foo.bar (0.00s)
    --- PASS: TestCanonicalNetworkAddress/foo.bar: (0.00s)
    --- PASS: TestCanonicalNetworkAddress/192.168.1.1:443 (0.00s)
    --- PASS: TestCanonicalNetworkAddress/f921:7358:4510:3fce:ac2e:844:2a35:54e 
(0.00s)
    --- PASS: 
TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e] (0.00s)
    --- PASS: 
TestCanonicalNetworkAddress/[f921:7358:4510:3fce:ac2e:844:2a35:54e]:8444 (0.00s)
=== RUN   TestIsAddressCovered
=== RUN   TestIsAddressCovered/127.0.0.1:8443-127.0.0.1:8443
=== RUN   TestIsAddressCovered/garbage-127.0.0.1:8443
=== RUN   TestIsAddressCovered/127.0.0.1:8444-garbage
=== RUN   TestIsAddressCovered/127.0.0.1:8444-127.0.0.1:8443
=== RUN   TestIsAddressCovered/127.0.0.1:8443-0.0.0.0:8443
=== RUN   TestIsAddressCovered/[::1]:8443-0.0.0.0:8443
=== RUN   TestIsAddressCovered/:8443-0.0.0.0:8443
=== RUN   TestIsAddressCovered/127.0.0.1:8443-[::]:8443
=== RUN   TestIsAddressCovered/[::1]:8443-[::]:8443
=== RUN   TestIsAddressCovered/[::1]:8443-:8443
=== RUN   TestIsAddressCovered/:8443-[::]:8443
=== RUN   TestIsAddressCovered/0.0.0.0:8443-[::]:8443
=== RUN   TestIsAddressCovered/10.30.0.8:8443-[::]
=== RUN   TestIsAddressCovered/localhost:8443-127.0.0.1:8443
=== RUN   TestIsAddressCovered/127.0.0.1:8443-localhost:8443
=== RUN   TestIsAddressCovered/[::1]:8443-ip6-localhost:8443
--- PASS: TestIsAddressCovered (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8443-127.0.0.1:8443 (0.00s)
    --- PASS: TestIsAddressCovered/garbage-127.0.0.1:8443 (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8444-garbage (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8444-127.0.0.1:8443 (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8443-0.0.0.0:8443 (0.00s)
    --- PASS: TestIsAddressCovered/[::1]:8443-0.0.0.0:8443 (0.00s)
    --- PASS: TestIsAddressCovered/:8443-0.0.0.0:8443 (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8443-[::]:8443 (0.00s)
    --- PASS: TestIsAddressCovered/[::1]:8443-[::]:8443 (0.00s)
    --- PASS: TestIsAddressCovered/[::1]:8443-:8443 (0.00s)
    --- PASS: TestIsAddressCovered/:8443-[::]:8443 (0.00s)
    --- PASS: TestIsAddressCovered/0.0.0.0:8443-[::]:8443 (0.00s)
    --- PASS: TestIsAddressCovered/10.30.0.8:8443-[::] (0.00s)
    --- PASS: TestIsAddressCovered/localhost:8443-127.0.0.1:8443 (0.00s)
    --- PASS: TestIsAddressCovered/127.0.0.1:8443-localhost:8443 (0.00s)
    --- PASS: TestIsAddressCovered/[::1]:8443-ip6-localhost:8443 (0.00s)
=== RUN   TestListenImplicitIPv6Wildcard
--- PASS: TestListenImplicitIPv6Wildcard (0.00s)
=== RUN   ExampleListenAddresses
--- PASS: ExampleListenAddresses (0.00s)
PASS
ok      github.com/lxc/lxd/lxd/util     0.006s
?       github.com/lxc/lxd/lxd/vsock    [no test files]
?       github.com/lxc/lxd/lxd/warnings [no test files]
?       github.com/lxc/lxd/lxd-benchmark        [no test files]
?       github.com/lxc/lxd/lxd-benchmark/benchmark      [no test files]
?       github.com/lxc/lxd/lxd-migrate  [no test files]
?       github.com/lxc/lxd/lxd-user     [no test files]
=== RUN   TestGetAllXattr
--- PASS: TestGetAllXattr (0.00s)
=== RUN   TestURLEncode
--- PASS: TestURLEncode (0.00s)
=== RUN   TestUrlsJoin
--- PASS: TestUrlsJoin (0.00s)
=== RUN   TestFileCopy
--- PASS: TestFileCopy (0.00s)
=== RUN   TestDirCopy
--- PASS: TestDirCopy (0.00s)
=== RUN   TestReaderToChannel
--- PASS: TestReaderToChannel (0.00s)
=== RUN   TestGetExpiry
--- PASS: TestGetExpiry (0.00s)
=== RUN   TestHasKey
--- PASS: TestHasKey (0.00s)
=== RUN   TestRemoveElementsFromStringSlice
--- PASS: TestRemoveElementsFromStringSlice (0.00s)
=== RUN   TestKeyPairAndCA
--- PASS: TestKeyPairAndCA (0.01s)
=== RUN   TestGenerateMemCert
--- PASS: TestGenerateMemCert (0.00s)
PASS
ok      github.com/lxc/lxd/shared       0.019s
=== RUN   ExampleURL
--- PASS: ExampleURL (0.00s)
PASS
ok      github.com/lxc/lxd/shared/api   0.002s
?       github.com/lxc/lxd/shared/cancel        [no test files]
?       github.com/lxc/lxd/shared/cmd   [no test files]
?       github.com/lxc/lxd/shared/dnsutil       [no test files]
?       github.com/lxc/lxd/shared/eagain        [no test files]
?       github.com/lxc/lxd/shared/i18n  [no test files]
=== RUN   TestIdmapSetAddSafe_split
--- PASS: TestIdmapSetAddSafe_split (0.00s)
=== RUN   TestIdmapSetAddSafe_lower
--- PASS: TestIdmapSetAddSafe_lower (0.00s)
=== RUN   TestIdmapSetAddSafe_upper
--- PASS: TestIdmapSetAddSafe_upper (0.00s)
=== RUN   TestIdmapSetIntersects
--- PASS: TestIdmapSetIntersects (0.00s)
=== RUN   TestIdmapHostIDMapRange
--- PASS: TestIdmapHostIDMapRange (0.00s)
PASS
ok      github.com/lxc/lxd/shared/idmap 0.003s
?       github.com/lxc/lxd/shared/instancewriter        [no test files]
?       github.com/lxc/lxd/shared/ioprogress    [no test files]
?       github.com/lxc/lxd/shared/logger        [no test files]
?       github.com/lxc/lxd/shared/netutils      [no test files]
=== RUN   TestReleaseTestSuite
=== RUN   TestReleaseTestSuite/TestGetLSBRelease
=== RUN   TestReleaseTestSuite/TestGetLSBReleaseInvalidLine
=== RUN   TestReleaseTestSuite/TestGetLSBReleaseNoQuotes
=== RUN   TestReleaseTestSuite/TestGetLSBReleaseSingleQuotes
=== RUN   TestReleaseTestSuite/TestGetLSBReleaseSkipCommentsEmpty
--- PASS: TestReleaseTestSuite (0.00s)
    --- PASS: TestReleaseTestSuite/TestGetLSBRelease (0.00s)
    --- PASS: TestReleaseTestSuite/TestGetLSBReleaseInvalidLine (0.00s)
    --- PASS: TestReleaseTestSuite/TestGetLSBReleaseNoQuotes (0.00s)
    --- PASS: TestReleaseTestSuite/TestGetLSBReleaseSingleQuotes (0.00s)
    --- PASS: TestReleaseTestSuite/TestGetLSBReleaseSkipCommentsEmpty (0.00s)
PASS
ok      github.com/lxc/lxd/shared/osarch        0.005s
?       github.com/lxc/lxd/shared/simplestreams [no test files]
=== RUN   TestSignalHandling
--- PASS: TestSignalHandling (9.01s)
=== RUN   TestStopRestart
--- PASS: TestStopRestart (5.00s)
=== RUN   TestProcessStartWaitExit
--- PASS: TestProcessStartWaitExit (4.00s)
PASS
ok      github.com/lxc/lxd/shared/subprocess    18.015s
?       github.com/lxc/lxd/shared/tcp   [no test files]
?       github.com/lxc/lxd/shared/termios       [no test files]
?       github.com/lxc/lxd/shared/units [no test files]
?       github.com/lxc/lxd/shared/usbid [no test files]
=== RUN   ExampleIsNetworkMAC
--- PASS: ExampleIsNetworkMAC (0.00s)
=== RUN   ExampleIsPCIAddress
--- PASS: ExampleIsPCIAddress (0.00s)
=== RUN   ExampleOptional
--- PASS: ExampleOptional (0.00s)
=== RUN   ExampleRequired
--- PASS: ExampleRequired (0.00s)
=== RUN   ExampleIsValidCPUSet
--- PASS: ExampleIsValidCPUSet (0.00s)
PASS
ok      github.com/lxc/lxd/shared/validate      0.003s
=== RUN   TestVersionTestSuite
=== RUN   TestVersionTestSuite/TestCompareEqual
=== RUN   TestVersionTestSuite/TestCompareNewer
=== RUN   TestVersionTestSuite/TestCompareOlder
=== RUN   TestVersionTestSuite/TestNewVersion
=== RUN   TestVersionTestSuite/TestNewVersionInvalid
=== RUN   TestVersionTestSuite/TestNewVersionNoPatch
=== RUN   TestVersionTestSuite/TestParseDashes
=== RUN   TestVersionTestSuite/TestParseFail
=== RUN   TestVersionTestSuite/TestParseParentheses
=== RUN   TestVersionTestSuite/TestString
--- PASS: TestVersionTestSuite (0.00s)
    --- PASS: TestVersionTestSuite/TestCompareEqual (0.00s)
    --- PASS: TestVersionTestSuite/TestCompareNewer (0.00s)
    --- PASS: TestVersionTestSuite/TestCompareOlder (0.00s)
    --- PASS: TestVersionTestSuite/TestNewVersion (0.00s)
    --- PASS: TestVersionTestSuite/TestNewVersionInvalid (0.00s)
    --- PASS: TestVersionTestSuite/TestNewVersionNoPatch (0.00s)
    --- PASS: TestVersionTestSuite/TestParseDashes (0.00s)
    --- PASS: TestVersionTestSuite/TestParseFail (0.00s)
    --- PASS: TestVersionTestSuite/TestParseParentheses (0.00s)
    --- PASS: TestVersionTestSuite/TestString (0.00s)
PASS
ok      github.com/lxc/lxd/shared/version       0.004s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 g 
[too-long-redacted] ed/version returned exit code 1
make[1]: *** [debian/rules:36: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: lxd
Source-Version: 5.0.2-5+deb12u1
Done: Mathias Gibbens <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lxd, 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.
Mathias Gibbens <[email protected]> (supplier of updated lxd 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: Thu, 02 Oct 2025 16:38:32 +0000
Source: lxd
Binary: lxd lxd-agent lxd-client lxd-client-dbgsym lxd-dbgsym lxd-migrate 
lxd-migrate-dbgsym lxd-tools lxd-tools-dbgsym
Architecture: source amd64
Version: 5.0.2-5+deb12u1
Distribution: bookworm-security
Urgency: high
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Mathias Gibbens <[email protected]>
Description:
 lxd        - Powerful system container and virtual machine manager - daemon
 lxd-agent  - LXD guest agent
 lxd-client - Powerful system container and virtual machine manager - client
 lxd-migrate - LXD physical to instance migration tool
 lxd-tools  - Powerful system container and virtual machine manager - extra too
Closes: 1114940
Changes:
 lxd (5.0.2-5+deb12u1) bookworm-security; urgency=high
 .
   * Backport fixes for the following security issues that are unfixed by
     Canonical in the stable-5.0 branch:
     - CVE-2025-54293 / GHSA-472f-vmf2-pr3h
     - CVE-2025-54287 / GHSA-w2hg-2v4p-vmh6
     - CVE-2025-54288 / GHSA-7232-97c6-j525
   * Backport fixes for the following security issues fixed by Canonical:
     - CVE-2025-54286 / GHSA-p8hw-rfjg-689h
   * Backport patch to skip a couple of flaky tests (Closes: #1114940)
Checksums-Sha1:
 de67b4b2e753f6b1e77110d1b2295ec5b6f879dd 3981 lxd_5.0.2-5+deb12u1.dsc
 79dc1d52d6e2975914114c6927807b6556161cba 3280313 lxd_5.0.2.orig.tar.gz
 a9fecb1eee693ae9b447f5e8bdfbd7c87df93498 21208 
lxd_5.0.2-5+deb12u1.debian.tar.xz
 db5895338c465c8556bffb88f6a797a0a75e623f 3801356 
lxd-agent_5.0.2-5+deb12u1_amd64.deb
 9ff444884d989128fbb28ee3d74686684da602ab 4571684 
lxd-client-dbgsym_5.0.2-5+deb12u1_amd64.deb
 ddf41e71c91c43743a35e7693e4c96aa8e43a945 4492828 
lxd-client_5.0.2-5+deb12u1_amd64.deb
 45270bd9eea3f065f58fdc5a8c1ab7d5e4d84b20 14683432 
lxd-dbgsym_5.0.2-5+deb12u1_amd64.deb
 a4485d64ebe6522d315aac2744fbb6cf5d4a19b4 5559168 
lxd-migrate-dbgsym_5.0.2-5+deb12u1_amd64.deb
 05b942677addef145344e2b6c26dd92a29bfece4 5058840 
lxd-migrate_5.0.2-5+deb12u1_amd64.deb
 63e743ca860109a5b8fa1d649d56a3f649d42d0e 11439916 
lxd-tools-dbgsym_5.0.2-5+deb12u1_amd64.deb
 ad9b6fa28dacaf59c01690a57b9442b2200d87f5 10036412 
lxd-tools_5.0.2-5+deb12u1_amd64.deb
 613f0a9ca5adbb59f61bac56efc0b9fa3b5fe865 22693 
lxd_5.0.2-5+deb12u1_amd64.buildinfo
 3a9c11ccafabbfe7d3d71f0e90a84b7cd7862a5b 14032064 lxd_5.0.2-5+deb12u1_amd64.deb
Checksums-Sha256:
 d926ec462d994bf0f92e79af38554dfb184ea4662125b17f1240f780113fee5e 3981 
lxd_5.0.2-5+deb12u1.dsc
 7e59ba843b43b6863b7b88076b1c15b699e7583f8ee575fe35f26ea1b7ce83a9 3280313 
lxd_5.0.2.orig.tar.gz
 db83786afb2a514c3dfa8e4734c3957181547c35f2501de7957a2b163387b3b0 21208 
lxd_5.0.2-5+deb12u1.debian.tar.xz
 ac3c4521b1ce13e8b23713d901fad784174e46f033005413e1ccd6d2647b30ec 3801356 
lxd-agent_5.0.2-5+deb12u1_amd64.deb
 8813d54c883d53082aba52f205c11aab0ef8e64073a0a18e4bb65a9a26662a1b 4571684 
lxd-client-dbgsym_5.0.2-5+deb12u1_amd64.deb
 23c9cbfbf5c39807bade7495e21bad971264ea0ff9e83be8e54caf82e5603655 4492828 
lxd-client_5.0.2-5+deb12u1_amd64.deb
 60965b1c5d8e36e23b0c4dd7d88e60fc8d6e10d9a64e60ecb00c0be1ffa690a5 14683432 
lxd-dbgsym_5.0.2-5+deb12u1_amd64.deb
 460badade2464d2fc76f192992f4455ba296aae72e5f89301d7f18a319347eef 5559168 
lxd-migrate-dbgsym_5.0.2-5+deb12u1_amd64.deb
 55b13e6008b20ad7cf47f1f07426b17947b568849b65fd1a42b61593deaf497e 5058840 
lxd-migrate_5.0.2-5+deb12u1_amd64.deb
 f4170bb212bea59e9989b99f7568725fa62691bc8e281b6a1bdeae1cefe3925a 11439916 
lxd-tools-dbgsym_5.0.2-5+deb12u1_amd64.deb
 8b51d52eac4fed8a109de7eea50efa5fc133b1563e675cb69aebf268b115854c 10036412 
lxd-tools_5.0.2-5+deb12u1_amd64.deb
 732222c9b8c03675e3824f8bf7236d125fb52fdf48c57544444fefc2d96d35e7 22693 
lxd_5.0.2-5+deb12u1_amd64.buildinfo
 d4ecb283ca8836853cb5a5a59ad2b6aa5539759c6da2f0542d36aab9694ef131 14032064 
lxd_5.0.2-5+deb12u1_amd64.deb
Files:
 e28702751bda05634ab3bc99f2e522a1 3981 admin optional lxd_5.0.2-5+deb12u1.dsc
 35087b78cebc2f758da4c84d036231d6 3280313 admin optional lxd_5.0.2.orig.tar.gz
 0e6d68f87c912d4aef042ac408b121de 21208 admin optional 
lxd_5.0.2-5+deb12u1.debian.tar.xz
 c6a47d8fd7d67fc972b5045dc1118e6d 3801356 admin optional 
lxd-agent_5.0.2-5+deb12u1_amd64.deb
 d5599036908f6fd0d7372bc597c8dfcd 4571684 debug optional 
lxd-client-dbgsym_5.0.2-5+deb12u1_amd64.deb
 404b3c2552f4c4465d81593d3f9cafd2 4492828 admin optional 
lxd-client_5.0.2-5+deb12u1_amd64.deb
 a0fbfb1a7d3e23676f80d943c0bae4d4 14683432 debug optional 
lxd-dbgsym_5.0.2-5+deb12u1_amd64.deb
 a789f84477bf660b705998e128d9643e 5559168 debug optional 
lxd-migrate-dbgsym_5.0.2-5+deb12u1_amd64.deb
 77565436ff72f91d9676259a2026c0a5 5058840 admin optional 
lxd-migrate_5.0.2-5+deb12u1_amd64.deb
 252d021b662a56b27c22fdcefcbb7045 11439916 debug optional 
lxd-tools-dbgsym_5.0.2-5+deb12u1_amd64.deb
 31dd2e5f2c32b65e22b9743cf8fcaa63 10036412 admin optional 
lxd-tools_5.0.2-5+deb12u1_amd64.deb
 8f8e79b251d036c06ec93a83b54a61c6 22693 admin optional 
lxd_5.0.2-5+deb12u1_amd64.buildinfo
 afba25bafb8f8c8566b53c535b57d577 14032064 admin optional 
lxd_5.0.2-5+deb12u1_amd64.deb

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

iQJGBAEBCgAwFiEE1Bp60H32xfynSJ8cKe7i1uz0QvkFAmjqbIASHGdpYm1hdEBk
ZWJpYW4ub3JnAAoJECnu4tbs9EL5GD4QAJysiGSdS0usNXFnZHyyraxPeLNo5CB+
2cNIxgjYRCs40mCRMoKrdkAS9Cp3B/FyytqkfukS3zi43fbGwJot9HkK66gjcUYI
hjRKZG1ne1fF1vYDhvciNk6cmsJg10o2mWJB9ALzeLe6SVq9c9Vju2sXfaakK9Kl
xyz9DGyQijT6PMjto/sny8ILTNT+aLEgYTmseou+qv7KbbodcX1Sl7vXd5lqe7Pa
cVQXIguPrcTqmlkkj+/c4rzcNGhRSrhXmxfyo9xUq6OaVeulCsc31hxf1yq2fr0N
pEE8h1StGnLB71KHTmvFSxHrHvxvT+MYLx8/Yessxhk9r4Xc7e/kcKPxry9bPDVo
BaaO5Dw6qk97IvJx3EpGvOzCEvleMwfXi4RyFdn/84XUUeDDZiCbnuW7RFwskE1L
jb1Gq6K8BuoANI/Ki6XULJgnjNQbDyuGUmOB8kO+jpTbo9KVBU7D+fLuP9Jst5ZY
2GYxLB0qj5TAIC6xETMDMe0OIR6igYs7YHpl2dWirxDufqrN9FE0oIlrQ3fnXxpP
qagJT/xBzTxyPmjRyVluT8wjZYmTo5+kJom1BNAQ/0hqMI45JgRy/xVx/4b6hKuA
z7vCWpA/r2kCcBKz3N8kCoIT6RB88j1jS7j4fgHh49dlPoPckRvSF+v35fXfxmBn
IjqqBVA63L6A
=GTiB
-----END PGP SIGNATURE-----

Attachment: pgpg604CVHvTz.pgp
Description: PGP signature


--- End Message ---

Reply via email to